Hi,<br><br>I just started using Leopard with Xcode2.5. I do not have
Xcode3.0 installed yet. When running cmake on Leopard I found I had to
do the following: <br><br>1. Make /Xcode2.5/usr/bin first on the path<br><br>2. Edit 
CMakeCache.txt file and change the following: <br><br>CMAKE_C_FLAGS:STRING=-isysroot /Xcode2.5/SDKs/MacOSX10.4u.sdk<br>CMAKE_CXX_FLAGS:STRING=-isysroot /Xcode2.5/SDKs/MacOSX10.4u.sdk<br><div id="mb_0">CMAKE_OSX_SYSROOT:STRING=/Xcode2.5/SDKs/MacOSX10.4u.sdk
<br><br>I also had to change any references to /System/Library/Frameworks/* to /Xcode2.5/SDKs/MacOSX10.4u.sdk/System/Library/Frameworks/*<br><br>Is this the correct way to use Xcode2.5 on Leopard with Cmake?<br><br>Thanks,
<br><span class="sg">Chris<br></span></div><br>