Code: Select all
$ make eggdrop
make[1]: Entering directory `/eggdrop1.6.17/src'
This may take a while. Go get some runts.
gcc -pipe -mwin32 -g -O2 -Wall -I.. -I.. -DHAVE_CONFIG_H -c bg.c
In file included from main.h:95,
from bg.c:27:
proto.h:133: error: conflicting types for 'dprintf'
/usr/include/stdio.h:232: error: previous declaration of 'dprintf' was here
proto.h:133: error: conflicting types for 'dprintf'
/usr/include/stdio.h:232: error: previous declaration of 'dprintf' was here
make[1]: *** [bg.o] Error 1
make[1]: Leaving directory `/eggdrop1.6.17/src'
make: *** [modegg] Error 2