[Paraview] PV3 pvserver OSX Offscreen

clinton at elemtech.com clinton at elemtech.com
Mon Oct 8 12:42:47 EDT 2007


On Monday 08 October 2007 10:25:56 am Kevin H. Hobbs wrote:
> On Mon, 2007-10-08 at 09:35 -0600, clinton at elemtech.com wrote:
> > Try commenting out the # define VTK_USE_OGLR near the bottom of
> > VTK/vtkToolkits.h.in  Maybe that logic needs some fixing.
> >
> > Clint
>
> I now get the error:
> 	Linking CXX shared library ../../bin/libvtkRendering.dylib
> 	ld: Undefined symbols:
> 	__ZN23vtkOSOpenGLRenderWindow3NewEv
> 	/usr/bin/libtool: internal link edit command failed
>
> I'll give it a try with gcc-4.0..

Oh, its not building that file....
How about inserting this

    IF (VTK_OPENGL_HAS_OSMESA  AND  OSMESA_LIBRARY)
      SET(KitOpenGL_SRCS ${KitOpenGL_SRCS} vtkOSOpenGLRenderWindow.cxx)
      SET (KIT_LIBS ${KIT_LIBS} ${OSMESA_LIBRARY} )
    ENDIF (VTK_OPENGL_HAS_OSMESA  AND  OSMESA_LIBRARY)

In VTK/Rendering/CMakeLists.txt after the VTK_USE_X condition after line 371.

Clint


More information about the ParaView mailing list