I downloaded ircu2.10 from http://serverwatch.internet.com/index.html and
after the usual configure process I typed gmake and the compilation started then
failed. I typed gmake again to regenerate the errors for your
attention.
Please let me know what am doing wrong? Thanks
you.
gmake
Building config...
gmake[1]: Entering directory `/tmp/ircu2.10/config'
gmake[1]: Nothing to be done for `build'.
gmake[1]: Leaving directory `/tmp/ircu2.10/config'
Building ircd...
gmake[1]: Entering directory `/tmp/ircu2.10/ircd'
gcc -g -O3 -pipe -I../include -I../config -DNDEBUG -c userload.c -o userload.o
userload.c: In function `update_load':
userload.c:60: storage size of `tm_now' isn't known
userload.c:60: storage size of `tm_now' isn't known
userload.c:100: invalid type argument of `unary *'
gmake[1]: *** [userload.o] Error 1
gmake[1]: Leaving directory `/tmp/ircu2.10/ircd'
Building config...
gmake[1]: Entering directory `/tmp/ircu2.10/config'
gmake[1]: Nothing to be done for `build'.
gmake[1]: Leaving directory `/tmp/ircu2.10/config'
Building ircd...
gmake[1]: Entering directory `/tmp/ircu2.10/ircd'
gcc -g -O3 -pipe -I../include -I../config -DNDEBUG -c userload.c -o userload.o
userload.c: In function `update_load':
userload.c:60: storage size of `tm_now' isn't known
userload.c:60: storage size of `tm_now' isn't known
userload.c:100: invalid type argument of `unary *'
gmake[1]: *** [userload.o] Error 1
gmake[1]: Leaving directory `/tmp/ircu2.10/ircd'
|