First of all, I wanna apologize if I didn't reply correctly, I didn't receive any e-mail, and I have no idea how to do it properly. Second, sorry for not giving details, I saw the same error reported in one of the mailing lists. One of them is here: http://www.mail-archive.com/[email protected]/msg13342.html . It says the errors are caused by the redefinition of some structs, that are already defined in wincrypt.h, but these would be undefined if WIN32 is defined, which is, as i checked in my file. These are the errors I get:
error C2143: syntax error : missing ')' before 'constant' 209 error C2143: syntax error : missing ';' before 'constant' 209 error C2040: 'LPCSTR' : 'stack_st_X509_EXTENSION' differs in levels of indirection from 'const CHAR *' 209 error C2059: syntax error : ')' 209 error C2226: syntax error : unexpected type 'LPCSTR' 821 error C2065: 'a' : undeclared identifier 821 error C2062: type 'unsigned char' unexpected 821 error C2226: syntax error : unexpected type 'LPCSTR' 821 On Tue, Apr 14, 2009 at 4:00 PM, Atti <[email protected]> wrote: > Hy, I'm having some troubles with OpenSSL's older versions, so i decided to > rebuild the new one (1.0.0) on WIN32. I hoped this "bug" of some sort will > be fixed, because it was there for some time now, but it still gives the > same errors. I won't paste the errors (around 14), because it was posted > before, I'm just hoping for a solution to it. > > Thank You. >
