[vtkusers] VTK, MacOS and X11
Martin Costabel
costabel at wanadoo.fr
Wed Jan 26 17:34:58 EST 2005
Johnny C. Norris II wrote:
> Thanks for the suggestion. I changed the OpenGL settings to:
>
> OPENGL_gl_LIBRARY:FILEPATH=/usr/X11R6/lib/libGL.dylib
> OPENGL_glu_LIBRARY:FILEPATH=/usr/X11R6/lib/libGLU.dylib
>
> It didn't help, however. I still get exactly the same errors.
What is working for me (and for the Fink vtk-py23 package):
OPENGL_gl_LIBRARY:STRING="-lGL"
OPENGL_glu_LIBRARY:STRING="-lGLU"
OPENGL_xmesa_INCLUDE_DIR:PATH=/usr/X11R6/include
This is for the released version 4.4.0, though, not for the latest from CVS.
--
Martin
More information about the vtkusers
mailing list