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 óÅÒÇÅÊ, On Tue, Sep 23, 2008 at 10:08, óÅÒÇÅÊ ðÌÁËÓÉÎ <serp@stork.ru> wrote: >> Here is the beginning of the relevant file: >> """ >> (** Common utility functions. *) >> >> (* space *) >> >> let heap_size () : float = float_of_int (Gc.stat ()).Gc.heap_words *. float_of_int (Sys.word_size / 8) (* in bytes *) > > This code successfuly compiled on my ocaml 3.10.2 without any > "pa_op.cmo", Could you compile it with 'ocamlopt -pp "camlp4o pa_op.cmo"', just to check that the error is fixed using ocaml 3.10.2? > what is pa_op.cmo? I don't know. Yours, d.