[
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: | Olivier Andrieu <oandrieu@n...> |
| Subject: | Re: [Caml-list] Pb with ioxml |
Frédéric Gava [Friday 13 January 2006] : > > Hi all, > > I used the ioxml library (http://pauillac.inria.fr/~ddr/IoXML/index.html) > and I have done some minor modifications of this library for ocaml-0.08 but > now for ocaml-3.09 I do not know how to change it. I have the following > error message: > > unbound value _loc > ??? > > as anybody have modify this library for ocaml-3.09 or know how to not have > this error message ? Basically, you just have to add `-loc loc' to the camlp4 command lines. -- Olivier