RE: [sword-devel] imp2ld

2003-02-20 Thread William Van Rensburg
Good morning! When I received the confirmation e-mail request, I pressed reply, added Re: in the subject line and copied the confirm number to the new e-mail. I trust that this will clarify matters for you. William van Rensburg Automation Costing Engineer Tel: +27 41 995 3658 Fax: +27 41 992 129

Re: [sword-devel] "Inofficial" modules

2003-02-20 Thread Chris Little
On Fri, 21 Feb 2003, Christian Renz wrote: > someone on the support list asked whether we would also include > fiction works, specifically his fantasy stories that are somewhat > allegorical. I sort of told him that it wouldn't be suitable for the > official Sword module list (see my reply below).

Re: [sword-devel] imp2ld

2003-02-20 Thread Darin Duphorne
Sorry -- that is where pico indicates the line is longer than the screen width. The line is truncated. On Thursday, February 20, 2003, at 02:28 PM, Klaus R. H. Walther wrote: Hello Am Dienstag, 18. Februar 2003 05:10 schrieb Darin Duphorne: RawLD::RawLD(const char *ipath, const char *iname,

Re: [sword-devel] BibleTime or Sword crashes on startup on Mac OS X

2003-02-20 Thread Darin Duphorne
diatheke is a command line front-end to the sword library. Try diatheke -b system -k moduleslist That will give you a list of modules. To do an asv search, for example, you use diatheke -b asv -k jn3:16 to retrieve john 3:16. My imp2ld works (or fails) just like yours. On Wednesday, February

[sword-devel] "Inofficial" modules

2003-02-20 Thread Christian Renz
Guys, someone on the support list asked whether we would also include fiction works, specifically his fantasy stories that are somewhat allegorical. I sort of told him that it wouldn't be suitable for the official Sword module list (see my reply below). Are there any plans to have an "inofficial"

Re: [sword-devel] imp2ld

2003-02-20 Thread Klaus R. H. Walther
Hello Am Dienstag, 18. Februar 2003 05:10 schrieb Darin Duphorne: > > RawLD::RawLD(const char *ipath, const char *iname, const char *idesc, > SWDisplay *idisp, SWTextEncoding enc, SWTextDirection dir, SWTextMarkup > mark, const char* ilang$ > { > } there is something wrong with the constructor.

Re: [sword-devel] NEED A HAND

2003-02-20 Thread Troy A. Griffitts
Scratch that previous email! if (buf[buf.length()-2] == '/') doh! What do I do with this? if (*((*buf)-1) == '/') Terry, I would guess: if (buf[buf.length()] == '/') note: length() will return the -1 position in a 0 based array. I'm working on thmlhtmlhref On Thu, 2003-02-20 a

Re: [sword-devel] NEED A HAND

2003-02-20 Thread Troy A. Griffitts
What do I do with this? if (*((*buf)-1) == '/') Terry, I would guess: if (buf[buf.length()] == '/') note: length() will return the -1 position in a 0 based array. I'm working on thmlhtmlhref On Thu, 2003-02-20 at 02:46, Troy A. Griffitts wrote: Hey guys. I just added the new SWBuf cl

[sword-devel] Installing Sword Project for Windows on Windows XP Pro

2003-02-20 Thread Fred Laxton
I've downloaded the starter pack as well as the sword software alone, and neither will do anything when I try to start the install. I right-clicked and I see "Run As" with "protect..." checked. Does anyone know why it's showing up this way? I just installed a ton of other third-party software

Re: [sword-devel] BibleTime or Sword crashes on startup on Mac OS X

2003-02-20 Thread Alfonso Guerra
On Monday, February 17, 2003, at 07:50 AM, Darin Duphorne wrote: OpenOffice was aborting on me in X11, but then worked fine once I re-started the computer. I think something's funny with Apple's X11 implementation. Have you gotten diatheke to run ok from the command line? If so, does imp2

Re: [sword-devel] NEED A HAND

2003-02-20 Thread Terry Biggs
Troy. What do I do with this? if (*((*buf)-1) == '/') I'm working on thmlhtmlhref On Thu, 2003-02-20 at 02:46, Troy A. Griffitts wrote: > Hey guys. I just added the new SWBuf class to the API and now need help > integrating it throughout. > > CURRENT CVS IS BROKEN AND WON'T WORK TILL THIS IS

Re: [sword-devel] BibleTime or Sword crashes on startup on Mac OS X

2003-02-20 Thread Joachim Ansorg
Hi! Strange. Seems it's nothing related to locale stuff. I attached new version of the localetest program. Could you please send me the new output? Do you use Sword's CVS? If you don't, could you please get it and compile it? This way we have the same source code on disk to talk about and to te

Re: [sword-devel] inconsistent constructors/headers

2003-02-20 Thread Joachim Ansorg
Hi! > I have noticed that some of the headers and source files don't match up > with respect to SWTextEncoding and SWTextMarkup. I went through and > modified throughout the code-base (a copy of course) the > "SWTextEncoding enc" references to "SWTextEncoding encoding" and the > "SWTextMarkup mar

What version of automake do you use? was Re: [sword-devel] NEED A HAND

2003-02-20 Thread Daniel Glassey
ok, I've removed them. Question before I rebuild the autotool stuff. Is anyone that is building from CVS still using automake 1.4 or autoconf 2.13? It would make things simpler if we could just have a fixed autogen.sh that assumes that you having a recent enough automake/autoconf, and delete

Re: [sword-devel] NEED A HAND

2003-02-20 Thread Chris Little
On Thu, 20 Feb 2003, Daniel Glassey wrote: > rwp{html, rtf} later Any RWP-specific filters may be removed from CVS. We converted this to ThML a while back, so they are unused. --Chris ___ sword-devel mailing list [EMAIL PROTECTED] http://www.crossw

Re: [sword-devel] NEED A HAND

2003-02-20 Thread Daniel Glassey
couple of queries - how do you want to deal with these? from rwphtml: if ((from - &text[maxlen - len]) > 10) {// not the beginning of the entry and from gbfmorph: to-- On 20 Feb 2003 at 0:46, Troy A. Griffitts wrote: > Hey guys. I just added the new SWBuf class to the API and now need

Re: [sword-devel] NEED A HAND

2003-02-20 Thread Daniel Glassey
I've done gbfhtmlhref, gbfrtf, gbfplain, plainhtml, plainfootnotes All these checkins ought to be reviewed though. We don't want subtle bugs to come in because of typos or anything like that. I'll take gbf{morph, strongs, footnotes, headings, redletterwords}, rwp{html, rtf} later Daniel On 20