Building error
Hauser-F opened this issue · 4 comments
Hauser-F commented
HaiDang9719 commented
I have the same issue. Any workarounds?
jnfoster commented
Let me see if I can put together a patch to get Frenetic building against a modern OCaml environment.
jnfoster commented
The build should be fixed now.
I've only tested with the OCaml version 4.11.0 and the latest libraries from OPAM.
I recommend running the following command,
opam switch create 4.11.0
and then installing dependencies as suggested in the README file.
jnfoster commented
If you checkout the latest version of the code, navigate into the top-level directory, and try
opam pin frenetic .
it should compile successfully.