Re: [CMake] Problems with ctest output using clang compiler on Mac

2013-05-07 Thread Ananda Tallur
Hi, Just to inform CMake users on Mac OS X that problem is solved by using CTEST_USE_LAUNCHERS option. As a reminder, problem is that some warnings generated by different clang processes during parallel compilation get mixed together, become

Re: [CMake] Problems with ctest output using clang compiler on Mac

2013-01-10 Thread Ananda Tallur
Hi, We have the same problem here with ctest and clang on Mac OS X. Versions used are : - clang 4.2, from XCode 4.6DP4 on Mac OS X 10.7 - cmake 2.8.10.2 In our ctest script, compilation is launched with 4 jobs (make -j4). In our dashboard (and same thing when directly looking at the text output

[CMake] Problems with ctest output using clang compiler on Mac

2012-06-04 Thread Andreas Fetzer
Hi there, On our dashboard some warnings are treated as errors and hence the build fails (only for Mac OS X systems): http://cdash.mitk.org/viewBuildError.php?buildid=132336 Apparently not the hole output line of the clang compiler was considered. This happens especially when we are using the