[CMake] XCode generator issues for XIB files and project file version

2008-12-07 Thread Baron Roberts
Hello folks, recently I have been focusing on using cmake to generate Xcode project files for building iPhone software. Things have been going very well proving once again the power of cmake. I did encounter two issues in Xcode project file generation both of which I have filed as issues complete w

Re: [CMake] Xcode generator issues

2008-09-30 Thread Michael Jackson
The issue is that the build system for boost does NOT set an "install_name", a path embedded in the library that executables can use to find the library after linking. You have a few choices at this point. 1) Hack boost's build system to add in the correct "install_name" 2) Manually use "in

[CMake] Xcode generator issues

2008-09-30 Thread C. B. Frederick
I am trying to use boost to generate an xcode project file. I have boost properly installed in that I can use it manually, generate Makefiles, and the relevant FindBoost variables are appropriately set, both of which run fine. The problem is that I get the error and SIGTRAP: dyld: Libra