MantisBT - CMake
View Issue Details
0004348CMakeCMakepublic2007-01-22 13:392007-02-15 15:26
Sean McBride 
System Admin 
urgentmajoralways
closedfixed 
 
 
0004348: cmake fails to build as 64bit on Mac OS due to use of deprecated APIs
As seen here:
http://www.cmake.org/Testing/Sites/RogueResearchPPC64/MacOSX64-ppc-cocoa/20070122-1707-Experimental/BuildError.html [^]

CMake does not build as a 64 bit app because it is using APIs that use the FSSpec type. FSSpecs are not supported in 64 bit apps.

Patch forthcoming.
No tags attached.
cxx OSXScriptLauncher.cxx (3,511) 1969-12-31 19:00
https://public.kitware.com/Bug/file/862/OSXScriptLauncher.cxx
Issue History

Notes
(0006234)
Sean McBride   
2007-01-22 14:20   
Fix attached. All 72 tests still pass.
(0006442)
System Admin   
2007-02-15 15:08   
Should be fixed...