<div dir="ltr">Hello!<br><br>Getting a make error on 32-bit and 64-bit Cygwin:<br><br>        -o objs/src/os/unix/ngx_writev_chain.o \<br>        src/os/unix/ngx_writev_chain.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_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.0'<br>Makefile:8: recipe for target 'build' failed<br>make: *** [build] Error 2<br><div class="gmail_extra"><br></div><div class="gmail_extra">Any tips to fix this? Thank you for reading.<br></div><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, Apr 25, 2017 at 10:32 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.0                                        25 Apr 2017<br>
<br>
    *) Change: SSL renegotiation is now allowed on backend connections.<br>
<br>
    *) Feature: the "rcvbuf" and "sndbuf" parameters of the "listen"<br>
       directives of the mail proxy and stream modules.<br>
<br>
    *) Feature: the "return" and "error_page" directives can now be used to<br>
       return 308 redirections.<br>
       Thanks to Simon Leblanc.<br>
<br>
    *) Feature: the "TLSv1.3" parameter of the "ssl_protocols" directive.<br>
<br>
    *) Feature: when logging signals nginx now logs PID of the process which<br>
       sent the signal.<br>
<br>
    *) Bugfix: in memory allocation error handling.<br>
<br>
    *) Bugfix: if a server in the stream module listened on a wildcard<br>
       address, the source address of a response UDP datagram could differ<br>
       from the original datagram destination address.<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>