<div dir="ltr"><div><div>Hello!<br><br></div>I am getting this error when trying to build on Cygwin:<br><br>        -o objs/src/os/unix/ngx_udp_send.o \<br>        src/os/unix/ngx_udp_send.c<br>cc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -D FD_<br>SETSIZE=2048 -I src/core -I src/event -I src/event/modules -I src/os/unix -I /us<br>r/include/libxml2 -I objs \<br>        -o objs/src/os/unix/ngx_udp_sendmsg_chain.o \<br>        src/os/unix/ngx_udp_sendmsg_chain.c<br>src/os/unix/ngx_udp_sendmsg_chain.c: In function `ngx_sendmsg':<br>src/os/unix/ngx_udp_sendmsg_chain.c:274:16: error: `struct in_pktinfo' has no me<br>mber named `ipi_spec_dst'<br>             pkt->ipi_spec_dst = sin->sin_addr;<br>                ^<br>objs/Makefile:847: recipe for target 'objs/src/os/unix/ngx_udp_sendmsg_chain.o'<br>failed<br>make[1]: *** [objs/src/os/unix/ngx_udp_sendmsg_chain.o] Error 1<br>make[1]: Leaving directory '/home/kevin.worthington/nginx-1.13.1'<br>Makefile:8: recipe for target 'build' failed<br>make: *** [build] Error 2<br><br></div>Any help is greatly appreciated. Thanks.<br><div class="gmail_extra"><br clear="all"><div><div class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div>Best regards,<br>Kevin<br>--<br>Kevin Worthington<br>kworthington AT gmail DOT com<br><a href="https://kevinworthington.com/" target="_blank">https://kevinworthington.com/</a><br><a href="https://twitter.com/kworthington/" target="_blank">https://twitter.com/kworthington</a></div></div></div></div>
<br><div class="gmail_quote">On Tue, May 30, 2017 at 11:12 AM, Maxim Dounin <span dir="ltr"><<a href="mailto:mdounin@mdounin.ru" target="_blank">mdounin@mdounin.ru</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Changes with nginx 1.13.1                                        30 May 2017<br>
<br>
    *) Feature: now a hostname can be used as the "set_real_ip_from"<br>
       directive parameter.<br>
<br>
    *) Feature: vim syntax highlighting scripts improvements.<br>
<br>
    *) Feature: the "worker_cpu_affinity" directive now works on DragonFly<br>
       BSD.<br>
       Thanks to Sepherosa Ziehau.<br>
<br>
    *) Bugfix: SSL renegotiation on backend connections did not work when<br>
       using OpenSSL before 1.1.0.<br>
<br>
    *) Workaround: nginx could not be built with Oracle Developer Studio<br>
       12.5.<br>
<br>
    *) Workaround: now cache manager ignores long locked cache entries when<br>
       cleaning cache based on the "max_size" parameter.<br>
<br>
    *) Bugfix: client SSL connections were immediately closed if deferred<br>
       accept and the "proxy_protocol" parameter of the "listen" directive<br>
       were used.<br>
<br>
    *) Bugfix: in the "proxy_cache_background_<wbr>update" directive.<br>
<br>
    *) Workaround: now the "tcp_nodelay" directive sets the TCP_NODELAY<br>
       option before an SSL handshake.<br>
<span class="HOEnZb"><font color="#888888"><br>
<br>
--<br>
Maxim Dounin<br>
<a href="http://nginx.org/" rel="noreferrer" target="_blank">http://nginx.org/</a><br>
______________________________<wbr>_________________<br>
nginx-announce mailing list<br>
<a href="mailto:nginx-announce@nginx.org">nginx-announce@nginx.org</a><br>
<a href="http://mailman.nginx.org/mailman/listinfo/nginx-announce" rel="noreferrer" target="_blank">http://mailman.nginx.org/<wbr>mailman/listinfo/nginx-<wbr>announce</a><br>
</font></span></blockquote></div><br></div></div>