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

2016-10-19 Thread TS
Hi Peter, thank you for your help in this. I made the following for you and anyone else interested. I hope it’ll help you better identify and understand the warnings and/or type of warnings that we are seeing. I’m not really that familiar with how clang and llvm nor autotools works so I don’t

Re: [sword-devel] Confusing semantics for SWModule postfix ++/-- operators?

2016-10-19 Thread Peter Von Kaehne
> Von: "Jaak Ristioja" > Sure. Here you go: https://www.crosswire.org/tracker/browse/API-189 Thanks - also for the other one. Peter ___ sword-devel mailing list: sword-devel@crosswire.org

Re: [sword-devel] Confusing semantics for SWModule postfix ++/-- operators?

2016-10-19 Thread Jaak Ristioja
On 19.10.2016 10:43, Peter Von Kaehne wrote: >> Von: "Jaak Ristioja" > >> It seems that the postfix ++/-- operators defined in SWMODULE_OPERATORS >> have prefix ++/-- semantics, > > Can you put this into the bug tracker, too? Sure. Here you go:

Re: [sword-devel] Infinite loop in SWModule multilemma window search

2016-10-19 Thread Jaak Ristioja
On 19.10.2016 10:37, Peter Von Kaehne wrote: >> Von: "Jaak Ristioja" >> >> I found an infinite loop in SWModule::search() > > could you please put this onto the bug tracker? Here you go: https://www.crosswire.org/tracker/browse/API-188 J

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

2016-10-19 Thread Peter Von Kaehne
> Gesendet: Mittwoch, 19. Oktober 2016 um 09:24 Uhr > Von: "Manfred Bergmann" b. Is it possible that > > Per default Xcode uses the C compiler of LLVM. Ok. I have tried compiling with clang/llvm on Linux just now, but likely made a few/lot mistakes CC=clang

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

2016-10-19 Thread Manfred Bergmann
> Am 19.10.2016 um 10:00 schrieb Peter Von Kaehne : > >> Von: "Peter Von Kaehne" >> I am compiling on Debian testing in 64 bit mode with no warnings, using the >> standard flags. > > As I understand xcode uses gcc just as we use on Linux. Is it possible that

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

2016-10-19 Thread Peter Von Kaehne
> Von: "Peter Von Kaehne" > I am compiling on Debian testing in 64 bit mode with no warnings, using the > standard flags. As I understand xcode uses gcc just as we use on Linux. Is it possible that a) you use flags which produce warnings which are not included in the

Re: [sword-devel] Confusing semantics for SWModule postfix ++/-- operators?

2016-10-19 Thread Peter Von Kaehne
> Von: "Jaak Ristioja" > It seems that the postfix ++/-- operators defined in SWMODULE_OPERATORS > have prefix ++/-- semantics, Can you put this into the bug tracker, too? Thanks! ___ sword-devel mailing list:

Re: [sword-devel] Infinite loop in SWModule multilemma window search

2016-10-19 Thread Peter Von Kaehne
> Von: "Jaak Ristioja" > > I found an infinite loop in SWModule::search() could you please put this onto the bug tracker? ___ sword-devel mailing list: sword-devel@crosswire.org http://www.crosswire.org/mailman/listinfo/sword-devel

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

2016-10-19 Thread Peter Von Kaehne
Von: TS > From all the online research I’ve been doing trying to figure the problems > out, it’s sorta leading me to the question "Has the > SWORD framework been > updated to be 64 bit compatible?” I’ve searched the Sword project wiki and > searched what I can of the