Re: [Caml-list] Re: OCaml is broken

2009-12-26 Thread orbitz
On Dec 20, 2009, at 8:08 PM, Gerd Stolpmann wrote: The following web page describes a commercial machine sold by Azul Systems that has up to 16 54-core CPUs (=864 cores) and 768 GB of memory in a flat SMP configuration: http://www.azulsystems.com/products/compute_appliance.htm As you can

[Caml-list] Lwt and OCamlMakefile

2010-12-20 Thread orbitz
Hey, I'm using OCamlMakefile for a project that uses lwt, and I'm having trouble getting the right combination of settings to use the syntax extensiosn, specifically it is failing trying to calculate dependencies: ocamlfind ocamldep -pp "camlp4o pa_lwt.cmo " pm_sge_utils.ml > ._d/ pm_sge_ut

Re: [Caml-list] Lwt and OCamlMakefile

2010-12-20 Thread orbitz
Thanks, I forgot to mention that I am setting that: (*pp camlp4o pa_lwt.cmo *) (that is where it is coming from in my paste) But it is still failing at the Dynlink. On Dec 20, 2010, at 9:25 PM, Markus Mottl wrote: OCamlMakefile handles the preprocessing problem by requiring that the first l

Re: [Caml-list] Lwt and OCamlMakefile

2010-12-21 Thread orbitz
Great, that looks like it's working. Many thanks. On Dec 20, 2010, at 10:02 PM, Michael Ekstrand wrote: On 12/20/2010 08:36 PM, orb...@ezabel.com wrote: Thanks, I forgot to mention that I am setting that: (*pp camlp4o pa_lwt.cmo *) (that is where it is coming from in my paste) But it is s

[Caml-list] Lwt and Tuareg mode

2010-12-21 Thread orbitz
Are there any modified versions of Tuareg mode to work with Lwt syntax extensions? I looked around but didn't see anything. I don't know Emacs lisp particularly well but will try to hack something out of nothing exists. Thanks ___ Caml-list mai