[sword-devel] navigation arithmetic error in -r2400

2009-05-11 Thread Karl Kleinpaste
We had this Xiphos bug report: Go to 1 Samuel 1; click the up button beside the chapter; Xiphos navigates to Judges 21 instead of Ruth 4. Having stepped through this problem, it is a Sword bug, not a Xiphos bug. The Xiphos code in question is this: tmpkey =

[sword-devel] SWORD 1.6.x v11n

2009-05-11 Thread John Austin
I'm working in Central Asia to help provide people here with access to Bibles in their own languages. We've developed a program called MK (Muqaddas Kitob) which uses Xulrunner and the Sword engine. But we're using a fork of Sword-1.5.9 because of v11n incompatibility issues. Now that the Sword

Re: [sword-devel] SWORD 1.6.x v11n

2009-05-11 Thread Martin Zibricky
John Austin píše v Po 11. 05. 2009 v 20:17 +0600: Now that the Sword engine is moving toward full support of multiple verse systems, I would like to ask about adding the Russian Protestant verse system to the available cannons packaged with Sword 1.6. I already have a Russian Protestant

[sword-devel] Autotools Bug?

2009-05-11 Thread Greg Hellings
I just updated to the latest SWORD svn and ran autogen.sh and usrinst.sh. Forgetting that I was in a fresh install of Ubuntu, I didn't think to manually install g++, so I have no C++ compiler on my system. Nevertheless, the configure script simply noted this and moved on, completing the

Re: [sword-devel] Autotools Bug?

2009-05-11 Thread Jonathan Marsden
Greg Hellings wrote: I just updated to the latest SWORD svn and ran autogen.sh and usrinst.sh. Forgetting that I was in a fresh install of Ubuntu, I didn't think to manually install g++, so I have no C++ compiler on my system. Nevertheless, the configure script simply noted this and moved on,

Re: [sword-devel] Autotools Bug?

2009-05-11 Thread Greg Hellings
On Mon, May 11, 2009 at 1:37 PM, Jonathan Marsden jmars...@fastmail.fm wrote: Greg Hellings wrote: I just updated to the latest SWORD svn and ran autogen.sh and usrinst.sh.  Forgetting that I was in a fresh install of Ubuntu, I didn't think to manually install g++, so I have no C++ compiler

[sword-devel] v11n - howto create module from vpl format

2009-05-11 Thread Martin Zibricky
Hi all, I'm trying to convert Czech Bible 21 (B21) to sword format. When using tool 'vpl2mod' (sword 1.5.11) I'm getting a lot of warnings like: Not a valid KJV ref: Genesis 32:33 appending to ref: Genesis 32:32 Warning, overwriting verse: Genesis 32:32 Not a valid KJV ref: Exodus 7:26

Re: [sword-devel] SWORD 1.6.x v11n

2009-05-11 Thread Martin Zibricky
John Austin píše v Po 11. 05. 2009 v 20:17 +0600: I already have a Russian Protestant canon.h. Is that all that would be needed? I seems to me that 'Russian Protestant verse system' is v11n Leningrad versification (file canon_leningrad.h in svn). Please correct me if I'm wrong. Martin

Re: [sword-devel] v11n - howto create module from vpl format

2009-05-11 Thread Greg Hellings
Martin, On Mon, May 11, 2009 at 2:42 PM, Martin Zibricky mzibri...@gmail.com wrote: Hi all, I'm trying to convert Czech Bible 21 (B21) to sword format. When using tool 'vpl2mod' (sword 1.5.11) I'm getting a lot of warnings like: Not a valid KJV ref: Genesis 32:33 appending to ref:

Re: [sword-devel] SWORD 1.6.x v11n

2009-05-11 Thread Greg Hellings
On Mon, May 11, 2009 at 2:50 PM, Martin Zibricky mzibri...@gmail.com wrote: John Austin píše v Po 11. 05. 2009 v 20:17 +0600: I already have a Russian Protestant canon.h. Is that all that would be needed? I seems to me that 'Russian Protestant verse system' is v11n Leningrad versification

Re: [sword-devel] v11n - howto create module from vpl format

2009-05-11 Thread Chris Little
Martin Zibricky wrote: Hi all, I'm trying to convert Czech Bible 21 (B21) to sword format. When using tool 'vpl2mod' (sword 1.5.11) I'm getting a lot of warnings like: Not a valid KJV ref: Genesis 32:33 appending to ref: Genesis 32:32 Warning, overwriting verse: Genesis 32:32 Not a

Re: [sword-devel] Autotools Bug?

2009-05-11 Thread Jonathan Marsden
Greg Hellings wrote: The install was not 100% fresh... I had already tried to do autotools.sh, and thus installed automake/conf and libtool. OK. I suspect that the number of developer machines out there which have a working autotools installation, but no C++ compiler, is fairly small :)

Re: [sword-devel] Autotools Bug?

2009-05-11 Thread Matthew Talbert
autogen.sh is (typically) a part of gnome, and is commonly used in gnome development, including xiphos. The autogen.sh in sword appears to more or less copy the functionality of gnome-autogen.sh. It is not needed with release packages, only for doing svn development. Matthew

Re: [sword-devel] Autotools Bug?

2009-05-11 Thread Greg Hellings
On Mon, May 11, 2009 at 4:00 PM, Jonathan Marsden jmars...@fastmail.fm wrote: Greg Hellings wrote: The install was not 100% fresh... I had already tried to do autotools.sh, and thus installed automake/conf and libtool. OK.  I suspect that the number of developer machines out there which have

Re: [sword-devel] Autotools Bug?

2009-05-11 Thread Jonathan Marsden
Matthew Talbert wrote: autogen.sh is (typically) a part of gnome, and is commonly used in gnome development, including xiphos. The autogen.sh in sword appears to more or less copy the functionality of gnome-autogen.sh. It is not needed with release packages, only for doing svn development.

Re: [sword-devel] Autotools Bug?

2009-05-11 Thread Greg Hellings
On Mon, May 11, 2009 at 7:13 PM, Jonathan Marsden jmars...@fastmail.fm wrote: Matthew Talbert wrote: autogen.sh is (typically) a part of gnome, and is commonly used in gnome development, including xiphos. The autogen.sh in sword appears to more or less copy the functionality of

Re: [sword-devel] Autotools Bug?

2009-05-11 Thread Jonathan Marsden
Greg Hellings wrote: Because there are some people who have no desire to learn anything about autotools ... Which is fine. That is their choice. Such people by definition should probably not also choose to be volunteer developers on a project that uses autotools. The project team chose

Re: [sword-devel] Autotools Bug?

2009-05-11 Thread Greg Hellings
On Mon, May 11, 2009 at 8:57 PM, Jonathan Marsden jmars...@fastmail.fm wrote: Greg Hellings wrote: Because there are some people who have no desire to learn anything about autotools ... Which is fine.  That is their choice.  Such people by definition should probably not also choose to be

Re: [sword-devel] Autotools Bug?

2009-05-11 Thread Jonathan Marsden
Greg Hellings wrote: To test the building process of BibleTime, which I do work with, I often build against sword-svn. Having the autogen.sh keeps me from having to remember what autotools options are needed, etc. Which is exactly what autoreconf does, and why it exists :) And learning to

Re: [sword-devel] Autotools Bug?

2009-05-11 Thread Ben Morgan
On Tue, May 12, 2009 at 1:13 PM, Jonathan Marsden jmars...@fastmail.fmwrote: Probably. Proprietary development environments like this are just not often seen as critical targets for open source tools, I would think. Especially when it's not really clear what the benefits of MSVC and

Re: [sword-devel] Autotools Bug?

2009-05-11 Thread Matthew Talbert
OK.  Then we can hide the autoreconf command by a one line shell script called autogen.sh, that just runs autoreconf, if that is really less of a burden to new developers.  It seems like roughly the same amount of memory needed in either case, to me, and memorizing autoreconf is useful across

Re: [sword-devel] Autotools Bug?

2009-05-11 Thread Greg Hellings
On Mon, May 11, 2009 at 10:23 PM, Ben Morgan benpmor...@gmail.com wrote: On Tue, May 12, 2009 at 1:13 PM, Jonathan Marsden jmars...@fastmail.fm wrote: Probably.  Proprietary development environments like this are just not often seen as critical targets for open source tools, I would think.

Re: [sword-devel] Problem with display of references

2009-05-11 Thread Adrian Korten
I updated my test OSIS file and tried it with the Windows Sword Project and Xiphos. I still had problems with the display of linked verses. See below. - Original Message - *From:* DM Smith dmsm...@crosswire.org *To:* SWORD Developers' Collaboration Forum sword-devel@crosswire.org