Thanks for your responses.  I downloaded the latest snapshot
ftp://ftp.openssl.org/snapshot/openssl-0.9.8-stable-SNAP-20080711.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 <[EMAIL PROTECTED]>
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 ... <grumble>
>
> 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                           [EMAIL PROTECTED]
>

Reply via email to