Errors while building OpenSSL in Windows - Openssl
This is a discussion on Errors while building OpenSSL in Windows - Openssl ; I am trying to do a default build of OpenSSL on Windows. The compiler does
not like building with ASM files and complains the following:
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
...
-
Errors while building OpenSSL in Windows
I am trying to do a default build of OpenSSL on Windows. The compiler does
not like building with ASM files and complains the following:
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.
This problem seems to be a known issue.
http://marc.info/?l=openssl-dev&m=121204499318732&w=1
I tried both the solutions mentioned but to no avail.
Any other suggestions?
Cheers,
Simon M
-
Re: Errors while building OpenSSL in Windows
Hi,
This error have been already reported. Check the following link :
http://www.mail-archive.com/openssl-.../msg24173.html
I'm not sure if my fix have been put into cvs.
Cheers,
--
Mounir IDRASSI
IDRIX
http://www.idrix.fr
On Thu, July 10, 2008 10:50 pm, Panthers Rock wrote:
> I am trying to do a default build of OpenSSL on Windows. The compiler
> does
> not like building with ASM files and complains the following:
>
> 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.
>
>
> This problem seems to be a known issue.
> http://marc.info/?l=openssl-dev&m=121204499318732&w=1
>
> I tried both the solutions mentioned but to no avail.
>
> Any other suggestions?
>
> Cheers,
> Simon M
>
__________________________________________________ ____________________
OpenSSL Project http://www.openssl.org
User Support Mailing List openssl-users@openssl.org
Automated List Manager majordomo@openssl.org
-
Re: Errors while building OpenSSL in Windows
Did you try building with an up-to-date CVS snapshot?
ftp://ftp.openssl.org/snapshot/
I don't know if you were using some already-released package version, but if
so, then you would miss any fixes since then. (Ie. we don't rerelease 0.9.8x
when bugs are found, we release 0.9.8y instead...)
And FWIW, there's a number of windows issues[1] a contributor is helping me to
fix right now, I hope that we'll be done with that soon. So it may be that
things will get a little smoother at that point.
[1] And when I say "windows issues", I of course mean issues with OpenSSL
compilation ... Vista is beyond anyone's handyman mojo ...
Cheers,
Geoff
On Thursday 10 July 2008 16:50:20 Panthers Rock wrote:
> I am trying to do a default build of OpenSSL on Windows. The compiler
> does not like building with ASM files and complains the following:
>
> 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.
>
>
> This problem seems to be a known issue.
> http://marc.info/?l=openssl-dev&m=121204499318732&w=1
>
> I tried both the solutions mentioned but to no avail.
>
> Any other suggestions?
>
> Cheers,
> Simon M
--
Un terrien, c'est un singe avec des clefs de char...
__________________________________________________ ____________________
OpenSSL Project http://www.openssl.org
User Support Mailing List openssl-users@openssl.org
Automated List Manager majordomo@openssl.org
-
Re: Errors while building OpenSSL in Windows
Thanks for your responses. I downloaded the latest snapshot
ftp://ftp.openssl.org/snapshot/opens...0080711.tar.gz and
ran the perl configure. Then I executed the ms\do_masm batch file. I
called nmake on the ms\ntdll.mak. The compile still fails :
Assembling: .\crypto\sha\asm\s1_win32.asm
..\crypto\sha\asm\s1_win32.asm(13) : error A2008: syntax error : integer
NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio
8\VC\BIN\m
l.EXE"' : return code '0x1'
Stop.
I check the s1_win32.asm and see the "16" still there on line 13. Not
wanting to mess with the perl files , I remove line 13 and do a rebuild. It
builds great.
Cheers,
Simon M
..
On Fri, Jul 11, 2008 at 10:37 AM, Geoff Thorpe
wrote:
> Did you try building with an up-to-date CVS snapshot?
> ftp://ftp.openssl.org/snapshot/
> I don't know if you were using some already-released package version, but
> if
> so, then you would miss any fixes since then. (Ie. we don't rerelease
> 0.9.8x
> when bugs are found, we release 0.9.8y instead...)
>
> And FWIW, there's a number of windows issues[1] a contributor is helping me
> to
> fix right now, I hope that we'll be done with that soon. So it may be that
> things will get a little smoother at that point.
>
> [1] And when I say "windows issues", I of course mean issues with OpenSSL
> compilation ... Vista is beyond anyone's handyman mojo ...
>
> Cheers,
> Geoff
>
> On Thursday 10 July 2008 16:50:20 Panthers Rock wrote:
> > I am trying to do a default build of OpenSSL on Windows. The compiler
> > does not like building with ASM files and complains the following:
> >
> > 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.
> >
> >
> > This problem seems to be a known issue.
> > http://marc.info/?l=openssl-dev&m=121204499318732&w=1
> >
> > I tried both the solutions mentioned but to no avail.
> >
> > Any other suggestions?
> >
> > Cheers,
> > Simon M
>
>
> --
> Un terrien, c'est un singe avec des clefs de char...
> __________________________________________________ ____________________
> OpenSSL Project http://www.openssl.org
> User Support Mailing List openssl-users@openssl.org
> Automated List Manager majordomo@openssl.org
>