From mboxrd@z Thu Jan 1 00:00:00 1970 Received: (from majordomo@localhost) by pauillac.inria.fr (8.7.6/8.7.3) id OAA25724; Thu, 29 Nov 2001 14:06:36 +0100 (MET) X-Authentication-Warning: pauillac.inria.fr: majordomo set sender to owner-caml-list@pauillac.inria.fr using -f Received: (from weis@localhost) by pauillac.inria.fr (8.7.6/8.7.3) id OAA25719 for caml-list@pauillac.inria.fr; Thu, 29 Nov 2001 14:06:36 +0100 (MET) Received: from nez-perce.inria.fr (nez-perce.inria.fr [192.93.2.78]) by pauillac.inria.fr (8.7.6/8.7.3) with ESMTP id DAA16778 for ; Thu, 29 Nov 2001 03:03:21 +0100 (MET) Received: from smtp1.9tel.net (smtp1.9tel.net [212.30.96.108]) by nez-perce.inria.fr (8.11.1/8.11.1) with SMTP id fAT23Kv16017 for ; Thu, 29 Nov 2001 03:03:20 +0100 (MET) Received: (qmail 8569 invoked from network); 29 Nov 2001 02:03:18 -0000 Received: from unknown (HELO univ-savoie.fr) (213.203.73.30) by 0 with SMTP; 29 Nov 2001 02:03:18 -0000 Message-ID: <3C059ABC.2143F55F@univ-savoie.fr> Date: Thu, 29 Nov 2001 03:17:32 +0100 From: Christophe Raffalli Organization: =?iso-8859-1?Q?Universit=E9?= de Savoie X-Mailer: Mozilla 4.78 [fr] (X11; U; Linux 2.4.8-26mdk i686) X-Accept-Language: en MIME-Version: 1.0 To: caml-list@inria.fr Subject: [Caml-list] Stream parser in 3.03alpha ... ? <-> ?? Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-caml-list@pauillac.inria.fr Precedence: bulk I just noticed something is missing in the Upgrading file for ocaml-3.03: II Non-label changes Q2: I get a syntax error when I try to compile a program using stream parsers. A2: Stream parser now require camlp4. It is included in the distribution, and you just need to use "ocamlc -pp camlp4o" in place of "ocamlc". Q2': I still get a syntax error when I try to compile a program using stream parsers. A2': Hops, we did come back to a single question mark (? instead of ??) for error management in stream parser. So the story is ocaml < 2.99 = a single question mark ocaml >= 2.99 < 3.03 two question marks ocaml >= 3.03 a single question mark PLEASE stay with two question marks because maintening OCaml software so that they compile with many versions will become a nightmare soon :-( -- Christophe Raffalli Université de Savoie Batiment Le Chablais, bureau 21 73376 Le Bourget-du-Lac Cedex tél: (33) 4 79 75 81 03 fax: (33) 4 79 75 87 42 mail: Christophe.Raffalli@univ-savoie.fr www: http://www.lama.univ-savoie.fr/~RAFFALLI ------------------- Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/ To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr