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

Re: [PATCH] Use swig binary from --with-swig configure switch

From: <cmpilato_at_collab.net>
Date: 2002-11-07 16:24:27 CET

Daniel Rall <dlr@finemaltcoding.com> writes:

> Hmmm. The --build-base flag is not listed in setup.py's getopts. I'm
> think it is a distutils-specific option. I noticed that the usual
> distutils commandline processing seems to be obscured by what's in our
> setup.py:

It's not a distutils problem. I got so fed up with distutils that I
stole its cmd-line processing from it, and let setup.py use only the
things we seemed to need at the time.

> $ python2 ./subversion/bindings/swig/python/setup.py --help install
> Usage: setup.py [OPTIONS] build
> setup.py install [--prefix PREFIX]
> setup.py install_lib [--install-dir DIR]
>
> Options:
> -I dir search DIR for includes (multiple instances allowed)
> -L dir search DIR for libraries (multiple instances allowed)
> -S dir the DIR for the source of the subversion swig bindings
> -s path use the swig binary found at PATH

For example: the -s option seems to be what you need. :-)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Nov 7 16:26:49 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.