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]

Reply via email to