View Single Post
Old 04-23-2009, 02:07 PM   #56
thomega
Connoisseur
thomega began at the beginning.
 
Posts: 56
Karma: 22
Join Date: Oct 2008
Location: Würzburg, Germany
Device: iRex DR1000S
Quote:
Originally Posted by hanche View Post
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.
thomega is offline   Reply With Quote