[vtkusers] VTK and Mac OS X 10.5 (Leopard)
Christophe Peyret
christophe.peyret at onera.fr
Thu Nov 1 04:17:05 EDT 2007
it seems possible to build vtk on mac os X Leopard with CMAKE_OSX_SYSROOT
set to:
/Developer/SDKs/MacOSX10.4u.sdk
or:
/Developer/SDKs/MacOSX10.5.sdk
however, when after building my own application and linking it with vtk a
problem occur whe I launch the program and I have this error message
dyld: Library not loaded: libvtkCommon.5.1.dylib
Referenced from:
/Users/chris/Developer/Space/mesh2vtk/mesh2vtk.app/Contents/MacOS/mesh2vtk
Reason: image not found
Trace/BPT trap
More information about the vtkusers
mailing list