-
Notifications
You must be signed in to change notification settings - Fork 9
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
compilation error #4
Comments
I have the same problem
|
I did |
I switched to |
Thank you Andrew. After switching to 4.01.0, it works for me now. |
I was not able to build the example using make. It first reports the following error:
Makefile:145: .depend: No such file or directory
make: *** No rule to make target `.depend'. Stop.
After the line 145 on the Makefile, I encounter the following error:
ocamlfind ocamlc -I +compiler-libs -g -annot -bin-annot -w A-4-9 -warn-error A-4-9-10-27-32-33-34-39-45 -I +compiler-libs -package cryptokit -I +unix -c ttmap.ml
findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /usr/local/lib/ocaml/compiler-libs, /usr/local/lib/ocaml
File "ttmap.ml", line 1193, characters 6-25:
Error: Unbound type constructor modtype_declaration
Hint: Did you mean module_declaration or type_declaration?
make: *** [ttmap.cmo] Error 2
I wonder if it has to do with the version of OCaml I installed?
$ ocaml -version
The OCaml toplevel, version 4.02.3
The text was updated successfully, but these errors were encountered: