[Cocci] 0.1.7 Compilation problems
Nicolas Palix
npalix at diku.dk
Mon Apr 20 20:19:32 CEST 2009
On Monday 20 April 2009 20:10:33 Ali-Erdem OZCAN wrote:
> Nicolas Palix wrote:
> > On Monday 20 April 2009 19:17:42 Ali-Erdem OZCAN wrote:
> >
> >> Nicolas Palix wrote:
> >>
> >>> Hi,
> >>>
> >>> Which version of OCaml are you using?
> >>> Is it at least 3.10.0 ?
> >>>
> >>>
> >>>
> >> 'ocamlc -v' returns 3.10.1
> >>
> >
> > This version is known to work.
> >
> > Could you try a fresh compilation from the tarball with
> >
> > ./configure && make depend && make world
> >
> >
> Unfortunately, I get many of these "missing terminating ' character"
> errors during the 'make depend'.
> And the version of my ocamldep is still 3.10.1.
> Any ideas?
>
> Erdem
>
Can we have the full trace of ./configure && make depend?
Does "ocamlyacc parser.mly" work?
You should have something like:
make[1]: Entering directory `/home/npalix/Documents/build/coccinelle-cvs/ocamlsexp'
ocamllex lexer.mll
26 states, 370 transitions, table size 1636 bytes
ocamlyacc -v parser.mly
ocamldep -pp cpp *.mli *.ml > .depend
conv.mli:111:58: warning: missing terminating ' character
conv.mli:112:62: warning: missing terminating ' character
[...]
parser.ml:182:54: warning: missing terminating ' character
parser.ml:213:18: warning: missing terminating ' character
[...]
make[1]: Leaving directory `/home/npalix/Documents/build/coccinelle-cvs/ocamlsexp'
Do you still have errors instead of warnings?
--
Nicolas Palix
More information about the Cocci
mailing list