Hi everyone i just trying to compile the afkmud last version on linux,
and i can't compile with makefile.
I have try some changes in makefile but, nothing
make the makefile end right.
So, anyone can help me?
This appears to me when I try to make the afkmud.
Compiling o/act_comm.o....
cc1plus: warnings being treated as errors
In file included from mud.h:29,
from act_comm.c:30:
/usr/include/stdio.h:216: warning: redundant redeclaration of `__underflow(_IO_FILE *)' in same scope
/usr/include/libio.h:256: warning: previous declaration of `__underflow(_IO_FILE *)'
/usr/include/stdio.h:217: warning: redundant redeclaration of `__overflow(_IO_FILE *, int)' in same scope
/usr/include/libio.h:258: warning: previous declaration of `__overflow(_IO_FILE *, int)'
make[1]: *** [o/act_comm.o] Error 1
make: *** [all] Error 2