atom feed16 messages in ru.sysoev.nginx0.9.1 compilation failure on Nexenta ...
FromSent OnAttachments
Edho P AriefDec 5, 2010 1:44 am 
Piotr SikoraDec 5, 2010 4:57 am 
Edho P AriefDec 5, 2010 6:41 am 
Igor SysoevDec 6, 2010 5:14 am 
Edho P AriefDec 6, 2010 6:07 am 
Igor SysoevDec 6, 2010 6:10 am 
Edho P AriefDec 6, 2010 6:31 am 
Igor SysoevDec 6, 2010 6:35 am 
Maxim DouninDec 6, 2010 7:00 am 
Igor SysoevDec 6, 2010 7:29 am 
Igor SysoevDec 6, 2010 7:33 am.Other
Maxim DouninDec 6, 2010 8:30 am 
Edho P AriefDec 6, 2010 9:15 am 
WilliamOMSDec 6, 2010 9:18 am 
Igor SysoevDec 6, 2010 9:20 am 
Edho P AriefDec 6, 2010 9:54 am 
Subject:0.9.1 compilation failure on Nexenta 3.0.1
From:Edho P Arief (edho@gmail.com)
Date:Dec 5, 2010 1:44:44 am
List:ru.sysoev.nginx

When playing around with Nexenta 3.0.1 and trying to compile latest nginx, I got this error:

make[1]: Entering directory `/export/home/edho/tmp/nginx-0.9.1' gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Wunused-function -Wunused-variable -Wunused-value -Werror -g -I/app/pcre/include -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \ -o objs/src/os/unix/ngx_errno.o \ src/os/unix/ngx_errno.c src/os/unix/ngx_errno.c: In function ‘ngx_strerror’: src/os/unix/ngx_errno.c:36: error: ‘NGX_SYS_NERR’ undeclared (first use in this function) src/os/unix/ngx_errno.c:36: error: (Each undeclared identifier is reported only once src/os/unix/ngx_errno.c:36: error: for each function it appears in.) src/os/unix/ngx_errno.c: In function ‘ngx_strerror_init’: src/os/unix/ngx_errno.c:57: error: ‘NGX_SYS_NERR’ undeclared (first use in this function) make[1]: *** [objs/src/os/unix/ngx_errno.o] Error 1 make[1]: Leaving directory `/export/home/edho/tmp/nginx-0.9.1' make: *** [build] Error 2