Thread: [wxVTK] Fresh start
Brought to you by:
malat
From: Mathieu M. <mat...@gm...> - 2008-08-24 23:53:46
|
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) 2. the wxGLCanvas examples seems to be working for you for Cocoa 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). Thanks, -- Mathieu |
From: Doug M. <mc...@ia...> - 2008-08-25 00:46:37
|
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. Doug |
From: Mathieu M. <mat...@gm...> - 2008-08-25 09:32:20
|
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. HTH -- Mathieu |
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 |
From: Nigel N. <Nig...@au...> - 2008-09-14 14:02:43
Attachments:
wxVtk_AUI.jpg
|
Hi Doug > I just rebuilt VTK with Carbon and got things to build > except for wxVTKNotebook. It failed here: > > [...] > > Aside from this everything is working much better. Time has come for me to get our wxVtk simulation environment up and running on some Mac systems. It uses wxAUI to manage advanced docking behaviour. Currently it runs sweetly under Win32 using VC++ 2005 (32-bit ansi), and colleagues report so far so good using gcc on Debian (64-bit unicode). I wonder if you (or others) would be interested to help add a new sample/starter application to the wxVtk distribution? The attached jpeg shows the sort of layout others may find useful as a starting point for their own app. Nigel -- ------------------------------------------------------------------------------------- Follow our Paralympic Beijing success - www.ausport.gov.au/media This message is intended for the addressee named and may contain confidential and privileged information. If you are not the intended recipient please note that any form of distribution, copying or use of this communication or the information in it is strictly prohibited and may be unlawful. If you receive this message in error, please delete it and notify the sender. ------------------------------------------------------------------------------------- |
From: Mathieu M. <mat...@gm...> - 2008-10-19 20:36:11
|
On Sun, Sep 14, 2008 at 4:02 PM, Nigel Nunn <Nig...@au...> wrote: > Hi Doug > >> I just rebuilt VTK with Carbon and got things to build >> except for wxVTKNotebook. It failed here: >> >> [...] >> >> Aside from this everything is working much better. > > > Time has come for me to get our wxVtk simulation environment > up and running on some Mac systems. It uses wxAUI to manage > advanced docking behaviour. Currently it runs sweetly under > Win32 using VC++ 2005 (32-bit ansi), and colleagues report > so far so good using gcc on Debian (64-bit unicode). > > I wonder if you (or others) would be interested to help add > a new sample/starter application to the wxVtk distribution? Definitely ! Please commit anything you need / want . thanks a bunch ! |
From: Nigel N. <nn...@gm...> - 2008-08-25 19:34:02
|
Hi Doug, Some explanation about wxOSX (wxMac <-- wxCocoa) can be found here: http://wiki.wxwidgets.org/Development:_wxMac Nigel |