[sword-devel] companion modules

2008-11-02 Thread Karl Kleinpaste
The phrase "companion modules" was coined last January at BibleTech when several of us were debating additional capabilities in which Wycliffe folks have an interest. This past Friday, I implemented a beginning of this concept in GnomeSword. The idea is that some modules come as a pair. The best

Re: [sword-devel] installing Sword in Ubuntu 8.10

2008-11-02 Thread Daniel Owens
Karl, When I tried using ./autogen.sh and ./usrinst.sh I came up with lots of errors that I couldn't find solutions to, but just using ./configure worked. Daniel Karl Kleinpaste wrote: Daniel Owens <[EMAIL PROTECTED]> writes: ./configure make sudo make install Most o

Re: [sword-devel] installing Sword in Ubuntu 8.10

2008-11-02 Thread Daniel Owens
Thanks, Greg. That did the trick. Daniel Gregory Hellings wrote: By default Ubumtu can't find shared libraries installed in /usr/local. Edit /etc/ld.so.conf and add /usr/local/lib on a separate line and run the command ldconfig as root. That should solve the problem. --Greg On Nov

Re: [sword-devel] SWORD reader in Python

2008-11-02 Thread Troy A. Griffitts
Dear Ken, I'm impressed with your understanding of the zText driver and reimplementation in python code. Having said this, and please understand I don't wish to thwart your contributions but, this is not a direction that we would endorse. We have always maintained a policy that our many data

Re: [sword-devel] SWORD reader in Python

2008-11-02 Thread David Haslam
Perhaps we need a new page in the CrossWire wiki to list miscellaneous user implementations of the SWORD Bible reader in other programming languages, platforms or environments. The http://www.crosswire.org/wiki/index.php/Main_Page main page is already rather full, so it would make better sense

Re: [sword-devel] installing Sword in Ubuntu 8.10

2008-11-02 Thread Karl Kleinpaste
Daniel Owens <[EMAIL PROTECTED]> writes: > ./configure > make > sudo make install Most of the time, configure by itself will assume /usr/local as a prefix. You should use autogen.sh and usrinst.sh for Sword configuration and installation: ./autogen.sh ./usrinst.sh Hack usrinst.sh ahead of time

Re: [sword-devel] installing Sword in Ubuntu 8.10

2008-11-02 Thread Gregory Hellings
By default Ubumtu can't find shared libraries installed in /usr/local. Edit /etc/ld.so.conf and add /usr/local/lib on a separate line and run the command ldconfig as root. That should solve the problem. --Greg On Nov 2, 2008, at 7:01, Daniel Owens <[EMAIL PROTECTED]> wrote: Intrepid is out

[sword-devel] installing Sword in Ubuntu 8.10

2008-11-02 Thread Daniel Owens
Intrepid is out now, and I was installing Sword 1.5.11 and was able to install using: ./configure make sudo make install make install_config Bibletime and Gnomesword run fine, but none of the module creation utilities run. I get the following message when I run osis2mod without arguments:  

[sword-devel] SWORD reader in Python

2008-11-02 Thread Kenneth Arnold
I just wanted to offer this to the community. http://github.com/kcarnold/pysword/tree/master I initially posted about it a while ago ( http://kcarnold.blogspot.com/2008/08/sword-project-bible-reader-in-python.html) and updated it tonight ( http://kcarnold.blogspot.com/2008/11/sword-project-bible-