Closed josyoun closed 8 years ago
I don't get this error, install it again with the following steps:
opam remove sqlite3
opam install depext depext-cygwinports
export PATH="/usr/x86_64-w64-mingw32/sys-root/mingw/bin:$PATH"
opam depext -i sqlite3
/usr/x86_64-w64-mingw32/sys-root/mingw/bin
must be in front of your PATH during installation and usage inside ocaml. The dlls from there are necessary. Otherwise, gcc might pick up the wrong versions and dllsqlite3_stubs.dll can't be loaded because of missing dlls.
That fixed it. Thanks again for the help!
After installing both sqlite3 and pkg-config from Cygwin, opam installed the OCaml package sqlite3 just fine. However, it looks like the path is slightly corrupted:
Note
Basically, the file is there, but the last slash is backslash instead of a forward slash. Anyway, I'm not sure if this is an opam problem or if it's a sqlite3 package problem.