[vtkusers] Help with VTK on Mac OS X 10.2.6

Deepa Shroff vtk_user at yahoo.com
Mon Oct 20 13:18:24 EDT 2003


Hello:

I am developing an application in C++ which uses FLTK
and VTK on Mac OS X (Mac OS X 10.2.6).

I have downloaded VTK official release (VTK-4.2) along
with VTKData. I have also downloaded CMake 1.8.1
official release.

I can run and build VTK, but when i run Cone example
(or any other example in bin directory) in
VTK/Examples/Tutorial/Step1/Cxx directory; i can see
the window; but cannot interact with the window. The
Window always remains behind other windows that are
open and never gets any focus.


I know this has to do with Mac OS X and setting up of
resources. I had same problem with FLTK; but after
adding the following line in Makefile after the
executable is built; the problem was solved.

				/Developer/Tools/Rez -t APPL -o myexecutable
$(HEADERFLTK)/FL/mac.r

But I don't know how to do this in VTK?

Are there any other options that need to be set when i
run CMake for Mac OS X??


Thanks for all your help.

Sincerely,

Deepa.

__________________________________
Do you Yahoo!?
The New Yahoo! Shopping - with improved product search
http://shopping.yahoo.com



More information about the vtkusers mailing list