msgpack / msgpack-ocaml

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

Compile error in SerializeImplement #2

Closed kmbnw closed 8 years ago

kmbnw commented 11 years ago

I'm unable to compile mspack-ocaml on a 64 bit Linux Mint 13. This is the error I get:

omake: Symbol `FamErrlist' has different size in shared object, consider re-linking * omake: reading OMakefiles * omake: finished reading OMakefiles (0.04 sec)

I have libfindlib-ocaml 1.2.7, libfindlib-ocaml-dev 1.2.7, libextlib-ocaml 1.5.2, libextlib-ocaml-dev 1.5.2, and omake-0.9.8.5-3-8 from the Debian repositories installed.

I cloned the msgpack-ocaml github repo and ran

omake

I also tried 'omake clean' first, but that produced the same error. I'm not real familiar with OMake; any suggestions?

jlouis commented 11 years ago

What is your Coq version? 8.3 or 8.4? The msgpack system uses a Proof Assistant to prove that the implementation is correct and this error is from that system.

mzp commented 11 years ago

Coq 8.4 (September 2012) only.