Struggling with homebrew + meson build system finding dependencies #5848
Replies: 1 comment 1 reply
-
One thing to note about dependencies in Homebrew is that dependencies marked as Another thing to note is that the build process (everything in |
Beta Was this translation helpful? Give feedback.
-
Output of
brew config
Output of
brew doctor
Description of issue
I'm struggling a bit to get the depends_on() primitive in homebrew and the meson dependencies() primitive to work well together. I suspect it's a path issue but I don't know enough about the homebrew system to solve this on my own.
The repository that I'm working with is public: here.
When I run the meson build using
meson setup build;cd build;meson compile
then I get the following:But when I run the build from homebrew for testing (note, you may need to comment out the
bottle do
clause in the formula [still working on that]) then I get the following:Any thoughts?
Beta Was this translation helpful? Give feedback.
All reactions