Testing build of Boost.Python
Hello all, I have built the Boost.Python libraries with the following options & configs: bjam ^ variant=debug,release ^ link=static,shared ^ runtime-link=shared --debug-configuration ^ architecture=x86 address-model=64 ^ runtime-debugging=on,off ^ --with-python I am testing the build. When I execute C:\Users\swang10\boost_1_61_0\libs\python\example\quickstart>bjam test --verbose-test I get a fatal link error that python35_d.lib cannot be found. Any ideas of a workaround? Best, Stephen J. Wang
Hi Stephen, On 15.07.2016 16:18, Stephen Wang wrote:
Hello all,
I have built the Boost.Python libraries with the following options & configs:
*bjam ^ variant=debug,release ^ link=static,shared ^ runtime-link=shared --debug-configuration ^ architecture=x86 address-model=64 ^ runtime-debugging=on,off ^ --with-python*
I am testing the build. When I execute * C:\Users\swang10\boost_1_61_0\libs\python\example\quickstart>bjam test --verbose-test*
I get a fatal link error that python35_d.lib cannot be found. Any ideas of a workaround?
It sounds like you are missing a debug version of the Python library. http://stackoverflow.com/questions/35250175/i-cannot-find-python35-d-lib might be of help. Best, Stefan -- ...ich hab' noch einen Koffer in Berlin...
participants (2)
-
Stefan Seefeld -
Stephen Wang