Boost logo

Boost :

From: Mark Rowe (bdash_at_[hidden])
Date: 2002-10-15 17:08:21


On 2002-10-15 11:36:06 -0500 Rene Rivera
<grafik666_at_[hidden]> wrote:

> [2002-10-15] Ralf W. Grosse-Kunstleve wrote:
>
>> AFAIK the gcc toolset is not configured for Mac OS X.
>
> Did you try the "darwin-tools.jam" toolset. It's undocumented as no
> one has
> given me feedback as to it's correctness.

I gave this a try and it produces exactly the same errors as before.
After hunting around the mailing list archives, I found a message
(http://lists.boost.org/MailArchives/boost/msg33935.php) mentioning
problems with the use of -isystem. I changed the 2 occurrences of
-isystem in tools/build/darwin-tools.jam to -I, and the compile errors
disappeared. Alas, it was not all good. I am left with this error
message:

...skipped
<libs!python!build/libboost_python.dylib/darwin/debug/runtime-link-dynamic/shared-linkable-true>libboost_python_debug.dylib
for lack of
<libs!python!build/libboost_python.dylib/darwin/debug/runtime-link-dynamic/shared-linkable-true>type_id.o...
...skipped <!libs!python!build!bin-stage>libboost_python_debug.dylib
for lack of
<libs!python!build/libboost_python.dylib/darwin/debug/runtime-link-dynamic/shared-linkable-true>libboost_python_debug.dylib...
FileClone ../../../libs/python/build/bin-stage/libboost_python.dylib
cp:
../../../libs/python/build/bin/libboost_python.dylib/darwin/release/runtime-link-dynamic/shared-linkable-true/libboost_python.dylib:
No such file or directory

    cp -fp
../../../libs/python/build/bin/libboost_python.dylib/darwin/release/runtime-link-dynamic/shared-linkable-true/libboost_python.dylib
  ../../../libs/python/build/bin-stage/libboost_python.dylib
...failed FileClone
../../../libs/python/build/bin-stage/libboost_python.dylib...
...failed updating 2 targets...
...skipped 2 targets...
...updated 27 targets...

Any ideas?

Thanks for the help,
Mark Rowe


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk