At 05:54 AM 3/13/2006, Martin Baumann wrote:
>Hi,
>
>>There should be a CMakeError.log and CMakeOutput.log files in the CMakeFiles 
>>directory.
>These files don't help me in this problem. I added the files to this mails. 
>The one file contains the same error
>as the output of CMake itself the other one looks as if there weren't errors 
>at all.
>
>I did again use new source of vtk and a new build directory.

I think I may have found the problem.   Can you edit the file:
CMake/Modules/Platform/IRIX64.cmake
Change this line:

IF(NOT CMAKE_COMPILER_IS_GNUCXX)

To this:

IF(CMAKE_COMPILER_IS_GNUCC)


Then re-run cmake and see if it works.

-Bill

_______________________________________________
CMake mailing list
[email protected]
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to