[sword-devel] Zaurus ROM v3.10

2003-09-25 Thread Chad Snow
I just upgraded to the ROM v3.10 and I can not get qpsword to work. I installed qpsword v0.5.2 and sword-kjv module. qpsword runs but there is know text. Could some one help me out? Thanks Chad ___ sword-devel mailing list [EMAIL PROTECTED] http://

Re: [sword-devel] SWIG Perl

2003-01-30 Thread Chad Snow
Joachim, How do you get the CVS version? I am not using CVS and I don't know much about it? But I would like to learn so if you could help me get started I would appreciate it. Thanks Chad On Thu, 2003-01-30 at 19:04, Joachim Ansorg wrote: > Chad, > it's done now. > Update your CVS to get the

Re: [sword-devel] SWIG Perl

2003-01-30 Thread Chad Snow
Thanks I give it a try. I got the creating modules problem fixed. I just had the syntax wrong. Thanks so much for you help. Chad On Thu, 2003-01-30 at 19:04, Joachim Ansorg wrote: > Chad, > it's done now. > Update your CVS to get the new functions. > > I implemented bookCount, bookName, chap

[sword-devel] SWIG Perl

2003-01-30 Thread Chad Snow
In SWIG Perl, is there a way to find out how many verses are in a chapter and how many chapters are in a book? Thanks Chad ___ sword-devel mailing list [EMAIL PROTECTED] http://www.crosswire.org/mailman/listinfo/sword-devel

Re: [sword-devel] SWIG Perl

2003-01-20 Thread Chad Snow
How do you rebuild Sword.pm and Sword.cxx using SWIG? Thanks Chad On Sun, 2003-01-19 at 21:29, Joachim Ansorg wrote: > Perl normally assumes that you call a function like > > sub mysub { > my $self = shift; # or use $_[0]; > my $class = $self->someFunction(); > } > In this example so

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

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: >

[sword-devel] SWIG Perl

2003-01-18 Thread Chad Snow
Can someone tell me how to create a module in SWIG Perl? I try and follow the example given but I get an error message like this: Usage: xText_createModule(self,path,blockBound); Can any one help? Thanks Chad ___ sword-devel mailing list [EMAIL PROTE

Re: [sword-devel] Quick Question

2003-01-11 Thread Chad Snow
What processes the internal markup of the text? Is that done by Sword or is it done by the front-end. Thanks Chad On Sat, 2003-01-11 at 15:02, Chris Little wrote: > On 11 Jan 2003, Chad Snow wrote: > > > How many formats does sword support? As I read this mailing list I see > &

[sword-devel] Quick Qwestion

2003-01-11 Thread Chad Snow
How many formats does sword support? As I read this mailing list I see mention of GBF, XSEM, SF, STEP, OSIS and many more. What are the formats that sword supports and which is the best to use for the future? Thanks Chad ___ sword-devel mailing list [

Re: [sword-devel] PHP?

2002-11-11 Thread Chad Snow
So it is better to use the bindings/swig then the bindings/perl? On Mon, 2002-11-11 at 10:33, Joachim Ansorg wrote: > bindings/perl is an old thing, bindings/swig is a Swigt binding which can be > used to generate Perl, PHP, TCL etc. bindings with much more powerful > functions. > > Joachim >

Re: [sword-devel] PHP?

2002-11-10 Thread Chad Snow
I get this error message when I try make in the bindings/perl. Sword.xs: In function 'void XS_Sword__VerseIterator__parse_verse_list (CV *)': Sword.xs:234: parse error before '=' make: *** {Sword.o} Error 1 Can anyone help? What is the difference between bindings/perl and bindings/swig? Both s

[sword-devel] Perl Bindings

2002-11-09 Thread Chad Snow
Is there any good documentation on the Perl Bindings? Thanks Chad Snow