Re: [sword-devel] Bishop source / JNI instructions

2010-04-20 Thread Troy A. Griffitts
Dear Wes, These are all problems fixed in recent commits to SVN. Had you pulled sword from SVN before I answered with instructions? If so, you should pull again. I committed my latest code just before sending my first email with instructions to you. Wes Widner wrote: Troy, I'm building on

Re: [sword-devel] Bishop source / JNI instructions

2010-04-19 Thread Peter von Kaehne
I am excited about the prospect of a Android application (HTC Hero owner) Troy A. Griffitts wrote: Hey Wes, Glad you can use the prebuilt library. Can you tell me if you have this line for both sword and swordcore in your sword/bindings/java-jni/jni/Android.mk LOCAL_C_INCLUDES :=

Re: [sword-devel] Bishop source / JNI instructions

2010-04-19 Thread David Haslam
I take it you've tried one or two Go Bible apps converted to .APK using J2ME Bridge from netmite.com See http://gobible.blogspot.com/2009/10/go-bible-for-android-phones.html http://gobible.blogspot.com/2009/10/go-bible-for-android-phones.html Sadly, some scripts of interest to your friends

Re: [sword-devel] Bishop source / JNI instructions

2010-04-18 Thread Troy A. Griffitts
Yes, unless you want to rebuild libsword.so, you don't need the ndk. Simply place libsword.so at: bishop/libs/armeabi/libsword.so But again, the most useful thing at this stage would be to help me stabilize libsword.so But I understand if you'd rather work on your frontend. I'll keep you

Re: [sword-devel] Bishop source / JNI instructions

2010-04-18 Thread Troy A. Griffitts
Hey Wes, Glad you can use the prebuilt library. Can you tell me if you have this line for both sword and swordcore in your sword/bindings/java-jni/jni/Android.mk LOCAL_C_INCLUDES := ../src/sword/include ../src/sword/include/internal/regex Your directories are slightly off from what mine are.

Re: [sword-devel] Bishop source / JNI instructions

2010-04-17 Thread Troy A. Griffitts
Dear Wes, The files I threw together are still very much a prototype / proof of concept. But with that warning, everything you need to build libsword for android is included in the svn repository for the SWORD engine. You can get the source here: svn co https://crosswire.org/svn/sword/trunk

[sword-devel] Bishop source / JNI instructions

2010-04-16 Thread Wes Widner
Hey everyone, I'm new to this list so forgive me if it's answered elsewhere and I've simply overlooked it. Where is the source code for the android project that uses the sword library via jni? Also, does anyone know how I should go about building the jni library for sword? I can mange to build