know what I need to do. Your SQLCipher jdbc driver I compiled is
included encryption. I suspect the driver needs to be merged with the
> Hi Dan,
>
> What kind of tweaks did you make to the makefile?
>
> I've been able to test successfully building as such:
>
> make CC=/usr/bin/gcc LINKFLAGS="-mmacosx-version-min=10.6 -dynamiclib
> -isysroot /Developer/SDKs/MacOSX10.6.sdk"
>
> Does that work for you?
>
> Cheers,
> Stephen
>
>
>
> On Thu, Jul 22, 2010 at 7:18 PM, Dan <
dloo...@gmail.com> wrote:
> > Hi guys - After making some minor tweaks to the sqlitejdbc for
> > sqlcipher makefile I was able to compile on 10.6 OSX but immediately
> > get a bunch of "no SQLite library found" exceptions when executing the
> > JUnit tests. Now normally I would just ignore this but I get the same
> > exception in my project so I figured if I solve it for the jdbc driver
> > I solve it there too. Any idea what's going on?
>
> > <snipped>
> > $JAVA_HOME/bin/java -Djava.library.path=build/Darwin-i386 \
> > -cp "build/sqlitejdbc-v056-native.jar:build:lib/junit-4.1.jar" \
> > org.junit.runner.JUnitCore test.ConnectionTest
> > test.DBMetaDataTest test.PrepStmtTest test.RSMetaDataTest
> > test.StatementTest test.TransactionTest test.UDFTest
> > JUnit version 4.1