[vtk-developers] Guidance needed fixing problems doing 64bit compile on Mac OS X

Sean McBride sean at rogue-research.com
Wed Feb 21 12:37:05 EST 2007


Hi again everyone,

As you may recall, I have an experimental nightly dashboard(*) of a 64
bit vtk on Mac OS X 10.4.  It currently does not compile, but is oh so
close.  The only error is:

"/.../VTK-64bit/Utilities/vtktiff/tif_fax3sm.c: No such file or directory"

The file is indeed not present; it is present for my other dashboards,
and the first line is "WARNING, this file was automatically generated by
the mkg3states program".

I think this boils down to a cross-compilation issue.  I've set
CMAKE_OSX_ARCHITECTURES:STRING=ppc64;x86_64 (I must specify 2 items else
it will simply build for the native i386).  My build machine is a 32bit
Intel CPU, and so it can't actually execute anything it's building.  I
suspect that's stopping tif_fax3sm.c from being created.

Any suggestions oh wise ones?

Thank you!

(*) <http://www.vtk.org/Testing/Sites/RogueResearchi386/MacOSXTiger-
i386-64bit/20070221-1415-Experimental/BuildError.html>

-- 
____________________________________________________________
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 vtk-developers mailing list