[CMake] CVS cmake fails on paraview 3

Bill Hoffman hoffman.mlist at gmail.com
Thu Mar 22 07:15:45 EST 2007


John Biddiscombe wrote:
> 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)
What is the value of X11_LIBRARIES which I assume should have all of 
that stuff you put in by hand?

-Bill



More information about the CMake mailing list