ocaml 3.0.14 TeTex 1.0.2+20011202-2 ImageMagick 5.4.4.5-1woody1 gs 6.53.3 media-wiki latest from cvs
When I do a make in ~/math I tells me the following. What is it missing?
ocamlopt -c util.ml ocamlc -c render_info.mli ocamlc -c tex.mli ocamlyacc parser.mly ocamlc -c parser.mli ocamlopt -c parser.ml ocamlc -c html.mli ocamlopt -c html.ml ocamlc -c mathml.mli ocamlopt -c mathml.ml ocamlc -c texutil.mli ocamlopt -c texutil.ml ocamlopt -c render.ml ocamllex lexer.mll 187 states, 3221 transitions, table size 14006 bytes ocamlopt -c lexer.ml ocamlopt -c texvc.ml File "texvc.ml", line 8, characters 14-27: Unbound value Digest.to_hex make: *** [texvc.cmx] Fehler 2 rm parser.ml lexer.ml
On Sat, Dec 06, 2003 at 04:56:18PM +0100, wiki@tictric.net wrote:
ocaml 3.0.14 TeTex 1.0.2+20011202-2 ImageMagick 5.4.4.5-1woody1 gs 6.53.3 media-wiki latest from cvs
When I do a make in ~/math I tells me the following. What is it missing?
ocamlopt -c util.ml ocamlc -c render_info.mli ocamlc -c tex.mli ocamlyacc parser.mly ocamlc -c parser.mli ocamlopt -c parser.ml ocamlc -c html.mli ocamlopt -c html.ml ocamlc -c mathml.mli ocamlopt -c mathml.ml ocamlc -c texutil.mli ocamlopt -c texutil.ml ocamlopt -c render.ml ocamllex lexer.mll 187 states, 3221 transitions, table size 14006 bytes ocamlopt -c lexer.ml ocamlopt -c texvc.ml File "texvc.ml", line 8, characters 14-27: Unbound value Digest.to_hex make: *** [texvc.cmx] Fehler 2 rm parser.ml lexer.ml
digest.cm* are in default Ocaml package, at least in Debian.
On Sat, Dec 06, 2003 at 04:56:18PM +0100, wiki@tictric.net wrote:
ocaml 3.0.14 TeTex 1.0.2+20011202-2 ImageMagick 5.4.4.5-1woody1 gs 6.53.3 media-wiki latest from cvs
When I do a make in ~/math I tells me the following. What is it missing?
File "texvc.ml", line 8, characters 14-27: Unbound value Digest.to_hex make: *** [texvc.cmx] Fehler 2 rm parser.ml lexer.ml
digest.cm* are in default Ocaml package, at least in Debian.
ocaml: /usr/lib/ocaml/digest.cmi ocaml: /usr/lib/ocaml/digest.cmx
are installed and available actually. Do I need to tell it where it can be found?
--
wikitech-l@lists.wikimedia.org