Hello Kevin, The issue is fixed by the following commit:
http://hg.nginx.org/nginx/rev/716852cce913 You may apply this change manually to fix the build. On Tue, May 30, 2017 at 11:28:16AM -0400, Kevin Worthington wrote: > Hello! > > I am getting this error when trying to build on Cygwin: > > -o objs/src/os/unix/ngx_udp_send.o \ > src/os/unix/ngx_udp_send.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 /us > r/include/libxml2 -I objs \ > -o objs/src/os/unix/ngx_udp_sendmsg_chain.o \ > src/os/unix/ngx_udp_sendmsg_chain.c > src/os/unix/ngx_udp_sendmsg_chain.c: In function `ngx_sendmsg': > src/os/unix/ngx_udp_sendmsg_chain.c:274:16: error: `struct in_pktinfo' has > no me > mber named `ipi_spec_dst' > pkt->ipi_spec_dst = sin->sin_addr; > ^ > objs/Makefile:847: recipe for target > 'objs/src/os/unix/ngx_udp_sendmsg_chain.o' > failed > make[1]: *** [objs/src/os/unix/ngx_udp_sendmsg_chain.o] Error 1 > make[1]: Leaving directory '/home/kevin.worthington/nginx-1.13.1' > Makefile:8: recipe for target 'build' failed > make: *** [build] Error 2 > > Any help is greatly appreciated. Thanks. > > Best regards, > Kevin > -- > Kevin Worthington > kworthington AT gmail DOT com > https://kevinworthington.com/ > https://twitter.com/kworthington > > On Tue, May 30, 2017 at 11:12 AM, Maxim Dounin <[email protected]> wrote: > > > Changes with nginx 1.13.1 30 May > > 2017 > > > > *) Feature: now a hostname can be used as the "set_real_ip_from" > > directive parameter. > > > > *) Feature: vim syntax highlighting scripts improvements. > > > > *) Feature: the "worker_cpu_affinity" directive now works on DragonFly > > BSD. > > Thanks to Sepherosa Ziehau. > > > > *) Bugfix: SSL renegotiation on backend connections did not work when > > using OpenSSL before 1.1.0. > > > > *) Workaround: nginx could not be built with Oracle Developer Studio > > 12.5. > > > > *) Workaround: now cache manager ignores long locked cache entries when > > cleaning cache based on the "max_size" parameter. > > > > *) Bugfix: client SSL connections were immediately closed if deferred > > accept and the "proxy_protocol" parameter of the "listen" directive > > were used. > > > > *) Bugfix: in the "proxy_cache_background_update" directive. > > > > *) Workaround: now the "tcp_nodelay" directive sets the TCP_NODELAY > > option before an SSL handshake. > > > > > > -- > > Maxim Dounin > > http://nginx.org/ > > _______________________________________________ > > nginx-announce mailing list > > [email protected] > > http://mailman.nginx.org/mailman/listinfo/nginx-announce > > > _______________________________________________ > nginx mailing list > [email protected] > http://mailman.nginx.org/mailman/listinfo/nginx -- Roman Arutyunyan _______________________________________________ nginx mailing list [email protected] http://mailman.nginx.org/mailman/listinfo/nginx
