[Paraview] Re: Compile error using MANGLED_MESA

Orion Poplawski orion at cora.nwra.com
Tue Jun 6 11:43:51 EDT 2006


Orion Poplawski wrote:
> I get the following trying to compile 2.4.3 using VTK_USE_MANGLED_MESA:
> 
> /builddir/build/BUILD/paraview-2.4.3/VTK/Rendering/vtkXOpenGLRenderWindow.cxx:1297: 
> error: no 'int* vtkXMesaRenderWindow::GetSize()' member function 
> declared in class 'vtkXMesaRenderWindow'
> 
> Other RenderWindow classes define it but not vtkXMesaRenderWindow (or 
> vtkMesaRenderWindow):
> 
> $ grep GetSize ../VTK/Rendering/*RenderWindow.h
> ../VTK/Rendering/vtkCarbonRenderWindow.h:  virtual int *GetSize();
> ../VTK/Rendering/vtkCocoaRenderWindow.h:  virtual int *GetSize();
> ../VTK/Rendering/vtkWin32OpenGLRenderWindow.h:  virtual int *GetSize();
> ../VTK/Rendering/vtkWinCEOpenGLRenderWindow.h:  virtual int *GetSize();
> ../VTK/Rendering/vtkXOpenGLRenderWindow.h:  virtual int     *GetSize();

The attached patch fixes for me.

I also updated vtkXOpenGLRenderWindow.cxx to the latest from CVS 
ParaView-2-4 branch, but that didn't fix this.

-- 
Orion Poplawski
System Administrator                   303-415-9701 x222
Colorado Research Associates/NWRA      FAX: 303-415-9702
3380 Mitchell Lane, Boulder CO 80301   http://www.co-ra.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: paraview.patch
Type: text/x-patch
Size: 462 bytes
Desc: not available
Url : http://public.kitware.com/pipermail/paraview/attachments/20060606/72c4fada/paraview.bin


More information about the ParaView mailing list