I pulled down 0.9.8h today and attempted to build on a win32 machine, but ran into an issue when compiling the generated s1_win32.asm file. It looks like there is a syntax error in sha1-586.pl at line 152, the second argument (16) is causing the following error:
ml /Cp /coff /c /Cx /Focrypto\sha\asm\s1_win32.obj
.\crypto\sha\asm\s1_win32.asm
Assembling: .\crypto\sha\asm\s1_win32.asm
Microsoft (R) Macro Assembler Version 8.00.50727.762
Copyright (C) Microsoft Corporation. All rights reserved.
.\crypto\sha\asm\s1_win32.asm(13) : error A2008: syntax error :
integer
NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual
Studio 8\VC\bin\ml.EXE"' : return code '0x1'
Stop.
By simply removing the ',16' from line 152 everything compiles fine.
Thanks,
Craig Muchinsky
|
I pulled down 0.9.8h today and attempted to build on a win32
machine, but ran into an issue when compiling the generated s1_win32.asm file.
It looks like there is a syntax error in sha1-586.pl at line 152, the second
argument (16) is causing the following error: ml /Cp /coff /c /Cx
/Focrypto\sha\asm\s1_win32.obj .\crypto\sha\asm\s1_win32.asm Assembling: .\crypto\sha\asm\s1_win32.asm Microsoft (R) Macro Assembler Version
8.00.50727.762 Copyright (C) Microsoft Corporation. All rights
reserved. .\crypto\sha\asm\s1_win32.asm(13) : error A2008:
syntax error : integer NMAKE : fatal error U1077: '"C:\Program Files
(x86)\Microsoft Visual Studio 8\VC\bin\ml.EXE"' : return code '0x1' Stop. By simply removing the ‘,16’ from line 152
everything compiles fine. Thanks, |
