[Paraview] PV3 pvserver OSX Offscreen

Mike Jackson imikejackson at gmail.com
Mon Oct 8 11:44:58 EDT 2007


I think the vtkXOpenGLRenderWindow class is for X-Windows. Try  
turning on VTK_USE_X and compiling. Just for giggles. I know you are  
looking for Offscreen rendering..

Also, Is there a reason you are using gcc 3.3? Are you still on OS X  
10.2? If you are on OS X 10.3 or 10.4 you should be using GCC 4.0  
from Apple. There _are_ reasons to use GCC 3.3.. just not a lot of them.

-- 
Mike Jackson   Senior Research Engineer
Innovative Management & Technology Services


On Oct 8, 2007, at 11:24 AM, Kevin H. Hobbs wrote:

> On Mon, 2007-10-08 at 09:46 -0400, Kevin H. Hobbs wrote:
>> 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
>
> This link error shows up in the CVS version of ParaView3 from this
> morning.
>
> Both symbols are undefined in
> VTK/Rendering/CMakeFiles/vtkRendering.dir/vtkGraphicsFactory.o. Are
> these names generated by the compiler? Googling them gets me nowhere.
> The C++ compiler found by CMake is :
>
> 	c++ (GCC) 3.3 20030304 (Apple Computer, Inc. build 1809)
>
>
>
> _______________________________________________
> ParaView mailing list
> ParaView at paraview.org
> http://www.paraview.org/mailman/listinfo/paraview



More information about the ParaView mailing list