[sword-devel] WLC 1.5 loses spacing?

2009-05-24 Thread Teus Benschop
I tried to install the new WLC module from the Beta repository. It was installed in Xiphos. The 1.4 version has normal spaces between the Hebrew words. But the 1.5 version has no spacing between the words. The whole sentence becomes one long word. I didn't check the whole module, just Genesis 1. Is

[sword-devel] non-anonymous repository use

2009-05-24 Thread Karl Kleinpaste
I wanted to experiment with non-anonymous module management. So I turned on FTP, defined myself a new source, and got very confused. What I'm up against may be a curl issue, that is, it may not be Sword's fault. But it sure does look funny. I wanted merely to expose my own module set redundantl

Re: [sword-devel] [bt-devel] linker problems with 1.6.0? - help needed

2009-05-24 Thread Jonathan Marsden
Martin Gruner wrote: > we use the following stupid program to check that linking BibleTime against > Sword is going to work: > > ... > However, after just upgrading to 1.6.0, I get the following error trying to > compile the test program: ... cd cmake && g++ -I /usr/include/sword/ -lsword swo

Re: [sword-devel] verseparsing-utf8 (and write error checking)

2009-05-24 Thread Jonathan Marsden
Dmitrijs Ledkovs wrote: >> These are annoying to read, but relatively harmless (unless you do >> -Werror of course :) . They do mean that the code concerned is not >> really doing sufficient error checking, which should IMO be fixed; I >> think I provided some ideas/a patch for at least some of t

Re: [sword-devel] verseparsing-utf8

2009-05-24 Thread Dmitrijs Ledkovs
2009/5/24 Jonathan Marsden : > Dmitrijs Ledkovs wrote: > >> Verseparsing-utf8 is failing. > > Confirmed.  I saw that too a while back... > >> ../src/mgr/filemgr.cpp: In member function ‘signed char >> sword::FileMgr::trunc(sword::FileDesc*)’: >> ../src/mgr/filemgr.cpp:276: warning: ignoring ret

Re: [sword-devel] verseparsing-utf8

2009-05-24 Thread Jonathan Marsden
Dmitrijs Ledkovs wrote: > Verseparsing-utf8 is failing. Confirmed. I saw that too a while back... > ../src/mgr/filemgr.cpp: In member function ‘signed char > sword::FileMgr::trunc(sword::FileDesc*)’: > ../src/mgr/filemgr.cpp:276: warning: ignoring return value of ‘ssize_t > write(int, const

Re: [sword-devel] new WLC module posted to beta

2009-05-24 Thread David Haslam
For anyone who might be tempted to take more than a passing interest in the documentary hypothesis, I would refer them to an analysis (1996) of Pentateuchal Studies Today by my friend Gordon Wenham. See http://www.biblicalstudies.org.uk/article_pentateuch_wenham.html http://www.biblicalstudies.or

[sword-devel] verseparsing-utf8

2009-05-24 Thread Dmitrijs Ledkovs
Verseparsing-utf8 is failing. $ wget -q http://crosswire.org/ftpmirror/pub/sword/source/v1.6/sword-1.6.0.tar.gz $ sha256sum sword-1.6.0.tar.gz 8f1348c98015c656414f89ffa235afb3b1860cce2b242a81baeb16fde7678f4a sword-1.6.0.tar.gz $ tar xf sword-1.6.0.tar.gz $ cd sword-1.6.0/ $ ./configure --wit

Re: [sword-devel] linker problems with 1.6.0? - help needed

2009-05-24 Thread Martin Gruner
Hi Troy, just tried your suggestion. g++ ../cmake/sword_linker_check.cpp `pkg-config --cflags sword` `pkg-config -- libs sword` /tmp/Wh8w.o: In function `main': /home/dev/bibletime/build/../cmake/sword_linker_check.cpp:23: undefined reference to `sword::InstallMgr::InstallMgr(char const*, s

Re: [sword-devel] ELF

2009-05-24 Thread David Haslam
Troy, I half-heartedly wondered about attending the ELF this year, especially as my friend John Lennox is one of the speakers. (I hope you had the chance to meet him.) Perhaps next year, when I will have much more free time. cf. I recently applied for Voluntary Redundancy, so my employment i

Re: [sword-devel] linker problems with 1.6.0? - help needed

2009-05-24 Thread Greg Hellings
On Sun, May 24, 2009 at 8:38 AM, Troy A. Griffitts wrote: > Dear Martin, > > I have just tried out your test program.  Here is my experience. > > I have the file yo.cpp: > > #include > #include > #include > int main(int argc, char* argv[]) > { >        sword::SWMgr mgr; >        sword::InstallM

Re: [sword-devel] linker problems with 1.6.0? - help needed

2009-05-24 Thread Dmitrijs Ledkovs
2009/5/24 Martin Gruner : > Hi all, > > we use the following stupid program to check that linking BibleTime against > Sword is going to work: > >  sword_linker_check.cpp:(.text+0xd7): undefined reference to >  `sword::InstallMgr::InstallMgr(char const*, sword::StatusReporter*, >  sword::SWBuf, swor

Re: [sword-devel] linker problems with 1.6.0? - help needed

2009-05-24 Thread Troy A. Griffitts
Dear Martin, I have just tried out your test program. Here is my experience. I have the file yo.cpp: #include #include #include int main(int argc, char* argv[]) { sword::SWMgr mgr; sword::InstallMgr imgr; sword::FTPTransport trans("example.com"); return 0; }

[sword-devel] linker problems with 1.6.0? - help needed

2009-05-24 Thread Martin Gruner
Hi all, we use the following stupid program to check that linking BibleTime against Sword is going to work: #include #include #include #include int main(int argc, char* argv[]) { sword::SWMgr mgr; sword::InstallMgr imgr; sword::FTPTransport trans("example.com");

Re: [sword-devel] An abundance of: $Id: swmgr.h 2321 2009-04-13 01:17:00Z scribe $

2009-05-24 Thread Jonathan Morgan
On Sun, May 24, 2009 at 5:16 PM, Jonathan Marsden wrote: > It's probably harmless.  But there seem to be more than ten files in the > SWORD codebase that identify themselves as being: > >> $Id: swmgr.h 2321 2009-04-13 01:17:00Z scribe $ > > What is peculiar: none of them are actually the file swmg

[sword-devel] Announcing the Release of the TExT New Testament Greek Lexicon, version 0.1.1

2009-05-24 Thread Daniel Owens
We are pleased to announce the immediate availability of the Translatable Exegetical Tools (TExT) New Testament Greek Lexicon. The vision of this project is to create a collaboratively produced modern replacement for Strongs' NT Greek Dictionary that can be distributed freely, translated freely

[sword-devel] An abundance of: $Id: swmgr.h 2321 2009-04-13 01:17:00Z scribe $

2009-05-24 Thread Jonathan Marsden
It's probably harmless. But there seem to be more than ten files in the SWORD codebase that identify themselves as being: > $Id: swmgr.h 2321 2009-04-13 01:17:00Z scribe $ What is peculiar: none of them are actually the file swmgr.h :) Jonathan ___ s

Re: [sword-devel] About what gets linked.....

2009-05-24 Thread Jonathan Marsden
Dmitrijs Ledkovs wrote: > I did some digging and analysis about that link flags are added while > building libsword. ... > 1) Curl. Instead of using curl-config to use PKG_CHECK_MODULES macro This is probably a good solution, and it should be portable. But I'd vote for this happening in SWORD 1