Boost logo

Boost-Build :

From: K. Noel Belcourt (kbelco_at_[hidden])
Date: 2008-07-01 13:52:22


On Jul 1, 2008, at 11:48 AM, Rene Rivera wrote:

> K. Noel Belcourt wrote:
>> I've restarted the release branch tests for darwin (intel and
>> ppc). The
>> PPC tests ran okay but I got this error trying to compile
>> process_jam_log.cpp on the Intel-based machine. If I just remove the
>> -isysroot option, things compile okay. Not sure who added this
>> option
>> for Intel Mac, nor when it was added.
>
> That would be me, I think. But the strange part is that it
> shouldn't be
> there by default. It should add those only when one asks for a
> specific
> macosx-version. And I just checked, and I don't get the option when
> doing just "bjam". Do you have the bjam invocation that it used for
> pjl?

Here's the bjam invocation :

# Searching for "bjam" in "/private/tmp/kbelco/boost/tools_bjam"...
# bjam succesfully built in "/private/tmp/kbelco/boost/tools_bjam/
bin.macosxx86/bjam" location
# Preinstalled "/private/tmp/kbelco/boost/process_jam_log" is not
found; building one...
# Found "process_jam_log" source directory "/private/tmp/kbelco/boost/
tools_regression/build"
# Building "process_jam_log" ("/private/tmp/kbelco/boost/tools_bjam/
bin.macosxx86/bjam" "-sBOOST_BUILD_PATH=/private/tmp/kbelco/boost:/
private/tmp/kbelco/boost/tools_bb" "-sBOOST_ROOT=/private/tmp/kbelco/
boost/boost" "--boost=/private/tmp/kbelco/boost/boost" "--boost-
build=/private/tmp/kbelco/boost/tools_bb" "--debug-configuration"
process_jam_log -d2 -l300 darwin)...

and here's the user-config.jam :

import toolset : using ;

using python
   : 2.3
   : /usr/bin/python
   ;

using darwin
   : 4.0.1
   : /usr/bin/g++
   ;

-- Noel


Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk