[vtkusers] vtk on intel macbook pro
Mike Jackson
imikejackson at gmail.com
Sun May 21 10:28:40 EDT 2006
Anatasia,
I actually had _no_ problem building VTK 5 (release from the web
site) on my MacBook Pro. I turned OFF X, OFF Carbon, and ON Cocoa. I
turned OFF Examples, Java and Python and Documentation (Would someone
tell me _how_ to build the Docs?).
I do not have any problems with Mouse events in my Cocoa Apps or just
creating a Render window directly from VTK.
Could you post the code where you create your render window and add
an Interactor to it? Maybe there is something that you just happened
to miss, happens to the best of us ;-)
If you need my cmake cache. let me know. I also used Cmake 2.2.3 to
build VTK 5 last time. I have since moved up to Cmake 2.4.x.
Cheers
--------
Mike Jackson
imikejackson <at> gmail <dot> com
On May 19, 2006, at 3:14 PM, Kenny Leung wrote:
> Hi Anastasia.
>
> There was a problem with the 5.0.0 version of VTK that prevented it
> from building on MacOSX. You may have more luck with the latest
> revision from CVS.
>
> -Kenny
>
>
> On May 19, 2006, at 10:55 AM, Anastasia Mironova wrote:
>
>> Hello,
>>
>> I have been trying to install vtk5.0 on my macbook for quite some
>> time now and it seems like I have tried everything: building from
>> both tar.gz files and cvs, tried all kinds of combinations of ON/
>> OFF settings for VTK_USE_CARBON, VTK_USE_COCOA, and X11 variables
>> in cmake but I either get compiler errors or the vtk window does
>> not respond to mouse events.
>>
>> When I use Carbon and no X11, I get a compiler error:
>> ".../System/Library/Frameworks/CoreServices.framework/Frameworks/
>> CarbonCore.framework/Headers/MachineExceptions.h:245:
>>> error: declaration does not declare anything"
>>
>> and when I disable Carbon and enable Cocoa and i get no mouse
>> events and the following error in the vtk console:
>> "RCNE SendEventToEventTarget (suom 8 ) failed,
>> -9870"
>>
>> I would really appreciate any insight into the problem and advice
>> on how to fix it, PLEASE!
>>
>> -Anastasia
>> _______________________________________________
>> This is the private VTK discussion list. Please keep messages on-
>> topic. Check the FAQ at: http://www.vtk.org/Wiki/VTK_FAQ
>> Follow this link to subscribe/unsubscribe:
>> http://www.vtk.org/mailman/listinfo/vtkusers
>>
>
> _______________________________________________
> This is the private VTK discussion list.Please keep messages on-
> topic. Check the FAQ at: http://www.vtk.org/Wiki/VTK_FAQ
> Follow this link to subscribe/unsubscribe:
> http://www.vtk.org/mailman/listinfo/vtkusers
More information about the vtkusers
mailing list