$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] building 1.43 for iPhone
From: Igor R (boost.lists_at_[hidden])
Date: 2010-06-10 13:04:35
> darwin.jam tries to deduce available versions.
> It searches /Developer/SDKs for
> MacOSX*.sdk iPhoneOS*.sdk iPhoneSimulator*.sdk
>
Ok, I see. The default location of iPhone SDKs is
/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/...
> If this is in a difference location, you need
> to pass <root> when initializing darwin.
How exactly? Can I do this without manually modifying darwin.jam?
Thanks a lot!