Opened 5 years ago
Last modified 5 years ago
#13168 new Bugs
Boost python tutorial doesn't build.
Reported by: | 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".
Note:
See TracTickets
for help on using tickets.