Opened 5 years ago

Last modified 5 years ago

#13168 new Bugs

Boost python tutorial doesn't build.

Reported by: aaron@… Owned by: Ralf W. Grosse-Kunstleve
Milestone: To Be Determined Component: python USE GITHUB
Version: Boost 1.58.0 Severity: Problem
Keywords: Cc:

Description

cd $BOOST_ROOT/libs/python/example/tutorial
bjam

And fails to find bootstrap.jam. When you use BOOST_BUILD_PATH to point to bootstrap.jam, this results in the entire libboost_python library being built *in situ*, and then, of course, hello_ext.so will not load.

And, if you configure user-config.jam to use python3, then the output shared library (i.e., "hello_ext.so") is misnamed. It should be "_hello_ext.so".

Change History (1)

comment:1 by anonymous, 5 years ago

Version: Boost 1.64.0Boost 1.58.0
Note: See TracTickets for help on using tickets.