From 6e5b11d975903303f92af81032325b941dd20ac4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gonzalo=20Garramu=C3=B1o?= Date: Sun, 26 May 2024 16:58:29 -0300 Subject: [PATCH] Fixed FLTK API compilation issue. --- bin/search_string.sh | 4 ++-- etc/runme_nolog.sh | 5 +++++ 2 files changed, 7 insertions(+), 2 deletions(-) mode change 100644 => 100755 bin/search_string.sh diff --git a/bin/search_string.sh b/bin/search_string.sh old mode 100644 new mode 100755 index 325e7c8d8..3f5dd8c92 --- a/bin/search_string.sh +++ b/bin/search_string.sh @@ -8,5 +8,5 @@ # source code. # -echo "Searching for $1..." -grep -rn --exclude-dir='BUILD-*' --exclude-dir='.git' --exclude-dir='tlRender' --exclude-dir='doc*' --exclude-dir='.github' $1 +echo "Searching for '$1'..." +grep -rn --exclude-dir='BUILD-*' --exclude-dir='.git' --exclude-dir='tlRender' --exclude-dir='doc*' --exclude-dir='.github' "$1" diff --git a/etc/runme_nolog.sh b/etc/runme_nolog.sh index b95d07d17..a538f0bfa 100755 --- a/etc/runme_nolog.sh +++ b/etc/runme_nolog.sh @@ -242,6 +242,11 @@ if [[ $KERNEL == *Msys* ]]; then . $PWD/etc/compile_windows_dlls.sh fi +# +# Work-around FLTK's CMakeLists.txt bug +# +rm -rf $BUILD_DIR/install/include/FL + cd $BUILD_DIR cmd="cmake -G '${CMAKE_GENERATOR}'