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-29 (10:45) |
From: | Markus Mottl <markus@o...> |
Subject: | Re: [Caml-list] Using OcamlMakefile on Debian Woody |
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