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
Another way to solve your compilation issue is to install the legacy Num library for OCaml 4.06: opam install num. I will update the Readme file with this info.
I don't get any warnings about Stdlib on macOS with OCaml 4.06.1 and OCaml 4.07.1. I am going to test FPTaylor on Ubuntu and decide the best course of action: require stdlib-shims for OCaml < 4.07 or update the minimal required OCaml version to 4.07.
If you compile with e.g. ocamlc 4.06 you get a bunch of warnings like this:
Then an error:
I got around this by doing
ocaml switch create 4.05.0
, which then built successfully. You may want to update the README.md. This was on Ubuntu 20.04.The text was updated successfully, but these errors were encountered: