Browse thread
[Caml-list] Using OcamlMakefile on Debian Woody
-
Johann Spies
- Marco Maggesi
- Markus Mottl
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
Date: | 2001-10-28 (12:19) |
From: | Marco Maggesi <maggesi@m...> |
Subject: | Re: [Caml-list] Using OcamlMakefile on Debian Woody |
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