Re: [sword-devel] public rpms of the sword library

2003-01-19 Thread Brook Humphrey
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sunday 19 January 2003 01:58 pm, Martin Gruner wrote: > Hello, > > as we want to change the build system for BibleTime to no longer compile > the sword library in statically, I would like to kindly ask for official > rpms to be provided on the sword

Re: [sword-devel] public rpms of the sword library

2003-01-19 Thread Lamar Owen
On Sunday 19 January 2003 16:58, Martin Gruner wrote: > rpms to be provided on the sword website. I cannot do those on my own, but > I am sure that there are people who already have sword rpms available, and > who might take over providing those packages in future too. > Would somebody volunteer f

Re: [sword-devel] SWIG Perl

2003-01-19 Thread Joachim Ansorg
Perl normally assumes that you call a function like sub mysub { my $self = shift; # or use $_[0]; my $class = $self->someFunction(); } In this example someFunction is called with one parameter, the class it belongs to! Strange but sometime useful! I looked into Sword.pm, the decl

Re: [sword-devel] SWIG Perl

2003-01-19 Thread Chad Snow
OK, the class is in the zcom.i file but after I build SWIG and install Perl it does not show up in the Sword.pm file. So ever time I try and use it, Perl can't find that function. And when I try and create a RawText module or other modules I get this message. Usage: RawText_createModule(self,pat

[sword-devel] Install Manager

2003-01-19 Thread Daniel Adams
I was trying to re-install modules yesterday with the Install Manager than comes with version of BibleCS 1.5.5a and I got the following error repeatedly during the downloads, after which I restarted the program and it work a little bit and give the error again. Access Violation at address 00526DF4

Re: [sword-devel] SWIG Perl

2003-01-19 Thread Joachim Ansorg
Normally build it with cd bindings/swig ./configure make cd perl; make install The make install is important, otherwise the Sword module is not available and can't load the shared lib. Have a look into the .i files which functions are available in which classes. Basically it's most of the thin

Re: [sword-devel] The Sword Project for Palm OS?

2003-01-19 Thread Paul Gould
Well!I've been having a field day picking through the code!Question, though as Mr. Poon has included dictionaries and commentariesin his releases, would anyone know of a template for the development ofsuch?Asaisoft's releases include the Scofield references, which are great, but myperson

Re: [sword-devel] public rpms of the sword library

2003-01-19 Thread Hugo van der Kooij
On Sun, 19 Jan 2003, Martin Gruner wrote: > as we want to change the build system for BibleTime to no longer compile the > sword library in statically, I would like to kindly ask for official rpms to > be provided on the sword website. I cannot do those on my own, but I am sure > that there are

[sword-devel] public rpms of the sword library

2003-01-19 Thread Martin Gruner
Hello, as we want to change the build system for BibleTime to no longer compile the sword library in statically, I would like to kindly ask for official rpms to be provided on the sword website. I cannot do those on my own, but I am sure that there are people who already have sword rpms availab

Re: [sword-devel] SWIG Perl

2003-01-19 Thread Chad Snow
That did not work. I get a message when I try creating an zCom module in Perl. Can't locate auto/Sword/zCom/createModul.al in @INC I don't find zCom::createModule in the Sword.pm file. Did I build SWIG Perl wrong or something. Thanks Chad On Sun, 2003-01-19 at 05:25, Joachim Ansorg wrote: >

Re: [sword-devel] The Sword Project for Palm OS?

2003-01-19 Thread Barry Drake
Hi there ... On 18 Jan 2003 at 18:03, Martin Gruner wrote: > But after Poetry Poon decided to close his sources and go commercial, Chris > Little made a snapshot of all the files that were available (GPL, afaik) up > to this point. They reside on some harddrive now and are waiting for > somebo

[sword-devel] Problem with WEN

2003-01-19 Thread David Woods
Hi, I'm not sure if this is the right place to post this or not. But I was at http://wesley.nnu.edu/JohnWesley/notes/1Thessalonians.htm and was comparing them with Sword's WEN and found a discrepancy - bug. In Sword, "We - Paul and Silvanus. Could bear no longer - Our desire and fear for you."

RE: [sword-devel] Copyrights and derivative works

2003-01-19 Thread Jerry Hastings
At 04:20 PM 1/19/2003 +0200, Daniel Freedman wrote: Of course its copyright Why? Because the NIV is a translation of the Hebrew and Greek That is relevant. Because translation is a creative act of expression. Ask ten people to translate something and get ten new expressions from the original

[sword-devel] bibles with # | marker for hyperref??

2003-01-19 Thread Joachim Ansorg
I'm working a bit on BibleTime. Are there any of the old bible modules on Crosswire for download which have the #| markers for bible references? If not, I could remove the filter to make it faster for Bible chapter display. This would elp displaying larger chapters like Psalms 119. Thanks for y

RE: [sword-devel] Copyrights and derivative works

2003-01-19 Thread Daniel Freedman
Of course its copyright Why? Because the NIV is a translation of the Hebrew and Greek It involves hours of dedication and research Then people write a translation Remember the copyright notice inlcudes the phrase: "in any form whatsoever in any retrieval system, databse mechanical or electronic.

Re: [sword-devel] SWIG Perl

2003-01-19 Thread Joachim Ansorg
Chad, Have a look at the following messy Perl script. It was never intended for a release, so the code isn't very good. At the end you'll see how I created a compressed commentary module using the Swig bindings. If you need more help let me know. Joachim > Can someone tell me how to create a m