« Return to Thread: trouble compiling mtasc

Re: trouble compiling mtasc

by Nicolas Cannasse :: Rate this Message:

Reply to Author | View in Thread

Patrice Dumas a écrit :

> On Thu, Jun 05, 2008 at 11:12:07AM +0200, Nicolas Cannasse wrote:
>> What about simply running without ocamlfind ?
>>
>> ocamlopt -c -pp camlp4 parser.ml
>
> Gives the same:
> $ ocamlopt -c -pp camlp4 parser.ml
> File "parser.ml", line 19, characters 0-4:
> Parse error: entry [implem] is empty
> Preprocessor error
>
>> Also, check that you have a recent OCaml installation ( ~3.08+ )
>
> I have ocaml-3.10.2.

Sorry, made a mistake. You must use -pp camlp4o instead

Nicolas

--
MTASC : no more coffee break while compiling

 « Return to Thread: trouble compiling mtasc