Hi, I’m following the directions on the xerces webpage and trying to build XercesLib.  Unfortunately, I am getting over 100 errors, among which, many are:

 

illegal storage class

illegal static data member in locally defined class

 

type of errors. An example is below:

 

..\..\..\..\..\src\xercesc\validators\schema\SchemaSymbols.hpp(91) : error C2246: 'xercesc_2_3::SchemaSymbols::fgELT_CHOICE' : illegal static data member in locally defined class

 

In addition, I also get <iostream.h> errors but I gather that this can by fixed by changing it to <iostream>?

 

Please let me know how to fix this build problem. Many thanks.

 

Yang

 

Reply via email to