[vtkusers] Building VTK in HP UX
William A. Hoffman
billlist at nycap.rr.com
Mon Jun 23 13:22:14 EDT 2003
You need opengl, give it the directory with gl.h.
You may have to use mesa3d (a free software opengl)
if you are not using the hp compiler. You should search
the web for gcc and hp and opengl.
Good luck..
-Bill
At 01:04 PM 6/23/2003, you wrote:
>Thanks, It workes. But the CMake gave an error saying it can not find
>OPENGL_INCLUDE_DIR(ADVANCED). Which library file I should be specifying?
>
>-----Original Message-----
>From: vtkusers-admin at vtk.org [mailto:vtkusers-admin at vtk.org]On Behalf Of
>William A. Hoffman
>Sent: Monday, June 23, 2003 8:21 PM
>To: R K Shyamprakash; VTKUserList (E-mail)
>Subject: Re: [vtkusers] Building VTK in HP UX
>
>
>setenv CXX c++
>setenv CC gcc
>ccmake ../VTK
>
>or
>
>ccmake ../VTK
>change CMAKE_CXX_COMPILER and
>CMAKE_C_COMPILER in the cache.
>
>-Bill
>
>
>At 10:49 AM 6/23/2003, R K Shyamprakash wrote:
>>Hi All,
>> This is more of a CMake question.I am trying to build VTK in HP
>>UX. By default Cmake takes cc compiler, but I have only gcc compiler. Now
>>how do I change the compilter in Cmake script.
>>
>>Thanks
>>Shyam
>>
>>_______________________________________________
>>This is the private VTK discussion list.
>>Please keep messages on-topic. Check the FAQ at:
><http://public.kitware.com/cgi-bin/vtkfaq>
>>Follow this link to subscribe/unsubscribe:
>>http://www.vtk.org/mailman/listinfo/vtkusers
>
>
>_______________________________________________
>This is the private VTK discussion list.
>Please keep messages on-topic. Check the FAQ at:
><http://public.kitware.com/cgi-bin/vtkfaq>
>Follow this link to subscribe/unsubscribe:
>http://www.vtk.org/mailman/listinfo/vtkusers
More information about the vtkusers
mailing list