> With Visual Studio 10 x64, I get the following error at configure time: > > ... > D:\build.ntx64vs10>perl ms\uplink-x86_64.pl masm 1>ms\uptable.asm > D:\build.ntx64vs10>ml64 -c -Foms\uptable.obj ms\uptable.asm > Assembling: ms\uptable.asm > ms\uptable.asm(356) : error A2088:END directive required at end of file > ms\uptable.asm(356) : fatal error A1010:unmatched block nesting : > _lazy18 > Microsoft (R) Macro Assembler (x64) Version 10.00.40219.01 > Copyright (C) Microsoft Corporation. All rights reserved. > D:\build.ntx64vs10>perl util\mk1mf.pl VC-WIN64A 1>ms\nt.mak > ...
Which Perl? There was somewhat similar failure reported in mixture of different run-time environments like native Windows, MSYS, Cygwin. If it's not "native" Perl like ActiveState, then switch to "native" one. Otherwise it might be interference with antivirus, most likely Windows Defender. If you at his point can run 'ml64 -c -Foms\uptable.obj ms\uptable.asm' manually from command prompt, then switch off your antivirus. The fact that it works with other compilers is circumstantial, this kind of failure is about delicate timing. ______________________________________________________________________ OpenSSL Project http://www.openssl.org Development Mailing List openssl-dev@openssl.org Automated List Manager majord...@openssl.org