summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--scripts/setenv-linbuild.sh6
-rw-r--r--src/version_check.h2
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 "."
contact: Jan Huwald // Impressum