-
Notifications
You must be signed in to change notification settings - Fork 23
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
Install on macOS Mojave fails #113
Comments
What's the full output of the brew command? |
When I include the
Without this option I get:
|
Whoops, sorry, I meant: are you able to post the full output of the build failing (including the |
Not 100% sure, what exactly you need, but here we go. Command:
Command:
Last time I just did a make and not the
A
So the package seems to be installed. I then checked After that I was able to Why the Symlink was missing is not clear to me. Maybe my system was just a mess. :-) |
OK, had the same problem. Solution:
|
The
brew
option--with-shared
is no longer supported, so I omitted it, but it seems this causes some missing dev headers.Make fails with
Error: You need GLib 2 and JSON-GLib development headers installed to be able to compile this plugin
.The text was updated successfully, but these errors were encountered: