Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build failure when num is not in the standard OCaml library #1

Open
vbgl opened this issue Jun 7, 2018 · 0 comments
Open

Build failure when num is not in the standard OCaml library #1

vbgl opened this issue Jun 7, 2018 · 0 comments

Comments

@vbgl
Copy link

vbgl commented Jun 7, 2018

Compiling smt/polynome.cmi
File "smt/polynome.mli", line 16, characters 5-8:
Error: Unbound module Num
make: *** [Makefile:157: smt/polynome.cmi] Error 2

Since version 4.06 of OCaml, the num library is no longer part of the standard library.

Similarly to what is done for functory, the configure script should look for the num library, (e.g., using ocamlfind).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant