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

Error building python bindings

From: Daniele Nicolodi <daniele_at_grinta.net>
Date: 2002-07-01 09:05:39 CEST

I'm trying to build subversion pythin bindings but i get an error:

python setup.py build

...

building '_delta' extension
swigging ../svn_delta.i to build/svn_delta.c
swig -c -python -I/usr/local/apache2/include -I.. -I../../../include -I../../../../apr/include -I/usr/include/python2.1 -o build/svn_delta.c ../svn_delta.i
creating build/temp.linux-i586-2.1
gcc -g -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/local/apache2/include -I.. -I../../../include -I../../../../apr/include -I/usr/include/python2.1 -c build/svn_delta.c -o build/temp.linux-i586-2.1/svn_delta.o
build/svn_delta.c:229: warning: function declaration isn't a prototype
build/svn_delta.c:660: warning: `l_output_helper' defined but not used
gcc -shared build/temp.linux-i586-2.1/svn_delta.o -L/usr/local/svn/lib -lsvn_delta-1 -lsvn_swig_py-1 -lswigpy -o build/lib.linux-i586-2.1/svn/_delta.so
/usr/bin/ld: cannot find -lsvn_swig_py-1
collect2: ld returned 1 exit status
error: command 'gcc' failed with exit status 1

What i'm doing wrong ??

Ciao

-- 
Daniele
		    --- http://www.grinta.net ---
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Jul 1 09:06:09 2002

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.