-
-
Notifications
You must be signed in to change notification settings - Fork 795
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
macOS build instructions depend on Homebrew specific configuration #1059
Comments
Blocks #1058 |
I can work on this one, I am on macOS. |
Seems like this is pending additional analysis by @ned-deily , so I'm not sure there's anything to be done at the moment, @abdnafees ? |
FTR, since it is not explicitly noted already: The devguide build instructions currently manipulates $ PKG_CONFIG_PATH="$(brew --prefix tcl-tk)/lib/pkgconfig" echo $(pkg-config --libs tcl tk)
Package tcl was not found in the pkg-config search path.
Perhaps you should add the directory containing `tcl.pc'
to the PKG_CONFIG_PATH environment variable
No package 'tcl' found
Package tk was not found in the pkg-config search path.
Perhaps you should add the directory containing `tk.pc'
to the PKG_CONFIG_PATH environment variable
No package 'tk' found This is not an issue right now, since Homebrew changed their behaviour (also noted by Ned). But it may be an issue if Homebrew changes their behaviour again. As a first step, we could inline the |
Everything went over my head. |
@abdnafees Given that and considering that the experts @ned-deily and @erlend-aasland have been taking care of this one, you might want to consider helping with a more accessible issue for a new contributor—there are plenty with a Help Wanted label, as well as others on the main CPython repo and others. |
@CAM-Gerlach Thank you so much. I will check them out. |
As per the current recommendation, there's nothing to be done here anymore. |
Comment by Ned in PR #1058:
Originally posted by @ned-deily in #1058 (comment)
The text was updated successfully, but these errors were encountered: