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

Re: Building my own Python bindings; is there a test for it?

From: Matt England <mengland_at_mengland.net>
Date: 2005-09-27 15:23:02 CEST

At 9/27/2005 08:17 AM, Matt England wrote:
>Since I'm rebuilding subversion 1.2.3, I decided to make my own python
>bindings from source to run Dale Hirt's RepoMerge.py script:
>
>>8) make swig-py
>>9) make install-swig-py

Uhh, nevermind. I couldn't get the make off the ground, and I'm not up to
debugging makefiles at the moment. Details below.

Dale earlier sent me references to precompiled python bindings earlier,
I'll go use those.

A side question: what exactly are "bindings" or "python bindings"? I'm
assume they are links/bridges to use Subversion commands/mechanisms in the
Python language (or any other language in a binding) rather then having to
call external "svn" cmdline calls using something like system(3)...but I
thought I'd check to make sure.

-Matt

mengland@myhost 8:19am [...builds/subversion-1.2.3] 87> date
Tue Sep 27 08:19:41 CDT 2005
mengland@myhost 8:19am [...builds/subversion-1.2.3] 88> uname -a
Linux myhost.com 2.4.20-021stab028.17.777-enterprise #1 SMP Tue Jul 19
19:31:27 MSD 2005 i686 i686 i386 GNU/Linux
mengland@myhost 8:19am [...builds/subversion-1.2.3] 89> make swig-py
none -python -I/home/builds/subversion-1.2.3/subversion/bindings/swig
-I/home/builds/subversion-1.2.3/subversion/include -I -DSVN_SWIG_VERSION=
-DSWIG_TABLE_TYPE=subversion
-I/home/builds/subversion-1.2.3/apr/include
-I/home/builds/subversion-1.2.3/apr-util/include
-I/home/builds/subversion-1.2.3/subversion/bindings/swig/python/libsvn_swig_py
-o subversion/bindings/swig/python/svn_client.c
/home/builds/subversion-1.2.3/subversion/bindings/swig/svn_client.i
make: none: Command not found
make: *** [subversion/bindings/swig/python/svn_client.c] Error 127
mengland@myhost 8:19am [...builds/subversion-1.2.3] 90>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Sep 27 15:25:41 2005

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.