[vtkusers] Mac OS X build problems
    Yves Starreveld 
    ystarrev at uwo.ca
       
    Wed Jun  5 13:35:35 EDT 2002
    
    
  
Chris,
There shouldn't be much in the way of obstacles:
Get the latest CMake from cvs
(./configure, make, sudo make install)
Get the latest VTK from cvs
create a binary directory
from that directory, type cmake <sourceDir> where sourceDir is the 
location of your VTK directory
edit the CMakeCache.txt file to set wrap_python to on and make_shared to 
on
run cmake again (the same way, specifying the location of your VTK 
directory)
edit the CMakeCache.txt file to show where your python.h file is and 
your python lib is
run cmake again
type make
Let me know if you have problems.
(all this info is being added to the README.html file as we speak)
Yves
    
    
More information about the vtkusers
mailing list