Re: [sword-devel] How can I tell which version of the Sword framework is being used? (e.g. in PocketSword)

2016-10-14 Thread TS
It's looking like I won't be able to upload the code today. It'll hopefully be during the weekend or else next week then instead. -TS --Sent from phone-- ___ sword-devel mailing list: sword-devel@crosswire.org http://www.crosswire.org/mailman/listinfo

Re: [sword-devel] How do you make the Sword framework work in 64bit mode? (My compiler is giving me hundreds of warnings.)

2016-10-14 Thread Peter Von Kaehne
https://developer.apple.com/library/content/documentation/Darwin/Conceptual/64bitPorting/building/building.html   suggests that some flags are less useful than others in terms of warnings produced - some flags produce a plethora of spurious and irrelevant warnings   Is that maybe part of your

Re: [sword-devel] How do you make the Sword framework work in 64bit mode? (My compiler is giving me hundreds of warnings.)

2016-10-14 Thread Jaak Ristioja
As much as I've personally dealt with these and similar warnings in Sword++, many of them are not trivial to fix and point to several architectural issues. Blessings, J On 14.10.2016 14:15, Manfred Bergmann wrote: > I’m also having tons of warnings when compiling SWORD in Xcode for 64 bit. > The

Re: [sword-devel] How do you make the Sword framework work in 64bit mode? (My compiler is giving me hundreds of warnings.)

2016-10-14 Thread Manfred Bergmann
I’m also having tons of warnings when compiling SWORD in Xcode for 64 bit. The precision warnings can be ignored IMO. But due to the sheer number of warnings it’s very hard to detect warnings that shouldn’t be ignored. Btw: there is a Objective-C wrapper for the SWORD library under bindings/objc