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

Unable to build CIL due to unbound module Big_int #20

Open
charmoniumQ opened this issue Jul 29, 2024 · 0 comments
Open

Unable to build CIL due to unbound module Big_int #20

charmoniumQ opened this issue Jul 29, 2024 · 0 comments

Comments

@charmoniumQ
Copy link

Running

cd cil
./configure
make

fails with

make[1]: Leaving directory '/home/sam/Downloads/test2/test/crest/cil'
+ ocamlc.opt -c -I src -I ocamlutil -I src/frontc -I src/ext -I src/ext/pta -o src/cilint.cmi src/cilint.mli
+ ocamlc.opt -c -I src -I ocamlutil -I src/frontc -I src/ext -I src/ext/pta -o src/cilint.cmi src/cilint.mli
File "src/cilint.mli", line 6, characters 36-51:
6 | type cilint = Small of int | Big of Big_int.big_int
                                        ^^^^^^^^^^^^^^^
Error: Unbound module Big_int
Command exited with code 2.
make: *** [Makefile:79: _build/src/cil.cma] Error 10

Note, I am using OCaml version 4.12.1.

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