Quote:
Originally Posted by hanche
I am also getting the “ism: not scribbles” error. Annoying. [...] irext appears to work ok, but ism does not.
|
What is the output of
irext ls -l for the files that contain scribbles? Does it report them? (Which would be odd, because both use the same SQLite3 interface).
From the error message, it appears that you don't have
ocamlfind installed and ocaml-sqlite3 depends on it for moving the libraries to a place where
ocamlc and
ocamlopt can find them. Therefore
sqlite3.cmxa and
sqlite3.cma are never installed. Why
irext and
ism are linked anyway is not easy to understand, but there might be an incompatible version somewhere.