You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I believe this is just a warning, since I can successfully use the compiler after running esy.
I haven't found a good way to get the dune dependency tree, but from grepping around, it seems that graphics is referenced by ./lib/lwt/graphics/dune and ./toplevel/examples/lwt_toplevel/dune, and that ./lib/lwt/graphics is referenced by ./toplevel/examples/lwt_toplevel/dune. I’m not sure how the chain of dependencies connects from there to building other things.
In any case, I tried unsuccessfully to bring in the graphics library to package.json. For posterity, here are the errors I encountered:
I cannot build with esy
but it is installed:
ocamlfind query graphics
/Users/ben/.opam/4.10.0/lib/graphics
and ocamlfind can be used to compile a simple test program
ocamlfind ocamlopt -o out -linkpkg -package graphics gtest.ml
The text was updated successfully, but these errors were encountered: