You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to compile from source on MacOS Ventura. I use MacPorts and have no desire to install Homebrew again. The process works fine until the make build phase and then fails with a file not found error.
I'm getting the same trying to build on Monterey 12.6.7. I have libwebp installed via Homebrew (brew install webp) which seems to have put it at /opt/homebrew/Cellar/webp/1.3.1 but I'm not sure how to tell cgo where to find it.
I am trying to compile from source on MacOS Ventura. I use MacPorts and have no desire to install Homebrew again. The process works fine until the
make build
phase and then fails with a file not found error.Any way to fix this?
The text was updated successfully, but these errors were encountered: