goblint / cil

C Intermediate Language
https://goblint.github.io/cil/
Other
97 stars 19 forks source link

Fail to build on Ubuntu 18.04 64bits #174

Open mingodad opened 2 hours ago

mingodad commented 2 hours ago

While trying to build I'm getting this error:

dune build
Error: goblintCil__Parser_c-yacc corresponds to an invalid module name
-> required by _build/default/src/goblintCil__.ml-gen
-> required by alias src/all
-> required by alias default in dune:1
1 shift/reduce conflict, 1 reduce/reduce conflict. 
Generating machine dependency information for CIL  
dune --version
3.16.0
opam --version
2.1.0~beta4
ocaml --version
The OCaml toplevel, version 4.11.2
mingodad commented 2 hours ago

I can build this fork https://github.com/prosyslab/cil without problems.