Hello,

I am facing an error when trying to build boost.python. I hope I am in the right place to address this issue. If not please redirect me ...

So first I ran bootstrap.sh in my boost root dir pro:boost_1_39_0, and that is the output:

-n Building Boost.Jam with toolset darwin...
tools/jam/src/bin.macosxx86/bjam
-n Detecting Python version...
2.6
-n Detecting Python root...
/Library/Frameworks/Python.framework/Versions/2.6
-n Unicode/ICU support for Boost.Regex?...
not found.
Backing up existing Boost.Build configuration in project-config.jam.4
Generating Boost.Build configuration in project-config.jam...

Bootstrapping is done. To build, run:

    ./bjam

To adjust configuration, edit 'project-config.jam'.
Further information:

   - Command line help:
     ./bjam --help

   - Getting started guide:
     http://www.boost.org/more/getting_started/unix-variants.html

   - Boost.Build documentation:
     http://www.boost.org/boost-build2/doc/html/index.html



No I tried to build the 'quickstart' example, and the linker seems to enter some kind of 'endless' loop. Building extending.so, never comes to an end:
....
darwin.compile.c++ /Users/nutrina/temp/boost/bin.v2/libs/python/build/ darwin-4.0.1/debug/import.o darwin.compile.c++ /Users/nutrina/temp/boost/bin.v2/libs/python/build/ darwin-4.0.1/debug/exec.o darwin.compile.c++ /Users/nutrina/temp/boost/bin.v2/libs/python/build/ darwin-4.0.1/debug/object/function_doc_signature.o darwin.link.dll /Users/nutrina/temp/boost/bin.v2/libs/python/build/ darwin-4.0.1/debug/libboost_python-xgcc40-d-1_39.dylib darwin.link.dll /Users/nutrina/temp/boost-python-quickstart/ darwin-4.0.1/debug/extending.so



Has somebody else encountered the same error? Could somebody give some hint? Btw. I am using XCode 3.1.2 + the toolset it comes with (i686- apple-darwin9-gcc-4.0.1 (GCC) 4.0.1 (Apple Inc. build 5490)).

Thanks,
Gerald










_______________________________________________
Cplusplus-sig mailing list
Cplusplus-sig@python.org
http://mail.python.org/mailman/listinfo/cplusplus-sig

Reply via email to