
On 08/15/2007 06:39 AM, Douglas Gregor wrote: [snip]
I't s a bug in our build system. In particular, we're not passing the compiler through to the "CompileTest" projects used for compile-only tests. See, e.g., tools/build/CMake/CompileTest/CMakeLists.txt and tools/build/CMake/BoostTesting.cmake. Thanks for reporting this! Sure.
Run-tests and run-fail tests should work fine.
Do you mean `ctest run-test` and `ctest run-fail`? On another matter. I'm wondering where the executables are placed. I found the .o files with find: cd ~/prog_dev/boost-svn/ro/sandbox-branches/boost-cmake/ find . -name \*.o ./build/tools/build/CMake/CompileTest/CMakeFiles/compile.dir/home/evansl/prog_dev/boost-svn/ro/sandbox-branches/boost-cmake/src/libs/mpl/test/copy.o /build/tools/build/CMake/CompileTest/CMakeFiles/compile.dir/home/evansl/prog_dev/boost-svn/ro/sandbox-branches/boost-cmake/src/libs/mpl/test/front.o However, I couldn't find the executables: cd ~/prog_dev/boost-svn/ro/sandbox-branches/boost-cmake/ find . ! -type d -perm /u+x |grep -v src ./dart-client/subprocess.py ./dart-client/client.py ./dart-client/conf.py Compilation finished at Wed Aug 15 07:10:24