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

Preventing warning when installing dependencies on Mac OS X #93658

Closed
izumiberat opened this issue Jun 9, 2022 · 1 comment
Closed

Preventing warning when installing dependencies on Mac OS X #93658

izumiberat opened this issue Jun 9, 2022 · 1 comment
Labels
docs Documentation in the Doc dir OS-mac

Comments

@izumiberat
Copy link

izumiberat commented Jun 9, 2022

Documentation

The documentation currently indicates to run the following command line:
brew install openssl xz gdbm

If I then run as indicated in the documentation:
./configure --with-pydebug --with-openssl=$(brew --prefix openssl)

I get the following warning:
configure: WARNING: pkg-config is missing. Some dependencies may not be detected correctly.

Updating the first command line with the following solves the issue (the warning doesn't show):
brew install pkg-config openssl xz gdbm

Associated PR python/devguide#891.

@izumiberat izumiberat added the docs Documentation in the Doc dir label Jun 9, 2022
@izumiberat izumiberat changed the title Getting a warning when installing dependencies on Mas OS X Preventing warning when installing dependencies on Mac OS X and allowing build of additional modules Jun 9, 2022
@izumiberat izumiberat changed the title Preventing warning when installing dependencies on Mac OS X and allowing build of additional modules Preventing warning when installing dependencies on Mac OS X Jun 10, 2022
@izumiberat
Copy link
Author

Corresponding PR was committed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Documentation in the Doc dir OS-mac
Projects
None yet
Development

No branches or pull requests

2 participants