hi, ifneq ($(jni_include),) CFLAGS := $(CFLAGS) -I$(jni_include) endif
these are the last 3 line of makefile.common and those have to be deleted to compile successfully on an arm cpu. actuallay i'm testing the times of a few sample on a sheevaplug. the tests with sqlite do fail with: r...@debian:/mnt/sd/java console/bin# java -jar sqlitejdbc-v056-native.jar test Failed to load Main-Class manifest attribute from sqlitejdbc-v056-native.jar does someone know how to fix the upper bug on my side? i'm running the following java environment: r...@debian:/mnt/sd/java console/bin# java -version java version "1.6.0_0" OpenJDK Runtime Environment (IcedTea6 1.4.1) (6b14-1.4.1-0ubuntu6) OpenJDK Core VM (build 14.0-b08, interpreted mode) thanks for your help in advance robert _______________________________________________ SQLiteJDBC mailing list [email protected] https://lists.hcoop.net/listinfo/sqlitejdbc
