On Thu, Oct 18, 2001 at 12:39:37PM -0400, Dave Ahn wrote: > > 2)0-sized png file in Vanilla/rpm > Not sure about this one. Probably not important. I agree. > > 3)and it doesn't compile :-( > > gcc -I../ntserv -DRSA -I/usr/X11R6/include -c redraw.c > > redraw.c: In function `run_clock': > > redraw.c:874: warning: assignment makes pointer from integer without a cast > > redraw.c:875: dereferencing pointer to incomplete type > > redraw.c:877: dereferencing pointer to incomplete type > > redraw.c:879: dereferencing pointer to incomplete type > > make[1]: *** [redraw.o] Erreur 1 > > make[1]: Quitte le répertoire `/home/guillaume/tmp/Vanilla-2.9pl7/xsg' > > make: *** [do_xsg] Erreur 2 Wed Oct 10 17:29:13 2001 James Cameron <quozl at us.netrek.org> * xsg/redraw.c: added '#include <time.h>' to fix compilation warnings on Debian woody/testing. diff -u redraw.c.~1.1~ redraw.c --- redraw.c.~1.1~ Fri Oct 19 09:19:13 2001 +++ redraw.c Wed Oct 10 17:26:07 2001 @@ -6,6 +6,7 @@ #include <stdio.h> #include <signal.h> #include <math.h> +#include <time.h> #include <sys/types.h> #include <sys/time.h> #include <sys/timeb.h> -- James Cameron mailto:quozl at us.netrek.org http://quozl.netrek.org/