We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, I can't install goplot on MacOS due to:
# File "bin/dune", line 5, characters 37-48: # 5 | (libraries oplot parseutil lablgtk2 lablgtk2.gl lablgtk2.auto-init)) # ^^^^^^^^^^^ # Error: Library "lablgtk2.gl" in /Users/san/.opam/default/lib/lablgtk2 is # hidden (unsatisfied 'exist_if'). # -> required by _build/default/bin/goplot.exe # -> required by _build/install/default/bin/goplot # -> required by _build/default/goplot.install # -> required by alias install
Note that I'm not familiar with MacOS, and the install works fine on Ubuntu (using: opam pin add https://github.com/sanette/goplot.git )
opam pin add https://github.com/sanette/goplot.git
The text was updated successfully, but these errors were encountered:
I have no idea what the problem could be. With ocaml 4.14.1 using macports under macos, I could install goplot using the command you indicate.
Sorry, something went wrong.
The mac I had was using brew so maybe the problem is there.
brew
No branches or pull requests
Hi,
I can't install goplot on MacOS due to:
Note that I'm not familiar with MacOS, and the install works fine on Ubuntu
(using:
opam pin add https://github.com/sanette/goplot.git
)
The text was updated successfully, but these errors were encountered: