> > Well, here's a little noise... > > 1) Using Ultrix V4.4 and gcc version 2.5.8, I get this warning when compiling > CircleMUD 2.20: > > passing arg 1 of `localtime' from incompatible pointer type > > Is there a fix? Change the type of arg1 from long to time_t. > In file included from comm.c:29: > utils.h:25: parse error before `int' > utils.h:26: parse error before `int' This is a namespace collision for the MIN and MAX macros, between Circle and your OS. The easiest thing to do is probably to #undef MIN and MAX before utils.h:25. > comm.c: In function `init_socket': > comm.c:645: warning: passing arg 1 of `bzero' from incompatible pointer type You don't have to worry about this. Jeremy
This archive was generated by hypermail 2b30 : 12/07/00 PST