You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Chris Hasenpflug <sv...@chris.hasenpflug.us> on 2005/10/20 21:15:17 UTC

make swig-py error

Greetings all!

I am attempting to configure subversion on my hosted account.  Dreamhost 
allows us to set this up in our home directory so thats what I'm 
attempting to do.

I am using Subversion 1.2.3, Python 2.4.2 and SWIG 1.3.27.  I have 
compiled Python and it is installed in ~/bin/python.  SWIG is also 
installed in ~/bin/swig.

I have configured Subversion with the following command:

./configure PYTHON=$HOME/bin/python--prefix=$HOME 
--with-swig=$HOME/bin/swig --without-berkeley-db --with-ssl --with-zlib

I am getting an error when I attempt make swig-py.  Here is the error:

chrishas35@sepulveda:~/src/subversion-1.2.3$ make swig-py
/bin/sh /home/chrishas35/src/subversion-1.2.3/libtool --tag=CC --silent 
--mode=compile none -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 
-D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE 
-I/home/chrishas35/src/subversion-1.2.3/subversion/bindings/swig 
-I/home/chrishas35/src/subversion-1.2.3/subversion/include 
-I/home/chrishas35/share/swig/1.3.27 -DSVN_SWIG_VERSION=103027 
-DSWIG_TABLE_TYPE=subversion 
-I/home/chrishas35/src/subversion-1.2.3/apr/include 
-I/home/chrishas35/src/subversion-1.2.3/apr-util/include 
-I/home/chrishas35/src/subversion-1.2.3/subversion/bindings/swig/python/libsvn_swig_py 
-prefer-pic -c -o subversion/bindings/swig/python/svn_client.lo 
subversion/bindings/swig/python/svn_client.c
/home/chrishas35/src/subversion-1.2.3/libtool: line 1: none: command not 
found
make: *** [subversion/bindings/swig/python/svn_client.lo] Error 1


Thank you for any assistance you may be able to provide!

Chris

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: make swig-py error

Posted by David Ripton <dr...@ripton.net>.
On 2005.10.20 16:15:17 -0500, Chris Hasenpflug wrote:
> I am attempting to configure subversion on my hosted account.  Dreamhost 
> allows us to set this up in our home directory so thats what I'm 
> attempting to do.
> 
> I am using Subversion 1.2.3, Python 2.4.2 and SWIG 1.3.27.  I have 

Assuming you don't have any great need for that particular SWIG version
and were just grabbing the latest, try downgrading SWIG to 1.3.25.

http://bugs.gentoo.org/show_bug.cgi?id=109682

-- 
David Ripton    dripton@ripton.net

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org