[CMake] Need cmake to work on AIX 5.3

Arindam Mukherjee arindam.mukerjee at gmail.com
Fri Oct 12 04:51:27 EDT 2012


On Thu, Oct 11, 2012 at 12:24 AM, Brad King <brad.king at kitware.com> wrote:
> 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

The issue came from 2.8.8. It got resolved in 2.8.9.

Thanks for all the help.

- Arindam


More information about the CMake mailing list