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

Re: Make swig-py does not work

From: John Szakmeister <john_at_szakmeister.net>
Date: 2006-06-05 12:32:53 CEST

----- SVNL <pineme@yahoo.com> wrote:
> Thanks Olivier for the advice.
>
> After install swig from source, I ran ./autogen.py , configure
> --with-apxs=/usr/sbin/apxs --enable-ssl ( saw swig ok) , make , make
> install

Stop. If you're installing from a release tarball, do NOT run ./autogen.sh. Everything has been set up for you, all you need to do is run configure. The release tarballs use a version of SWIG for packaging such that you don't even need SWIG on the target machine. Running 'make swig-py' will produce the bindings, and 'make install-swig-py' will install them. No need for SWIG at all. Running ./autogen.sh attempts to recreate all that stuff in your environment. If you don't have things set up appropriately, you end up clobbering everything.

-John

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Jun 5 12:34:05 2006

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.