We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The error message is as follows:
C:/Users/supak/Downloads/nginx/objs/lib/nginx-goodies-nginx-sticky-module-ng/ngx_http_sticky_module.c(209): error C2220: warning treated as error - no 'object' file generated C:/Users/supak/Downloads/nginx/objs/lib/nginx-goodies-nginx-sticky-module-ng/ngx_http_sticky_module.c(209): warning C4013: 'ngx_log_debug' undefined; assuming extern returning int C:/Users/supak/Downloads/nginx/objs/lib/nginx-goodies-nginx-sticky-module-ng/ngx_http_sticky_module.c(418): warning C4152: nonstandard extension, function/data pointer conversion in expression NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\amd64\cl.EXE"' : return code '0x2' Stop.
nginx-1.23.3
I tried different builds like 1.22.0 - 1.23.3 showing the same result.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The error message is as follows:
C:/Users/supak/Downloads/nginx/objs/lib/nginx-goodies-nginx-sticky-module-ng/ngx_http_sticky_module.c(209): error C2220: warning treated as error - no 'object' file generated
C:/Users/supak/Downloads/nginx/objs/lib/nginx-goodies-nginx-sticky-module-ng/ngx_http_sticky_module.c(209): warning C4013: 'ngx_log_debug' undefined; assuming extern returning int
C:/Users/supak/Downloads/nginx/objs/lib/nginx-goodies-nginx-sticky-module-ng/ngx_http_sticky_module.c(418): warning C4152: nonstandard extension, function/data pointer conversion in expression
NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\amd64\cl.EXE"' : return code '0x2'
Stop.
nginx-1.23.3
I tried different builds like 1.22.0 - 1.23.3 showing the same result.
The text was updated successfully, but these errors were encountered: