[CMake] Need cmake to work on AIX 5.3

Brad King brad.king at kitware.com
Wed Oct 10 14:54:54 EDT 2012


On 10/10/2012 02:27 PM, Arindam Mukherjee wrote:
> On Wed, Oct 10, 2012 at 8:51 PM, Brad King <brad.king at kitware.com> wrote:
>>  $ head -1 cmake_aix/CMakeFiles/CompilerIdC/CMakeCCompilerId.c
>>  ifdef __cplusplus
>>
>>  http://www.cmake.org/Bug/view.php?id=13149
>>  http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=b3c77889
>>
> I don't have access to my sandbox at this hour. I'll confirm the
> version of cmake in a day.
> The method of build was simply:
> 
> ./bootstrap --prefix=install_dir
> make
> make install

If the version of CMake is at least 2.8.9 then there must be
another place that triggers a similar streams library bug.
You'll have to debug the configure_file implementation to
see why it drops the initial '#' from CMakeCCompilerId.c when
built against this old compiler's streams library.

-Brad


More information about the CMake mailing list