Hello,

I am trying to compile a library (libneon 0.29.6) in mingw-64 (version
4.6.3) on windows 7 x64 , and i am getting the following error :

*expected specifier-qualifier-list before '(' token*

in neon's file : ne_openssl.c - ligne 68 :

struct ne_ssl_dname_s {
*    X509_NAME* dn;*
};

When following the definition of *X509_NAME* I poin t to
*x86_64-w64-mingw32\include\wincrypt.h :*


*#define X509_NAME ((LPCSTR) 7)*

Looking in the same file in mingw32 (with which libneon compiled well in
32bits) I see

*#define X509_NAME (LPCSTR) 7*

At first I thought the difference of syntaxe was the cause, but I just
tried to modify the define line and there's still an error (thought the
error slightly changed, so i'm sure it is using that header file)

I'm not sure where the error comes from, libneon, mingw, some missing flags
from my own ?

Thanks for help :)
------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech
_______________________________________________
Mingw-w64-public mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Reply via email to