Karl Kleinpaste writes:
But even so, a couple glitches.
Thank you for those!
--with-database=gdbm fails because it can't find
/usr/include/ndbm.h,
due to being buried an extra level deep in /usr/include/gdbm.
Symlinking /usr/include/ndbm.h -> gdbm/ndbm.h makes it work.
Thank you for your patience, but obviously that just won't do, will
it?
Basically there's a trivial fix. But I'll get on my Fedora guys to
wise me up as to policy, I bet there is a consistent pattern here that
we could take advantage of (and not just in Fedora).
--with-union-type induces this compilation failure:
glyphs-gtk.c: In function 'gtk_xpm_instantiate':
glyphs-gtk.c:1334: error: incompatible types when assigning to type 'Lisp_Object'
from type 'int'
glyphs-gtk.c:1335: error: incompatible types when assigning to type 'Lisp_Object'
from type 'int'
Fix is trivial. Wrap the literal "1" in "make_int": make_int(1).
Patch forthcoming.
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://calypso.tux.org/cgi-bin/mailman/listinfo/xemacs-beta