From: Jeffrey Altman <[EMAIL PROTECTED]>
Subject: Re: ANNOUNCE: OpenSSL 0.9.6 Beta 2
Date: Mon, 18 Sep 2000 7:23:01 EDT
Message-ID: <[EMAIL PROTECTED]>
jaltman> > Error build under NT 4, VC6
jaltman> >
jaltman> > cl /Fotmp32dll\rand_win.obj -Iinc32 -Itmp32dll /MD /W3 /WX /G5 /Ox
/O2
jaltman> > /Ob2 /Gs0 /GF /Gy /nologo -DWIN32 -DWIN32_LEAN_AND_MEAN -DL_ENDIAN -DBN_ASM
-DMD
jaltman> > 5_ASM -DSHA1_ASM -DRMD160_ASM /Fdout32dll /GD -D_WINDLL -D_DLL -c
.\crypto\rand
jaltman> > \rand_win.c
jaltman> > rand_win.c
jaltman> > .\crypto\rand\rand_win.c(209) : error C2063: 'netstatget' : not a function
jaltman> > .\crypto\rand\rand_win.c(212) : error C2063: 'netfree' : not a function
jaltman> > .\crypto\rand\rand_win.c(214) : error C2063: 'netstatget' : not a function
jaltman> > .\crypto\rand\rand_win.c(217) : error C2063: 'netfree' : not a function
jaltman>
jaltman> I have compiled this code on NT4 VC6 and it compiles without errors.
jaltman> Are you sure that you are actually using the VC header files? Your
jaltman> problems appear to be cause both in this case and in the mingw32 case
jaltman> by a lack of a definition for LMSTR, this indicates you are not using
jaltman> the Microsoft header: lmcons.h
Are you really sure? I've a NT4 where the only compiler suite is
Visual Studio 6. I just did a search for LMSTR in all the header
files in \Program Files\Microsoft Visual Studio\VC98\Include, and
found it nowhere.
jaltman> > ./crypto/rand/rand_win.c: In function `readtimer':
jaltman> > ./crypto/rand/rand_win.c:505: warning: unused variable `cyclecount'
jaltman>
jaltman> This should be
jaltman>
jaltman> #ifndef __GNUC__
jaltman> DWORD cyclecount;
jaltman> #endif
Ah, thanks.
--
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-709-50 36 10
Procurator Odiosus Ex Infernis -- [EMAIL PROTECTED]
Member of the OpenSSL development team: http://www.openssl.org/
Software Engineer, Celo Communications: http://www.celocom.com/
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]