Re: [wxVTK] still problems on MAC
Brought to you by:
malat
From: Mathieu M. <mat...@gm...> - 2008-10-22 08:19:39
|
On Wed, Oct 22, 2008 at 10:05 AM, genesy genesy <ge...@gm...> wrote: > Hi > > ... >> >> ok looks fine. And when you execute: >> >> $ /Users/xael/wxVTK_latest/wxVTK/build/bin/wxSample >> > > /Users/xael/wxVTK_latest/wxVTK/build/bin/wxSample is an empty file. > I ran the executable in the boundle > /Users/xael/wxVTK_latest/wxVTK/build/bin/wxSample.app/Contents/MacOS/wxSample. ok then. Please try: $ /Developer/Tools/Rez Carbon.r -o /Users/xael/wxVTK_latest/wxVTK/build/bin/wxSample.app/Contents/MacOS/wxSample then rerun your app. > When I move the mouse holding the mouse button + CTRL I get this error : > > ERROR: In /Users/xael/VTK/Rendering/vtkInteractorStyleJoystickCamera.cxx, > line 315 > vtkInteractorStyleJoystickCamera (0x2435ac0): Bad zoom factor encountered hum... so that means mouse interaction are working fine... since we are in the VTK layer... > Nothing happens with "w". none of the usual interaction works either ? ('t','p','f' ...) -- Mathieu |