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

Re: libsvn_swig_py.so not being installed

From: Russell Yanofsky <rey4_at_columbia.edu>
Date: 2004-07-08 11:26:39 CEST

Max Bowsher wrote:
> I'm going to toss a very slightly related point into this
> discussion...
>
> SWIG is redefining how to use it's runtime library code.
> At some point in the future, we will no longer link libsvn_swig_py
> with -lswigpy, instead, we will run "swig -python -runtime
> swigrun.i", producing a C source file, which we will then compile and
> link into libsvn_swig_py itself.

The "install-swig-py-lib" doesn't install the swig runtime -- we assume unix
users already have that installed. It installs our python utility library
(subversion/bindings/swig/python/libsvn_swig_py) which hold some common
functions used by all the python modules.

> ...
> In summary: To build and install the complete python bindings, "make
> swig-py install-swig-py" should be all that is required.

This seems right. I don't see why anybody would complain about that.

- Russ

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Jul 8 11:27:17 2004

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.