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

Problem making Python bindings

From: Nathan R. Yergler <nyergler_at_canterburyschool.org>
Date: 2002-12-09 19:14:54 CET

I'm attempting to build the python bindings for svn. I downloaded swig
1.3.16 and subversion release 3987. I built and installed swig, and
built and installed svn. I'm able to checkout files from a repository.
 However, when I execute:

make swig-py-ext

I receive the following error:

gcc -shared
/home/nate/subversion-r3987/subversion/bindings/swig/python/build/temp.linux-i686-2.2/svn_fs.o
-L/usr/local/lib -L/usr/local/apr/lib -L/usr/local/lib -lsvn_fs-1
-lsvn_swig_py-1 -lswigpy -o
/home/nate/subversion-r3987/subversion/bindings/swig/python/build/lib.linux-i686-2.2/svn/_fs.so
/usr/lib/gcc-lib/i686-pc-linux-gnu/3.2/../../../../i686-pc-linux-gnu/bin/ld:
cannot find -lsvn_fs-1
collect2: ld returned 1 exit status
error: command 'gcc' failed with exit status 1
make: *** [swig-py-ext] Error 1

Any suggestions would be appreciated.

Nathan

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Dec 9 19:03:46 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.