[Cocci] 0.1.7 Compilation problems

Julia Lawall julia at diku.dk
Mon Apr 20 18:56:30 CEST 2009


> 2. When the compilation starts with the correct version of make, it stops with
> the following error:
> > make -C ocamlsexp OCAMLCFLAGS=""
> > ocamlc      -thread -c parser.ml
> > File "parser.ml", line 1, characters 0-1:
> > Could not find the .cmi file for interface parser.mli.
> 
> If I compile the parser.mli manually 'camlc      -thread -c parser.mli' the
> compilation gets a bit further.

Perhaps a make depend is missing somewhere?  Offhand, I am not sure why 
the option -thread is being used?

julia


More information about the Cocci mailing list