I had several problems while installing your merger. But I finally succeeded. Thanks, it's really a great software!
There's a problem with the ocaml sqlite3 installation. Take a look at the config file:
OCAML_SQLITE3_URL can't be correctly uncompressed. I changed the link and now it works to me:
Quote:
#OCAML_SQLITE3_SRC=ocaml-sqlite3-1.2.0
OCAML_SQLITE3_SRC=ocaml-sqlite3-release-1.2.2
OCAML_SQLITE3_TAR=ocaml-sqlite3-1.2.0.tar.gz
#OCAML_SQLITE3_URL=http://www.ocaml.info/ocaml_sources/ocaml-sqlite3-1.2.0.tar.gz
OCAML_SQLITE3_URL=http://trd.no.distfiles.macports.org/caml-sqlite3/ocaml-sqlite3-1.2.0.tar.gz
|
Thank you again.