Martin Buchholz <martin(a)xemacs.org> writes:
A patch to gtk-xemacs-21-2 only:
(I will not apply this patch - that is up to Bill)
Index: src/glyphs.c
===================================================================
RCS file: /usr/CVSroot/XEmacs/xemacs/src/glyphs.c,v
retrieving revision 1.23.2.93.2.1
diff -u -w -r1.23.2.93.2.1 glyphs.c
--- src/glyphs.c 2001/02/01 03:59:59 1.23.2.93.2.1
+++ src/glyphs.c 2001/02/01 07:27:20
@@ -46,7 +46,7 @@
#include "specifier.h"
#include "window.h"
-#ifdef HAVE_XPM && !defined (HAVE_GTK)
+#if defined (HAVE_XPM) && !defined (HAVE_GTK)
#include <X11/xpm.h>
#endif
Thanks martin... I'm just very confused how the !@#%!@ this built on my
machine here. I did a full X build and it worked (lots of weird lisp
errors, but it built temacs & dumped xemacs enough to compile all the
lisp).
Oh, here's another patch for Bill:
I'll apply both of these right away. Thanks!
-bp