From e1fe9a33a6f078d2e3f9e2a7393c4a1b177b801b Mon Sep 17 00:00:00 2001 From: don bright Date: Thu, 12 Jul 2012 21:51:38 -0500 Subject: improve wording of CGAL warning + env var warning diff --git a/scripts/setenv-linbuild.sh b/scripts/setenv-linbuild.sh index 0a85f4c..290a90a 100644 --- a/scripts/setenv-linbuild.sh +++ b/scripts/setenv-linbuild.sh @@ -21,9 +21,9 @@ echo LD_RUN_PATH modified echo OPENSCAD_LIBRARIES modified echo GLEWDIR modified -if [ "`command -v qmake-qt4`" ]; then - echo "Please re-run qmake-qt4" +if [ "`command -v qmake-qt4`" ]; then + echo "Please re-run qmake-qt4 and run 'make clean' if necessary" else - echo "Please re-run qmake" + echo "Please re-run qmake and run 'make clean' if necessary" fi diff --git a/src/version_check.h b/src/version_check.h index 45e00ec..4d10b0b 100644 --- a/src/version_check.h +++ b/src/version_check.h @@ -59,7 +59,7 @@ a time, to avoid confusion. #warning "." #warning "." #warning "." -#warning CGAL library version is old, risking buggy behavior. Please see README.md. Compiling anyway. +#warning CGAL library version is old, risking buggy behavior. Please see README.md. Continuing anyway. #warning "." #warning "." #warning "." -- cgit v0.10.1