On Oct 15, 2010, at 12:57 PM, Daniel Macks wrote: > On Fri, 15 Oct 2010 15:35:14 0200, Christof Wolf wrote: > Hi, >> >> I want to compile kmail on Mac OS X 10.6.4, 64 bit, but it fails because of >> some problems with opensync. >> >> Any ideas? >> >> checking for SWIG version... 2.0.0 >> configure: WARNING: SWIG version >= 1.3.17 is required. You have > 2.0.0. You >> should look at http://www.swig.org >> checking for Python include path... /sw2/include/python2.6/ >> checking for Python library path... /sw2/lib/python2.6/config/ >> checking python extra libraries... >> configure: error: Building python explicitly requested, but can't > build python >> bindings > > Confirming failure on 10.6/i386. I have swig-2.0.0-1 installed, so > configure is finding it correctly, but seems to have failed > elementary-school math. Looks like that package is pretty old (though > still the current stable upstream release version), so probably used to > work when fink's swig was older? Maintainer cc'ed. > > dan >
The AC_PROG_SWIG macro used in configure.in is old and busted. It requires the major and minor version numbers to EQUAL the version asked for, not greater than or equal to. It's only checking that the patch version is greater than or equal to 17. :/ The current version of AC_PROG_SWIG does the right thing. Daniel ------------------------------------------------------------------------------ Download new Adobe(R) Flash(R) Builder(TM) 4 The new Adobe(R) Flex(R) 4 and Flash(R) Builder(TM) 4 (formerly Flex(R) Builder(TM)) enable the development of rich applications that run across multiple browsers and platforms. Download your free trials today! http://p.sf.net/sfu/adobe-dev2dev _______________________________________________ Fink-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fink-users
