garrigue / lablgtk

LablGTK 2 and 3: an interface to the GIMP Tool Kit
https://garrigue.github.io/lablgtk
Other
89 stars 40 forks source link

Library "lablgtk2.gl" is hidden (unsatisfied 'exist_if') #166

Open sanette opened 1 year ago

sanette commented 1 year ago

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 )

garrigue commented 1 year ago

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.

sanette commented 1 year ago

The mac I had was using brew so maybe the problem is there.