Re: [sword-devel] make register emails

2016-10-23 Thread Peter von Kaehne
Given that the bulk of users are on readily compiled software, not sure if this will influence much usage statistics. Sent from my phone. Apologies for brevity and typos.On 24 Oct 2016 07:04, Teus Benschop wrote: > > After doing  > $ make register > on systems without a configured mailer, it

Re: [sword-devel] configure warnings

2016-10-23 Thread Peter von Kaehne
On Mon, 2016-10-24 at 06:04 +, Teus Benschop wrote: > I had this a few days ago in svn trunk code, but it's gone now - > that's on macOS. Still here, Debian testing. ___ sword-devel mailing list: sword-devel@crosswire.org http://www.crosswire.org/ma

Re: [sword-devel] configure warnings

2016-10-23 Thread Teus Benschop
I had this a few days ago in svn trunk code, but it's gone now - that's on macOS. On Sun, 23 Oct 2016 at 15:48 Peter von Kaehne wrote: > I can not remember having seen these warnings priorly > > checking for main in -lxapian... yes > ./configure: line 17763: test: too many arguments > checking f

[sword-devel] make register emails

2016-10-23 Thread Teus Benschop
After doing $ make register on systems without a configured mailer, it fails to send the email to sword.us...@crosswire.org. If there would be a web API for this, and then using wget instead, it might push the usage statistics up a bit :) ___ sword-devel

[sword-devel] New translation for latvian

2016-10-23 Thread Cyrille
Hi, In the attach file, new translation for Latvian conf file. # Letvian book locale file in UTF-8 encoding made by Br Vidas and Br Janis # 2016-09-14 [Meta] Name=lv Description=Letvian Encoding=UTF-8 [Text] Genesis=Radīšanas grāmata Exodus=Izceļošanas grāmata Leviticus=Levītu grāmata Numbers=S

[sword-devel] configure warnings

2016-10-23 Thread Peter von Kaehne
I can not remember having seen these warnings priorly checking for main in -lxapian... yes ./configure: line 17763: test: too many arguments checking for vsnprintf... yes checking compiler warnings WARNING_CHECK: -Wno-address WARNING_CHECK: -Wno-nonnull-compare WARNINGS_OFF:  -Wno-address -Wno-non

Re: [sword-devel] Release Wrapup

2016-10-23 Thread Troy A. Griffitts
Hi David, Thanks for the wiki page. No, we're not about to release 2.0. The purpose of 2.0 has been a more intuitive API, including regular camelCase naming of API methods. We've been slowly working toward this for a number of years, attempting to not breaking API compatibility with older f

Re: [sword-devel] Confusing semantics for FileMgr::existsFile() and FileMgr::existsDir()

2016-10-23 Thread Troy A. Griffitts
Thanks for the suggestion Jaak. While I understand your concern, testing for readability on OSs which support such is ancillary to the purpose of the call. The purpose of the call is the see if a file or directory exists. When the engine makes these checks, it typically is about to do someth

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

2016-10-23 Thread Troy A. Griffitts
Dear TS, Thank you for the spreadsheet. I've had a review of the implicit cast warning and determined where the casts were safe and added explicit casts. This should remove most of these warnings for you. Have you actually had a problem compiling SWORD for 64bit or were just concerned about