Re: [sword-devel] Perl Bindings (was: I implore you...)

2013-06-11 Thread Peter von Kaehne
Thanks Greg, Unfortunately things still do not work out. On Mon, 2013-06-10 at 08:15 -0500, Greg Hellings wrote: > > > Strange that we haven't needed to explicitly link in libstdc++ in the > past. You can try adding, on line 27 of > bindings/swig/perl/CMakeLists.txt and additional "-lstdc++"

[sword-devel] Perl Bindings (was: I implore you...)

2013-06-10 Thread Greg Hellings
On Mon, Jun 10, 2013 at 5:39 AM, Peter von Kaehne wrote: > Dear Greg, > > Von: "Greg Hellings" > > On Jun 9, 2013 4:28 PM, "Troy A. Griffitts" wrote: > >> Do all the bindings build ok? It sounded like Peter still had some > troubles. > > > > I can work with him to find the difference between h

Re: [sword-devel] Perl bindings failure

2013-06-07 Thread Peter von Kaehne
On Tue, 2013-06-04 at 06:43 -0500, Greg Hellings wrote: > Peter, > > I just built and ran them last night for a module I was working on. They > required a few patches to Sword, two of which I committed directly and one > of which was attached to a different email I sent. Try pulling the latest > c

Re: [sword-devel] Perl bindings failure

2013-06-04 Thread Greg Hellings
Peter, I just built and ran them last night for a module I was working on. They required a few patches to Sword, two of which I committed directly and one of which was attached to a different email I sent. Try pulling the latest code and applying that patch and see if it solves your problem. --Gr

[sword-devel] Perl bindings failure

2013-06-04 Thread Peter von Kaehne
Dear all, The current iteration of perlbindings appears to have a problem. They compile fine, but on running give the below error message: > Can't load '/usr/local/lib/perl/5.14.2/auto/Sword/Sword.so' for module Sword: > /usr/local/lib/perl/5.14.2/auto/Sword/Sword.so: undefined symbol: > __cxa

Re: [sword-devel] Perl bindings

2013-04-01 Thread Peter von Kaehne
On Mon, 2013-04-01 at 08:56 +0100, Peter von Kaehne wrote: > Having recompiled the bindings on current svn head using > cmake/build_release.sh I find I am unable to run these. rebuilding with cmake/build-debug.sh I get the same error. ___ sword-devel m

Re: [sword-devel] Perl bindings

2013-04-01 Thread Peter von Kaehne
On Mon, 2013-04-01 at 08:56 +0100, Peter von Kaehne wrote: > I am getting following error message > Can't load '/usr/local/lib/perl/5.14.2/auto/Sword/Sword.so' for module > Sword: /usr/local/lib/perl/5.14.2/auto/Sword/Sword.so: undefined symbol: > __cxaa_pure_virtual at /usr/lib/perl/5.14/DynaLoade

[sword-devel] Perl bindings

2013-04-01 Thread Peter von Kaehne
Having recompiled the bindings on current svn head using cmake/build_release.sh I find I am unable to run these. I am getting following error message Can't load '/usr/local/lib/perl/5.14.2/auto/Sword/Sword.so' for module Sword: /usr/local/lib/perl/5.14.2/auto/Sword/Sword.so: undefined symbol: __cx

Re: [sword-devel] Perl Bindings

2002-11-09 Thread David's Mailing List and Spam Receiver
On Saturday 09 November 2002 04:21 am, Chad Snow wrote: > Is there any good documentation on the Perl Bindings? at a prompt type perldoc Sword ^_^ -- Davids Mailing List And Spam Receiver Keeping me (relatively) spam free since 2002

Re: [sword-devel] Perl Bindings

2002-11-09 Thread Joachim Ansorg
Sorry, not yet. Have a look into the example directory so see how it works. The classnames are like the C++ class names. Let me know if you need more help, Joachim > Is there any good documentation on the Perl Bindings? > > Thanks > Chad Snow -- Joachim Ansorg www.bibletime.de www.ansorgs.de

[sword-devel] Perl Bindings

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