caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: Marco Maggesi <maggesi@math.unifi.it>
To: Johann Spies <jhspies@adept.co.za>
Cc: ocaml <caml-list@inria.fr>
Subject: Re: [Caml-list] Using OcamlMakefile on Debian Woody
Date: 28 Oct 2001 13:19:26 +0100	[thread overview]
Message-ID: <877ktgyn1t.fsf@sisiphos.math.unifi.it> (raw)
In-Reply-To: <87vgh059kh.fsf@spyker.adept.co.za>


Johann Spies <jhspies@adept.co.za> 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


      parent reply	other threads:[~2001-10-28 12:19 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
2001-10-28 12:19 ` Marco Maggesi [this message]

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=877ktgyn1t.fsf@sisiphos.math.unifi.it \
    --to=maggesi@math.unifi.it \
    --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).