Re: [Caml-list] Re: OASIS help : adding -pp camlp4of and camlp4.gramlib to the compilation flags

2012-01-17 Thread Jérémie Dimino
Le mardi 17 janvier 2012 à 16:48 +0900, Francois Berenger a écrit : In fact, now I only need to use cppo to preprocess my source files. So the updated command is: ocamlfind ocamlopt -package batteries -linkpkg -o test_logger -annot -g -pp cppo logger.ml test_logger.ml How do I request

Re: [Caml-list] Re: OASIS help : adding -pp camlp4of and camlp4.gramlib to the compilation flags

2012-01-17 Thread Francois Berenger
On 01/17/2012 05:32 PM, Jérémie Dimino wrote: Le mardi 17 janvier 2012 à 16:48 +0900, Francois Berenger a écrit : In fact, now I only need to use cppo to preprocess my source files. So the updated command is: ocamlfind ocamlopt -package batteries -linkpkg -o test_logger -annot -g -pp cppo

[Caml-list] Building on Windows

2012-01-17 Thread Hans Ole Rafaelsen
Hi, I have put up a page on my attempt to build OCaml on Windows. It builds using the mingw cross compiler under cygwin. It uses the GODI package manager. It's still a few issues here and there, and requires some manual steps, but it's able to build around 30 packages. Guess some additional