caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: Markus Mottl <markus@oefai.at>
To: Johann Spies <jhspies@adept.co.za>
Cc: ocaml <caml-list@inria.fr>
Subject: Re: [Caml-list] Using OcamlMakefile on Debian Woody
Date: Sun, 28 Oct 2001 12:44:35 +0100	[thread overview]
Message-ID: <20011028124435.A21766@fichte.ai.univie.ac.at> (raw)
In-Reply-To: <87vgh059kh.fsf@spyker.adept.co.za>; from jhspies@adept.co.za on Sun, Oct 28, 2001 at 12:43:26 +0200

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


  reply	other threads:[~2001-10-29 10:45 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-10-28 10:43 Johann Spies
2001-10-28 11:44 ` Markus Mottl [this message]
2001-10-28 12:19 ` Marco Maggesi

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20011028124435.A21766@fichte.ai.univie.ac.at \
    --to=markus@oefai.at \
    --cc=caml-list@inria.fr \
    --cc=jhspies@adept.co.za \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).