To whom it may concern,
openssl-0.9.6-beta1 would not compile on my system.
I'm compiling using VC++, 6.0, Enterprise Edition under Windows
2000, Professional
The compiler's complaint:
======================================================================
[D:/Development/openssl-0.9.6-beta1] nmake -f ms/ntdll.mak
Microsoft (R) Program Maintenance Utility Version 6.00.8168.0
Copyright (C) Microsoft Corp 1988-1998. All rights reserved.
Building OpenSSL
cl /Fotmp32dll\rand_win.obj -Iinc32 -Itmp32dll /MD /W3 /WX /G5
/Ox /O2
/Ob2 /Gs0 /GF /Gy /nologo -DWIN32 -DWIN32_LEAN_AND_MEAN -DL_ENDIAN
-DBN_ASM -DMD
5_ASM -DSHA1_ASM -DRMD160_ASM /Fdout32dll /GD -D_WINDLL -D_DLL -c
.\crypto\rand\rand_win.c
rand_win.c
.\crypto\rand\rand_win.c(239) : error C2065: 'PCURSORINFO' : undeclared
identifier
.\crypto\rand\rand_win.c(239) : error C2146: syntax error : missing ')'
before identifier 'buf'
.\crypto\rand\rand_win.c(239) : error C2059: syntax error : ')'
NMAKE : fatal error U1077: 'cl' : return code '0x2'
Stop.
======================================================================
And certainly enough, the compiler seems right to me. I cannot find
PCURSORINFO anywhere but the two lines
in this file.
I switched back to the latest release and had no problems compiling.
Joe H.
______________________________________________________________________
OpenSSL Project http://www.openssl.org
Development Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]