[sword-devel] SWIG for Sword!

2002-06-21 Thread Joachim Ansorg
Hi! Some time ago I read in the TWiki of Sword, that SWIG interface files for Sword would be cool. I never heard about SWIG, but I decided to try creating the necessary interface files after I read what SWIG is. Now I have a basic set working. I added the files to bindings/swig/. The Makefile

Re: [sword-devel] SWIG for Sword!

2002-06-21 Thread Troy A. Griffitts
Wow, Even I can almost understand that Perl code! Nice work. -Troy. Joachim Ansorg wrote: > Hi! > > Some time ago I read in the TWiki of Sword, that SWIG interface files for > Sword would be cool. I never heard about SWIG, but I decided to try creating > the necessary inter

Re: [sword-devel] SWIG for Sword!

2002-06-21 Thread Joachim Ansorg
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.)! I think this is usefuil for module creation. Is here some Automake expert? I need some help with the Makefile so it creates a shared

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] 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] 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! > > > >