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 QAA27870; Sun, 21 Sep 2003 16:30:58 +0200 (MET DST) X-Authentication-Warning: pauillac.inria.fr: majordomo set sender to owner-caml-list@pauillac.inria.fr using -f 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 QAA23735 for ; Sun, 21 Sep 2003 16:30:57 +0200 (MET DST) Received: from mail3.tpgi.com.au (mail.tpgi.com.au [203.12.160.59]) by nez-perce.inria.fr (8.11.1/8.11.1) with ESMTP id h8LEUt519103 for ; Sun, 21 Sep 2003 16:30:55 +0200 (MET DST) Received: from 203-219-234-137-syd-ts25-2600.tpgi.com.au (203-219-234-137-syd-ts25-2600.tpgi.com.au [203.219.234.137]) by mail3.tpgi.com.au (8.11.6/8.11.6) with ESMTP id h8LEUp114549 for ; Mon, 22 Sep 2003 00:30:53 +1000 Subject: [Caml-list] ocamlp4 bug From: skaller Reply-To: skaller@ozemail.com.au To: caml-list@inria.fr Content-Type: text/plain Message-Id: <1064154645.12854.2.camel@pelican> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.2 (1.2.2-4) Date: 22 Sep 2003 00:30:46 +1000 Content-Transfer-Encoding: 7bit X-Loop: caml-list@inria.fr X-Spam: no; 0.00; ocamlp:01 bug:01 ozemail:01 ocamlp:01 ocamlopt:01 -pp:01 usr:01 site-lib:01 usr:01 site-lib:01 flx:01 flx:01 regexp:01 patt:01 ocaml:01 Sender: owner-caml-list@pauillac.inria.fr Precedence: bulk Ocamlp4 doesn't respect # line directives: -------- ocamlopt.opt -I src -pp 'camlp4o /usr/local/lib/ocaml/site-lib/ulex/pa_ulex.cma' -I /usr/local/lib/ocaml/site-lib/ulex -c src/flx_ulex.ml .. ERROR CODE 0x200 pa_ulex (warning): multiple definition of named regexp 'digit' File "src/flx_ulex.ml", line 190, characters 11-14: Parse error: [fun_binding] expected after [patt] (in [let_binding]) Preprocessor error --------- The file flx_ulex.ml is generated, and contains references to the original file. Ocaml processes these directives correctly. ------------------- 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