Patrice Dumas a écrit :
> Hello,
>
> I am trying to compile mtasc on fedora development, with
> ocaml-3.10.2-2.fc10.i386
> ocaml-findlib-1.2.1-3.fc10.i386
> ocaml-extlib-devel-1.5.1-3.fc10.i386
> ocaml-camlp4-devel-3.10.2-2.fc10.i386
>
> I tried with the cvs versions from 4 Jun 2008 and 5 Feb 2007, I get the
> mtasc/ swflib/ extc/ directories from cvs and I delete ocaml/extc/zlib/.
>
> After what looks like succesful compilation in extc/ and swflib/, I get the
> following errors (in ocaml/mtasc):
>
> $ ocamlfind ocamlopt -c -pp camlp4 parser.ml
> File "parser.ml", line 19, characters 0-4:
> Parse error: entry [implem] is empty
What about simply running without ocamlfind ?
ocamlopt -c -pp camlp4 parser.ml
Also, check that you have a recent OCaml installation ( ~3.08+ )
Nicolas
--
MTASC : no more coffee break while compiling