diff options
author | don bright <hugh.m.bright@gmail.com> | 2012-07-13 02:51:38 (GMT) |
---|---|---|
committer | don bright <hugh.m.bright@gmail.com> | 2012-07-13 02:51:38 (GMT) |
commit | e1fe9a33a6f078d2e3f9e2a7393c4a1b177b801b (patch) | |
tree | 48484e39f2bee30e6792ea02511915c1351ea24c | |
parent | a2a31e76315da1290deac91c7c34900378b836d2 (diff) |
improve wording of CGAL warning + env var warning
-rw-r--r-- | scripts/setenv-linbuild.sh | 6 | ||||
-rw-r--r-- | src/version_check.h | 2 |
2 files changed, 4 insertions, 4 deletions
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 "." |