msgpack / msgpack-ocaml

MessagePack implementation for OCaml / msgpack.org[OCaml]
45 stars 19 forks source link

Compile error: File "msgpackCore.ml", line 327, characters 15-16: #3

Closed skovhus closed 8 years ago

skovhus commented 11 years ago

Omake (omake.0.9.8.6-0.rc1) fails compiling mspack-ocaml:

mzp commented 11 years ago

I could not receive its error message:

$ ocamlfind ocamlopt -for-pack Msgpack -package oUnit,extlib,num -annot -annot -I . -c msgpackCore.ml
$ echo $?
0

Please tell me your OCaml version.