-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bcp --namespace breaks path to import boost_install in Jamroot #9
Comments
This issue was introduced with Boost 1.70 and prevents us from updating. @pdimov After looking at the commit log I suspect boostorg/boost_install@90b1f04 might be the cause. |
This should be fixed with boostorg/boost@d0586e8. |
Thanks. I applied the patch locally but I still get the same error. |
What command are you using? Note that without #5, you need to manually add |
I am using https://github.com/conan-community/conan-boost with |
Looks like you need to either add |
Thanks a lot - that seems to have done it (I added the libraries). I will open a ticket with the boost-conan project so they are aware. |
The issue has re-appeared with boost 1.86.
fails to build. Two patches are necessary to make it work. #2 [boost_bcp_2.patch] fix management of "boost_install" in Jamroot The second patch is:
|
I've fixed Jamroot again. |
When using bcp.exe to create a boost subset with a new namespace, building the subset is broken because in the Jamfile the import for boost_install has had the "boost_" portion renamed to the new namespace.
The text was updated successfully, but these errors were encountered: