Hi,
I am unable to MAKE IPPOOL, on Debian amd64..
Here is the error I get:
Quote:
make[1]: Entering directory `/home/pcresswell/ippool-1.3/usl'
gcc -c -I. -MMD -Wall -Werror -O -g usl_timer.c -o usl_timer.o
usl_timer.c: In function ‘usl_timer_tick’:
usl_timer.c:90:6: error: variable ‘result’ set but not used [-Werror=unused-but-set-variable]
usl_timer.c: In function ‘usl_timer_tick_handler’:
usl_timer.c:154:19: error: ‘UINT_MAX’ undeclared (first use in this function)
usl_timer.c:154:19: note: each undeclared identifier is reported only once for each function it appears in
usl_timer.c:114:6: error: variable ‘result’ set but not used [-Werror=unused-but-set-variable]
cc1: all warnings being treated as errors
make[1]: *** [usl_timer.o] Error 1
make[1]: Leaving directory `/home/pcresswell/ippool-1.3/usl'
make: *** [subdirs-all] Error 1
Does anyone have any ideas? Or know of a location where I may find a packaged IPPOOLD for debian amd64?
Thanks very much,
Peter