[vtk-developers] Re: [CMake] CVS cmake fails on paraview 3

John Biddiscombe biddisco at cscs.ch
Thu Mar 22 08:17:05 EDT 2007


 >What is the value of X11_LIBRARIES which I assume should have all of 
that stuff you put in by hand?
Empty


> 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
>


-- 
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 vtk-developers mailing list