On Monday 16 June 2003 13:53, Dimitri Papadopoulos-Orfanos wrote: > Thanks for providing a graphical monitor. Just a detail, maybe it would > be much more useful if it used GTK+ instead of Gnome. Also I'm not sure > what it's supposed to show.
Using GtK+ instead of Gnome would be interesting for the packagers, yes. It implies a slimmer dependency tree. Speaking of the monitor, here is a little patch to make the GNOME monitor compile on FreeBSD. - Frerich -- "Irgendwie haben die Leute das mit der Meinungsfreiheit falsch verstanden, man darf eine Meinung haben, man muss nicht. Wenn man keine Ahnung hat, einfach mal Fresse halten."
Index: mon-gnome.c =================================================================== RCS file: /cvsroot/distcc/src/mon-gnome.c,v retrieving revision 1.29 diff -u -r1.29 mon-gnome.c --- mon-gnome.c 16 Jun 2003 06:31:39 -0000 1.29 +++ mon-gnome.c 16 Jun 2003 12:02:47 -0000 @@ -33,7 +33,9 @@ #include "config.h" -#include <stdint.h> +#ifdef HAVE_STDINT_H +# include <stdint.h> +#endif #include <stdio.h> #include <stdlib.h>
__ distcc mailing list http://distcc.samba.org/ To unsubscribe or change options: http://lists.samba.org/cgi-bin/mailman/listinfo/distcc
