[cmake-developers] A few topic reviews for Stephen

Brad King brad.king at kitware.com
Wed May 22 13:37:45 EDT 2013


On 05/22/2013 04:37 AM, Stephen Kelly wrote:
>> * join-genex: I think this is the cause of a VS 6 test failure
>>   of the CompileDefinitions test:
>>
>>    http://open.cdash.org/testDetails.php?test=190944806&build=2911585
>>    WARNING: The VS6 IDE does not support preprocessor definition values
>>    with spaces and '"', '$', or ';'. CMake is dropping a preprocessor
>>    definition: CMAKE_IS_REALLY="Very Fun"
> 
> This doesn't seem to be anything to do with the join-genex topic. It was 
> present before join-genex was merged to next.
> 
>  http://open.cdash.org/testDetails.php?test=157289612&build=2905507

I'm not sure what caused that failure, but according to local testing
on my VS 6 the failure we now see is caused by (according to git bisect)
the language-generator-expressions topic.  I've merged join-genex but
you'll have to look into the failure further.

Meanwhile I've discovered we let a failure leak into master.  The
fix-include_directories-whitespace-handling topic:

 http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=2f84dfec

adds "empty.cpp" with content "// No content".  That fails on the
AIX linker:

 http://open.cdash.org/testDetails.php?test=191427253&build=2912836
 http://open.cdash.org/testDetails.php?test=191412829&build=2912721
 Linking CXX shared library libempty_entry_test.so
 ld: 0711-244 ERROR: No csects or exported symbols have been saved.

Does the file need to be empty of symbols for this test?

Thanks,
-Brad



More information about the cmake-developers mailing list