[
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: | -- (:) |
| From: | Jan Rehders <cmdkeen@g...> |
| Subject: | OTags compilation problem |
Hi,
I've trouble compiling the otags tool (http://caml.inria.fr/cgi-bin/
hump.en.cgi?contrib=294, version 3.09 and OCaml 3.09). When I call "./
configure" and "make all" make fails stating that it doesn't know how
to build pcaml.cmi (see below for output). The error happens on both
Mac OS X 10.4.5 and Windows XP SP2 with Cygwin thus I think there is
some required tool missing. Checking otool's readme I could not find
anything missing on my machine - is there something required which is
not listed in the readme file (maybe some ocaml make tool?)
Jan Rehders
-- output of ./configure
ocamlopt.opt found. Native compilation enabled.
ocamlc.opt found.
Paths for true installation:
binaries will be copied to /usr/local/bin
libraries will be copied to /usr/local/lib/ocaml/camlp4
native-code compile with pa_o.cmx and pa_op.cmx enabled
-- output of make all
ocamlc.opt -c splay.mli
ocamlc.opt -c -pp camlp4o splay.ml
ocamlc.opt -c line_number.mli
ocamlc.opt -c line_number.ml
make: *** No rule to make target `/usr/local/stow/ocaml-3.09.0/lib/
ocaml/camlp4/pcaml.cmi', needed by `editor.cmo'. Stop.