[wxVTK] wxGTK 2.8.0 Support
Brought to you by:
malat
From: Philip S. <oh...@vt...> - 2007-01-24 23:54:26
|
Has anyone suggestfully compiled wxVTK with wxGTK 2.8.0? The wxVTK class contains many compiling error, when compiling against wxGTK 2.8.0. I really don't like the error on line 315. Any ideas? [ 3%] Building CXX object CMakeFiles/loch3.dir/wxVTKRenderWindowInteractor.o /home/blitz/documents/projects/therion_google_svn/loch/wxVTKRenderWindowInteractor.cxx: In constructor `wxVTKRenderWindowInteractor::wxVTKRenderWindowInteractor()': /home/blitz/documents/projects/therion_google_svn/loch/wxVTKRenderWindowInteractor.cxx:132: error: no matching function for call to `wxGLCanvas::wxGLCanvas()' /home/blitz/downloads/wxGTK-2.8.0/include/wx/gtk/glcanvas.h:59: note: candidates are: wxGLCanvas::wxGLCanvas(const wxGLCanvas&) /home/blitz/downloads/wxGTK-2.8.0/include/wx/gtk/glcanvas.h:92: note: wxGLCanvas::wxGLCanvas(wxWindow*, const wxGLCanvas*, wxWindowID, const wxPoint&, const wxSize&, long int, const wxString&, int*, const wxPalette&) /home/blitz/downloads/wxGTK-2.8.0/include/wx/gtk/glcanvas.h:84: note: wxGLCanvas::wxGLCanvas(wxWindow*, const wxGLContext*, wxWindowID, const wxPoint&, const wxSize&, long int, const wxString&, int*, const wxPalette&) /home/blitz/downloads/wxGTK-2.8.0/include/wx/gtk/glcanvas.h:76: note: wxGLCanvas::wxGLCanvas(wxWindow*, wxWindowID, const wxPoint&, const wxSize&, long int, const wxString&, int*, const wxPalette&) /home/blitz/downloads/wxGTK-2.8.0/include/wx/gtk/glcanvas.h:69: note: wxGLCanvas::wxGLCanvas(wxWindow*, wxWindowID, int*, const wxPoint&, const wxSize&, long int, const wxString&, const wxPalette&) /home/blitz/documents/projects/therion_google_svn/loch/wxVTKRenderWindowInteractor.cxx: In member function `long int wxVTKRenderWindowInteractor::GetHandleHack()': /home/blitz/documents/projects/therion_google_svn/loch/wxVTKRenderWindowInteractor.cxx:315: error: `GDK_WINDOW_XWINDOW' undeclared (first use this function) /home/blitz/documents/projects/therion_google_svn/loch/wxVTKRenderWindowInteractor.cxx:315: error: (Each undeclared identifier is reported only once for each function it appears in.) make[2]: *** [CMakeFiles/loch3.dir/wxVTKRenderWindowInteractor.o] Error 1 make[1]: *** [CMakeFiles/loch3.dir/all] Error 2 make: *** [all] Error 2 Philip Schuchardt |