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
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
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