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

Re: Python bindings

From: C. Michael Pilato <cmpilato_at_collab.net>
Date: 2004-09-02 06:34:21 CEST

Raman Gupta <rocketraman@fastmail.fm> writes:

> I am building Subversion 1.0.6 on Solaris 2.6 with the python Swig
> bindings. I have managed to get as far as successfully creating my
> binaries and shared libraries.
>
> However, when I try to execute a python program that imports svn.fs
> (such as the svnshell.py or ViewCVS), I get the following error:

I had a booger of a time getting SWIG bindings to work on Solaris
(though, I'm using 2.9), but I seem to recall the final solution
involved just linking against libgcc, which contains some
compatibility code. So, for example, my build first sets the LIBS
environment variable to include:

   -L/opt/sfw/lib/gcc-lib/sparc-sun-solaris2.9/2.95.3 -lgcc

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Sep 2 06:57:56 2004

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

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