[vtkusers] vtk 5.6.1 on a mac wrapped in Java

Sean McBride sean at rogue-research.com
Thu Dec 2 14:32:36 EST 2010


On Thu, 2 Dec 2010 10:49:19 -0800, Mark Roden said:

>I'm building both gdcm and vtk using Unix makefiles on the mac, since
>the xcode stuff isn't working.
>
>How can I make sure that I'm building release versions on both
>machines?  There's a suggestion here:
>http://comments.gmane.org/gmane.comp.lib.mitk.user/1052
>
>that this bug could be due to compilation problems.
>
>Specifically, I'd like for 64 bit release versions to be made.  On
>XCode, that's a dropdown selection, but typing 'make release' results
>in 'don't know how to build release, stop', and I'm not sure what
>'make all' is doing.

That's something you should configure in cmake.  Specifically, you want
CMAKE_OSX_ARCHITECTURES and CMAKE_BUILD_TYPE.

-- 
____________________________________________________________
Sean McBride, B. Eng                 sean at rogue-research.com
Rogue Research                        www.rogue-research.com 
Mac Software Developer              Montréal, Québec, Canada





More information about the vtkusers mailing list