[Caml-list] OCaml and Matlab

2008-07-24 Thread crueger
Hi, I am currently trying to get OCaml and Matlab to work together. I found OCamlMex on the Caml-Hump (http://caml.inria.fr/cgi-bin/hump.en.cgi?contrib=400). However when I try to compile it, I get an error: ocamlc.opt -c -pp camlp4r -I /usr/lib64/ocaml/camlp4 mex.mli File mex.mli, line 235,

Re: [Caml-list] OCaml and Matlab

2008-07-24 Thread Nicolas Pouillard
Excerpts from Till Crueger's message of Thu Jul 24 10:47:51 +0200 2008: Hi, I am currently trying to get OCaml and Matlab to work together. I found OCamlMex on the Caml-Hump (http://caml.inria.fr/cgi-bin/hump.en.cgi?contrib=400). However when I try to compile it, I get an error:

Re: [Caml-list] OCaml and Matlab

2008-07-24 Thread Till Crueger
On Thu, 24 Jul 2008 11:23:27 +0200, Nicolas Pouillard [EMAIL PROTECTED] wrote: So I am not at all surprised, that it won't work, because the 'a actually is unbound. Was this maybe possible with older versions of the compiler, or are there some workarounds, to get it working again? That's