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

[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