Description
Hi,
I'm unable to install the package on MacOS 10.14 (Mojave), while it did work when graphics was bundled with ocaml.
Here is the error:
src/unix/libgraph.h:17:10: fatal error: 'X11/Xlib.h' file not found
#include <X11/Xlib.h>
I have xquartz installed.
Doing a
sudo ln -s /opt/X11/include/X11 /usr/local/include/X11
(as mentioned here) just changes the error to:
ld: library not found for -lX11
clang: error: linker command failed with exit code 1 (use -v to see invocation)
Any idea?
Thanks
Metadata
Metadata
Assignees
Labels
No labels