[Paraview] PV3 pvserver OSX Offscreen

Kevin H. Hobbs hobbsk at ohiou.edu
Mon Oct 8 09:46:36 EDT 2007


On Mon, 2007-10-08 at 09:22 -0400, Berk Geveci wrote:
> That code executes only on the client side, which does not do
> offscreen rendering unless it is capturing a screenshot. I should not
> have any impact on the server.
> 
> -berk

Whoo, that's good to hear.

My most recent build just failed with:

	Linking CXX shared library ../../bin/libvtkRendering.dylib
	ld: Undefined symbols:
	__ZN22vtkXOpenGLRenderWindow3NewEv
	__ZN26vtkXRenderWindowInteractor3NewEv
	/usr/bin/libtool: internal link edit command failed

The CMake command line was:

	cmake \
	-D BUILD_SHARED_LIBS:BOOL=ON \
	-D VTK_USE_RPATH:BOOL=ON \
	-D PARAVIEW_BUILD_QT_GUI:BOOL=OFF \
	-D CMAKE_CXX_FLAGS:STRING=-I/usr/local/openmpi-1.1.2/include/openmpi/ \
	-D PARAVIEW_USE_MPI:BOOL=ON \
	-D MPI_INCLUDE_PATH:PATH=/usr/local/openmpi-1.1.2/include \
	-D MPI_LIBRARY:FILEPATH=/usr/local/openmpi-1.1.2/lib/libmpi.dylib \
	-D MPI_EXTRA_LIBRARY:FILEPATH=/usr/local/openmpi-1.1.2/lib/libmpi_cxx.dylib \
	-D VTK_MPIRUN_EXE:FILEPATH=/usr/local/openmpi-1.1.2/bin/mpirun \
	-D OPENGL_INCLUDE_DIR:PATH=/home/ohu0210/Mesa-7.0.1/include \
	-D OPENGL_gl_LIBRARY:FILEPATH=/home/ohu0210/Mesa-7.0.1/lib/libGL.dylib \
	-D OPENGL_glu_LIBRARY:FILEPATH=/home/ohu0210/Mesa-7.0.1/lib/libGLU.dylib \
	-D OPENGL_xmesa_INCLUDE_DIR:PATH=/home/ohu0210/Mesa-7.0.1/include \
	-D VTK_OPENGL_HAS_OSMESA:BOOL=ON \
	-D OSMESA_INCLUDE_DIR:PATH=/home/ohu0210/Mesa-7.0.1/include \
	-D OSMESA_LIBRARY:FILEPATH=/home/ohu0210/Mesa-7.0.1/lib/libOSMesa.dylib \
	-D VTK_USE_64BIT_IDS:BOOL=ON  \
	-D VTK_USE_CARBON:BOOL=OFF \
	../ParaView3

I'll try a CVS update and another build just in case.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
Url : http://public.kitware.com/pipermail/paraview/attachments/20071008/d02beba3/attachment.pgp


More information about the ParaView mailing list