[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: svn_client_list, Perl, swig bindings

From: Nik Clayton <nik_at_ngo.org.uk>
Date: 2007-02-27 18:12:20 CET

Nik Clayton wrote:
> I'm trying to wrap svn_client_list() using the SWIG bindings, to make it
> accessible to Perl.

[...]

> Anyone spot my glaringly obvious mistake?

Judicious instrumentation with truss showed Perl wasn't picking up the newly
built libraries. Turns out that testing with:

     perl -Iblib/lib ...

is not sufficient,

     perl -Iblib/lib -Iblib/arch ...

is necessary. Of course, now I have segfaults, but I can work on those :-)

N

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Feb 27 18:13:45 2007

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.