Skip to content
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

Build system can't find correct python even with help #666

Open
TDCRich opened this issue Oct 28, 2020 · 1 comment
Open

Build system can't find correct python even with help #666

TDCRich opened this issue Oct 28, 2020 · 1 comment
Labels
transition Transition to bfgroup/b2

Comments

@TDCRich
Copy link

TDCRich commented Oct 28, 2020

I'm trying to build Boost 1.74.0 on Amazon Linux 2. AL2 defaults to including python 2.7, but I've installed Python 3.7, and informed Boost's bootstrap program about this preferred Python. But it's failing because it's still attempting to build libraries for Python2.7, and I don't even have the development files installed for that. So, as above, it can't find pyconfig.h. But I told it to use 3.7, and gave it the include and lib paths to boot.

The way Python is installed on this is that /usr/bin/python is 2.7, and /usr/bin/python3 is 3.7. Somewhere I haven't found, it's just using the "python" default and not using the "using" declarations I gave it. HELP!

@stale
Copy link

stale bot commented May 29, 2021

Thank you for your contributions. Main development of B2 has moved to https://github.com/bfgroup/b2
This issue has been automatically marked as "transition" to indicate the potential for needing transition to the new B2 development project.

@stale stale bot added the transition Transition to bfgroup/b2 label May 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
transition Transition to bfgroup/b2
Projects
None yet
Development

No branches or pull requests

1 participant