Compiling Nginx on Windows 7

Kurt Cancemi kurt at x64architecture.com
Sat May 30 22:40:39 UTC 2015


That's an OpenSSL asm compile error, you need nasm <http://nasm.us> installed and in your PATH, masm which is included in visual studio is not supported by OpenSSL.

Kurt Cancemi
https://www.x64architecture.com

> On May 30, 2015, at 4:00 PM, z_kamikimo <nginx-forum at nginx.us> wrote:
> 
> Im experiencing issues with compiling Nginx on Windows 7, every thing goes
> good until nmake -f objs/Makefile.
> I get the following error
> 
> Assembling: tmp32\sha1-586.asm
> tmp32\sha1-586.asm(1432) : error A2070:invalid instruction operands
> tmp32\sha1-586.asm(1576) : error A2070:invalid instruction operands
> NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio
> 10.0\VC\BI
> N\ml.EXE"' : return code '0x1'
> Stop.
> NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio
> 10.0\VC\BI
> N\nmake.exe"' : return code '0x2'
> Stop.
> NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio
> 10.0\VC\BI
> N\nmake.exe"' : return code '0x2'
> Stop.
> 
> Posted at Nginx Forum: http://forum.nginx.org/read.php?2,237923,259275#msg-259275
> 
> _______________________________________________
> nginx mailing list
> nginx at nginx.org
> http://mailman.nginx.org/mailman/listinfo/nginx



More information about the nginx mailing list