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 XAA23713; Sat, 18 Oct 2003 23:56:27 +0200 (MET DST) X-Authentication-Warning: pauillac.inria.fr: majordomo set sender to owner-caml-list@pauillac.inria.fr using -f Received: from concorde.inria.fr (concorde.inria.fr [192.93.2.39]) by pauillac.inria.fr (8.7.6/8.7.3) with ESMTP id XAA23336 for ; Sat, 18 Oct 2003 23:56:26 +0200 (MET DST) Received: from kraid.nerim.net (smtp-106-saturday.nerim.net [62.4.16.106]) by concorde.inria.fr (8.11.1/8.11.1) with ESMTP id h9ILuQ102688 for ; Sat, 18 Oct 2003 23:56:26 +0200 (MET DST) Received: from inria.fr (planar.net0.nerim.net [213.41.168.102]) by kraid.nerim.net (Postfix) with ESMTP id EC1B940E40; Sat, 18 Oct 2003 23:56:20 +0200 (CEST) Date: Sat, 18 Oct 2003 23:56:28 +0200 Subject: Re: [Caml-list] parser error Content-Type: text/plain; charset=US-ASCII; format=flowed Mime-Version: 1.0 (Apple Message framework v552) Cc: To: From: Damien Doligez In-Reply-To: <20031018172007.B54568-100000@mx1.mat.unb.br> Message-Id: Content-Transfer-Encoding: 7bit X-Mailer: Apple Mail (2.552) X-Loop: caml-list@inria.fr X-Spam: no; 0.00; caml-list:01 damien:01 damien:01 3.02:01 tryed:01 ocamlc:01 -pp:01 camlp:01 ocamlc:01 ocaml:01 ocaml:01 doligez:01 doligez:01 parser:02 parser:02 Sender: owner-caml-list@pauillac.inria.fr Precedence: bulk On Saturday, October 18, 2003, at 10:33 PM, Flavio Leonardo Cavalcanti de Moura wrote: > I wrote a parser originally in ocaml 3.02 and it works well. It was a > suprise for me to receive an error message when I tryed to compile it > in > ocaml 3.07. The error message I receive is: Since your parser is written with streams, you now need to compile with "ocamlc -pp camlp4o" instead of simply "ocamlc". -- Damien ------------------- To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/ Beginner's list: http://groups.yahoo.com/group/ocaml_beginners