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 NAA10074; Sun, 28 Oct 2001 13:19:29 +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 NAA10399 for ; Sun, 28 Oct 2001 13:19:28 +0100 (MET) Received: from math.unifi.it (hermes.math.unifi.it [150.217.33.222]) by nez-perce.inria.fr (8.11.1/8.10.0) with SMTP id f9SCJRr02962 for ; Sun, 28 Oct 2001 13:19:28 +0100 (MET) Received: (qmail 11252 invoked from network); 28 Oct 2001 12:19:27 -0000 Received: from sisiphos.math.unifi.it (mail@150.217.33.46) by hermes.math.unifi.it with SMTP; 28 Oct 2001 12:19:27 -0000 Received: from maggesi by sisiphos.math.unifi.it with local (Exim 3.12 #1 (Debian)) id 15xouU-0003MS-00; Sun, 28 Oct 2001 13:19:26 +0100 To: Johann Spies Cc: ocaml Subject: Re: [Caml-list] Using OcamlMakefile on Debian Woody References: <87vgh059kh.fsf@spyker.adept.co.za> From: Marco Maggesi Date: 28 Oct 2001 13:19:26 +0100 In-Reply-To: <87vgh059kh.fsf@spyker.adept.co.za> Message-ID: <877ktgyn1t.fsf@sisiphos.math.unifi.it> User-Agent: Gnus/5.090001 (Oort Gnus v0.01) Emacs/20.7 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-caml-list@pauillac.inria.fr Precedence: bulk Johann Spies writes: > $cat Makefile > OCAMLMAKEFILE = /usr/share/ocaml-tools/OcamlMakefile > SOURCES=paaiement3.ml > RESULT=paaiement3 > #all: native-code > -include OCAMLMAKEFILE Replace the last line with -include $(OCAMLMAKEFILE) > make: camlidl: Command not found > make: *** [test.mli] Error 127 I think camlidl it is not in the standard OCaml distribution. Probably you have to install it. See: http://caml.inria.fr/camlidl/ -- Marco ------------------- 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