Boost logo

Boost-Build :

Subject: Re: [Boost-build] setup the environment variable correctly on OS X 10.4
From: Vladimir Prus (ghost_at_[hidden])
Date: 2009-04-03 07:51:50


On Friday 03 April 2009 11:22:22 norman wrote:
>
> Hi and thanks for your reply.
>
> For Wt I need these libraries:
> boost_date_time, boost_regex, and boost_program_options, boost_signals, and optionally boost_thread
>
> & bjam toolset=darwin --with-test --with-filesystem --with-program_options --with-iostreams --with-thread --with-regex --with-date_time --with-signals variant=release,debug threading=multi link=static runtime-link=shared --prefix=/Users/Shared/Toolkits/boost-1_38/ architecture=combined install
>
>
> ..
> ...skipped <p/Users/Shared/Toolkits/boost-1_38/lib>libboost_unit_test_framework-xgcc-mt-d.a for lack of <p/Users/Shared/Toolkits/boost-1_38/lib>libboost_unit_test_framework-xgcc-mt-d-1_38.a...
> ...skipped <p/Users/Shared/Toolkits/boost-1_38/lib>libboost_thread-xgcc-mt-d.a for lack of <p/Users/Shared/Toolkits/boost-1_38/lib>libboost_thread-xgcc-mt-d-1_38.a...
> ...failed updating 136 targets...
> ...skipped 66 targets...
> ...updated 7326 targets...

It looks like a lot of targets failed to build. You need to provide the first error, as opposed
to the summary at the end. Use the additiona -q option to stop after the first error if you
are not comfortably with searching for that error in scrollback.

- Volodya


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