[vtkusers] Tiger support broken?
Scott Harris
scottrharris at gmail.com
Thu Jun 30 18:17:59 EDT 2005
I have VTK working on Mac OS X Tiger with Python wrappings for both
Carbon and Cocoa. I even have it working with wxPython, although it
seems slow as if it was not hardware accelerated.
I didn't do anything special except change the enum bugs that cropped
up. I'm using a CVS version that's a few weeks old.
If anyone has experience with the slow behavior of VTK in wxPython,
I'd like to hear about it.
-Scott
On 6/30/05, Sensei <senseiwa at tin.it> wrote:
> Hi.
>
> I've read the mailing list archive (at least all I could find...
> something might have been missed!) and still I can't make VTK work
> well under OSX 10.4.
>
> I applied patches and built the libraries (static). So I went through
> the tutorials and surprise! I can't get window focus!
>
> These are my settings for VTK:
>
> SET(CMAKE_BUILD_SETTING_CMAKE_MAJOR_VERSION "2")
> SET(CMAKE_BUILD_SETTING_CMAKE_MINOR_VERSION "0")
> SET(CMAKE_BUILD_SETTING_PROJECT_NAME "VTK")
>
> SET(CMAKE_BUILD_SETTING_C_COMPILER "gcc")
> SET(CMAKE_BUILD_SETTING_C_FLAGS " ")
> SET(CMAKE_BUILD_SETTING_C_FLAGS_DEBUG "-g")
> SET(CMAKE_BUILD_SETTING_C_FLAGS_RELEASE "-O3")
> SET(CMAKE_BUILD_SETTING_C_FLAGS_MINSIZEREL "-Os")
> SET(CMAKE_BUILD_SETTING_C_FLAGS_RELWITHDEBINFO "-O2 -g")
>
> SET(CMAKE_BUILD_SETTING_CXX_COMPILER "c++")
> SET(CMAKE_BUILD_SETTING_CXX_FLAGS " ")
> SET(CMAKE_BUILD_SETTING_CXX_FLAGS_DEBUG "-g")
> SET(CMAKE_BUILD_SETTING_CXX_FLAGS_RELEASE "-O3")
> SET(CMAKE_BUILD_SETTING_CXX_FLAGS_MINSIZEREL "-Os")
> SET(CMAKE_BUILD_SETTING_CXX_FLAGS_RELWITHDEBINFO "-O2 -g")
>
> SET(CMAKE_BUILD_SETTING_BUILD_TYPE "")
> SET(CMAKE_BUILD_SETTING_BUILD_TOOL "/usr/bin/make")
>
> SET(VTK_USE_CARBON "ON")
> SET(VTK_USE_COCOA "OFF")
>
> SET(VTK_USE_X "OFF")
> SET(VTK_WRAP_JAVA "OFF")
> SET(VTK_WRAP_PYTHON "OFF")
> SET(VTK_WRAP_TCL "OFF")
>
> --
> Sensei <senseiwa at tin.it>
>
> cd /pub
> more beer
>
> _______________________________________________
> 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