[
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: | Maxence Guesdon <maxence.guesdon@i...> |
| Subject: | Re: [Caml-list] IoXML by DDR no longer maintained? |
On Mon, 14 Nov 2005 11:48:33 +0100 Alessandro Baretta <a.baretta@barettadeit.com> wrote: > Is anyone still using the clever ioXML syntax extension by Daniel de Rauglaudre? > Has anyone updated it to ocaml 3.08.4? 3.09.0? > > I believe Maxence's Cameleon used to depend on it. Is it still so? Hello Alex, I had to update it in cameleon, since I encountered errors with "loc" ids. I changed all "loc" variables in the code to "_loc" (file pa_ioXML.ml). Later, I was told that the -loc option of camlp4 was made for this usage. So a 'camlp4 -loc fooo' should work, but I did not test. Hope this helps, Maxence