Browse thread
Issue to compile a program with camlp4 in OCaml 3.10.0
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | David MENTRE <dmentre@l...> |
| Subject: | Re: [Caml-list] Issue to compile a program with camlp4 in OCaml 3.10.0 |
Hello Gabriel, On Tue, Sep 23, 2008 at 08:53, Gabriel Kerneis <kerneis@enst.fr> wrote: > Does the following solve the problem? > > val heap_size () : float = [...] > > If it does, it has to do with revised syntax and you should change the flags > of camlp4 (but it believe camlp4o loads the classic syntax, so it might be a > bug as well). No, it gives me another error: """ ocamlopt -pp "camlp4o pa_op.cmo" -I src -c src/common.ml File "src/common.ml", line 5, characters 0-3: Parse error: illegal begin of implem Preprocessor error """ Yours, d.