On 08 Aug 2012, at 01:42, Raymond Toy <toy.raymond(a)gmail.com> wrote:
On 8/5/12 11:52 PM, Stephen J. Turnbull wrote:
> buildbot(a)lidell.nu writes:
>
>> The Buildbot has detected a new failure on builder imac osx cfg0 while building
XEmacs.
>
> It appears that the buildbot wants GMP but support is either not
> installed or (maybe more likely) the configure script needs a
> --with-site-prefixes option.
>
It turns out that I actually do have gmp installed. But I used MacPorts
to get these so they're installed in /opt/local. Adding
--with-site-prefixes=/opt/local allows xemacs to configure with GMP
bignums. I think this will also fix the gdbm failure in the other 2 bots.
Ray
Adding 'CPPFLAGS="-I/opt/local/include -I/opt/X11/include
-I/opt/X11/include/freetype2"'
along with '--with-bignum=gmp' in the configure is all I needed on Lion and MLion.
Oddly, I do not have '-lgmp' in my LDFLAGS, but otool shows that
'/opt/local/lib/libgmp.10.dylib (compatibility version 11.0.0, current version
11.4.0)' is linked in the executable.
The freetype2 is there because I have '--with-xft', and configure will not find
the include files without it, which I believe is a configure bug.
--
Robert Delius Royar <xemacs(a)frinabulax.org>
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://lists.xemacs.org/mailman/listinfo/xemacs-beta