From 8e32cef0a8c52742bf12cafd2aa9dafd1efe764e Mon Sep 17 00:00:00 2001 From: don bright Date: Sun, 17 Mar 2013 12:29:02 -0700 Subject: more accurate help message diff --git a/src/boosty.h b/src/boosty.h index 2b5ab38..8b0c93e 100644 --- a/src/boosty.h +++ b/src/boosty.h @@ -117,7 +117,8 @@ inline fs::path canonical( fs::path p, fs::path p2 ) result /= *itr; if (fs::is_symlink(result)) { - PRINT("WARNING: canonical() wrapper can't do symlinks. upgrade boost to >=1.48"); + PRINT("WARNING: canonical() wrapper can't do symlinks. rebuild openscad with boost >=1.48"); + PRINT("WARNING: or don't use symbolic links"); } } return result; -- cgit v0.10.1