Hi again,

I'm still busy with porting Xerces-C V 2.2.0 to OS/2 and eComStation and currently 
setting up a compile-environment for VisualAge C++ 3.0. I've 
done some "nice" Object-REXX Scripts, to setup and compile everything automatically.

But now I'm running into a compile error within the "SchemaInfo.hpp" file:

D:\Projekte\xml-xerces\c\src\xercesc\validators\schema\SchemaInfo.hpp(398:25) : error 
EDC3241: "SchemaInfo::addImportedNS(const int)
" was declared with external linkage and called or defined before being declared as 
inline.

The method "addImportedNS" is called in the method "addSchemaInfo" from the same 
source-file but exactly this is the problem!

The workaround is very simple, I can just add the inline specifier in the method 
declaration inside the class-body or I can move the whole code 
for "addImportedNS" up, so that it's placed above "addShemaInfo". It's then declared 
inline, before it gets called.

But, since I have no write-permission to the CVS repository, I'm unable to do it. So 
I'm asking, if any of the commiters can do this change for 
me? I think it shouldn't have any affect on other compile environments or the 
functionality of Xerces itself.

Many thanks
Joachim Deelen


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to