Re: [sword-devel] X11 install mgr question?

2002-06-22 Thread Joachim Ansorg
> The makefiles shouldn't have been there. I've deleted them from cvs so you > need to run configure to get working ones. It works a bit better. The remaining problems: VCL/configure.ac is there, but VCL/configure is not crearted automatically. I had to run autoconf there. But this abo

Re: [sword-devel] I now replace '\n'->'\r' in modules

2002-06-22 Thread Victor Porton
> Why? Thank you, you caused me to understand find an error. I need to replace only '\n\n' -> '\n\r'. > data entry. So an ASCII blank line should be encoded as "\n\n". libSword becomes mad on a blank line inside an entry (at least with RawLD). It is the reason why I need the replacement.

Re: [sword-devel] I now replace '\n'->'\r' in modules

2002-06-22 Thread Chris Little
Why? '\n' is newline. '\r' is carriage return. Our practice follows Unix standard practice, where each ASCII line is ended with a '\n'. DOS/Windows practice is to end in "\r\n" and Mac practice is to end in "\n\r". There is really no need for a '\r' to exist in any Sword module data entr

Re: [sword-devel] SWIG for Sword!

2002-06-22 Thread Joachim Ansorg
I used SWIG 1.3.12. I attached a small example how to use it in Perl, a mod2zmod program in Perl :) Joachim > great work :) Does it require swig 1.3.13? it doesn't work with 1.3.11 > > Regards, > Daniel > > On Saturday 22 Jun 2002 1:35 am, you wrote: > > Thank you for your kind words! > > > >

Re: [sword-devel] SWIG for Sword!

2002-06-22 Thread Daniel Glassey
great work :) Does it require swig 1.3.13? it doesn't work with 1.3.11 Regards, Daniel On Saturday 22 Jun 2002 1:35 am, you wrote: > Thank you for your kind words! > > Now I extended the interface so you can write all sorts of modules > (RawText, zText, RawLD, RawLD4, zLD, RawCom, RawGenBook etc

Re: [sword-devel] X11 install mgr question?

2002-06-22 Thread Daniel Glassey
The makefiles shouldn't have been there. I've deleted them from cvs so you need to run configure to get working ones. Thanks for testing it, Daniel On Saturday 22 Jun 2002 8:14 pm, you wrote: > I got > > Entering directory `/local/devel/cvs/sword/apps/X11/InstallMgr/vcl' > make[2]: *** No rule

Re: [sword-devel] X11 install mgr question?

2002-06-22 Thread Joachim Ansorg
I got Entering directory `/local/devel/cvs/sword/apps/X11/InstallMgr/vcl' make[2]: *** No rule to make target `all'. Stop. make[2]: Leaving directory `/local/devel/cvs/sword/apps/X11/InstallMgr/vcl' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/local/devel/cvs/sword/apps/X11/

[sword-devel] I now replace '\n'->'\r' in modules

2002-06-22 Thread Victor Porton
I found the solution for my last question about newlines: I will replace '\n'->'\r'. So be aware (especially Windows programmers) that my LD editor may create modules having entries with '\r' symbol (I recall that ' ', '\n', '\r', '\t' (and only these Unicode symbols) are XML whitespace symbol

[sword-devel] Empty lines in entries

2002-06-22 Thread Victor Porton
Empty lines in entries are not allowed, yes? What to do if a user, editing a module entry (as plain text) by my GUI editor, enter an empty line?! May be I can add some special character like space or tab into the empty line to make it working, may not I? -- Victor Porton ([EMAIL PROTECTED])

Re: [sword-devel] X11 install mgr question?

2002-06-22 Thread Daniel Glassey
I've changed the build system so that when you compile installmgr it will automatically build and use VCL in ../VCL oh, and I've removed --enable-vcl from the configure options in sword as it is irrelevant to it Please test this out. Regards, Daniel On Saturday 22 Jun 2002 11:35 am, you wrot

[sword-devel] Empty entries

2002-06-22 Thread Victor Porton
Are empty entries in LDs allowed? I mean what I should do if user chooses to save an empty entry in my LD editor: to follow user's command or to reject? P.S. It is already usable, however my notice about ALPHA and BACKUP of data before editing remains. -- Victor Porton ([EMAIL PROTECTED])

[sword-devel] Which keys are considered distinct?

2002-06-22 Thread Victor Porton
Concerning my LD editor, which pairs of keys I should consider distinct (and so create a new entry) and which ones the same (and so, edit an existing entry)? I'm about that for example because of strongs padding 4 is reasonably the same as 04. Also somewhere in comments of the source of li

[sword-devel] compiling with gcc 3.1

2002-06-22 Thread Daniel Glassey
Hi, I've just committed some fixes to gcc 3.0 Unfortunately now that I've upgraded to 3.1 the problem that occurred before with RedHat appears to have made it into core gcc. with this Debian/unstable system gettext is already defined as a macro by the time you get to rawverse.h etc Would anyo

Re: [sword-devel] SWIG for Sword!

2002-06-22 Thread Leon Brooks
On Sat, 22 Jun 2002 08:35, Joachim Ansorg wrote: > Is here some Automake expert? I wish. (-: IIRC, there is at least one good AutoMake HOWTO around. Try here: http://howto.ewtoo.org/show.cgi?howto=autoconf.txt Cheers; Leon

Re: [sword-devel] X11 install mgr question?

2002-06-22 Thread Willem van Engen
Hi, I have tried to compile installmgr for X11 too, but it couldn't find the VCL library. And I haven't been able to build it, the Makefile in apps/X11/VCL just starts building in sword's root. Has anyone ever built libVCL on linux/unix? - Willem On Tue, 18 Jun 2002 22:12:31 +1000 "nic" <[EMAIL

[sword-devel] Please place a link to www.CrossWire.org

2002-06-22 Thread Victor Porton
The webmasters, please place a link from www.crosswire.org to http://gldedit.sourceforge.net . -- Victor Porton ([EMAIL PROTECTED])

[sword-devel] I created lexicons/dictionary editor with GTK 2

2002-06-22 Thread Victor Porton
I just created a lexicon/dictionary editor in C++ using GTK+ 2.0. It is tested with Linux. The project frontpage is http://gldedit.sourceforge.net . The current version can edit entries only as plain text. No support for WYSIWIG HTML editing yet. THIS IS IN ALPHA STAGE OF DEVELOPMENT. BACKUP

Re: [sword-devel] Win32 Beta Build E - Testers needed

2002-06-22 Thread Richard Guay
Hi, I too am having clipping on many of the popup dialogs. I am running the Thai version of Windows 98 and I believe it has something to do with it. I have the same problem with some commercial applications I had with the American version of Windows 98. The two versions of the operating sy