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 TAA16065; Tue, 10 Dec 2002 19:34:41 +0100 (MET) 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 TAA15903 for ; Tue, 10 Dec 2002 19:34:40 +0100 (MET) Received: from ns.mccme.ru ([195.133.68.22]) by nez-perce.inria.fr (8.11.1/8.11.1) with ESMTP id gBAIYc108247; Tue, 10 Dec 2002 19:34:39 +0100 (MET) Received: from mccme.ru (potanin@mccme.ru [195.178.198.7]) by ns.mccme.ru (8.8.5/8.8.5) with SMTP id VAA13570; Tue, 10 Dec 2002 21:28:07 +0300 Date: Tue, 10 Dec 2002 21:49:48 +0300 (MSK) From: Mike Potanin To: Daniel de Rauglaudre cc: caml-list@inria.fr Subject: Re: [Caml-list] Camlp4 not work with ocamlc. In-Reply-To: <20021210182729.G4933@verdot.inria.fr> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-caml-list@pauillac.inria.fr Precedence: bulk On Tue, 10 Dec 2002, Daniel de Rauglaudre wrote: > Hi, > > On Tue, Dec 10, 2002 at 06:23:06PM +0300, Mike Potanin wrote: > > > > bash$ camlp4 pa_o.cmo ./tr.cma pr_o.cmo test.ml > > Error while loading "./tr.cma": no implementation available for Tr_parser. > > According to your example, this is strange indeed. I would like to > see your complete example. Could you send it to me if not too > complicated? Thanks. I place complite example at http://wtk.ru/pm/fp/caml/tr.tgz bat currently it "raw". I wont make "syntax sugar" - tr-command like Perl. <:tr> "asdf" work from top, but can not comlile: bash$ ocamlc -pp "camlp4o ./tr.cma" test.ml Error while loading "./tr.cma": no implementation available for Tr_parser. Preprocessor error > Thanks! ------------------- 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