Hello, I'm trying to build nginx 1.5.3 on Cygwin using Windows 7. I see the following output during "make":
cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -D FD_ SETSIZE=2048 -I src/core -I src/event -I src/event/modules -I src/os/unix -I ~/o penssl-0.9.8l/.openssl/include -I objs \ -o objs/src/core/ngx_output_chain.o \ src/core/ngx_output_chain.c cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -D FD_ SETSIZE=2048 -I src/core -I src/event -I src/event/modules -I src/os/unix -I ~/o penssl-0.9.8l/.openssl/include -I objs \ -o objs/src/core/ngx_string.o \ src/core/ngx_string.c cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -D FD_ SETSIZE=2048 -I src/core -I src/event -I src/event/modules -I src/os/unix -I ~/o penssl-0.9.8l/.openssl/include -I objs \ -o objs/src/core/ngx_parse.o \ src/core/ngx_parse.c cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -D FD_ SETSIZE=2048 -I src/core -I src/event -I src/event/modules -I src/os/unix -I ~/o penssl-0.9.8l/.openssl/include -I objs \ -o objs/src/core/ngx_inet.o \ src/core/ngx_inet.c cc1: warnings being treated as errors src/core/ngx_inet.c: In function `ngx_sock_ntop': src/core/ngx_inet.c:236: error: comparison between signed and unsigned make[1]: *** [objs/src/core/ngx_inet.o] Error 1 make[1]: Leaving directory `/home/kworthington/nginx-1.5.3' make: *** [build] Error 2 I would appreciate any help to fix this. Thank you! Best regards, Kevin -- Kevin Worthington http://kevinworthington.com/ http://twitter.com/kworthington
_______________________________________________ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx