8 Apr
2009
8 Apr
'09
10:25 p.m.
Vladimir Prus wrote:
Kenny Riddile wrote:
I'm fairly inexperienced with boost.build and I'm having an issue building boost for the iphone. My user-config.jam (I put this in the same dir as the bjam executable right?)
Not quite right:
http://www.boost.org/boost-build2/doc/html/bbv2/advanced/configuration.html
and I'm invoking bjam like this:
./bjam debug release toolset=darwin --layout=system link=static architecture=arm target-os=iphone macosx-version=iphone-2.2
If you add -d+2, what are the command lines? I bet your user-config.jam is not getting read.
- Volodya Thanks, knew it was something simple...seems to be building now after I manually told it the iphone was little-endian.