<div dir="ltr"><div>Hi all,</div><div><br></div><div>anybody know why make nginx 1.17.8 on cygwin fails with ...</div><div><br></div><div>$ make<br>make -f objs/Makefile<br>make[1]: Entering directory '/home/devel/nginx-1.17.8'<br>cc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g  -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \<br>        -o objs/src/os/unix/ngx_user.o \<br>        src/os/unix/ngx_user.c<br>src/os/unix/ngx_user.c: In function ‘ngx_libc_crypt’:<br>src/os/unix/ngx_user.c:53:13: error: implicit declaration of function ‘crypt’; did you mean ‘creat’? [-Werror=implicit-function-declaration]<br>     value = crypt((char *) key, (char *) salt);<br>             ^~~~~<br>             creat<br>src/os/unix/ngx_user.c:53:11: error: assignment makes pointer from integer without a cast [-Werror=int-conversion]<br>     value = crypt((char *) key, (char *) salt);<br>           ^<br>cc1: all warnings being treated as errors<br>make[1]: *** [objs/Makefile:788: objs/src/os/unix/ngx_user.o] Error 1<br>make[1]: Leaving directory '/home/devel/nginx-1.17.8'<br>make: *** [Makefile:8: build] Error 2</div><div><br></div><div>Thanks in advance for your help :-)</div><div><br></div></div>