On Wed, Oct 10, 2012 at 8:51 PM, Brad King <brad.k...@kitware.com> wrote:
> On 10/10/2012 06:11 AM, Arindam Mukherjee wrote:
>> Here are the files.
>
> The first line of this file is missing the leading '#':
>
>  $ head -1 cmake_aix/CMakeFiles/CompilerIdC/CMakeCCompilerId.c
>  ifdef __cplusplus
>
> That means you've hit the issue reported here:
>
>  http://www.cmake.org/Bug/view.php?id=13149
>
> which was supposed to be fixed in CMake 2.8.9:
>
>  http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=b3c77889
>
> by working around a bug in the compiler's stream library.
>
> Are you sure you're using CMake 2.8.9 and not an older version?
> How was CMake itself built?
>
> -Brad

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

- Arindam
--

Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to