On Wed, 26 Jun 1996 eb19340@ci.uminho.pt wrote: > i have Circlemud3.0 patch 11 and it appears to be something wrong about it.... > I Keep getting this error when compiling the source.... /src directory > sysdep.h:127: net/errno.h: No such file or directory > sysdep.h:131: crypt.h: No such file or directory > In file included from comm.c:14: > sysdep.h:146: sys/select.h: No such file or directory > make[1]: *** [comm.o] Error 1 That's saying it cannot find those files in your lib dirs.. Just edit the sysdep.h and give it the full path/filename of the files its looking for like #include </usr/include/linux/net/errno.h> etc..
This archive was generated by hypermail 2b30 : 12/18/00 PST