Re: [wxVTK] UpdateGLRegion in VTK4.4
Brought to you by:
malat
|
From: Mathieu M. <mat...@gm...> - 2008-10-20 11:24:53
|
On Mon, Oct 20, 2008 at 1:18 PM, genesy genesy <ge...@gm...> wrote: > Hi all, > > I' compiling the latest CVS Version (thanks Mathieu!) > These are my "new" errors : > > > /Users/xael/wxVTK/src/wxVTKRenderWindowInteractor.cxx: In member function > 'void wxVTKRenderWindowInteractor::OnPaint(wxPaintEvent&)': > /Users/xael/wxVTK/src/wxVTKRenderWindowInteractor.cxx:393: error: 'class > vtkCarbonRenderWindow' has no member named 'UpdateGLRegion' Fixed: $ cvs ci -m"COMP: fix compilation on VTK 4.4" ~/Projects/wxVTK/src ? .wxVTKRenderWindowInteractor.cxx.swp Checking in wxVTKRenderWindowInteractor.cxx; /cvsroot/wxvtk/wxVTK/src/wxVTKRenderWindowInteractor.cxx,v <-- wxVTKRenderWindowInteractor.cxx new revision: 1.43; previous revision: 1.42 done Mailing wxv...@li...... Generating notification message... Generating notification message... done. > /Users/xael/wxVTK/src/wxVTKRenderWindowInteractor.cxx: In member function > 'void wxVTKRenderWindowInteractor::OnMouseWheel(wxMouseEvent&)': > /Users/xael/wxVTK/src/wxVTKRenderWindowInteractor.cxx:703: error: > 'MouseWheelForwardEvent' is not a member of 'vtkCommand' > /Users/xael/wxVTK/src/wxVTKRenderWindowInteractor.cxx:708: error: > 'MouseWheelBackwardEvent' is not a member of 'vtkCommand' Fixed: $ cvs ci -m"COMP: fix compilation on VTK 4.4 (mouse wheel)" ~/Projects/wxVTK/src ? .wxVTKRenderWindowInteractor.h.swp ? .wxVTKRenderWindowInteractor.cxx.swp Checking in wxVTKRenderWindowInteractor.cxx; /cvsroot/wxvtk/wxVTK/src/wxVTKRenderWindowInteractor.cxx,v <-- wxVTKRenderWindowInteractor.cxx new revision: 1.44; previous revision: 1.43 done Mailing wxv...@li...... Generating notification message... Generating notification message... done. thanks ! -- Mathieu |