pkg-config not searching installed Homebrew packages on Apple Intel #5343
Unanswered
GR899
asked this question in
Everyday usage
Replies: 2 comments 21 replies
-
What's the output of
? |
Beta Was this translation helpful? Give feedback.
21 replies
-
Any thoughts? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Output of
brew config
Output of
brew doctor
Description of issue
pkg-config
fails to find some libraries installed by Homebrew.I'm trying to compile a very simple gstreamer app that uses gtk+3 which is installed via Homebrew. This error that is produced:
I tested for pkg-config:
And did this:
And this:
printenv
produces this:PKG_CONFIG_PATH=/Library/Frameworks/GStreamer.framework/Versions/1.0/lib/pkgconfig:/usr/local/Cellar/gtk+3/3.24.41/lib/pkgconfig:/usr/local/Cellar/libepoxy/1.5.10/lib/pkgconfig/
I've forced #include in my code, however I shouldn't have to do this - pkg-config should find everything. Please note that pkg-config does find gst.... Here's a snip from the app:
Any help would be greatly appreciated. I'm stuck and need to try to move this soon to Apple Silicon. Thanks very much.
Beta Was this translation helpful? Give feedback.
All reactions