[vtkusers] Re: OSX 10.4 Headless 64-bit build
jonathan grimm
flymolo at gmail.com
Tue Jun 6 00:15:23 EDT 2006
Still trying to do a headless build first error was because the c++
compiler was mapped to gcc (OOPS). Moving on it looks like there is a
carbon dependency in vtkCommon vtkMultiThreader.h .
This is the compile error I get, but my understanding is that as long
as Carbon.h is included this won't link on 64-bit. Any suggestions?
Building CXX object Common/CMakeFiles/vtkCommon.dir/vtkMultiThreader.o
/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/MachineExceptions.h:272:
error: typedef 'ExceptionHandlerProcPtr' is initialized (use
__typeof__ instead)
/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/MachineExceptions.h:272:
error: 'ExceptionInformation' was not declared in this scope
/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/MachineExceptions.h:272:
error: 'theException' was not declared in this scope
/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/MachineExceptions.h:306:
error: 'ExceptionInformation' was not declared in this scope
/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/MachineExceptions.h:306:
error: 'theException' was not declared in this scope
/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/MachineExceptions.h:307:
error: expected primary-expression before "userUPP"
/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/MachineExceptions.h:307:
error: initializer expression list treated as compound expression
/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/fp.h:1338:
error: 'SIGDIGLEN' was not declared in this scope
make[2]: *** [Common/CMakeFiles/vtkCommon.dir/vtkMultiThreader.o] Error 1
make[1]: *** [Common/CMakeFiles/vtkCommon.dir/all] Error 2
make: *** [all] Error 2
--
Sometimes it's hard to tell the dancer from the dance - Corwin in CoC
More information about the vtkusers
mailing list