Re: [sword-devel] Older iOS devices and future PocketSword releases?

2016-10-24 Thread TS
Yes, Manfred is correct. To go into more detail, the settings I’ve been using are the defaults for Xcode 7.3.1 which are armv7 and arm64. Armv7 should work for all iPhone and iPads running in 32 bit mode except for the very early models. I looked through Apple’s documentation on it to see what e

Re: [sword-devel] swld.cpp at line 111 - is this a bug?

2016-10-24 Thread TS
I posted about it on the SWORD api bug tracker. It’s http://crosswire.org/tracker/browse/API-190 . It seems to have been fixed. -TS___ sword-devel mailing list: sword-devel@crosswire.org http://www.crosswire

Re: [sword-devel] Diatheke double output

2016-10-24 Thread Teus Benschop
As for Ubuntu, running the code from the subversion trunk, it was the usual mixup between the system-installed 'diatheke' at /usr/bin, and the binary installed from the trunk at /usr/local/bin. After cleaning it up, the diatheke from trunk behaves fine on Ubuntu. Sorry for the false alarm. :) _

Re: [sword-devel] Diatheke double output

2016-10-24 Thread Peter von Kaehne
Unfortunately Ubuntu is at least.2 iterations of releases behind the curve. Always. Sent from my phone. Apologies for brevity and typos.On 24 Oct 2016 1:02 pm, Teus Benschop wrote: > > Something weird is happening to diatheke on Ubuntu 16.04 64 bits: > > $ diatheke -b NETfree -k Jn 3:16 > > Jo

Re: [sword-devel] Diatheke double output

2016-10-24 Thread Michael H
That leading colon suggests something is trying to parse a null and reverting to the last text after a fail. Instead of looking for {John 3:16}, it appears to be searching for {John 3:16,} How the code detects the end of the verse range (or whether the next range is null) is where I would start.

Re: [sword-devel] Diatheke double output

2016-10-24 Thread Teus Benschop
Following up on the previous mail about diatheke, the SVN code, when compiled on Ubuntu 16.04 64 bits, running diatheke still gives the double output. ___ sword-devel mailing list: sword-devel@crosswire.org http://www.crosswire.org/mailman/listinfo/sword-

[sword-devel] Diatheke double output

2016-10-24 Thread Teus Benschop
Something weird is happening to diatheke on Ubuntu 16.04 64 bits: $ diatheke -b NETfree -k Jn 3:16 John 3:16: For this is the way God loved the world: He gave his one and only Son, so that everyone who believes in him will not perish but have eternal life. : For this is the way God loved the wor

Re: [sword-devel] make register emails

2016-10-24 Thread Teus Benschop
Yeah, it's more about developer statistics, of them who care about running $ make register :) On Mon, 24 Oct 2016 at 08:54 Peter von Kaehne wrote: > Given that the bulk of users are on readily compiled software, not sure > if this will influence much usage statistics. > > Sent from my phone. Ap