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

[TSVN] suggestion for build/ac-macros/swig.m4: initialize SWIG_PY_COMPILE to /bin/false

From: Eric Hanchrow <offby1_at_blarg.net>
Date: 2005-02-07 08:45:54 CET

I casually tried to build the python bindings (in branches/1.1.x), and
was surprised when they didn't work. I had to look closely to figure
out what was going wrong: the symptom was that `make' was complaining
that there was no command named `-DLINUX=2'. Eventually I figured out
that the top-level Makefile defined SWIG_PY_COMPILE as the empty
string, because I'd overlooked a warning from configure:

        WARNING: swig versions 1.3.19, 1.3.20 or 1.3.21 are needed for swig support.

(I have 1.3.22)

So my suggestion is: initialize SWIG_PY_COMPILE, and other variables
like it, to "false" rather than letting them default to the empty
string; it might be a tiny bit easier for someone like me to notice
what's going on then.

-- 
Always code as if the guy who ends up maintaining your code will
    be a violent psychopath who knows where you live.  John F. Woods
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Mon Feb 7 09:15:45 2005

This is an archived mail posted to the TortoiseSVN Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.