OCaml bindings
Tue, Dec 9 2008 11:22
| Permalink
Continued making object-wrapping bindings for OCaml representing SRILM C++ classes. The caml-list advice from Mauricio and Filipp Monnier is cool.
In search of OCaml bindings, found PLplot, tried to install it in macports -- doesn’t work with gtk-osx +no_x11, discussed that on macports list and plplot-general. Basiclaly, in svn checkout of plplot, you have to say,
cmake cmake
-- the latter is a directory -- and it will generate enough to run
ccmake .
-- which will provide graphical displays.
In search of OCaml bindings, found PLplot, tried to install it in macports -- doesn’t work with gtk-osx +no_x11, discussed that on macports list and plplot-general. Basiclaly, in svn checkout of plplot, you have to say,
cmake cmake
-- the latter is a directory -- and it will generate enough to run
ccmake .
-- which will provide graphical displays.
Comments