i am running win xp pro with lastest cygwin, and dev-c++ compilier, when compiling i get this errors.
$ make
gcc -c -Wall -g const.c
In file included from const.c:24:
merc.h:3090: warning: conflicting types for built-in function `logf'
gcc -c -Wall -g save.c
In file included from save.c:25:
merc.h:3090: warning: conflicting types for built-in function `logf'
gcc -c -Wall -g special.c
In file included from special.c:25:
merc.h:3090: warning: conflicting types for built-in function `logf'
gcc -c -Wall -g string.c
In file included from string.c:40:
merc.h:3090: warning: conflicting types for built-in function `logf'
gcc -c -Wall -g jope.c
In file included from jope.c:34:
merc.h:3090: warning: conflicting types for built-in function `logf'
gcc -c -Wall -g msp.c
merc.h:3090: warning: conflicting types for built-in function `logf'
gcc -c -Wall -g comm.c
comm.c:48:48: execinfo.h: No such file or directory
In file included from comm.c:50:
merc.h:3090: warning: conflicting types for built-in function `logf'
comm.c: In function `lookup_address':
comm.c:1141: warning: implicit declaration of function `gethostbyaddr_r'
comm.c: In function `iBacktrace':
comm.c:1554: warning: implicit declaration of function `backtrace'
comm.c:1556: warning: implicit declaration of function `backtrace_symbols'
comm.c:1556: warning: assignment makes pointer from integer without a cast
comm.c: In function `nanny':
comm.c:2352: warning: implicit declaration of function `crypt'
comm.c:2352: warning: passing arg 1 of `strcmp' makes pointer from integer witho
ut a cast
comm.c:2360: warning: passing arg 1 of `strcmp' makes pointer from integer witho
ut a cast
comm.c:2562: warning: assignment makes pointer from integer without a cast
comm.c:2587: warning: passing arg 1 of `strcmp' makes pointer from integer witho
ut a cast
make: *** [comm.o] Error 1
$ make
gcc -c -Wall -g const.c
In file included from const.c:24:
merc.h:3090: warning: conflicting types for built-in function `logf'
gcc -c -Wall -g save.c
In file included from save.c:25:
merc.h:3090: warning: conflicting types for built-in function `logf'
gcc -c -Wall -g special.c
In file included from special.c:25:
merc.h:3090: warning: conflicting types for built-in function `logf'
gcc -c -Wall -g string.c
In file included from string.c:40:
merc.h:3090: warning: conflicting types for built-in function `logf'
gcc -c -Wall -g jope.c
In file included from jope.c:34:
merc.h:3090: warning: conflicting types for built-in function `logf'
gcc -c -Wall -g msp.c
merc.h:3090: warning: conflicting types for built-in function `logf'
gcc -c -Wall -g comm.c
comm.c:48:48: execinfo.h: No such file or directory
In file included from comm.c:50:
merc.h:3090: warning: conflicting types for built-in function `logf'
comm.c: In function `lookup_address':
comm.c:1141: warning: implicit declaration of function `gethostbyaddr_r'
comm.c: In function `iBacktrace':
comm.c:1554: warning: implicit declaration of function `backtrace'
comm.c:1556: warning: implicit declaration of function `backtrace_symbols'
comm.c:1556: warning: assignment makes pointer from integer without a cast
comm.c: In function `nanny':
comm.c:2352: warning: implicit declaration of function `crypt'
comm.c:2352: warning: passing arg 1 of `strcmp' makes pointer from integer witho
ut a cast
comm.c:2360: warning: passing arg 1 of `strcmp' makes pointer from integer witho
ut a cast
comm.c:2562: warning: assignment makes pointer from integer without a cast
comm.c:2587: warning: passing arg 1 of `strcmp' makes pointer from integer witho
ut a cast
make: *** [comm.o] Error 1