IntroductionOcamerl is an attempt to implement an Erlang node completely in Ocaml: - offer a simple mapping of basic Erlang term in Ocaml;
- maintains connection to EPMD;
- maintains connections with other Erlang nodes;
- enable to send/receive Erlang messages from processes on any nodes using the "Erlang external term format";
BuildUse a standard Makefile to run ocamlbuild. Require: - ocaml 3.10.2
- ocamlfind/findlib 1.2.1
- OUnit 1.0.2 (optional)
Known to run on: - GNU/Linux Ubuntu 7.10, 8.04
Examples- the ex folder contains few ocaml node examples; those are used by shell script in test folder.
- some info can be found on this blog
- eocarve is a project using ocamerl to interface a seamcarving library
|
I tried to build this example with the following (latest) software packages. Do you have any suggestions on how to correct this compilation error?
ocaml-3.11.0 findlib-1.2.3 ounit-1.0.3