nginx-0.8.23
Robert Gabriel
lists at ruby-forum.com
Wed Nov 11 14:36:37 MSK 2009
Hi, im trying to buy the new version on my Ubuntu 8.04 and I'm getting
this error:
gcc -c -O -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter
-Wunused-function -Wunused-variable -Wunused-value -Werror -g -I
src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
-o objs/src/os/unix/ngx_process_cycle.o \
src/os/unix/ngx_process_cycle.c
src/os/unix/ngx_process_cycle.c:174:50: error: macro "ngx_log_debug0"
passed 5 arguments, but takes just 4
src/os/unix/ngx_process_cycle.c: In function ‘ngx_master_process_cycle’:
src/os/unix/ngx_process_cycle.c:173: error: ‘ngx_log_debug0’ undeclared
(first use in this function)
src/os/unix/ngx_process_cycle.c:173: error: (Each undeclared identifier
is reported only once
src/os/unix/ngx_process_cycle.c:173: error: for each function it appears
in.)
make[1]: *** [objs/src/os/unix/ngx_process_cycle.o] Error 1
make[1]: Leaving directory `/users/root/downloads/source/nginx-0.8.23'
make: *** [build] Error 2
The previous one, works super fine, this one doesn't.
--
Posted via http://www.ruby-forum.com/.
More information about the nginx
mailing list