diff options
author | don bright <hugh.m.bright@gmail.com> | 2013-02-16 15:37:01 (GMT) |
---|---|---|
committer | don bright <hugh.m.bright@gmail.com> | 2013-02-16 15:37:01 (GMT) |
commit | 7160ab5610d47e5752f653b85d891be2b7082540 (patch) | |
tree | f211c5dc3d9a0c3fb28e5bb7fc1f0ed3e3b9b6c3 /tests/CMingw-cross-env.cmake | |
parent | 1778047f77ea9513b28ee99b0cc64a24da42319f (diff) |
get pretty_printing working under MINGW cross build. update docs
Diffstat (limited to 'tests/CMingw-cross-env.cmake')
-rw-r--r-- | tests/CMingw-cross-env.cmake | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/tests/CMingw-cross-env.cmake b/tests/CMingw-cross-env.cmake index 1091085..186c35e 100644 --- a/tests/CMingw-cross-env.cmake +++ b/tests/CMingw-cross-env.cmake @@ -19,11 +19,15 @@ # -DMINGW_CROSS_ENV_DIR=$MXEDIR # make # (should proceed as normal.) # now run 'ctest' on your *nix machine. -# The test .exe programs should run under Wine. +# The test .exe programs should run under wine # imagemagick's "convert" comparer will be your actual linux version. # The pretty printer won't automatically work after the tests. You have to run # it manually by typing 'wine test_pretty_print.exe' # +# to debug finding MCAD with OPENSCADPATH, try something like this: +# +# strace -f ctest -R dumptest.*use 2>&1 | grep servos.scad +# # See also: # # http://lists.gnu.org/archive/html/mingw-cross-env-list/2010-11/threads.html#00078 |