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 LAA23712; Mon, 29 Oct 2001 11:45:16 +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 LAA23647 for caml-list@pauillac.inria.fr; Mon, 29 Oct 2001 11:45:15 +0100 (MET) 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 MAA32749 for ; Sun, 28 Oct 2001 12:44:45 +0100 (MET) Received: from fichte.ai.univie.ac.at (fichte.ai.univie.ac.at [131.130.174.156]) by concorde.inria.fr (8.11.1/8.10.0) with ESMTP id f9SBiiv11840 for ; Sun, 28 Oct 2001 12:44:44 +0100 (MET) Received: (from markus@localhost) by fichte.ai.univie.ac.at (8.9.3/8.9.3/Debian 8.9.3-21) id MAA21891; Sun, 28 Oct 2001 12:44:35 +0100 Date: Sun, 28 Oct 2001 12:44:35 +0100 From: Markus Mottl To: Johann Spies Cc: ocaml Subject: Re: [Caml-list] Using OcamlMakefile on Debian Woody Message-ID: <20011028124435.A21766@fichte.ai.univie.ac.at> References: <87vgh059kh.fsf@spyker.adept.co.za> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <87vgh059kh.fsf@spyker.adept.co.za>; from jhspies@adept.co.za on Sun, Oct 28, 2001 at 12:43:26 +0200 Sender: owner-caml-list@pauillac.inria.fr Precedence: bulk On Sun, 28 Oct 2001, Johann Spies wrote: > $cat Makefile > OCAMLMAKEFILE = /usr/share/ocaml-tools/OcamlMakefile > SOURCES=paaiement3.ml > RESULT=paaiement3 > #all: native-code > -include OCAMLMAKEFILE The last line should be: -include $(OCAMLMAKEFILE) > And with one of the examples: > > $cd /usr/share/doc/ocaml-tools/examples.ocamlmake/calc > $make > camlidl -header \ > test.idl > make: camlidl: Command not found > make: *** [test.mli] Error 127 You need to install camlidl if you want to be able to compile examples that use it. You can obtain it from here: http://caml.inria.fr/camlidl/ It might be a good idea to integrate camlidl, too, into the next OCaml-distribution. Regards, Markus Mottl -- Markus Mottl markus@oefai.at Austrian Research Institute for Artificial Intelligence http://www.oefai.at/~markus ------------------- 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