[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Demexp-dev] [Thomas de Grenier de Latour] Ebuilds Gentoo pour DemEx
From: |
Thomas de Grenier de Latour |
Subject: |
Re: [Demexp-dev] [Thomas de Grenier de Latour] Ebuilds Gentoo pour DemExp |
Date: |
Mon, 21 Mar 2005 10:53:11 +0100 |
On Sun, 20 Mar 2005 21:22:37 +0100
David MENTRE <address@hidden> wrote:
> BTW, I noticed that you built it with latest OCaml 3.08.3 and
> cduce-0.3.0. I haven't yet upgraded to those releases so it
> confirms that demexp compiles with those versions. Great! :)
Actually, I've made a small trivial change for cduce-0.3:
I've replaced the old records syntax "{| ... |}" with the new one
which is simply "{ ... }". Other than that, your .cd file compiles
just fine.
Oh, and something else about cduce: depending on how it is
built (namely when using "curl" instead of "netclient", and/or
"ocaml-expat" instead of "pxp"), linking the server may require
some additional modules (namely "curl.cmxa" and/or "expat.cmxa").
What i've done as a workaround was patching the Makefile from the
ebuild when needed, but I think that's the kind of issue that
may require a configure script to be cleanly solved.
--
TGL.