Richard,

on the 2 reports
(as it looks like you don't have a win32 installation)
i can confirm the modifications seem to work

1. i manually copied the md32_common.h to inc32 and the build proceeded
to the next problem
2. i commented out the #ifdef __MINGW32__..#endif  in the e_os.h

and it passes all tests :-)

-neil


Richard Levitte - VMS Whacker wrote:
> 
> I just got reports that the following doesn't work with OpenSSL
> 0.9.5-beta1 and Win32 MSVC 6 on WinNT:
> 
>         md5_dgst.c:
> 
>                 cl /Fotmp32\md5_dgst.obj  -Iinc32 -Itmp32 /MD /W3 /WX /G5 /Ox /O2 
>/Ob2 /Gs0 /GF /Gy /nologo -DWIN32 -DWIN32_LEAN_AND_MEAN -DL_ENDIAN -DBN_ASM -DMD5_ASM 
>-DSHA1_ASM -DRMD160_ASM /Fdout32  -c .\crypto\md5\md5_dgst.c
>         md5_dgst.c
>         .\crypto\md5\md5_locl.h(138) : fatal error C1083: Cannot open include file: 
>'md32_common.h': No such file or directory
>         NMAKE : fatal error U1077: 'cl' : return code '0x2'
>         Stop.
> 
>         Looks to me there should be an extra -I-something, but that's
>         in parts of OpenSSL I know next to nothing about.
> 
>         bss_bio.c:
> 
>                 cl /Fotmp32\bss_bio.obj  -Iinc32 -Itmp32 /MD /W3 /WX /G5 /Ox /O2 
>/Ob2 /Gs0 /GF /Gy /nologo -DWIN32 -DWIN32_LEAN_AND_MEAN -DL_ENDIAN -DBN_ASM -DMD5_ASM 
>-DSHA1_ASM -DRMD160_ASM /Fdout32  -c .\crypto\bio\bss_bio.c
>         bss_bio.c
>         .\crypto\bio\bss_bio.c(214) : error C2061: syntax error : identifier 
>'bio_nread0'
>         .\crypto\bio\bss_bio.c(214) : error C2059: syntax error : ';'
>         .\crypto\bio\bss_bio.c(214) : error C2059: syntax error : 'type'
>         .\crypto\bio\bss_bio.c(252) : error C2061: syntax error : identifier 
>'bio_nread'
>         [...]
> 
>         I cut that one short, for there are a bunch of more errors
>         that are clearly caused by the same thing.  The problem here
>         is ssize_t, which is obviously not defined (I looked through
>         all header files on my NT box, and the only thing I found was
>         a reference to a mysterious SSIZE_T in basetsd.h).  The
>         solution that I could come up with for now is to change e_os.h
>         so the #ifdef __MINGW32__..#endif around the windows
>         definition of ssize_t gets removed.  It would be a good thing
>         if someone with better Win32 knowledge than I could verify
>         this.
> 
> --
> Richard Levitte   \ Spannv�gen 38, II \ [EMAIL PROTECTED]
> Chairman@Stacken   \ S-168 35  BROMMA  \ T: +46-8-26 52 47
> Redakteur@Stacken   \      SWEDEN       \ or +46-708-26 53 44
> Procurator Odiosus Ex Infernis             -- [EMAIL PROTECTED]
>            Member of the OpenSSL development team
> 
> Unsolicited commercial email is subject to an archival fee of $400.
> See <http://www.stacken.kth.se/~levitte/mail/> for more info.
> ______________________________________________________________________
> OpenSSL Project                                 http://www.openssl.org
> Development Mailing List                       [EMAIL PROTECTED]
> Automated List Manager                           [EMAIL PROTECTED]
begin:vcard 
n:Costigan;Neil
tel;cell:us: 650 787 7603 euro: +46.708.977.482
tel;work:us: 650 938 7600 x 204 euro: +46.8.5872.8822
x-mozilla-html:FALSE
url:www.celocom.com
org:<A HREF="http://www.celocom.com">Celo Communications</A><br>c�lo, �vi, �tum, (latin) 1,v.a. to hide something from one, to keep secret, to conceal.
adr:;;444 Castro Street, Suite 1001;Mountain View;California;94041;USA
version:2.1
email;internet:[EMAIL PROTECTED]
note;quoted-printable:=0D=0AAlternative .... =0D=0A=0D=0ACelo Communications Ltd. =0D=0A5 Westland Square=0D=0ADublin 2=0D=0AIreland =0D=0A=0D=0ATel: +353 1 670 9238 =0D=0AFax: +353 1 602 3983
fn:Neil Costigan
end:vcard

Reply via email to