From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Original-To: caml-list@yquem.inria.fr Delivered-To: caml-list@yquem.inria.fr Received: from nez-perce.inria.fr (nez-perce.inria.fr [192.93.2.78]) by yquem.inria.fr (Postfix) with ESMTP id 2C57CBBA7 for ; Fri, 13 Jan 2006 18:12:05 +0100 (CET) Received: from kraid.nerim.net (smtp-105-friday.nerim.net [62.4.16.105]) by nez-perce.inria.fr (8.13.0/8.13.0) with ESMTP id k0DHC4hc023410 for ; Fri, 13 Jan 2006 18:12:05 +0100 Received: from karryall.dnsalias.org (oandrieu.pck.nerim.net [213.41.240.180]) by kraid.nerim.net (Postfix) with ESMTP id BFCDC40ED9; Fri, 13 Jan 2006 18:12:03 +0100 (CET) Received: by karryall.dnsalias.org (Postfix, from userid 500) id 8BAD6596FC0; Fri, 13 Jan 2006 18:12:04 +0100 (CET) From: Olivier Andrieu MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Message-ID: <17351.57188.365604.619713@karryall.dnsalias.org> Date: Fri, 13 Jan 2006 18:12:04 +0100 To: =?iso-8859-1?Q?Fr=E9d=E9ric_Gava?= Cc: Subject: Re: [Caml-list] Pb with ioxml In-Reply-To: <002001c61863$8a043bc0$0100a8c0@mshome.net> References: <002001c61863$8a043bc0$0100a8c0@mshome.net> X-Mailer: VM 7.19 under Emacs 21.4.1 Content-Transfer-Encoding: quoted-printable X-Miltered: at nez-perce with ID 43C7DF64.001 by Joe's j-chkmail (http://j-chkmail.ensmp.fr)! X-Spam: no; 0.00; andrieu:01 oandrieu:01 nerim:01 caml-list:01 ioxml:01 gava:01 ioxml:01 minor:01 ocaml-:01 ocaml-:01 3.09:01 3.09:01 camlp:01 unbound:01 frederic:03 X-Spam-Checker-Version: SpamAssassin 3.0.3 (2005-04-27) on yquem.inria.fr X-Spam-Level: X-Spam-Status: No, score=0.1 required=5.0 tests=FORGED_RCVD_HELO autolearn=disabled version=3.0.3 Fr=E9d=E9ric Gava [Friday 13 January 2006] : > > Hi all, >=20 > I used the ioxml library (http://pauillac.inria.fr/~ddr/IoXML/index.ht= ml) > and I have done some minor modifications of this library for ocaml-0.0= 8 but > now for ocaml-3.09 I do not know how to change it. I have the followin= g > error message: >=20 > unbound value _loc > ??? >=20 > 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. --=20 Olivier