This is a patch for DEC OSF1 mainly. == changes by gtk-joke-971202-0.patch == File : gdk/gdkprivate.h Change : #undef XEvent. When compiling gtk/gtkwidget.c, gdk/gdktypes.h was read before Xlib.h. So, the definition of XEvent in the gdktypes.h causes compile error. File : glib/configure Change : If sizeof(long double) == sizeof(double), it should NOT define HAVE_LONG_DOUBLE. When long double was used, cc made too many warns in glib.h. File : gtk/fnmatch.h Change : #define FNM_FILE_NAME and etc. If the platform is OSF1, these symbols are not defined. But why? ======================================== Yasuhiro SHIRASAKI joke@awa.tohoku.ac.jp