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

Re: swig-py make problem under SuSE 9.3

From: Augie Schwer <augie.schwer_at_gmail.com>
Date: 2005-10-06 06:26:49 CEST

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

On 8/29/05, Jeff Lanzarotta <delux256-subversion@yahoo.com> wrote:
> I've been using Mandriva 2005 for sometime now, but desided to give
> SuSE 9.3 a try...
> Subversion 1.2.3 made and installed successfully, but when I try and
> make swig-py with the 'make swig-py' command, I get the following
> error:
> rogdrake:/media/hdc1/subversion-1.2.3 # make swig-py
> /bin/sh /media/hdc1/subversion-1.2.3/libtool --tag=CC --silent
> --mode=compile -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500

That's because libtool doesn't know what to do with "-DLINUX..." it's
expecting "gcc" or something similiar.

I ran into the same problem; when you run "configure" it probably
complains about Python version or lack of Python. If you have Python
installed in a non-default place then set PYTHON to the path of the
Python binary before running configure.

BTW; make swig-py output should look something like this:

[augie@augnix subversion-1.2.3]$ make swig-py
cd subversion/libsvn_subr && /bin/sh
/home/augie/Downloads/subversion-1.2.3/libtool --tag=CC --silent
--mode=link gcc -g -O2 -g -O2 -pthread -DNEON_ZLIB -rpath
/usr/local/lib -o libsvn_subr-1.la auth.lo cmdline.lo config.lo
config_auth.lo config_file.lo config_win.lo ctype.lo date.lo error.lo
hash.lo io.lo lock.lo md5.lo opt.lo path.lo pool.lo quoprint.lo
sorts.lo stream.lo subst.lo svn_base64.lo svn_string.lo target.lo
time.lo utf.lo utf_validate.lo validate.lo version.lo xml.lo
/home/augie/Downloads/subversion-1.2.3/apr-util/libaprutil-0.la
-lexpat /home/augie/Downloads/subversion-1.2.3/apr/libapr-0.la -lrt
-lm -lcrypt -lnsl -lpthread -ldl

Augie.

- --
Registered Linux user #229905
GPG Public Key: http://www.schwer.us/schwer.asc
Key fingerprint = 9815 AE19 AFD1 1FE7 5DEE 2AC3 CB99 2784 27B0 C072
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.0 (GNU/Linux)

iQEVAwUBQ0SngccjCXa2d7m4AQjq3QgAsMjG+l5AMfI+5MTJ4JjkQooBZox5e6ZQ
NJGRsSt1HfyuP6F1YQjVNfMCM3/Tz9UpILDVI/d/Ptpnw5WImSfzoqTd5H8BtDAh
XKY6BQzToD6HBZxyk/rPgD32Wi1b4fNLunLsotjjVGkD6MFqvgOKLbv7qSKEC1ga
GweqSUmjPAdMJ4UpFhcqdP+JVcM4QnmdTM154cqXQ+i5y0TWOzFwjpk5N/sEms1h
FdMt38ID9mvyrYBsYXyJptpEdjlfEQIfzf0L2kiN4Yn7QAXMIMmNjjIQMU1EOeTF
ZdcHSvtFPTdnLggExgD9Ycb18LjPhAiNrnabkUfqrOwwDSDA7YUQeQ==
=K7Tc
-----END PGP SIGNATURE-----

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Oct 6 06:28:31 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.