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

make swig-py error

From: Chris Hasenpflug <svn_users_at_chris.hasenpflug.us>
Date: 2005-10-20 23:15:17 CEST

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
Received on Thu Oct 20 23:22:19 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.