[vtkusers] OSX 10.4 Headless 64-bit build
Sean McBride
sean at rogue-research.com
Mon Jun 5 17:40:31 EDT 2006
On 2006-06-04 15:05, jonathan grimm said:
>I'm trying to build a headless 64-bit of vtk 5.0 on OS 10.4.
First, know that only some APIs are available to 64 bit applications, see:
<http://developer.apple.com/documentation/Darwin/Conceptual/64bitPorting/
indications/chapter_2_section_2.html>
Specifically, only the APIs in System.framework and Accelerate.framework
are available. So no Carbon, Cocoa, OpenGL, etc.
>I've set DISPLAY and RENDERING off.
>I created a shell script that calls gcc -arch ppc64 $* ad used this
>for the c/c++ compiler.
Have you tried simply passing "-arch ppc64" in the CFLAGS/CXXFLAGS?
>I am getting many linker errors in kwsys.
>Any help would be appreciated.
Maybe as a test you should try building a 64bit 'hello world' with
cmake, to be sure cmake is up to the task.
--
____________________________________________________________
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