Hi, I have downloaded the source code for the sqlite-jdbc and am trying to build it on my machine to get a .jar. I am using Cygwin on Windows.
My problem is that everytime I try to call "make", I get this error:
$ make native CC=i686-w64-mingw32-gcc OS_NAME=Windows OS_ARCH=x86
make[1]: *** [Makefile:26: target/sqlite-3.7.15-amal.zip] Error 127
make[1]: Exiting directory „/cygdrive/c/[... path ...]/xerial-sqlite-jdbc“
make: *** [Makefile:89: win32] Error 2
make: *** [Makefile:26: target/sqlite-3.7.15-amal.zip] Error127
Is this a known issue? :/ Otherwise, is there a way to build the JDBC without the makefile?