[CMake] CVS cmake fails on paraview 3
John Biddiscombe
biddisco at cscs.ch
Fri Apr 6 02:52:32 EDT 2007
Bill
I just noticed that one machine (maybe 2) are failing on pv3 nightly
dashboard with the same error I got
http://paraview.org/ParaView3/Testing/Sites/dash5.kitware/Linux-g++/20070406-0100-Nightly/BuildError.html
This may or may not be related, but if it is, then you have a place to
start looking. (I notice that this dashboard is using a recent cmake, so
my guess is it's the same bug)
JB
> I wanted to use the latest LANGUAGE CXX/C from cmake cvs so I updated
> my tree, but ParaView3 fails to build on this 64 bit system.
> I didn't investigate the problem much, but adding
>
> file : ParaView3/VTK/Rendering/CMakeLists.txt
>
> /usr/X11R6/lib64/libXt.a /usr/X11R6/lib64/libSM.a
> /usr/X11R6/lib64/libICE.a /usr/X11R6/lib64/libXfixes.a
>
> to here fixed the link errors.
>
> IF(VTK_USE_X)
> TARGET_LINK_LIBRARIES(vtk${KIT} /usr/X11R6/lib64/libXt.a
> /usr/X11R6/lib64/libSM.a /usr/X11R6/lib64/libICE.a
> /usr/X11R6/lib64/libXfixes.a ${X11_LIBRARIES})
> ENDIF(VTK_USE_X)
>
> I'm not sure if it's a cmake module issue, a 64 bit issue or a
> vtk/paraview bad cmake config issue, but I'm just posting this so
> that if anyone else encounters the problem it'll save some time.
>
> JB
>
>
--
John Biddiscombe, email:biddisco @ cscs.ch
http://www.cscs.ch/about/BJohn.php
CSCS, Swiss National Supercomputing Centre | Tel: +41 (91) 610.82.07
Via Cantonale, 6928 Manno, Switzerland | Fax: +41 (91) 610.82.82
More information about the CMake
mailing list