Erik Løvlie
Erik Løvlie
I should say I’m on macOS
I'm not a dune/jbuilder expert but this workaround seems to work for now: ``` (jbuild_version 1) (executable ((name yoyo) (ocamlopt_flags (-cclib -lGL)) (libraries (core_extended tgls.tgl4 tsdl)) (preprocess (pps (ppx_jane))) ))...
It seems this package doesn't exist on fedora 28: ``` $ pkg-config --list-all | grep -i gl libglvnd libglvnd - Vendor-neutral OpenGL dispatch library vendor interface xcb-glx XCB GLX -...
Doh! It is in `mesa-libGL-devel`: ``` $ dnf repoquery -l mesa-libGL-devel-0:18.0.5-3.fc28.x86_64 Last metadata expiration check: 0:01:02 ago on Mon 17 Sep 2018 07:58:51 PM CEST. /usr/include/GL/gl.h /usr/include/GL/gl_mangle.h /usr/include/GL/glcorearb.h /usr/include/GL/glext.h /usr/include/GL/glx.h...
Things are working after installing mesa-libGL-devel and then reinstalling tgls.