-
Notifications
You must be signed in to change notification settings - Fork 57
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 run make #102
Comments
Did you say you were doing it on the That warning can be ignored. It is caused by old conventions used by https://cil-project.github.io/cil/, a dependency of Obliv-C, and I receive the exact same warning. It still builds fine on my system. As for why it can't find
The reason I harp on this is that I too get all sorts of mysterious errors right after I upgrade my OCaml compiler, since the toolchain can no longer deal with bits compiled by the previous version. If that doesn't work (or if you do need your system's package manager to install the right versions), I'd start with the command line it uses to compile that particular file. You will find it when you run
All those |
I tried running the instructions on both as specified in the issue. I just tried On
Running |
I'm running Fedora 34 64-bit.
When attempting to run
make
in order to build this project, I get the following error when running on theobliv-c
branch:I have
ocaml-num
installed through the Fedora package manager instead of opam since this resolved issues I had with running./configure
. So, this is odd.When I attempt to run
make
on themaster
branch, I get the following error:I have
ocaml-cil-devel
and its dependencies installed through the Fedora package manager. Again, this is an odd error.The text was updated successfully, but these errors were encountered: