Re: [wxVTK] Fresh start
Brought to you by:
malat
|
From: Doug M. <mc...@ia...> - 2008-09-14 01:36:39
|
On Aug 25, 2008, at 4:32 AM, Mathieu Malaterre wrote: > On Mon, Aug 25, 2008 at 2:46 AM, Doug McCorkle <mc...@ia...> > wrote: >> >> On Aug 24, 2008, at 6:53 PM, Mathieu Malaterre wrote: >> >>> Doug, >>> >>> I am getting lost with all the emails. I do not have access to a >>> MacOSX system, so please bare with me a little more :) >>> >>> So far we have: >>> 1. You have properly configured / build installed wxCocoa port >>> (please >>> send the cmd line you used to configure wx) >> >> I built wxMac which I believe uses Carbon. >> >>> >>> 2. the wxGLCanvas examples seems to be working for you for Cocoa >> >> I believe this is using Carbon. >> >>> >>> 3. Even setting both the view and window for Cocoa to display in is >>> not enough (send your copy of wxVTK, or type 'cvs di' and send the >>> diff). >> >> I would like to figure out if I am building what is needed for wxVTK >> properly. > > > A couple of people are using VTK Carbon + wxVTK on MacOSX, AFAIK it > should work out of the box. Build VTK with carbon on, and wx with > carbon on. I just rebuilt VTK with Carbon and got things to build except for wxVTKNotebook. It failed here: /Volumes/data/Volumes/data/Volumes/data/stuff/data/VE_Suite_Deps/wxVTK/ wxVTK/Sample/wxVTKNotebook.cxx: In member function ‘void MyFrame::FillVTK(wxPanel*, wxGridSizer*)’: /Volumes/data/Volumes/data/Volumes/data/stuff/data/VE_Suite_Deps/wxVTK/ wxVTK/Sample/wxVTKNotebook.cxx:215: error: ‘wxGetDisplay’ was not declared in this scope I commented it out and still get these warnings when running apps: ERROR: In /stuff/data/VE_Suite_Deps/vtk-5.2/VTK/Rendering/ vtkInteractorStyle.cxx, line 392 vtkInteractorStyleJoystickCamera (0x3666d00): Timer start failed ERROR: In /stuff/data/VE_Suite_Deps/vtk-5.2/VTK/Rendering/ vtkInteractorStyle.cxx, line 392 vtkInteractorStyleJoystickCamera (0x3666d00): Timer start failed and these: Warning: In /stuff/data/VE_Suite_Deps/vtk-5.2/VTK/Rendering/ vtkCarbonRenderWindow.h, line 169 vtkCarbonRenderWindow (0x3846c00): SetNextWindowId not implemented (WindowRemap not implemented). Warning: In /stuff/data/VE_Suite_Deps/vtk-5.2/VTK/Rendering/ vtkCarbonRenderWindow.cxx, line 1076 vtkCarbonRenderWindow (0x3846c00): Can't remap the window. Aside from this everything is working much better. Doug |