<HTML>
<HEAD>
<TITLE>VTK on Mac OS X</TITLE>
</HEAD>
<BODY>
<FONT FACE="Verdana">Hello, When I try to compile &nbsp;VTK-4.2.1 on Mac OS X 10.2 using CMake, I get the following. What is the deal with the security framework??<BR>
<BR>
bruyns% make<BR>
cmake.depends is up-to-date<BR>
/Library/VTK-4.2.1/Wrapping: building default_target<BR>
/Library/VTK-4.2.1/Utilities: building default_target<BR>
cmake.depends is up-to-date<BR>
/Library/VTK-4.2.1/Utilities/zlib: building default_target<BR>
/Library/VTK-4.2.1/Utilities/jpeg: building default_target<BR>
/Library/VTK-4.2.1/Utilities/png: building default_target<BR>
/Library/VTK-4.2.1/Utilities/tiff: building default_target<BR>
/Library/VTK-4.2.1/Utilities/expat: building default_target<BR>
/Library/VTK-4.2.1/Utilities/Doxygen: building default_target<BR>
cmake.depends is up-to-date<BR>
/Library/VTK-4.2.1/Utilities/freetype: building default_target<BR>
Building object file ftmac.o...<BR>
In file included from /System/Library/Frameworks/Carbon.framework/Headers/Carbon.h:20,<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;from /Library/VTK-4.2.1/Utilities/freetype/src/base/ftmac.c:68:<BR>
/System/Library/Frameworks/CoreServices.framework/Headers/CoreServices.h:25: OT/OT.h: No such file or directory<BR>
In file included from /System/Library/Frameworks/Carbon.framework/Headers/Carbon.h:20,<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;from /Library/VTK-4.2.1/Utilities/freetype/src/base/ftmac.c:68:<BR>
/System/Library/Frameworks/CoreServices.framework/Headers/CoreServices.h:37: NSLCore/NSLCore.h: No such file or directory<BR>
/System/Library/Frameworks/CoreServices.framework/Headers/CoreServices.h:41: SecurityCore/SecurityCore.h: No such file or directory<BR>
In file included from /System/Library/Frameworks/Carbon.framework/Frameworks/CarbonSound.framework/Headers/CarbonSound.h:30,<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;from /System/Library/Frameworks/Carbon.framework/Headers/Carbon.h:33,<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;from /Library/VTK-4.2.1/Utilities/freetype/src/base/ftmac.c:68:<BR>
/System/Library/Frameworks/Carbon.framework/Frameworks/CarbonSound.framework/Headers/Sound.h:29: AvailabilityMacros.h: No such file or directory<BR>
In file included from /System/Library/Frameworks/Carbon.framework/Frameworks/CommonPanels.framework/Headers/CommonPanels.h:37,<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;from /System/Library/Frameworks/Carbon.framework/Headers/Carbon.h:49,<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;from /Library/VTK-4.2.1/Utilities/freetype/src/base/ftmac.c:68:<BR>
/System/Library/Frameworks/Carbon.framework/Frameworks/CommonPanels.framework/Headers/NSL.h:20: NSLCore/NSLCore.h: No such file or directory<BR>
In file included from /System/Library/Frameworks/Carbon.framework/Headers/Carbon.h:61,<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;from /Library/VTK-4.2.1/Utilities/freetype/src/base/ftmac.c:68:<BR>
/System/Library/Frameworks/Carbon.framework/Frameworks/SecurityHI.framework/Headers/SecurityHI.h:20: SecurityCore/SecurityCore.h: No such file or directory<BR>
In file included from /System/Library/Frameworks/Carbon.framework/Frameworks/SecurityHI.framework/Headers/SecurityHI.h:29,<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;from /System/Library/Frameworks/Carbon.framework/Headers/Carbon.h:61,<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;from /Library/VTK-4.2.1/Utilities/freetype/src/base/ftmac.c:68:<BR>
/System/Library/Frameworks/Carbon.framework/Frameworks/SecurityHI.framework/Headers/KeychainHI.h:20: SecurityCore/KeychainCore.h: No such file or directory<BR>
make[5]: *** [ftmac.o] Error 1<BR>
make[4]: *** [default_target] Error 2<BR>
make[3]: *** [default_target_freetype] Error 2<BR>
make[2]: *** [default_target] Error 2<BR>
make[1]: *** [default_target_Utilities] Error 2<BR>
make: *** [default_target] Error 2<BR>
</FONT>
</BODY>
</HTML>