Re: [Caml-list] Lwt and OCamlMakefile

2010-12-20 Thread Michael Ekstrand
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 still failing at the Dynlink. The thing is that camlp4o doesn't know where to find pa_lwt.cmo. This

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-20 Thread Markus Mottl
OCamlMakefile handles the preprocessing problem by requiring that the first line of a file specifies the preprocessing command. It has the form "(*pp ... *)", where "..." is the command you want to use for preprocessing. Both dependency calculation as well as compilation will then be handled corre

[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

[Caml-list] wrapping c++

2010-12-20 Thread Joel Reymont
Are there any recipes for wrapping a large C++ class that uses callbacks? I would like to implement the callbacks in OCaml for obvious reasons. Thanks, Joel --- http://twitter.com/wagerlabs ___ Caml-list mailing list. Subscription management:

Re: [Caml-list] [ANN] Atdgen/Biniou with support for cyclic values

2010-12-20 Thread Микола Стрєбков
Hi, On 20 груд. 2010, at 14:47, Martin Jambon wrote: > Atdgen is a tool that produces OCaml serializers and deserializers from > type definitions in the ATD syntax. Two serialization formats are > supported: JSON and Biniou. For more information on the project, see > > http://martin.jambon.f

[Caml-list] [ANN] Atdgen/Biniou with support for cyclic values

2010-12-20 Thread Martin Jambon
Hi list, Atdgen is a tool that produces OCaml serializers and deserializers from type definitions in the ATD syntax. Two serialization formats are supported: JSON and Biniou. For more information on the project, see http://martin.jambon.free.fr/atd-biniou-intro.html The main highlight of th

Re: [Caml-list] ocaml-tutorial.org is down

2010-12-20 Thread Richard W.M. Jones
On Mon, Dec 20, 2010 at 02:03:32AM +0100, oli...@first.in-berlin.de wrote: > On Sun, Dec 19, 2010 at 11:47:18PM +, Richard W.M. Jones wrote: > > On Mon, Dec 20, 2010 at 06:50:55AM +1100, Erik de Castro Lopo wrote: > > > Hi all (and particularly Richard Jones), > > > > > > The Ocaml tutorial si

Re: [Caml-list] ocaml-tutorial.org is down

2010-12-20 Thread Christophe Raffalli
Le 20/12/10 03:20, Grant Olson a écrit : > On 12/19/10 8:03 PM, oli...@first.in-berlin.de wrote: >> Why not just updateing the machine, or if no updates are available, just >> eremove exim?! >> > If a machine has been compromised, or even if you suspect it has, you > can't trust anything about it