yaoweibin / ngx_http_substitutions_filter_module

a filter module which can do both regular expression and fixed string substitutions for nginx
607 stars 213 forks source link

ngx_http_subs_filter_module.c(476) : error C2275: 'ngx_chain_t' : illegal use of this type as an expression #29

Closed murtaja closed 5 years ago

murtaja commented 5 years ago

Trying to compile in windows using Microsoft Visual C compiler. Microsoft Visual Studio 10 MSYS. ActivePerl Mercurial client. PCRE, zlib and OpenSSL libraries sources. when i compile it with this module i get the following error:

"c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\BIN\nmake.exe" -f objs/Makefile
"c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\BIN\nmake.exe" -f auto/lib/openssl/makefile.msvc                    OPENSSL="objs/lib/openssl-1.0.2q" OPENSSL_OPT="no-asm"
cd objs/lib/openssl-1.0.2q
perl Configure VC-WIN32 no-shared                --prefix="%cd%/openssl"                 --openssldir="%cd%/openssl/ssl"             no-asm

Configuring for VC-WIN32 no-asm [option] OPENSSL_NO_ASM no-ec_nistp_64_gcc_128 [default] OPENSSL_NO_EC_NISTP_64_GCC_128 (skip dir) no-gmp [default] OPENSSL_NO_GMP (skip dir) no-jpake [experimental] OPENSSL_NO_JPAKE (skip dir) no-krb5 [krb5-flavor not specified] OPENSSL_NO_KRB5 no-libunbound [experimental] OPENSSL_NO_LIBUNBOUND (skip dir) no-md2 [default] OPENSSL_NO_MD2 (skip dir) no-rc5 [default] OPENSSL_NO_RC5 (skip dir) no-rfc3779 [default] OPENSSL_NO_RFC3779 (skip dir) no-sctp [default] OPENSSL_NO_SCTP (skip dir) no-shared [option]
no-ssl-trace [default] OPENSSL_NO_SSL_TRACE (skip dir) no-ssl2 [default] OPENSSL_NO_SSL2 (skip dir) no-store [experimental] OPENSSL_NO_STORE (skip dir) no-unit-test [default] OPENSSL_NO_UNIT_TEST (skip dir) no-weak-ssl-ciphers [default] OPENSSL_NO_WEAK_SSL_CIPHERS (skip dir) no-zlib [default] no-zlib-dynamic [default] IsMK1MF=1 CC =cl CFLAG =-DOPENSSL_THREADS -DDSO_WIN32 -W3 -WX -Gs0 -GF -Gy -nologo -DOPENSSL_SYSNAME_WIN32 -DWIN32_LEAN_AND_MEAN -DL_ENDIAN -D_CRT_SECURE_NO_DEPRECATE -D_WINSOCK_DEPRECATED_NO_WARNINGS EX_LIBS = CPUID_OBJ =mem_clr.o BN_ASM =bn_asm.o EC_ASM = DES_ENC =des_enc.o fcrypt_b.o AES_ENC =aes_core.o aes_cbc.o BF_ENC =bf_enc.o CAST_ENC =c_enc.o RC4_ENC =rc4_enc.o rc4_skey.o RC5_ENC =rc5_enc.o MD5_OBJ_ASM = SHA1_OBJ_ASM = RMD160_OBJ_ASM= CMLL_ENC =camellia.o cmll_misc.o cmll_cbc.o MODES_OBJ = ENGINES_OBJ = PROCESSOR = RANLIB =/mingw/bin/ranlib ARFLAGS = PERL =/usr/bin/perl THIRTY_TWO_BIT mode BN_LLONG mode RC4_INDEX mode RC4_CHUNK is undefined

Configured for VC-WIN32. if exist ms\do_ms.bat ( ms\do_ms && "c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\BIN\nmake.exe" -f ms\nt.mak && "c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\BIN\nmake.exe" -f ms\nt.mak install ) else ( "c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\BIN\nmake.exe" && "c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\BIN\nmake.exe" install_sw )

C:\MinGW\msys\1.0\nginx-Source\nginx\objs\lib\openssl-1.0.2q>perl util\mkfiles.pl 1>MINFO

C:\MinGW\msys\1.0\nginx-Source\nginx\objs\lib\openssl-1.0.2q>perl util\mk1mf.pl no-asm VC-WIN32 1>ms\nt.mak

C:\MinGW\msys\1.0\nginx-Source\nginx\objs\lib\openssl-1.0.2q>perl util\mk1mf.pl dll no-asm VC-WIN32 1>ms\ntdll.mak

C:\MinGW\msys\1.0\nginx-Source\nginx\objs\lib\openssl-1.0.2q>if x == x goto skipce

C:\MinGW\msys\1.0\nginx-Source\nginx\objs\lib\openssl-1.0.2q>perl util\mkdef.pl 32 libeay 1>ms\libeay32.def

C:\MinGW\msys\1.0\nginx-Source\nginx\objs\lib\openssl-1.0.2q>perl util\mkdef.pl 32 ssleay 1>ms\ssleay32.def Building OpenSSL perl .\util\copy-if-different.pl ".\crypto\buildinf.h" "tmp32\buildinf.h" Copying: ./crypto/buildinf.h to tmp32/buildinf.h Building OpenSSL perl util/mkdir-p.pl "C:\MinGW\msys\1.0\nginx-Source\nginx\objs\lib\openssl-1.0.2q\openssl" perl util/mkdir-p.pl "C:\MinGW\msys\1.0\nginx-Source\nginx\objs\lib\openssl-1.0.2q\openssl\bin" perl util/mkdir-p.pl "C:\MinGW\msys\1.0\nginx-Source\nginx\objs\lib\openssl-1.0.2q\openssl\include" perl util/mkdir-p.pl "C:\MinGW\msys\1.0\nginx-Source\nginx\objs\lib\openssl-1.0.2q\openssl\include\openssl" perl util/mkdir-p.pl "C:\MinGW\msys\1.0\nginx-Source\nginx\objs\lib\openssl-1.0.2q\openssl\lib" perl util/copy.pl "inc32\openssl*.[ch]" "C:\MinGW\msys\1.0\nginx-Source\nginx\objs\lib\openssl-1.0.2q\openssl\include\openssl" Copying: inc32/openssl/aes.h to C:/MinGW/msys/1.0/nginx-Source/nginx/objs/lib/openssl-1.0.2q/openssl/include/openssl/aes.h Copying: inc32/openssl/asn1.h to C:/MinGW/msys/1.0/nginx-Source/nginx/objs/lib/openssl-1.0.2q/openssl/include/openssl/asn1.h Copying: inc32/openssl/asn1_mac.h to C:/MinGW/msys/1.0/nginx-Source/nginx/objs/lib/openssl-1.0.2q/openssl/include/openssl/asn1_mac.h Copying: inc32/openssl/asn1t.h to C:/MinGW/msys/1.0/nginx-Source/nginx/objs/lib/openssl-1.0.2q/openssl/include/openssl/asn1t.h Copying: inc32/openssl/bio.h to C:/MinGW/msys/1.0/nginx-Source/nginx/objs/lib/openssl-1.0.2q/openssl/include/openssl/bio.h Copying: inc32/openssl/blowfish.h to C:/MinGW/msys/1.0/nginx-Source/nginx/objs/lib/openssl-1.0.2q/openssl/include/openssl/blowfish.h Copying: inc32/openssl/bn.h to C:/MinGW/msys/1.0/nginx-Source/nginx/objs/lib/openssl-1.0.2q/openssl/include/openssl/bn.h Copying: inc32/openssl/buffer.h to C:/MinGW/msys/1.0/nginx-Source/nginx/objs/lib/openssl-1.0.2q/openssl/include/openssl/buffer.h Copying: inc32/openssl/camellia.h to C:/MinGW/msys/1.0/nginx-Source/nginx/objs/lib/openssl-1.0.2q/openssl/include/openssl/camellia.h Copying: inc32/openssl/cast.h to C:/MinGW/msys/1.0/nginx-Source/nginx/objs/lib/openssl-1.0.2q/openssl/include/openssl/cast.h Copying: inc32/openssl/cmac.h to C:/MinGW/msys/1.0/nginx-Source/nginx/objs/lib/openssl-1.0.2q/openssl/include/openssl/cmac.h Copying: inc32/openssl/cms.h to C:/MinGW/msys/1.0/nginx-Source/nginx/objs/lib/openssl-1.0.2q/openssl/include/openssl/cms.h Copying: inc32/openssl/comp.h to C:/MinGW/msys/1.0/nginx-Source/nginx/objs/lib/openssl-1.0.2q/openssl/include/openssl/comp.h Copying: inc32/openssl/conf.h to C:/MinGW/msys/1.0/nginx-Source/nginx/objs/lib/openssl-1.0.2q/openssl/include/openssl/conf.h Copying: inc32/openssl/conf_api.h to C:/MinGW/msys/1.0/nginx-Source/nginx/objs/lib/openssl-1.0.2q/openssl/include/openssl/conf_api.h Copying: inc32/openssl/crypto.h to C:/MinGW/msys/1.0/nginx-Source/nginx/objs/lib/openssl-1.0.2q/openssl/include/openssl/crypto.h Copying: inc32/openssl/des.h to C:/MinGW/msys/1.0/nginx-Source/nginx/objs/lib/openssl-1.0.2q/openssl/include/openssl/des.h Copying: inc32/openssl/des_old.h to C:/MinGW/msys/1.0/nginx-Source/nginx/objs/lib/openssl-1.0.2q/openssl/include/openssl/des_old.h Copying: inc32/openssl/dh.h to C:/MinGW/msys/1.0/nginx-Source/nginx/objs/lib/openssl-1.0.2q/openssl/include/openssl/dh.h Copying: inc32/openssl/dsa.h to C:/MinGW/msys/1.0/nginx-Source/nginx/objs/lib/openssl-1.0.2q/openssl/include/openssl/dsa.h Copying: inc32/openssl/dso.h to C:/MinGW/msys/1.0/nginx-Source/nginx/objs/lib/openssl-1.0.2q/openssl/include/openssl/dso.h Copying: inc32/openssl/dtls1.h to C:/MinGW/msys/1.0/nginx-Source/nginx/objs/lib/openssl-1.0.2q/openssl/include/openssl/dtls1.h Copying: inc32/openssl/e_os2.h to C:/MinGW/msys/1.0/nginx-Source/nginx/objs/lib/openssl-1.0.2q/openssl/include/openssl/e_os2.h Copying: inc32/openssl/ebcdic.h to C:/MinGW/msys/1.0/nginx-Source/nginx/objs/lib/openssl-1.0.2q/openssl/include/openssl/ebcdic.h Copying: inc32/openssl/ec.h to C:/MinGW/msys/1.0/nginx-Source/nginx/objs/lib/openssl-1.0.2q/openssl/include/openssl/ec.h Copying: inc32/openssl/ecdh.h to C:/MinGW/msys/1.0/nginx-Source/nginx/objs/lib/openssl-1.0.2q/openssl/include/openssl/ecdh.h Copying: inc32/openssl/ecdsa.h to C:/MinGW/msys/1.0/nginx-Source/nginx/objs/lib/openssl-1.0.2q/openssl/include/openssl/ecdsa.h Copying: inc32/openssl/engine.h to C:/MinGW/msys/1.0/nginx-Source/nginx/objs/lib/openssl-1.0.2q/openssl/include/openssl/engine.h Copying: inc32/openssl/err.h to C:/MinGW/msys/1.0/nginx-Source/nginx/objs/lib/openssl-1.0.2q/openssl/include/openssl/err.h Copying: inc32/openssl/evp.h to C:/MinGW/msys/1.0/nginx-Source/nginx/objs/lib/openssl-1.0.2q/openssl/include/openssl/evp.h Copying: inc32/openssl/hmac.h to C:/MinGW/msys/1.0/nginx-Source/nginx/objs/lib/openssl-1.0.2q/openssl/include/openssl/hmac.h Copying: inc32/openssl/idea.h to C:/MinGW/msys/1.0/nginx-Source/nginx/objs/lib/openssl-1.0.2q/openssl/include/openssl/idea.h Copying: inc32/openssl/krb5_asn.h to C:/MinGW/msys/1.0/nginx-Source/nginx/objs/lib/openssl-1.0.2q/openssl/include/openssl/krb5_asn.h Copying: inc32/openssl/kssl.h to C:/MinGW/msys/1.0/nginx-Source/nginx/objs/lib/openssl-1.0.2q/openssl/include/openssl/kssl.h Copying: inc32/openssl/lhash.h to C:/MinGW/msys/1.0/nginx-Source/nginx/objs/lib/openssl-1.0.2q/openssl/include/openssl/lhash.h Copying: inc32/openssl/md4.h to C:/MinGW/msys/1.0/nginx-Source/nginx/objs/lib/openssl-1.0.2q/openssl/include/openssl/md4.h Copying: inc32/openssl/md5.h to C:/MinGW/msys/1.0/nginx-Source/nginx/objs/lib/openssl-1.0.2q/openssl/include/openssl/md5.h Copying: inc32/openssl/mdc2.h to C:/MinGW/msys/1.0/nginx-Source/nginx/objs/lib/openssl-1.0.2q/openssl/include/openssl/mdc2.h Copying: inc32/openssl/modes.h to C:/MinGW/msys/1.0/nginx-Source/nginx/objs/lib/openssl-1.0.2q/openssl/include/openssl/modes.h Copying: inc32/openssl/obj_mac.h to C:/MinGW/msys/1.0/nginx-Source/nginx/objs/lib/openssl-1.0.2q/openssl/include/openssl/obj_mac.h Copying: inc32/openssl/objects.h to C:/MinGW/msys/1.0/nginx-Source/nginx/objs/lib/openssl-1.0.2q/openssl/include/openssl/objects.h Copying: inc32/openssl/ocsp.h to C:/MinGW/msys/1.0/nginx-Source/nginx/objs/lib/openssl-1.0.2q/openssl/include/openssl/ocsp.h Copying: inc32/openssl/opensslconf.h to C:/MinGW/msys/1.0/nginx-Source/nginx/objs/lib/openssl-1.0.2q/openssl/include/openssl/opensslconf.h Copying: inc32/openssl/opensslv.h to C:/MinGW/msys/1.0/nginx-Source/nginx/objs/lib/openssl-1.0.2q/openssl/include/openssl/opensslv.h Copying: inc32/openssl/ossl_typ.h to C:/MinGW/msys/1.0/nginx-Source/nginx/objs/lib/openssl-1.0.2q/openssl/include/openssl/ossl_typ.h Copying: inc32/openssl/pem.h to C:/MinGW/msys/1.0/nginx-Source/nginx/objs/lib/openssl-1.0.2q/openssl/include/openssl/pem.h Copying: inc32/openssl/pem2.h to C:/MinGW/msys/1.0/nginx-Source/nginx/objs/lib/openssl-1.0.2q/openssl/include/openssl/pem2.h Copying: inc32/openssl/pkcs12.h to C:/MinGW/msys/1.0/nginx-Source/nginx/objs/lib/openssl-1.0.2q/openssl/include/openssl/pkcs12.h Copying: inc32/openssl/pkcs7.h to C:/MinGW/msys/1.0/nginx-Source/nginx/objs/lib/openssl-1.0.2q/openssl/include/openssl/pkcs7.h Copying: inc32/openssl/pqueue.h to C:/MinGW/msys/1.0/nginx-Source/nginx/objs/lib/openssl-1.0.2q/openssl/include/openssl/pqueue.h Copying: inc32/openssl/rand.h to C:/MinGW/msys/1.0/nginx-Source/nginx/objs/lib/openssl-1.0.2q/openssl/include/openssl/rand.h Copying: inc32/openssl/rc2.h to C:/MinGW/msys/1.0/nginx-Source/nginx/objs/lib/openssl-1.0.2q/openssl/include/openssl/rc2.h Copying: inc32/openssl/rc4.h to C:/MinGW/msys/1.0/nginx-Source/nginx/objs/lib/openssl-1.0.2q/openssl/include/openssl/rc4.h Copying: inc32/openssl/ripemd.h to C:/MinGW/msys/1.0/nginx-Source/nginx/objs/lib/openssl-1.0.2q/openssl/include/openssl/ripemd.h Copying: inc32/openssl/rsa.h to C:/MinGW/msys/1.0/nginx-Source/nginx/objs/lib/openssl-1.0.2q/openssl/include/openssl/rsa.h Copying: inc32/openssl/safestack.h to C:/MinGW/msys/1.0/nginx-Source/nginx/objs/lib/openssl-1.0.2q/openssl/include/openssl/safestack.h Copying: inc32/openssl/seed.h to C:/MinGW/msys/1.0/nginx-Source/nginx/objs/lib/openssl-1.0.2q/openssl/include/openssl/seed.h Copying: inc32/openssl/sha.h to C:/MinGW/msys/1.0/nginx-Source/nginx/objs/lib/openssl-1.0.2q/openssl/include/openssl/sha.h Copying: inc32/openssl/srp.h to C:/MinGW/msys/1.0/nginx-Source/nginx/objs/lib/openssl-1.0.2q/openssl/include/openssl/srp.h Copying: inc32/openssl/srtp.h to C:/MinGW/msys/1.0/nginx-Source/nginx/objs/lib/openssl-1.0.2q/openssl/include/openssl/srtp.h Copying: inc32/openssl/ssl.h to C:/MinGW/msys/1.0/nginx-Source/nginx/objs/lib/openssl-1.0.2q/openssl/include/openssl/ssl.h Copying: inc32/openssl/ssl2.h to C:/MinGW/msys/1.0/nginx-Source/nginx/objs/lib/openssl-1.0.2q/openssl/include/openssl/ssl2.h Copying: inc32/openssl/ssl23.h to C:/MinGW/msys/1.0/nginx-Source/nginx/objs/lib/openssl-1.0.2q/openssl/include/openssl/ssl23.h Copying: inc32/openssl/ssl3.h to C:/MinGW/msys/1.0/nginx-Source/nginx/objs/lib/openssl-1.0.2q/openssl/include/openssl/ssl3.h Copying: inc32/openssl/stack.h to C:/MinGW/msys/1.0/nginx-Source/nginx/objs/lib/openssl-1.0.2q/openssl/include/openssl/stack.h Copying: inc32/openssl/symhacks.h to C:/MinGW/msys/1.0/nginx-Source/nginx/objs/lib/openssl-1.0.2q/openssl/include/openssl/symhacks.h Copying: inc32/openssl/tls1.h to C:/MinGW/msys/1.0/nginx-Source/nginx/objs/lib/openssl-1.0.2q/openssl/include/openssl/tls1.h Copying: inc32/openssl/ts.h to C:/MinGW/msys/1.0/nginx-Source/nginx/objs/lib/openssl-1.0.2q/openssl/include/openssl/ts.h Copying: inc32/openssl/txt_db.h to C:/MinGW/msys/1.0/nginx-Source/nginx/objs/lib/openssl-1.0.2q/openssl/include/openssl/txt_db.h Copying: inc32/openssl/ui.h to C:/MinGW/msys/1.0/nginx-Source/nginx/objs/lib/openssl-1.0.2q/openssl/include/openssl/ui.h Copying: inc32/openssl/ui_compat.h to C:/MinGW/msys/1.0/nginx-Source/nginx/objs/lib/openssl-1.0.2q/openssl/include/openssl/ui_compat.h Copying: inc32/openssl/whrlpool.h to C:/MinGW/msys/1.0/nginx-Source/nginx/objs/lib/openssl-1.0.2q/openssl/include/openssl/whrlpool.h Copying: inc32/openssl/x509.h to C:/MinGW/msys/1.0/nginx-Source/nginx/objs/lib/openssl-1.0.2q/openssl/include/openssl/x509.h Copying: inc32/openssl/x509_vfy.h to C:/MinGW/msys/1.0/nginx-Source/nginx/objs/lib/openssl-1.0.2q/openssl/include/openssl/x509_vfy.h Copying: inc32/openssl/x509v3.h to C:/MinGW/msys/1.0/nginx-Source/nginx/objs/lib/openssl-1.0.2q/openssl/include/openssl/x509v3.h perl util/copy.pl "out32\openssl.exe" "C:\MinGW\msys\1.0\nginx-Source\nginx\objs\lib\openssl-1.0.2q\openssl\bin" Copying: out32/openssl.exe to C:/MinGW/msys/1.0/nginx-Source/nginx/objs/lib/openssl-1.0.2q/openssl/bin/openssl.exe perl util/mkdir-p.pl "C:\MinGW\msys\1.0\nginx-Source\nginx\objs\lib\openssl-1.0.2q\openssl\ssl" perl util/copy.pl apps\openssl.cnf "C:\MinGW\msys\1.0\nginx-Source\nginx\objs\lib\openssl-1.0.2q\openssl\ssl" Copying: apps/openssl.cnf to C:/MinGW/msys/1.0/nginx-Source/nginx/objs/lib/openssl-1.0.2q/openssl/ssl/openssl.cnf perl util/copy.pl "out32\ssleay32.lib" "C:\MinGW\msys\1.0\nginx-Source\nginx\objs\lib\openssl-1.0.2q\openssl\lib" Copying: out32/ssleay32.lib to C:/MinGW/msys/1.0/nginx-Source/nginx/objs/lib/openssl-1.0.2q/openssl/lib/ssleay32.lib perl util/copy.pl "out32\libeay32.lib" "C:\MinGW\msys\1.0\nginx-Source\nginx\objs\lib\openssl-1.0.2q\openssl\lib" Copying: out32/libeay32.lib to C:/MinGW/msys/1.0/nginx-Source/nginx/objs/lib/openssl-1.0.2q/openssl/lib/libeay32.lib cl -O2 -W4 -WX -nologo -MT -Zi -DFD_SETSIZE=1024 -DNO_SYS_TYPES_H -Ycngx_config.h -Fpobjs/ngx_config.pch -c -I src/core -I src/event -I src/event/modules -I src/os/win32 -I objs/lib/pcre-8.42 -I objs/lib/openssl-1.0.2q/openssl/include -I objs/lib/zlib-1.2.11 -I objs -I src/http -I src/http/modules -Foobjs/ngx_pch.obj objs/ngx_pch.c ngx_pch.c cl -c -O2 -W4 -WX -nologo -MT -Zi -DFD_SETSIZE=1024 -DNO_SYS_TYPES_H -Yungx_config.h -Fpobjs/ngx_config.pch -I src/core -I src/event -I src/event/modules -I src/os/win32 -I objs/lib/pcre-8.42 -I objs/lib/openssl-1.0.2q/openssl/include -I objs/lib/zlib-1.2.11 -I objs -I src/http -I src/http/modules -Foobjs/src/core/nginx.obj src/core/nginx.c nginx.c cl -c -O2 -W4 -WX -nologo -MT -Zi -DFD_SETSIZE=1024 -DNO_SYS_TYPES_H -Yungx_config.h -Fpobjs/ngx_config.pch -I src/core -I src/event -I src/event/modules -I src/os/win32 -I objs/lib/pcre-8.42 -I objs/lib/openssl-1.0.2q/openssl/include -I objs/lib/zlib-1.2.11 -I objs -I src/http -I src/http/modules -Foobjs/src/core/ngx_log.obj src/core/ngx_log.c ngx_log.c cl -c -O2 -W4 -WX -nologo -MT -Zi -DFD_SETSIZE=1024 -DNO_SYS_TYPES_H -Yungx_config.h -Fpobjs/ngx_config.pch -I src/core -I src/event -I src/event/modules -I src/os/win32 -I objs/lib/pcre-8.42 -I objs/lib/openssl-1.0.2q/openssl/include -I objs/lib/zlib-1.2.11 -I objs -I src/http -I src/http/modules -Foobjs/src/core/ngx_palloc.obj src/core/ngx_palloc.c ngx_palloc.c cl -c -O2 -W4 -WX -nologo -MT -Zi -DFD_SETSIZE=1024 -DNO_SYS_TYPES_H -Yungx_config.h -Fpobjs/ngx_config.pch -I src/core -I src/event -I src/event/modules -I src/os/win32 -I objs/lib/pcre-8.42 -I objs/lib/openssl-1.0.2q/openssl/include -I objs/lib/zlib-1.2.11 -I objs -I src/http -I src/http/modules -Foobjs/src/core/ngx_array.obj src/core/ngx_array.c ngx_array.c cl -c -O2 -W4 -WX -nologo -MT -Zi -DFD_SETSIZE=1024 -DNO_SYS_TYPES_H -Yungx_config.h -Fpobjs/ngx_config.pch -I src/core -I src/event -I src/event/modules -I src/os/win32 -I objs/lib/pcre-8.42 -I objs/lib/openssl-1.0.2q/openssl/include -I objs/lib/zlib-1.2.11 -I objs -I src/http -I src/http/modules -Foobjs/src/core/ngx_list.obj src/core/ngx_list.c ngx_list.c cl -c -O2 -W4 -WX -nologo -MT -Zi -DFD_SETSIZE=1024 -DNO_SYS_TYPES_H -Yungx_config.h -Fpobjs/ngx_config.pch -I src/core -I src/event -I src/event/modules -I src/os/win32 -I objs/lib/pcre-8.42 -I objs/lib/openssl-1.0.2q/openssl/include -I objs/lib/zlib-1.2.11 -I objs -I src/http -I src/http/modules -Foobjs/src/core/ngx_hash.obj src/core/ngx_hash.c ngx_hash.c cl -c -O2 -W4 -WX -nologo -MT -Zi -DFD_SETSIZE=1024 -DNO_SYS_TYPES_H -Yungx_config.h -Fpobjs/ngx_config.pch -I src/core -I src/event -I src/event/modules -I src/os/win32 -I objs/lib/pcre-8.42 -I objs/lib/openssl-1.0.2q/openssl/include -I objs/lib/zlib-1.2.11 -I objs -I src/http -I src/http/modules -Foobjs/src/core/ngx_buf.obj src/core/ngx_buf.c ngx_buf.c cl -c -O2 -W4 -WX -nologo -MT -Zi -DFD_SETSIZE=1024 -DNO_SYS_TYPES_H -Yungx_config.h -Fpobjs/ngx_config.pch -I src/core -I src/event -I src/event/modules -I src/os/win32 -I objs/lib/pcre-8.42 -I objs/lib/openssl-1.0.2q/openssl/include -I objs/lib/zlib-1.2.11 -I objs -I src/http -I src/http/modules -Foobjs/src/core/ngx_queue.obj src/core/ngx_queue.c ngx_queue.c cl -c -O2 -W4 -WX -nologo -MT -Zi -DFD_SETSIZE=1024 -DNO_SYS_TYPES_H -Yungx_config.h -Fpobjs/ngx_config.pch -I src/core -I src/event -I src/event/modules -I src/os/win32 -I objs/lib/pcre-8.42 -I objs/lib/openssl-1.0.2q/openssl/include -I objs/lib/zlib-1.2.11 -I objs -I src/http -I src/http/modules -Foobjs/src/core/ngx_output_chain.obj src/core/ngx_output_chain.c ngx_output_chain.c cl -c -O2 -W4 -WX -nologo -MT -Zi -DFD_SETSIZE=1024 -DNO_SYS_TYPES_H -Yungx_config.h -Fpobjs/ngx_config.pch -I src/core -I src/event -I src/event/modules -I src/os/win32 -I objs/lib/pcre-8.42 -I objs/lib/openssl-1.0.2q/openssl/include -I objs/lib/zlib-1.2.11 -I objs -I src/http -I src/http/modules -Foobjs/src/core/ngx_string.obj src/core/ngx_string.c ngx_string.c cl -c -O2 -W4 -WX -nologo -MT -Zi -DFD_SETSIZE=1024 -DNO_SYS_TYPES_H -Yungx_config.h -Fpobjs/ngx_config.pch -I src/core -I src/event -I src/event/modules -I src/os/win32 -I objs/lib/pcre-8.42 -I objs/lib/openssl-1.0.2q/openssl/include -I objs/lib/zlib-1.2.11 -I objs -I src/http -I src/http/modules -Foobjs/src/core/ngx_parse.obj src/core/ngx_parse.c ngx_parse.c cl -c -O2 -W4 -WX -nologo -MT -Zi -DFD_SETSIZE=1024 -DNO_SYS_TYPES_H -Yungx_config.h -Fpobjs/ngx_config.pch -I src/core -I src/event -I src/event/modules -I src/os/win32 -I objs/lib/pcre-8.42 -I objs/lib/openssl-1.0.2q/openssl/include -I objs/lib/zlib-1.2.11 -I objs -I src/http -I src/http/modules -Foobjs/src/core/ngx_parse_time.obj src/core/ngx_parse_time.c ngx_parse_time.c cl -c -O2 -W4 -WX -nologo -MT -Zi -DFD_SETSIZE=1024 -DNO_SYS_TYPES_H -Yungx_config.h -Fpobjs/ngx_config.pch -I src/core -I src/event -I src/event/modules -I src/os/win32 -I objs/lib/pcre-8.42 -I objs/lib/openssl-1.0.2q/openssl/include -I objs/lib/zlib-1.2.11 -I objs -I src/http -I src/http/modules -Foobjs/src/core/ngx_inet.obj src/core/ngx_inet.c ngx_inet.c cl -c -O2 -W4 -WX -nologo -MT -Zi -DFD_SETSIZE=1024 -DNO_SYS_TYPES_H -Yungx_config.h -Fpobjs/ngx_config.pch -I src/core -I src/event -I src/event/modules -I src/os/win32 -I objs/lib/pcre-8.42 -I objs/lib/openssl-1.0.2q/openssl/include -I objs/lib/zlib-1.2.11 -I objs -I src/http -I src/http/modules -Foobjs/src/core/ngx_file.obj src/core/ngx_file.c ngx_file.c cl -c -O2 -W4 -WX -nologo -MT -Zi -DFD_SETSIZE=1024 -DNO_SYS_TYPES_H -Yungx_config.h -Fpobjs/ngx_config.pch -I src/core -I src/event -I src/event/modules -I src/os/win32 -I objs/lib/pcre-8.42 -I objs/lib/openssl-1.0.2q/openssl/include -I objs/lib/zlib-1.2.11 -I objs -I src/http -I src/http/modules -Foobjs/src/core/ngx_crc32.obj src/core/ngx_crc32.c ngx_crc32.c cl -c -O2 -W4 -WX -nologo -MT -Zi -DFD_SETSIZE=1024 -DNO_SYS_TYPES_H -Yungx_config.h -Fpobjs/ngx_config.pch -I src/core -I src/event -I src/event/modules -I src/os/win32 -I objs/lib/pcre-8.42 -I objs/lib/openssl-1.0.2q/openssl/include -I objs/lib/zlib-1.2.11 -I objs -I src/http -I src/http/modules -Foobjs/src/core/ngx_murmurhash.obj src/core/ngx_murmurhash.c ngx_murmurhash.c cl -c -O2 -W4 -WX -nologo -MT -Zi -DFD_SETSIZE=1024 -DNO_SYS_TYPES_H -Yungx_config.h -Fpobjs/ngx_config.pch -I src/core -I src/event -I src/event/modules -I src/os/win32 -I objs/lib/pcre-8.42 -I objs/lib/openssl-1.0.2q/openssl/include -I objs/lib/zlib-1.2.11 -I objs -I src/http -I src/http/modules -Foobjs/src/core/ngx_md5.obj src/core/ngx_md5.c ngx_md5.c cl -c -O2 -W4 -WX -nologo -MT -Zi -DFD_SETSIZE=1024 -DNO_SYS_TYPES_H -Yungx_config.h -Fpobjs/ngx_config.pch -I src/core -I src/event -I src/event/modules -I src/os/win32 -I objs/lib/pcre-8.42 -I objs/lib/openssl-1.0.2q/openssl/include -I objs/lib/zlib-1.2.11 -I objs -I src/http -I src/http/modules -Foobjs/src/core/ngx_sha1.obj src/core/ngx_sha1.c ngx_sha1.c cl -c -O2 -W4 -WX -nologo -MT -Zi -DFD_SETSIZE=1024 -DNO_SYS_TYPES_H -Yungx_config.h -Fpobjs/ngx_config.pch -I src/core -I src/event -I src/event/modules -I src/os/win32 -I objs/lib/pcre-8.42 -I objs/lib/openssl-1.0.2q/openssl/include -I objs/lib/zlib-1.2.11 -I objs -I src/http -I src/http/modules -Foobjs/src/core/ngx_rbtree.obj src/core/ngx_rbtree.c ngx_rbtree.c cl -c -O2 -W4 -WX -nologo -MT -Zi -DFD_SETSIZE=1024 -DNO_SYS_TYPES_H -Yungx_config.h -Fpobjs/ngx_config.pch -I src/core -I src/event -I src/event/modules -I src/os/win32 -I objs/lib/pcre-8.42 -I objs/lib/openssl-1.0.2q/openssl/include -I objs/lib/zlib-1.2.11 -I objs -I src/http -I src/http/modules -Foobjs/src/core/ngx_radix_tree.obj src/core/ngx_radix_tree.c ngx_radix_tree.c cl -c -O2 -W4 -WX -nologo -MT -Zi -DFD_SETSIZE=1024 -DNO_SYS_TYPES_H -Yungx_config.h -Fpobjs/ngx_config.pch -I src/core -I src/event -I src/event/modules -I src/os/win32 -I objs/lib/pcre-8.42 -I objs/lib/openssl-1.0.2q/openssl/include -I objs/lib/zlib-1.2.11 -I objs -I src/http -I src/http/modules -Foobjs/src/core/ngx_slab.obj src/core/ngx_slab.c ngx_slab.c cl -c -O2 -W4 -WX -nologo -MT -Zi -DFD_SETSIZE=1024 -DNO_SYS_TYPES_H -Yungx_config.h -Fpobjs/ngx_config.pch -I src/core -I src/event -I src/event/modules -I src/os/win32 -I objs/lib/pcre-8.42 -I objs/lib/openssl-1.0.2q/openssl/include -I objs/lib/zlib-1.2.11 -I objs -I src/http -I src/http/modules -Foobjs/src/core/ngx_times.obj src/core/ngx_times.c ngx_times.c cl -c -O2 -W4 -WX -nologo -MT -Zi -DFD_SETSIZE=1024 -DNO_SYS_TYPES_H -Yungx_config.h -Fpobjs/ngx_config.pch -I src/core -I src/event -I src/event/modules -I src/os/win32 -I objs/lib/pcre-8.42 -I objs/lib/openssl-1.0.2q/openssl/include -I objs/lib/zlib-1.2.11 -I objs -I src/http -I src/http/modules -Foobjs/src/core/ngx_shmtx.obj src/core/ngx_shmtx.c ngx_shmtx.c cl -c -O2 -W4 -WX -nologo -MT -Zi -DFD_SETSIZE=1024 -DNO_SYS_TYPES_H -Yungx_config.h -Fpobjs/ngx_config.pch -I src/core -I src/event -I src/event/modules -I src/os/win32 -I objs/lib/pcre-8.42 -I objs/lib/openssl-1.0.2q/openssl/include -I objs/lib/zlib-1.2.11 -I objs -I src/http -I src/http/modules -Foobjs/src/core/ngx_connection.obj src/core/ngx_connection.c ngx_connection.c cl -c -O2 -W4 -WX -nologo -MT -Zi -DFD_SETSIZE=1024 -DNO_SYS_TYPES_H -Yungx_config.h -Fpobjs/ngx_config.pch -I src/core -I src/event -I src/event/modules -I src/os/win32 -I objs/lib/pcre-8.42 -I objs/lib/openssl-1.0.2q/openssl/include -I objs/lib/zlib-1.2.11 -I objs -I src/http -I src/http/modules -Foobjs/src/core/ngx_cycle.obj src/core/ngx_cycle.c ngx_cycle.c cl -c -O2 -W4 -WX -nologo -MT -Zi -DFD_SETSIZE=1024 -DNO_SYS_TYPES_H -Yungx_config.h -Fpobjs/ngx_config.pch -I src/core -I src/event -I src/event/modules -I src/os/win32 -I objs/lib/pcre-8.42 -I objs/lib/openssl-1.0.2q/openssl/include -I objs/lib/zlib-1.2.11 -I objs -I src/http -I src/http/modules -Foobjs/src/core/ngx_spinlock.obj src/core/ngx_spinlock.c ngx_spinlock.c cl -c -O2 -W4 -WX -nologo -MT -Zi -DFD_SETSIZE=1024 -DNO_SYS_TYPES_H -Yungx_config.h -Fpobjs/ngx_config.pch -I src/core -I src/event -I src/event/modules -I src/os/win32 -I objs/lib/pcre-8.42 -I objs/lib/openssl-1.0.2q/openssl/include -I objs/lib/zlib-1.2.11 -I objs -I src/http -I src/http/modules -Foobjs/src/core/ngx_rwlock.obj src/core/ngx_rwlock.c ngx_rwlock.c cl -c -O2 -W4 -WX -nologo -MT -Zi -DFD_SETSIZE=1024 -DNO_SYS_TYPES_H -Yungx_config.h -Fpobjs/ngx_config.pch -I src/core -I src/event -I src/event/modules -I src/os/win32 -I objs/lib/pcre-8.42 -I objs/lib/openssl-1.0.2q/openssl/include -I objs/lib/zlib-1.2.11 -I objs -I src/http -I src/http/modules -Foobjs/src/core/ngx_cpuinfo.obj src/core/ngx_cpuinfo.c ngx_cpuinfo.c cl -c -O2 -W4 -WX -nologo -MT -Zi -DFD_SETSIZE=1024 -DNO_SYS_TYPES_H -Yungx_config.h -Fpobjs/ngx_config.pch -I src/core -I src/event -I src/event/modules -I src/os/win32 -I objs/lib/pcre-8.42 -I objs/lib/openssl-1.0.2q/openssl/include -I objs/lib/zlib-1.2.11 -I objs -I src/http -I src/http/modules -Foobjs/src/core/ngx_conf_file.obj src/core/ngx_conf_file.c ngx_conf_file.c cl -c -O2 -W4 -WX -nologo -MT -Zi -DFD_SETSIZE=1024 -DNO_SYS_TYPES_H -Yungx_config.h -Fpobjs/ngx_config.pch -I src/core -I src/event -I src/event/modules -I src/os/win32 -I objs/lib/pcre-8.42 -I objs/lib/openssl-1.0.2q/openssl/include -I objs/lib/zlib-1.2.11 -I objs -I src/http -I src/http/modules -Foobjs/src/core/ngx_module.obj src/core/ngx_module.c ngx_module.c cl -c -O2 -W4 -WX -nologo -MT -Zi -DFD_SETSIZE=1024 -DNO_SYS_TYPES_H -Yungx_config.h -Fpobjs/ngx_config.pch -I src/core -I src/event -I src/event/modules -I src/os/win32 -I objs/lib/pcre-8.42 -I objs/lib/openssl-1.0.2q/openssl/include -I objs/lib/zlib-1.2.11 -I objs -I src/http -I src/http/modules -Foobjs/src/core/ngx_resolver.obj src/core/ngx_resolver.c ngx_resolver.c cl -c -O2 -W4 -WX -nologo -MT -Zi -DFD_SETSIZE=1024 -DNO_SYS_TYPES_H -Yungx_config.h -Fpobjs/ngx_config.pch -I src/core -I src/event -I src/event/modules -I src/os/win32 -I objs/lib/pcre-8.42 -I objs/lib/openssl-1.0.2q/openssl/include -I objs/lib/zlib-1.2.11 -I objs -I src/http -I src/http/modules -Foobjs/src/core/ngx_open_file_cache.obj src/core/ngx_open_file_cache.c ngx_open_file_cache.c cl -c -O2 -W4 -WX -nologo -MT -Zi -DFD_SETSIZE=1024 -DNO_SYS_TYPES_H -Yungx_config.h -Fpobjs/ngx_config.pch -I src/core -I src/event -I src/event/modules -I src/os/win32 -I objs/lib/pcre-8.42 -I objs/lib/openssl-1.0.2q/openssl/include -I objs/lib/zlib-1.2.11 -I objs -I src/http -I src/http/modules -Foobjs/src/core/ngx_crypt.obj src/core/ngx_crypt.c ngx_crypt.c cl -c -O2 -W4 -WX -nologo -MT -Zi -DFD_SETSIZE=1024 -DNO_SYS_TYPES_H -Yungx_config.h -Fpobjs/ngx_config.pch -I src/core -I src/event -I src/event/modules -I src/os/win32 -I objs/lib/pcre-8.42 -I objs/lib/openssl-1.0.2q/openssl/include -I objs/lib/zlib-1.2.11 -I objs -I src/http -I src/http/modules -Foobjs/src/core/ngx_proxy_protocol.obj src/core/ngx_proxy_protocol.c ngx_proxy_protocol.c cl -c -O2 -W4 -WX -nologo -MT -Zi -DFD_SETSIZE=1024 -DNO_SYS_TYPES_H -Yungx_config.h -Fpobjs/ngx_config.pch -I src/core -I src/event -I src/event/modules -I src/os/win32 -I objs/lib/pcre-8.42 -I objs/lib/openssl-1.0.2q/openssl/include -I objs/lib/zlib-1.2.11 -I objs -I src/http -I src/http/modules -Foobjs/src/core/ngx_syslog.obj src/core/ngx_syslog.c ngx_syslog.c cl -c -O2 -W4 -WX -nologo -MT -Zi -DFD_SETSIZE=1024 -DNO_SYS_TYPES_H -Yungx_config.h -Fpobjs/ngx_config.pch -I src/core -I src/event -I src/event/modules -I src/os/win32 -I objs/lib/pcre-8.42 -I objs/lib/openssl-1.0.2q/openssl/include -I objs/lib/zlib-1.2.11 -I objs -I src/http -I src/http/modules -Foobjs/src/event/ngx_event.obj src/event/ngx_event.c ngx_event.c cl -c -O2 -W4 -WX -nologo -MT -Zi -DFD_SETSIZE=1024 -DNO_SYS_TYPES_H -Yungx_config.h -Fpobjs/ngx_config.pch -I src/core -I src/event -I src/event/modules -I src/os/win32 -I objs/lib/pcre-8.42 -I objs/lib/openssl-1.0.2q/openssl/include -I objs/lib/zlib-1.2.11 -I objs -I src/http -I src/http/modules -Foobjs/src/event/ngx_event_timer.obj src/event/ngx_event_timer.c ngx_event_timer.c cl -c -O2 -W4 -WX -nologo -MT -Zi -DFD_SETSIZE=1024 -DNO_SYS_TYPES_H -Yungx_config.h -Fpobjs/ngx_config.pch -I src/core -I src/event -I src/event/modules -I src/os/win32 -I objs/lib/pcre-8.42 -I objs/lib/openssl-1.0.2q/openssl/include -I objs/lib/zlib-1.2.11 -I objs -I src/http -I src/http/modules -Foobjs/src/event/ngx_event_posted.obj src/event/ngx_event_posted.c ngx_event_posted.c cl -c -O2 -W4 -WX -nologo -MT -Zi -DFD_SETSIZE=1024 -DNO_SYS_TYPES_H -Yungx_config.h -Fpobjs/ngx_config.pch -I src/core -I src/event -I src/event/modules -I src/os/win32 -I objs/lib/pcre-8.42 -I objs/lib/openssl-1.0.2q/openssl/include -I objs/lib/zlib-1.2.11 -I objs -I src/http -I src/http/modules -Foobjs/src/event/ngx_event_accept.obj src/event/ngx_event_accept.c ngx_event_accept.c cl -c -O2 -W4 -WX -nologo -MT -Zi -DFD_SETSIZE=1024 -DNO_SYS_TYPES_H -Yungx_config.h -Fpobjs/ngx_config.pch -I src/core -I src/event -I src/event/modules -I src/os/win32 -I objs/lib/pcre-8.42 -I objs/lib/openssl-1.0.2q/openssl/include -I objs/lib/zlib-1.2.11 -I objs -I src/http -I src/http/modules -Foobjs/src/event/ngx_event_udp.obj src/event/ngx_event_udp.c ngx_event_udp.c cl -c -O2 -W4 -WX -nologo -MT -Zi -DFD_SETSIZE=1024 -DNO_SYS_TYPES_H -Yungx_config.h -Fpobjs/ngx_config.pch -I src/core -I src/event -I src/event/modules -I src/os/win32 -I objs/lib/pcre-8.42 -I objs/lib/openssl-1.0.2q/openssl/include -I objs/lib/zlib-1.2.11 -I objs -I src/http -I src/http/modules -Foobjs/src/event/ngx_event_connect.obj src/event/ngx_event_connect.c ngx_event_connect.c cl -c -O2 -W4 -WX -nologo -MT -Zi -DFD_SETSIZE=1024 -DNO_SYS_TYPES_H -Yungx_config.h -Fpobjs/ngx_config.pch -I src/core -I src/event -I src/event/modules -I src/os/win32 -I objs/lib/pcre-8.42 -I objs/lib/openssl-1.0.2q/openssl/include -I objs/lib/zlib-1.2.11 -I objs -I src/http -I src/http/modules -Foobjs/src/event/ngx_event_pipe.obj src/event/ngx_event_pipe.c ngx_event_pipe.c cl -c -O2 -W4 -WX -nologo -MT -Zi -DFD_SETSIZE=1024 -DNO_SYS_TYPES_H -Yungx_config.h -Fpobjs/ngx_config.pch -I src/core -I src/event -I src/event/modules -I src/os/win32 -I objs/lib/pcre-8.42 -I objs/lib/openssl-1.0.2q/openssl/include -I objs/lib/zlib-1.2.11 -I objs -I src/http -I src/http/modules -Foobjs/src/os/win32/ngx_errno.obj src/os/win32/ngx_errno.c ngx_errno.c cl -c -O2 -W4 -WX -nologo -MT -Zi -DFD_SETSIZE=1024 -DNO_SYS_TYPES_H -Yungx_config.h -Fpobjs/ngx_config.pch -I src/core -I src/event -I src/event/modules -I src/os/win32 -I objs/lib/pcre-8.42 -I objs/lib/openssl-1.0.2q/openssl/include -I objs/lib/zlib-1.2.11 -I objs -I src/http -I src/http/modules -Foobjs/src/os/win32/ngx_alloc.obj src/os/win32/ngx_alloc.c ngx_alloc.c cl -c -O2 -W4 -WX -nologo -MT -Zi -DFD_SETSIZE=1024 -DNO_SYS_TYPES_H -Yungx_config.h -Fpobjs/ngx_config.pch -I src/core -I src/event -I src/event/modules -I src/os/win32 -I objs/lib/pcre-8.42 -I objs/lib/openssl-1.0.2q/openssl/include -I objs/lib/zlib-1.2.11 -I objs -I src/http -I src/http/modules -Foobjs/src/os/win32/ngx_files.obj src/os/win32/ngx_files.c ngx_files.c cl -c -O2 -W4 -WX -nologo -MT -Zi -DFD_SETSIZE=1024 -DNO_SYS_TYPES_H -Yungx_config.h -Fpobjs/ngx_config.pch -I src/core -I src/event -I src/event/modules -I src/os/win32 -I objs/lib/pcre-8.42 -I objs/lib/openssl-1.0.2q/openssl/include -I objs/lib/zlib-1.2.11 -I objs -I src/http -I src/http/modules -Foobjs/src/os/win32/ngx_shmem.obj src/os/win32/ngx_shmem.c ngx_shmem.c cl -c -O2 -W4 -WX -nologo -MT -Zi -DFD_SETSIZE=1024 -DNO_SYS_TYPES_H -Yungx_config.h -Fpobjs/ngx_config.pch -I src/core -I src/event -I src/event/modules -I src/os/win32 -I objs/lib/pcre-8.42 -I objs/lib/openssl-1.0.2q/openssl/include -I objs/lib/zlib-1.2.11 -I objs -I src/http -I src/http/modules -Foobjs/src/os/win32/ngx_time.obj src/os/win32/ngx_time.c ngx_time.c cl -c -O2 -W4 -WX -nologo -MT -Zi -DFD_SETSIZE=1024 -DNO_SYS_TYPES_H -Yungx_config.h -Fpobjs/ngx_config.pch -I src/core -I src/event -I src/event/modules -I src/os/win32 -I objs/lib/pcre-8.42 -I objs/lib/openssl-1.0.2q/openssl/include -I objs/lib/zlib-1.2.11 -I objs -I src/http -I src/http/modules -Foobjs/src/os/win32/ngx_process.obj src/os/win32/ngx_process.c ngx_process.c cl -c -O2 -W4 -WX -nologo -MT -Zi -DFD_SETSIZE=1024 -DNO_SYS_TYPES_H -Yungx_config.h -Fpobjs/ngx_config.pch -I src/core -I src/event -I src/event/modules -I src/os/win32 -I objs/lib/pcre-8.42 -I objs/lib/openssl-1.0.2q/openssl/include -I objs/lib/zlib-1.2.11 -I objs -I src/http -I src/http/modules -Foobjs/src/os/win32/ngx_thread.obj src/os/win32/ngx_thread.c ngx_thread.c cl -c -O2 -W4 -WX -nologo -MT -Zi -DFD_SETSIZE=1024 -DNO_SYS_TYPES_H -Yungx_config.h -Fpobjs/ngx_config.pch -I src/core -I src/event -I src/event/modules -I src/os/win32 -I objs/lib/pcre-8.42 -I objs/lib/openssl-1.0.2q/openssl/include -I objs/lib/zlib-1.2.11 -I objs -I src/http -I src/http/modules -Foobjs/src/os/win32/ngx_socket.obj src/os/win32/ngx_socket.c ngx_socket.c cl -c -O2 -W4 -WX -nologo -MT -Zi -DFD_SETSIZE=1024 -DNO_SYS_TYPES_H -Yungx_config.h -Fpobjs/ngx_config.pch -I src/core -I src/event -I src/event/modules -I src/os/win32 -I objs/lib/pcre-8.42 -I objs/lib/openssl-1.0.2q/openssl/include -I objs/lib/zlib-1.2.11 -I objs -I src/http -I src/http/modules -Foobjs/src/os/win32/ngx_wsarecv.obj src/os/win32/ngx_wsarecv.c ngx_wsarecv.c cl -c -O2 -W4 -WX -nologo -MT -Zi -DFD_SETSIZE=1024 -DNO_SYS_TYPES_H -Yungx_config.h -Fpobjs/ngx_config.pch -I src/core -I src/event -I src/event/modules -I src/os/win32 -I objs/lib/pcre-8.42 -I objs/lib/openssl-1.0.2q/openssl/include -I objs/lib/zlib-1.2.11 -I objs -I src/http -I src/http/modules -Foobjs/src/os/win32/ngx_wsarecv_chain.obj src/os/win32/ngx_wsarecv_chain.c ngx_wsarecv_chain.c cl -c -O2 -W4 -WX -nologo -MT -Zi -DFD_SETSIZE=1024 -DNO_SYS_TYPES_H -Yungx_config.h -Fpobjs/ngx_config.pch -I src/core -I src/event -I src/event/modules -I src/os/win32 -I objs/lib/pcre-8.42 -I objs/lib/openssl-1.0.2q/openssl/include -I objs/lib/zlib-1.2.11 -I objs -I src/http -I src/http/modules -Foobjs/src/os/win32/ngx_udp_wsarecv.obj src/os/win32/ngx_udp_wsarecv.c ngx_udp_wsarecv.c cl -c -O2 -W4 -WX -nologo -MT -Zi -DFD_SETSIZE=1024 -DNO_SYS_TYPES_H -Yungx_config.h -Fpobjs/ngx_config.pch -I src/core -I src/event -I src/event/modules -I src/os/win32 -I objs/lib/pcre-8.42 -I objs/lib/openssl-1.0.2q/openssl/include -I objs/lib/zlib-1.2.11 -I objs -I src/http -I src/http/modules -Foobjs/src/os/win32/ngx_wsasend.obj src/os/win32/ngx_wsasend.c ngx_wsasend.c cl -c -O2 -W4 -WX -nologo -MT -Zi -DFD_SETSIZE=1024 -DNO_SYS_TYPES_H -Yungx_config.h -Fpobjs/ngx_config.pch -I src/core -I src/event -I src/event/modules -I src/os/win32 -I objs/lib/pcre-8.42 -I objs/lib/openssl-1.0.2q/openssl/include -I objs/lib/zlib-1.2.11 -I objs -I src/http -I src/http/modules -Foobjs/src/os/win32/ngx_wsasend_chain.obj src/os/win32/ngx_wsasend_chain.c ngx_wsasend_chain.c cl -c -O2 -W4 -WX -nologo -MT -Zi -DFD_SETSIZE=1024 -DNO_SYS_TYPES_H -Yungx_config.h -Fpobjs/ngx_config.pch -I src/core -I src/event -I src/event/modules -I src/os/win32 -I objs/lib/pcre-8.42 -I objs/lib/openssl-1.0.2q/openssl/include -I objs/lib/zlib-1.2.11 -I objs -I src/http -I src/http/modules -Foobjs/src/os/win32/ngx_win32_init.obj src/os/win32/ngx_win32_init.c ngx_win32_init.c cl -c -O2 -W4 -WX -nologo -MT -Zi -DFD_SETSIZE=1024 -DNO_SYS_TYPES_H -Yungx_config.h -Fpobjs/ngx_config.pch -I src/core -I src/event -I src/event/modules -I src/os/win32 -I objs/lib/pcre-8.42 -I objs/lib/openssl-1.0.2q/openssl/include -I objs/lib/zlib-1.2.11 -I objs -I src/http -I src/http/modules -Foobjs/src/os/win32/ngx_user.obj src/os/win32/ngx_user.c ngx_user.c cl -c -O2 -W4 -WX -nologo -MT -Zi -DFD_SETSIZE=1024 -DNO_SYS_TYPES_H -Yungx_config.h -Fpobjs/ngx_config.pch -I src/core -I src/event -I src/event/modules -I src/os/win32 -I objs/lib/pcre-8.42 -I objs/lib/openssl-1.0.2q/openssl/include -I objs/lib/zlib-1.2.11 -I objs -I src/http -I src/http/modules -Foobjs/src/os/win32/ngx_dlopen.obj src/os/win32/ngx_dlopen.c ngx_dlopen.c cl -c -O2 -W4 -WX -nologo -MT -Zi -DFD_SETSIZE=1024 -DNO_SYS_TYPES_H -Yungx_config.h -Fpobjs/ngx_config.pch -I src/core -I src/event -I src/event/modules -I src/os/win32 -I objs/lib/pcre-8.42 -I objs/lib/openssl-1.0.2q/openssl/include -I objs/lib/zlib-1.2.11 -I objs -I src/http -I src/http/modules -Foobjs/src/os/win32/ngx_event_log.obj src/os/win32/ngx_event_log.c ngx_event_log.c cl -c -O2 -W4 -WX -nologo -MT -Zi -DFD_SETSIZE=1024 -DNO_SYS_TYPES_H -Yungx_config.h -Fpobjs/ngx_config.pch -I src/core -I src/event -I src/event/modules -I src/os/win32 -I objs/lib/pcre-8.42 -I objs/lib/openssl-1.0.2q/openssl/include -I objs/lib/zlib-1.2.11 -I objs -I src/http -I src/http/modules -Foobjs/src/os/win32/ngx_process_cycle.obj src/os/win32/ngx_process_cycle.c ngx_process_cycle.c cl -c -O2 -W4 -WX -nologo -MT -Zi -DFD_SETSIZE=1024 -DNO_SYS_TYPES_H -Yungx_config.h -Fpobjs/ngx_config.pch -I src/core -I src/event -I src/event/modules -I src/os/win32 -I objs/lib/pcre-8.42 -I objs/lib/openssl-1.0.2q/openssl/include -I objs/lib/zlib-1.2.11 -I objs -I src/http -I src/http/modules -Foobjs/src/event/ngx_event_acceptex.obj src/event/ngx_event_acceptex.c ngx_event_acceptex.c cl -c -O2 -W4 -WX -nologo -MT -Zi -DFD_SETSIZE=1024 -DNO_SYS_TYPES_H -Yungx_config.h -Fpobjs/ngx_config.pch -I src/core -I src/event -I src/event/modules -I src/os/win32 -I objs/lib/pcre-8.42 -I objs/lib/openssl-1.0.2q/openssl/include -I objs/lib/zlib-1.2.11 -I objs -I src/http -I src/http/modules -Foobjs/src/event/modules/ngx_iocp_module.obj src/event/modules/ngx_iocp_module.c ngx_iocp_module.c cl -c -O2 -W4 -WX -nologo -MT -Zi -DFD_SETSIZE=1024 -DNO_SYS_TYPES_H -Yungx_config.h -Fpobjs/ngx_config.pch -I src/core -I src/event -I src/event/modules -I src/os/win32 -I objs/lib/pcre-8.42 -I objs/lib/openssl-1.0.2q/openssl/include -I objs/lib/zlib-1.2.11 -I objs -I src/http -I src/http/modules -Foobjs/src/event/modules/ngx_win32_select_module.obj src/event/modules/ngx_win32_select_module.c ngx_win32_select_module.c cl -c -O2 -W4 -WX -nologo -MT -Zi -DFD_SETSIZE=1024 -DNO_SYS_TYPES_H -Yungx_config.h -Fpobjs/ngx_config.pch -I src/core -I src/event -I src/event/modules -I src/os/win32 -I objs/lib/pcre-8.42 -I objs/lib/openssl-1.0.2q/openssl/include -I objs/lib/zlib-1.2.11 -I objs -I src/http -I src/http/modules -Foobjs/src/event/modules/ngx_win32_poll_module.obj src/event/modules/ngx_win32_poll_module.c ngx_win32_poll_module.c cl -c -O2 -W4 -WX -nologo -MT -Zi -DFD_SETSIZE=1024 -DNO_SYS_TYPES_H -Yungx_config.h -Fpobjs/ngx_config.pch -I src/core -I src/event -I src/event/modules -I src/os/win32 -I objs/lib/pcre-8.42 -I objs/lib/openssl-1.0.2q/openssl/include -I objs/lib/zlib-1.2.11 -I objs -I src/http -I src/http/modules -Foobjs/src/event/ngx_event_openssl.obj src/event/ngx_event_openssl.c ngx_event_openssl.c cl -c -O2 -W4 -WX -nologo -MT -Zi -DFD_SETSIZE=1024 -DNO_SYS_TYPES_H -Yungx_config.h -Fpobjs/ngx_config.pch -I src/core -I src/event -I src/event/modules -I src/os/win32 -I objs/lib/pcre-8.42 -I objs/lib/openssl-1.0.2q/openssl/include -I objs/lib/zlib-1.2.11 -I objs -I src/http -I src/http/modules -Foobjs/src/event/ngx_event_openssl_stapling.obj src/event/ngx_event_openssl_stapling.c ngx_event_openssl_stapling.c cl -c -O2 -W4 -WX -nologo -MT -Zi -DFD_SETSIZE=1024 -DNO_SYS_TYPES_H -Yungx_config.h -Fpobjs/ngx_config.pch -I src/core -I src/event -I src/event/modules -I src/os/win32 -I objs/lib/pcre-8.42 -I objs/lib/openssl-1.0.2q/openssl/include -I objs/lib/zlib-1.2.11 -I objs -I src/http -I src/http/modules -Foobjs/src/core/ngx_regex.obj src/core/ngx_regex.c ngx_regex.c cl -c -O2 -W4 -WX -nologo -MT -Zi -DFD_SETSIZE=1024 -DNO_SYS_TYPES_H -Yungx_config.h -Fpobjs/ngx_config.pch -I src/core -I src/event -I src/event/modules -I src/os/win32 -I objs/lib/pcre-8.42 -I objs/lib/openssl-1.0.2q/openssl/include -I objs/lib/zlib-1.2.11 -I objs -I src/http -I src/http/modules -Foobjs/src/http/ngx_http.obj src/http/ngx_http.c ngx_http.c cl -c -O2 -W4 -WX -nologo -MT -Zi -DFD_SETSIZE=1024 -DNO_SYS_TYPES_H -Yungx_config.h -Fpobjs/ngx_config.pch -I src/core -I src/event -I src/event/modules -I src/os/win32 -I objs/lib/pcre-8.42 -I objs/lib/openssl-1.0.2q/openssl/include -I objs/lib/zlib-1.2.11 -I objs -I src/http -I src/http/modules -Foobjs/src/http/ngx_http_core_module.obj src/http/ngx_http_core_module.c ngx_http_core_module.c cl -c -O2 -W4 -WX -nologo -MT -Zi -DFD_SETSIZE=1024 -DNO_SYS_TYPES_H -Yungx_config.h -Fpobjs/ngx_config.pch -I src/core -I src/event -I src/event/modules -I src/os/win32 -I objs/lib/pcre-8.42 -I objs/lib/openssl-1.0.2q/openssl/include -I objs/lib/zlib-1.2.11 -I objs -I src/http -I src/http/modules -Foobjs/src/http/ngx_http_special_response.obj src/http/ngx_http_special_response.c ngx_http_special_response.c cl -c -O2 -W4 -WX -nologo -MT -Zi -DFD_SETSIZE=1024 -DNO_SYS_TYPES_H -Yungx_config.h -Fpobjs/ngx_config.pch -I src/core -I src/event -I src/event/modules -I src/os/win32 -I objs/lib/pcre-8.42 -I objs/lib/openssl-1.0.2q/openssl/include -I objs/lib/zlib-1.2.11 -I objs -I src/http -I src/http/modules -Foobjs/src/http/ngx_http_request.obj src/http/ngx_http_request.c ngx_http_request.c cl -c -O2 -W4 -WX -nologo -MT -Zi -DFD_SETSIZE=1024 -DNO_SYS_TYPES_H -Yungx_config.h -Fpobjs/ngx_config.pch -I src/core -I src/event -I src/event/modules -I src/os/win32 -I objs/lib/pcre-8.42 -I objs/lib/openssl-1.0.2q/openssl/include -I objs/lib/zlib-1.2.11 -I objs -I src/http -I src/http/modules -Foobjs/src/http/ngx_http_parse.obj src/http/ngx_http_parse.c ngx_http_parse.c cl -c -O2 -W4 -WX -nologo -MT -Zi -DFD_SETSIZE=1024 -DNO_SYS_TYPES_H -Yungx_config.h -Fpobjs/ngx_config.pch -I src/core -I src/event -I src/event/modules -I src/os/win32 -I objs/lib/pcre-8.42 -I objs/lib/openssl-1.0.2q/openssl/include -I objs/lib/zlib-1.2.11 -I objs -I src/http -I src/http/modules -Foobjs/src/http/modules/ngx_http_log_module.obj src/http/modules/ngx_http_log_module.c ngx_http_log_module.c cl -c -O2 -W4 -WX -nologo -MT -Zi -DFD_SETSIZE=1024 -DNO_SYS_TYPES_H -Yungx_config.h -Fpobjs/ngx_config.pch -I src/core -I src/event -I src/event/modules -I src/os/win32 -I objs/lib/pcre-8.42 -I objs/lib/openssl-1.0.2q/openssl/include -I objs/lib/zlib-1.2.11 -I objs -I src/http -I src/http/modules -Foobjs/src/http/ngx_http_request_body.obj src/http/ngx_http_request_body.c ngx_http_request_body.c cl -c -O2 -W4 -WX -nologo -MT -Zi -DFD_SETSIZE=1024 -DNO_SYS_TYPES_H -Yungx_config.h -Fpobjs/ngx_config.pch -I src/core -I src/event -I src/event/modules -I src/os/win32 -I objs/lib/pcre-8.42 -I objs/lib/openssl-1.0.2q/openssl/include -I objs/lib/zlib-1.2.11 -I objs -I src/http -I src/http/modules -Foobjs/src/http/ngx_http_variables.obj src/http/ngx_http_variables.c ngx_http_variables.c cl -c -O2 -W4 -WX -nologo -MT -Zi -DFD_SETSIZE=1024 -DNO_SYS_TYPES_H -Yungx_config.h -Fpobjs/ngx_config.pch -I src/core -I src/event -I src/event/modules -I src/os/win32 -I objs/lib/pcre-8.42 -I objs/lib/openssl-1.0.2q/openssl/include -I objs/lib/zlib-1.2.11 -I objs -I src/http -I src/http/modules -Foobjs/src/http/ngx_http_script.obj src/http/ngx_http_script.c ngx_http_script.c cl -c -O2 -W4 -WX -nologo -MT -Zi -DFD_SETSIZE=1024 -DNO_SYS_TYPES_H -Yungx_config.h -Fpobjs/ngx_config.pch -I src/core -I src/event -I src/event/modules -I src/os/win32 -I objs/lib/pcre-8.42 -I objs/lib/openssl-1.0.2q/openssl/include -I objs/lib/zlib-1.2.11 -I objs -I src/http -I src/http/modules -Foobjs/src/http/ngx_http_upstream.obj src/http/ngx_http_upstream.c ngx_http_upstream.c cl -c -O2 -W4 -WX -nologo -MT -Zi -DFD_SETSIZE=1024 -DNO_SYS_TYPES_H -Yungx_config.h -Fpobjs/ngx_config.pch -I src/core -I src/event -I src/event/modules -I src/os/win32 -I objs/lib/pcre-8.42 -I objs/lib/openssl-1.0.2q/openssl/include -I objs/lib/zlib-1.2.11 -I objs -I src/http -I src/http/modules -Foobjs/src/http/ngx_http_upstream_round_robin.obj src/http/ngx_http_upstream_round_robin.c ngx_http_upstream_round_robin.c cl -c -O2 -W4 -WX -nologo -MT -Zi -DFD_SETSIZE=1024 -DNO_SYS_TYPES_H -Yungx_config.h -Fpobjs/ngx_config.pch -I src/core -I src/event -I src/event/modules -I src/os/win32 -I objs/lib/pcre-8.42 -I objs/lib/openssl-1.0.2q/openssl/include -I objs/lib/zlib-1.2.11 -I objs -I src/http -I src/http/modules -Foobjs/src/http/ngx_http_file_cache.obj src/http/ngx_http_file_cache.c ngx_http_file_cache.c cl -c -O2 -W4 -WX -nologo -MT -Zi -DFD_SETSIZE=1024 -DNO_SYS_TYPES_H -Yungx_config.h -Fpobjs/ngx_config.pch -I src/core -I src/event -I src/event/modules -I src/os/win32 -I objs/lib/pcre-8.42 -I objs/lib/openssl-1.0.2q/openssl/include -I objs/lib/zlib-1.2.11 -I objs -I src/http -I src/http/modules -Foobjs/src/http/ngx_http_write_filter_module.obj src/http/ngx_http_write_filter_module.c ngx_http_write_filter_module.c cl -c -O2 -W4 -WX -nologo -MT -Zi -DFD_SETSIZE=1024 -DNO_SYS_TYPES_H -Yungx_config.h -Fpobjs/ngx_config.pch -I src/core -I src/event -I src/event/modules -I src/os/win32 -I objs/lib/pcre-8.42 -I objs/lib/openssl-1.0.2q/openssl/include -I objs/lib/zlib-1.2.11 -I objs -I src/http -I src/http/modules -Foobjs/src/http/ngx_http_header_filter_module.obj src/http/ngx_http_header_filter_module.c ngx_http_header_filter_module.c cl -c -O2 -W4 -WX -nologo -MT -Zi -DFD_SETSIZE=1024 -DNO_SYS_TYPES_H -Yungx_config.h -Fpobjs/ngx_config.pch -I src/core -I src/event -I src/event/modules -I src/os/win32 -I objs/lib/pcre-8.42 -I objs/lib/openssl-1.0.2q/openssl/include -I objs/lib/zlib-1.2.11 -I objs -I src/http -I src/http/modules -Foobjs/src/http/modules/ngx_http_chunked_filter_module.obj src/http/modules/ngx_http_chunked_filter_module.c ngx_http_chunked_filter_module.c cl -c -O2 -W4 -WX -nologo -MT -Zi -DFD_SETSIZE=1024 -DNO_SYS_TYPES_H -Yungx_config.h -Fpobjs/ngx_config.pch -I src/core -I src/event -I src/event/modules -I src/os/win32 -I objs/lib/pcre-8.42 -I objs/lib/openssl-1.0.2q/openssl/include -I objs/lib/zlib-1.2.11 -I objs -I src/http -I src/http/modules -Foobjs/src/http/modules/ngx_http_range_filter_module.obj src/http/modules/ngx_http_range_filter_module.c ngx_http_range_filter_module.c cl -c -O2 -W4 -WX -nologo -MT -Zi -DFD_SETSIZE=1024 -DNO_SYS_TYPES_H -Yungx_config.h -Fpobjs/ngx_config.pch -I src/core -I src/event -I src/event/modules -I src/os/win32 -I objs/lib/pcre-8.42 -I objs/lib/openssl-1.0.2q/openssl/include -I objs/lib/zlib-1.2.11 -I objs -I src/http -I src/http/modules -Foobjs/src/http/modules/ngx_http_gzip_filter_module.obj src/http/modules/ngx_http_gzip_filter_module.c ngx_http_gzip_filter_module.c cl -c -O2 -W4 -WX -nologo -MT -Zi -DFD_SETSIZE=1024 -DNO_SYS_TYPES_H -Yungx_config.h -Fpobjs/ngx_config.pch -I src/core -I src/event -I src/event/modules -I src/os/win32 -I objs/lib/pcre-8.42 -I objs/lib/openssl-1.0.2q/openssl/include -I objs/lib/zlib-1.2.11 -I objs -I src/http -I src/http/modules -Foobjs/src/http/ngx_http_postpone_filter_module.obj src/http/ngx_http_postpone_filter_module.c ngx_http_postpone_filter_module.c cl -c -O2 -W4 -WX -nologo -MT -Zi -DFD_SETSIZE=1024 -DNO_SYS_TYPES_H -Yungx_config.h -Fpobjs/ngx_config.pch -I src/core -I src/event -I src/event/modules -I src/os/win32 -I objs/lib/pcre-8.42 -I objs/lib/openssl-1.0.2q/openssl/include -I objs/lib/zlib-1.2.11 -I objs -I src/http -I src/http/modules -Foobjs/src/http/modules/ngx_http_ssi_filter_module.obj src/http/modules/ngx_http_ssi_filter_module.c ngx_http_ssi_filter_module.c cl -c -O2 -W4 -WX -nologo -MT -Zi -DFD_SETSIZE=1024 -DNO_SYS_TYPES_H -Yungx_config.h -Fpobjs/ngx_config.pch -I src/core -I src/event -I src/event/modules -I src/os/win32 -I objs/lib/pcre-8.42 -I objs/lib/openssl-1.0.2q/openssl/include -I objs/lib/zlib-1.2.11 -I objs -I src/http -I src/http/modules -Foobjs/src/http/modules/ngx_http_charset_filter_module.obj src/http/modules/ngx_http_charset_filter_module.c ngx_http_charset_filter_module.c cl -c -O2 -W4 -WX -nologo -MT -Zi -DFD_SETSIZE=1024 -DNO_SYS_TYPES_H -Yungx_config.h -Fpobjs/ngx_config.pch -I src/core -I src/event -I src/event/modules -I src/os/win32 -I objs/lib/pcre-8.42 -I objs/lib/openssl-1.0.2q/openssl/include -I objs/lib/zlib-1.2.11 -I objs -I src/http -I src/http/modules -Foobjs/src/http/modules/ngx_http_userid_filter_module.obj src/http/modules/ngx_http_userid_filter_module.c ngx_http_userid_filter_module.c cl -c -O2 -W4 -WX -nologo -MT -Zi -DFD_SETSIZE=1024 -DNO_SYS_TYPES_H -Yungx_config.h -Fpobjs/ngx_config.pch -I src/core -I src/event -I src/event/modules -I src/os/win32 -I objs/lib/pcre-8.42 -I objs/lib/openssl-1.0.2q/openssl/include -I objs/lib/zlib-1.2.11 -I objs -I src/http -I src/http/modules -Foobjs/src/http/modules/ngx_http_headers_filter_module.obj src/http/modules/ngx_http_headers_filter_module.c ngx_http_headers_filter_module.c cl -c -O2 -W4 -WX -nologo -MT -Zi -DFD_SETSIZE=1024 -DNO_SYS_TYPES_H -Yungx_config.h -Fpobjs/ngx_config.pch -I src/core -I src/event -I src/event/modules -I src/os/win32 -I objs/lib/pcre-8.42 -I objs/lib/openssl-1.0.2q/openssl/include -I objs/lib/zlib-1.2.11 -I objs -I src/http -I src/http/modules -Foobjs/src/http/ngx_http_copy_filter_module.obj src/http/ngx_http_copy_filter_module.c ngx_http_copy_filter_module.c cl -c -O2 -W4 -WX -nologo -MT -Zi -DFD_SETSIZE=1024 -DNO_SYS_TYPES_H -Yungx_config.h -Fpobjs/ngx_config.pch -I src/core -I src/event -I src/event/modules -I src/os/win32 -I objs/lib/pcre-8.42 -I objs/lib/openssl-1.0.2q/openssl/include -I objs/lib/zlib-1.2.11 -I objs -I src/http -I src/http/modules -Foobjs/src/http/modules/ngx_http_not_modified_filter_module.obj src/http/modules/ngx_http_not_modified_filter_module.c ngx_http_not_modified_filter_module.c cl -c -O2 -W4 -WX -nologo -MT -Zi -DFD_SETSIZE=1024 -DNO_SYS_TYPES_H -Yungx_config.h -Fpobjs/ngx_config.pch -I src/core -I src/event -I src/event/modules -I src/os/win32 -I objs/lib/pcre-8.42 -I objs/lib/openssl-1.0.2q/openssl/include -I objs/lib/zlib-1.2.11 -I objs -I src/http -I src/http/modules -Foobjs/src/http/modules/ngx_http_static_module.obj src/http/modules/ngx_http_static_module.c ngx_http_static_module.c cl -c -O2 -W4 -WX -nologo -MT -Zi -DFD_SETSIZE=1024 -DNO_SYS_TYPES_H -Yungx_config.h -Fpobjs/ngx_config.pch -I src/core -I src/event -I src/event/modules -I src/os/win32 -I objs/lib/pcre-8.42 -I objs/lib/openssl-1.0.2q/openssl/include -I objs/lib/zlib-1.2.11 -I objs -I src/http -I src/http/modules -Foobjs/src/http/modules/ngx_http_autoindex_module.obj src/http/modules/ngx_http_autoindex_module.c ngx_http_autoindex_module.c cl -c -O2 -W4 -WX -nologo -MT -Zi -DFD_SETSIZE=1024 -DNO_SYS_TYPES_H -Yungx_config.h -Fpobjs/ngx_config.pch -I src/core -I src/event -I src/event/modules -I src/os/win32 -I objs/lib/pcre-8.42 -I objs/lib/openssl-1.0.2q/openssl/include -I objs/lib/zlib-1.2.11 -I objs -I src/http -I src/http/modules -Foobjs/src/http/modules/ngx_http_index_module.obj src/http/modules/ngx_http_index_module.c ngx_http_index_module.c cl -c -O2 -W4 -WX -nologo -MT -Zi -DFD_SETSIZE=1024 -DNO_SYS_TYPES_H -Yungx_config.h -Fpobjs/ngx_config.pch -I src/core -I src/event -I src/event/modules -I src/os/win32 -I objs/lib/pcre-8.42 -I objs/lib/openssl-1.0.2q/openssl/include -I objs/lib/zlib-1.2.11 -I objs -I src/http -I src/http/modules -Foobjs/src/http/modules/ngx_http_mirror_module.obj src/http/modules/ngx_http_mirror_module.c ngx_http_mirror_module.c cl -c -O2 -W4 -WX -nologo -MT -Zi -DFD_SETSIZE=1024 -DNO_SYS_TYPES_H -Yungx_config.h -Fpobjs/ngx_config.pch -I src/core -I src/event -I src/event/modules -I src/os/win32 -I objs/lib/pcre-8.42 -I objs/lib/openssl-1.0.2q/openssl/include -I objs/lib/zlib-1.2.11 -I objs -I src/http -I src/http/modules -Foobjs/src/http/modules/ngx_http_try_files_module.obj src/http/modules/ngx_http_try_files_module.c ngx_http_try_files_module.c cl -c -O2 -W4 -WX -nologo -MT -Zi -DFD_SETSIZE=1024 -DNO_SYS_TYPES_H -Yungx_config.h -Fpobjs/ngx_config.pch -I src/core -I src/event -I src/event/modules -I src/os/win32 -I objs/lib/pcre-8.42 -I objs/lib/openssl-1.0.2q/openssl/include -I objs/lib/zlib-1.2.11 -I objs -I src/http -I src/http/modules -Foobjs/src/http/modules/ngx_http_auth_basic_module.obj src/http/modules/ngx_http_auth_basic_module.c ngx_http_auth_basic_module.c cl -c -O2 -W4 -WX -nologo -MT -Zi -DFD_SETSIZE=1024 -DNO_SYS_TYPES_H -Yungx_config.h -Fpobjs/ngx_config.pch -I src/core -I src/event -I src/event/modules -I src/os/win32 -I objs/lib/pcre-8.42 -I objs/lib/openssl-1.0.2q/openssl/include -I objs/lib/zlib-1.2.11 -I objs -I src/http -I src/http/modules -Foobjs/src/http/modules/ngx_http_access_module.obj src/http/modules/ngx_http_access_module.c ngx_http_access_module.c cl -c -O2 -W4 -WX -nologo -MT -Zi -DFD_SETSIZE=1024 -DNO_SYS_TYPES_H -Yungx_config.h -Fpobjs/ngx_config.pch -I src/core -I src/event -I src/event/modules -I src/os/win32 -I objs/lib/pcre-8.42 -I objs/lib/openssl-1.0.2q/openssl/include -I objs/lib/zlib-1.2.11 -I objs -I src/http -I src/http/modules -Foobjs/src/http/modules/ngx_http_limit_conn_module.obj src/http/modules/ngx_http_limit_conn_module.c ngx_http_limit_conn_module.c cl -c -O2 -W4 -WX -nologo -MT -Zi -DFD_SETSIZE=1024 -DNO_SYS_TYPES_H -Yungx_config.h -Fpobjs/ngx_config.pch -I src/core -I src/event -I src/event/modules -I src/os/win32 -I objs/lib/pcre-8.42 -I objs/lib/openssl-1.0.2q/openssl/include -I objs/lib/zlib-1.2.11 -I objs -I src/http -I src/http/modules -Foobjs/src/http/modules/ngx_http_limit_req_module.obj src/http/modules/ngx_http_limit_req_module.c ngx_http_limit_req_module.c cl -c -O2 -W4 -WX -nologo -MT -Zi -DFD_SETSIZE=1024 -DNO_SYS_TYPES_H -Yungx_config.h -Fpobjs/ngx_config.pch -I src/core -I src/event -I src/event/modules -I src/os/win32 -I objs/lib/pcre-8.42 -I objs/lib/openssl-1.0.2q/openssl/include -I objs/lib/zlib-1.2.11 -I objs -I src/http -I src/http/modules -Foobjs/src/http/modules/ngx_http_geo_module.obj src/http/modules/ngx_http_geo_module.c ngx_http_geo_module.c cl -c -O2 -W4 -WX -nologo -MT -Zi -DFD_SETSIZE=1024 -DNO_SYS_TYPES_H -Yungx_config.h -Fpobjs/ngx_config.pch -I src/core -I src/event -I src/event/modules -I src/os/win32 -I objs/lib/pcre-8.42 -I objs/lib/openssl-1.0.2q/openssl/include -I objs/lib/zlib-1.2.11 -I objs -I src/http -I src/http/modules -Foobjs/src/http/modules/ngx_http_map_module.obj src/http/modules/ngx_http_map_module.c ngx_http_map_module.c cl -c -O2 -W4 -WX -nologo -MT -Zi -DFD_SETSIZE=1024 -DNO_SYS_TYPES_H -Yungx_config.h -Fpobjs/ngx_config.pch -I src/core -I src/event -I src/event/modules -I src/os/win32 -I objs/lib/pcre-8.42 -I objs/lib/openssl-1.0.2q/openssl/include -I objs/lib/zlib-1.2.11 -I objs -I src/http -I src/http/modules -Foobjs/src/http/modules/ngx_http_split_clients_module.obj src/http/modules/ngx_http_split_clients_module.c ngx_http_split_clients_module.c cl -c -O2 -W4 -WX -nologo -MT -Zi -DFD_SETSIZE=1024 -DNO_SYS_TYPES_H -Yungx_config.h -Fpobjs/ngx_config.pch -I src/core -I src/event -I src/event/modules -I src/os/win32 -I objs/lib/pcre-8.42 -I objs/lib/openssl-1.0.2q/openssl/include -I objs/lib/zlib-1.2.11 -I objs -I src/http -I src/http/modules -Foobjs/src/http/modules/ngx_http_referer_module.obj src/http/modules/ngx_http_referer_module.c ngx_http_referer_module.c cl -c -O2 -W4 -WX -nologo -MT -Zi -DFD_SETSIZE=1024 -DNO_SYS_TYPES_H -Yungx_config.h -Fpobjs/ngx_config.pch -I src/core -I src/event -I src/event/modules -I src/os/win32 -I objs/lib/pcre-8.42 -I objs/lib/openssl-1.0.2q/openssl/include -I objs/lib/zlib-1.2.11 -I objs -I src/http -I src/http/modules -Foobjs/src/http/modules/ngx_http_rewrite_module.obj src/http/modules/ngx_http_rewrite_module.c ngx_http_rewrite_module.c cl -c -O2 -W4 -WX -nologo -MT -Zi -DFD_SETSIZE=1024 -DNO_SYS_TYPES_H -Yungx_config.h -Fpobjs/ngx_config.pch -I src/core -I src/event -I src/event/modules -I src/os/win32 -I objs/lib/pcre-8.42 -I objs/lib/openssl-1.0.2q/openssl/include -I objs/lib/zlib-1.2.11 -I objs -I src/http -I src/http/modules -Foobjs/src/http/modules/ngx_http_ssl_module.obj src/http/modules/ngx_http_ssl_module.c ngx_http_ssl_module.c cl -c -O2 -W4 -WX -nologo -MT -Zi -DFD_SETSIZE=1024 -DNO_SYS_TYPES_H -Yungx_config.h -Fpobjs/ngx_config.pch -I src/core -I src/event -I src/event/modules -I src/os/win32 -I objs/lib/pcre-8.42 -I objs/lib/openssl-1.0.2q/openssl/include -I objs/lib/zlib-1.2.11 -I objs -I src/http -I src/http/modules -Foobjs/src/http/modules/ngx_http_proxy_module.obj src/http/modules/ngx_http_proxy_module.c ngx_http_proxy_module.c cl -c -O2 -W4 -WX -nologo -MT -Zi -DFD_SETSIZE=1024 -DNO_SYS_TYPES_H -Yungx_config.h -Fpobjs/ngx_config.pch -I src/core -I src/event -I src/event/modules -I src/os/win32 -I objs/lib/pcre-8.42 -I objs/lib/openssl-1.0.2q/openssl/include -I objs/lib/zlib-1.2.11 -I objs -I src/http -I src/http/modules -Foobjs/src/http/modules/ngx_http_fastcgi_module.obj src/http/modules/ngx_http_fastcgi_module.c ngx_http_fastcgi_module.c cl -c -O2 -W4 -WX -nologo -MT -Zi -DFD_SETSIZE=1024 -DNO_SYS_TYPES_H -Yungx_config.h -Fpobjs/ngx_config.pch -I src/core -I src/event -I src/event/modules -I src/os/win32 -I objs/lib/pcre-8.42 -I objs/lib/openssl-1.0.2q/openssl/include -I objs/lib/zlib-1.2.11 -I objs -I src/http -I src/http/modules -Foobjs/src/http/modules/ngx_http_uwsgi_module.obj src/http/modules/ngx_http_uwsgi_module.c ngx_http_uwsgi_module.c cl -c -O2 -W4 -WX -nologo -MT -Zi -DFD_SETSIZE=1024 -DNO_SYS_TYPES_H -Yungx_config.h -Fpobjs/ngx_config.pch -I src/core -I src/event -I src/event/modules -I src/os/win32 -I objs/lib/pcre-8.42 -I objs/lib/openssl-1.0.2q/openssl/include -I objs/lib/zlib-1.2.11 -I objs -I src/http -I src/http/modules -Foobjs/src/http/modules/ngx_http_scgi_module.obj src/http/modules/ngx_http_scgi_module.c ngx_http_scgi_module.c cl -c -O2 -W4 -WX -nologo -MT -Zi -DFD_SETSIZE=1024 -DNO_SYS_TYPES_H -Yungx_config.h -Fpobjs/ngx_config.pch -I src/core -I src/event -I src/event/modules -I src/os/win32 -I objs/lib/pcre-8.42 -I objs/lib/openssl-1.0.2q/openssl/include -I objs/lib/zlib-1.2.11 -I objs -I src/http -I src/http/modules -Foobjs/src/http/modules/ngx_http_memcached_module.obj src/http/modules/ngx_http_memcached_module.c ngx_http_memcached_module.c cl -c -O2 -W4 -WX -nologo -MT -Zi -DFD_SETSIZE=1024 -DNO_SYS_TYPES_H -Yungx_config.h -Fpobjs/ngx_config.pch -I src/core -I src/event -I src/event/modules -I src/os/win32 -I objs/lib/pcre-8.42 -I objs/lib/openssl-1.0.2q/openssl/include -I objs/lib/zlib-1.2.11 -I objs -I src/http -I src/http/modules -Foobjs/src/http/modules/ngx_http_empty_gif_module.obj src/http/modules/ngx_http_empty_gif_module.c ngx_http_empty_gif_module.c cl -c -O2 -W4 -WX -nologo -MT -Zi -DFD_SETSIZE=1024 -DNO_SYS_TYPES_H -Yungx_config.h -Fpobjs/ngx_config.pch -I src/core -I src/event -I src/event/modules -I src/os/win32 -I objs/lib/pcre-8.42 -I objs/lib/openssl-1.0.2q/openssl/include -I objs/lib/zlib-1.2.11 -I objs -I src/http -I src/http/modules -Foobjs/src/http/modules/ngx_http_browser_module.obj src/http/modules/ngx_http_browser_module.c ngx_http_browser_module.c cl -c -O2 -W4 -WX -nologo -MT -Zi -DFD_SETSIZE=1024 -DNO_SYS_TYPES_H -Yungx_config.h -Fpobjs/ngx_config.pch -I src/core -I src/event -I src/event/modules -I src/os/win32 -I objs/lib/pcre-8.42 -I objs/lib/openssl-1.0.2q/openssl/include -I objs/lib/zlib-1.2.11 -I objs -I src/http -I src/http/modules -Foobjs/src/http/modules/ngx_http_upstream_hash_module.obj src/http/modules/ngx_http_upstream_hash_module.c ngx_http_upstream_hash_module.c cl -c -O2 -W4 -WX -nologo -MT -Zi -DFD_SETSIZE=1024 -DNO_SYS_TYPES_H -Yungx_config.h -Fpobjs/ngx_config.pch -I src/core -I src/event -I src/event/modules -I src/os/win32 -I objs/lib/pcre-8.42 -I objs/lib/openssl-1.0.2q/openssl/include -I objs/lib/zlib-1.2.11 -I objs -I src/http -I src/http/modules -Foobjs/src/http/modules/ngx_http_upstream_ip_hash_module.obj src/http/modules/ngx_http_upstream_ip_hash_module.c ngx_http_upstream_ip_hash_module.c cl -c -O2 -W4 -WX -nologo -MT -Zi -DFD_SETSIZE=1024 -DNO_SYS_TYPES_H -Yungx_config.h -Fpobjs/ngx_config.pch -I src/core -I src/event -I src/event/modules -I src/os/win32 -I objs/lib/pcre-8.42 -I objs/lib/openssl-1.0.2q/openssl/include -I objs/lib/zlib-1.2.11 -I objs -I src/http -I src/http/modules -Foobjs/src/http/modules/ngx_http_upstream_least_conn_module.obj src/http/modules/ngx_http_upstream_least_conn_module.c ngx_http_upstream_least_conn_module.c cl -c -O2 -W4 -WX -nologo -MT -Zi -DFD_SETSIZE=1024 -DNO_SYS_TYPES_H -Yungx_config.h -Fpobjs/ngx_config.pch -I src/core -I src/event -I src/event/modules -I src/os/win32 -I objs/lib/pcre-8.42 -I objs/lib/openssl-1.0.2q/openssl/include -I objs/lib/zlib-1.2.11 -I objs -I src/http -I src/http/modules -Foobjs/src/http/modules/ngx_http_upstream_random_module.obj src/http/modules/ngx_http_upstream_random_module.c ngx_http_upstream_random_module.c cl -c -O2 -W4 -WX -nologo -MT -Zi -DFD_SETSIZE=1024 -DNO_SYS_TYPES_H -Yungx_config.h -Fpobjs/ngx_config.pch -I src/core -I src/event -I src/event/modules -I src/os/win32 -I objs/lib/pcre-8.42 -I objs/lib/openssl-1.0.2q/openssl/include -I objs/lib/zlib-1.2.11 -I objs -I src/http -I src/http/modules -Foobjs/src/http/modules/ngx_http_upstream_keepalive_module.obj src/http/modules/ngx_http_upstream_keepalive_module.c ngx_http_upstream_keepalive_module.c cl -c -O2 -W4 -WX -nologo -MT -Zi -DFD_SETSIZE=1024 -DNO_SYS_TYPES_H -Yungx_config.h -Fpobjs/ngx_config.pch -I src/core -I src/event -I src/event/modules -I src/os/win32 -I objs/lib/pcre-8.42 -I objs/lib/openssl-1.0.2q/openssl/include -I objs/lib/zlib-1.2.11 -I objs -I src/http -I src/http/modules -Foobjs/src/http/modules/ngx_http_upstream_zone_module.obj src/http/modules/ngx_http_upstream_zone_module.c ngx_http_upstream_zone_module.c cl -c -O2 -W4 -WX -nologo -MT -Zi -DFD_SETSIZE=1024 -DNO_SYS_TYPES_H -Yungx_config.h -Fpobjs/ngx_config.pch -I src/core -I src/event -I src/event/modules -I src/os/win32 -I objs/lib/pcre-8.42 -I objs/lib/openssl-1.0.2q/openssl/include -I objs/lib/zlib-1.2.11 -I objs -I src/http -I src/http/modules -Foobjs/addon/ngx_http_substitutions_filter_module-master/ngx_http_subs_filter_module.obj objs/lib/ngx_http_substitutions_filter_module-master/ngx_http_subs_filter_module.c ngx_http_subs_filter_module.c objs/lib/ngx_http_substitutions_filter_module-master/ngx_http_subs_filter_module.c(476) : error C2275: 'ngx_chain_t' : illegal use of this type as an expression C:\MinGW\msys\1.0\nginx-Source\nginx\src\core\ngx_core.h(19) : see declaration of 'ngx_chain_t' objs/lib/ngx_http_substitutions_filter_module-master/ngx_http_subs_filter_module.c(476) : error C2065: 'cl' : undeclared identifier objs/lib/ngx_http_substitutions_filter_module-master/ngx_http_subs_filter_module.c(478) : error C2065: 'cl' : undeclared identifier objs/lib/ngx_http_substitutions_filter_module-master/ngx_http_subs_filter_module.c(478) : warning C4047: '=' : 'int' differs in levels of indirection from 'ngx_chain_t *' objs/lib/ngx_http_substitutions_filter_module-master/ngx_http_subs_filter_module.c(478) : error C2065: 'cl' : undeclared identifier objs/lib/ngx_http_substitutions_filter_module-master/ngx_http_subs_filter_module.c(478) : error C2065: 'cl' : undeclared identifier objs/lib/ngx_http_substitutions_filter_module-master/ngx_http_subs_filter_module.c(478) : error C2065: 'cl' : undeclared identifier objs/lib/ngx_http_substitutions_filter_module-master/ngx_http_subs_filter_module.c(478) : error C2223: left of '->next' must point to struct/union objs/lib/ngx_http_substitutions_filter_module-master/ngx_http_subs_filter_module.c(479) : error C2065: 'cl' : undeclared identifier objs/lib/ngx_http_substitutions_filter_module-master/ngx_http_subs_filter_module.c(479) : error C2223: left of '->buf' must point to struct/union objs/lib/ngx_http_substitutions_filter_module-master/ngx_http_subs_filter_module.c(484) : error C2065: 'cl' : undeclared identifier objs/lib/ngx_http_substitutions_filter_module-master/ngx_http_subs_filter_module.c(484) : error C2223: left of '->buf' must point to struct/union objs/lib/ngx_http_substitutions_filter_module-master/ngx_http_subs_filter_module.c(484) : error C2065: 'cl' : undeclared identifier objs/lib/ngx_http_substitutions_filter_module-master/ngx_http_subs_filter_module.c(484) : error C2223: left of '->buf' must point to struct/union objs/lib/ngx_http_substitutions_filter_module-master/ngx_http_subs_filter_module.c(484) : error C2065: 'cl' : undeclared identifier objs/lib/ngx_http_substitutions_filter_module-master/ngx_http_subs_filter_module.c(484) : error C2223: left of '->buf' must point to struct/union objs/lib/ngx_http_substitutions_filter_module-master/ngx_http_subs_filter_module.c(484) : error C2065: 'cl' : undeclared identifier objs/lib/ngx_http_substitutions_filter_module-master/ngx_http_subs_filter_module.c(484) : error C2223: left of '->buf' must point to struct/union objs/lib/ngx_http_substitutions_filter_module-master/ngx_http_subs_filter_module.c(484) : error C2065: 'cl' : undeclared identifier objs/lib/ngx_http_substitutions_filter_module-master/ngx_http_subs_filter_module.c(484) : error C2223: left of '->buf' must point to struct/union objs/lib/ngx_http_substitutions_filter_module-master/ngx_http_subs_filter_module.c(484) : error C2065: 'cl' : undeclared identifier objs/lib/ngx_http_substitutions_filter_module-master/ngx_http_subs_filter_module.c(484) : error C2223: left of '->buf' must point to struct/union objs/lib/ngx_http_substitutions_filter_module-master/ngx_http_subs_filter_module.c(484) : error C2065: 'cl' : undeclared identifier objs/lib/ngx_http_substitutions_filter_module-master/ngx_http_subs_filter_module.c(484) : error C2223: left of '->buf' must point to struct/union objs/lib/ngx_http_substitutions_filter_module-master/ngx_http_subs_filter_module.c(484) : error C2065: 'cl' : undeclared identifier objs/lib/ngx_http_substitutions_filter_module-master/ngx_http_subs_filter_module.c(484) : error C2223: left of '->buf' must point to struct/union objs/lib/ngx_http_substitutions_filter_module-master/ngx_http_subs_filter_module.c(484) : fatal error C1903: unable to recover from previous error(s); stopping compilation

murtaja commented 5 years ago

When i run cl -c -O2 -W4 -WX -nologo -MT -Zi -DFD_SETSIZE=1024 -DNO_SYS_TYPES_H -Yungx_config.h -Fpobjs/ngx_config.pch -I src/core -I src/event -I src/event/modules -I src/os/win32 -I objs/lib/pcre-8.42 -I objs/lib/openssl-1.0.2q/openssl/include -I objs/lib/zlib-1.2.11 -I objs -I src/http -I src/http/modules -Foobjs/addon/ngx_http_substitutions_filter_module/ngx_http_subs_filter_module.obj objs/lib/ngx_http_substitutions_filter_module/ngx_http_subs_filter_module.c in visual studio 2017 it works but while compiling iget get following error>

Finished searching libraries libeay32.lib(gost_eng.obj) : error LNK2019: unresolved external symbol _iob_func referenced in function _bind_gost libeay32.lib(uiopenssl.obj) : error LNK2001: unresolved external symbol iob_func ssleay32.lib(t1_enc.obj) : error LNK2001: unresolved external symbol _iob_func libeay32.lib(cryptlib.obj) : error LNK2001: unresolved external symbol ___iob_func libeay32.lib(txtdb.obj) : error LNK2001: unresolved external symbol iob_func libeay32.lib(e_capi.obj) : error LNK2001: unresolved external symbol _iob_func libeay32.lib(v3_utl.obj) : error LNK2019: unresolved external symbol _sscanf referenced in function _ipv4_from_asc libeay32.lib(cryptlib.obj) : error LNK2019: unresolved external symbol vsnprintf referenced in function _OPENSSL_showfatal libeay32.lib(e_cswift.obj) : error LNK2019: unresolved external symbol _sprintf referenced in function _cswift_mod_exp libeay32.lib(dso_win32.obj) : error LNK2001: unresolved external symbol _sprintf pcre.lib(pcre_jit_test.obj) : error LNK2019: unresolved external symbol _pcre_jit_exec referenced in function _regression_tests objs/nginx.exe : fatal error LNK1120: 5 unresolved externals NMAKE : fatal error U1077: '"c:\Program Files (x86)\Microsoft Visual Studio\2017\BuildTools\VC\Tools\MSVC\14.16.27023\bin\HostX86\x86\cl.EXE"' : return code '0x2' Stop. NMAKE : fatal error U1077: '"c:\Program Files (x86)\Microsoft Visual Studio\2017\BuildTools\VC\Tools\MSVC\14.16.27023\bin\HostX86\x86\nmake.exe"' : return code '0x2' Stop.

when i use visual studio 2010 and run cl -c -O2 -W4 -WX -nologo -MT -Zi -DFD_SETSIZE=1024 -DNO_SYS_TYPES_H -Yungx_config.h -Fpobjs/ngx_config.pch -I src/core -I src/event -I src/event/modules -I src/os/win32 -I objs/lib/pcre-8. 42 -I objs/lib/openssl-1.0.2q/openssl/include -I objs/lib/zlib-1.2.11 -I objs -I src/http -I src/http/modules -Foobjs/addon/ngx_http_substitutions_filter_module/ngx_http_subs_filter_module.o bj objs/lib/ngx_http_substitutions_filter_module/ngx_http_subs_filter_module.c i get

objs/lib/ngx_http_substitutions_filter_module/ngx_http_subs_filter_module.c(476) : error C2275: 'ngx_chain_t' : illegal use of this type as an expression C:\MinGW\msys\1.0\nginx-Source\nginx\src\core\ngx_core.h(19) : see declaration of 'ngx_chain_t' objs/lib/ngx_http_substitutions_filter_module/ngx_http_subs_filter_module.c(476) : error C2065: 'cl' : undeclared identifier objs/lib/ngx_http_substitutions_filter_module/ngx_http_subs_filter_module.c(478) : error C2065: 'cl' : undeclared identifier objs/lib/ngx_http_substitutions_filter_module/ngx_http_subs_filter_module.c(478) : warning C4047: '=' : 'int' differs in levels of indirection from 'ngx_chain_t *' objs/lib/ngx_http_substitutions_filter_module/ngx_http_subs_filter_module.c(478) : error C2065: 'cl' : undeclared identifier objs/lib/ngx_http_substitutions_filter_module/ngx_http_subs_filter_module.c(478) : error C2065: 'cl' : undeclared identifier objs/lib/ngx_http_substitutions_filter_module/ngx_http_subs_filter_module.c(478) : error C2065: 'cl' : undeclared identifier objs/lib/ngx_http_substitutions_filter_module/ngx_http_subs_filter_module.c(478) : error C2223: left of '->next' must point to struct/union objs/lib/ngx_http_substitutions_filter_module/ngx_http_subs_filter_module.c(479) : error C2065: 'cl' : undeclared identifier objs/lib/ngx_http_substitutions_filter_module/ngx_http_subs_filter_module.c(479) : error C2223: left of '->buf' must point to struct/union objs/lib/ngx_http_substitutions_filter_module/ngx_http_subs_filter_module.c(484) : error C2065: 'cl' : undeclared identifier objs/lib/ngx_http_substitutions_filter_module/ngx_http_subs_filter_module.c(484) : error C2223: left of '->buf' must point to struct/union objs/lib/ngx_http_substitutions_filter_module/ngx_http_subs_filter_module.c(484) : error C2065: 'cl' : undeclared identifier objs/lib/ngx_http_substitutions_filter_module/ngx_http_subs_filter_module.c(484) : error C2223: left of '->buf' must point to struct/union objs/lib/ngx_http_substitutions_filter_module/ngx_http_subs_filter_module.c(484) : error C2065: 'cl' : undeclared identifier objs/lib/ngx_http_substitutions_filter_module/ngx_http_subs_filter_module.c(484) : error C2223: left of '->buf' must point to struct/union objs/lib/ngx_http_substitutions_filter_module/ngx_http_subs_filter_module.c(484) : error C2065: 'cl' : undeclared identifier objs/lib/ngx_http_substitutions_filter_module/ngx_http_subs_filter_module.c(484) : error C2223: left of '->buf' must point to struct/union objs/lib/ngx_http_substitutions_filter_module/ngx_http_subs_filter_module.c(484) : error C2065: 'cl' : undeclared identifier objs/lib/ngx_http_substitutions_filter_module/ngx_http_subs_filter_module.c(484) : error C2223: left of '->buf' must point to struct/union objs/lib/ngx_http_substitutions_filter_module/ngx_http_subs_filter_module.c(484) : error C2065: 'cl' : undeclared identifier objs/lib/ngx_http_substitutions_filter_module/ngx_http_subs_filter_module.c(484) : error C2223: left of '->buf' must point to struct/union objs/lib/ngx_http_substitutions_filter_module/ngx_http_subs_filter_module.c(484) : error C2065: 'cl' : undeclared identifier objs/lib/ngx_http_substitutions_filter_module/ngx_http_subs_filter_module.c(484) : error C2223: left of '->buf' must point to struct/union objs/lib/ngx_http_substitutions_filter_module/ngx_http_subs_filter_module.c(484) : error C2065: 'cl' : undeclared identifier objs/lib/ngx_http_substitutions_filter_module/ngx_http_subs_filter_module.c(484) : error C2223: left of '->buf' must point to struct/union objs/lib/ngx_http_substitutions_filter_module/ngx_http_subs_filter_module.c(484) : fatal error C1903: unable to recover from previous error(s); stopping compilation

murtaja commented 5 years ago

Solved by replacing cl with updated version