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 UAA25316; Sun, 14 Oct 2001 20:06:35 +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 UAA25399 for ; Sun, 14 Oct 2001 20:06:34 +0200 (MET DST) Received: from abel (nat.umh.ac.be [193.190.193.1]) by nez-perce.inria.fr (8.11.1/8.10.0) with ESMTP id f9EI6XD11206; Sun, 14 Oct 2001 20:06:33 +0200 (MET DST) Received: from abel ([127.0.0.1] helo=localhost ident=trch) by abel with esmtp (Exim 3.32 #1 (Debian)) id 15spgG-0003pY-00; Sun, 14 Oct 2001 20:08:08 +0200 Date: Sun, 14 Oct 2001 20:08:08 +0200 (CEST) Message-Id: <20011014.200808.09637357.debian00@tiscalinet.be> To: daniel.de_rauglaudre@inria.fr Cc: caml-list@inria.fr Subject: Re: [Caml-list] Test release Objective Caml 3.03 Alpha From: Christophe TROESTLER In-Reply-To: <20011012205545.J32576@verdot.inria.fr> References: <20011012150027.A16644@pauillac.inria.fr> <20011012.193954.41799135.debian00@tiscalinet.be> <20011012205545.J32576@verdot.inria.fr> X-Mailer: Mew version 2.0 on Emacs 20.7 / Mule 4.0 (HANANOEN) X-Spook: explosion cracking AK-47 DES FBI colonel plutonium assassination munitions Honduras X-Mailer-URL: http://www.mew.org/ X-Operating-System: GNU/Linux (http://www.linux.org/) X-Blessing: Om Ah Hum Vajra Guru Pema Siddhi Hum Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-caml-list@pauillac.inria.fr Precedence: bulk On Fri, 12 Oct 2001, Daniel de Rauglaudre wrote: > > On Fri, Oct 12, 2001 at 07:39:54PM +0200, Christophe TROESTLER wrote: > > > * Does the above means it is not possible anymore to use "parser" > > under the interactive system? > > Yes, do: > #load "camlp4o.cma";; Thanks, that indeeds works under the interactive toplevel system. However the script mode i.e., ocaml file.ml, fails even with file.ml being as simple as ---------------------------------------- #load "camlp4o.cma" let f = parser | [< _ >] -> 0 ---------------------------------------- What is the problem ? ChriS ------------------- 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