[
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: | aditya siram <aditya.siram@g...> |
| Subject: | Camlzip zlib: Zlib.Stream not found |
Hi all, I am trying to compile ocsigen which requires camlzip. I downloaded camlzip (http://cristal.inria.fr/~xleroy/software.html#camlzip) which installed to /usr/local/ocaml/lib/zip. To help ocamlfind I then copied the META file from the godi-zlib package (http://docs.camlcity.org/docs/godipkg/3.10/godi-zip/lib/ocaml/pkg-lib/camlzip/META) to /usr/local/lib/ocaml/site-lib/camlzip/. Now I get this error: File "deflatemod.ml", line 73, characters 10-21: Error: Unbound type constructor Zlib.stream make[1]: *** [deflatemod.cmo] Error 2 Doesn't Zlib.stream come with camlzip? -deech