Fvwm does not compile if Gnome hints and/or EWMH hints are disabled. The
attached patch fixes this.

Also, CFLAGS aren't working at all?

Also also, Fvwm fails to link if compiled without Xinerama, because of the
reference to XineramaQueryScreens (possibly others, haven't checked) in
FScreen.o. Perhaps if -O2 were working it would be safely optimized away...

Suzanne

-- 
[EMAIL PROTECTED] - http://www.igs.net/~tril/
--- gnome.h.orig        Tue Sep 17 01:35:59 2002
+++ gnome.h     Tue Sep 17 01:35:59 2002
@@ -65,7 +65,7 @@
 #else
 
 #define GNOME_Init()
-#define GNOME_ProcessClientMessage(fwin, ev) 0
+#define GNOME_ProcessClientMessage(fwin) 0
 #define GNOME_ButtonFunc(eventp, w, fwin, context, action, Module)
 #define GNOME_ProxyButtonEvent(ev)
 #define GNOME_ShowDesks(eventp, w, fwin, context, action, Module)
--- ewmh.h.orig Tue Sep 17 01:35:58 2002
+++ ewmh.h      Tue Sep 17 01:35:58 2002
@@ -117,8 +117,8 @@
 /* ewmh_conf.c */
 
 /* ewmh_events.c */
-#define EWMH_ProcessClientMessage(x, y) 0
-#define EWMH_ProcessPropertyNotify(x, y)
+#define EWMH_ProcessClientMessage(x) 0
+#define EWMH_ProcessPropertyNotify(x)
 
 /* ewmh_icon.c */
 #define EWMH_DoUpdateWmIcon(x,y,z)

Reply via email to