> Hello Experts,
> 
> Any clue, why some functions are declared private but accessed without 
> dereferencing?
> 
> Set the XERCESCROOT=/user/apradhan/xerces/xerces-c-src_2_6_0
>               XALANCROOT=/user/apradhan/xalan/xml-xalan/c
> 
> Configured with command   " runConfigure -psolaris -cgcc -xg++ 
> -P/tools/rd/gcc/xalan/v1.9"
>  gmake  gave  the error as follows:-
> 
> 
/user/apradhan/xalan/xml-xalan/c/src/xalanc/XPath/ElementPrefixResolverProxy.hpp:
 

> In member function `xalanc_1_9::XObjectPtr 
> xalanc_1_9::XPathEvaluator::evaluate(xalanc_1_9::DOMSupport&, 
> xalanc_1_9::XalanNode*, const xalanc_1_9::XalanDOMChar*, const 
> xalanc_1_9::XalanElement*)':
> 
/user/apradhan/xalan/xml-xalan/c/src/xalanc/XPath/ElementPrefixResolverProxy.hpp:89:
 

> error: 
> 
`xalanc_1_9::ElementPrefixResolverProxy::ElementPrefixResolverProxy(const 
> xalanc_1_9::ElementPrefixResolverProxy&)' is private
> 
/user/apradhan/xalan/xml-xalan/c/src/xalanc/XPath/XPathEvaluator.cpp:279: 
> error: within this context
> 
/user/apradhan/xalan/xml-xalan/c/src/xalanc/XPath/ElementPrefixResolverProxy.hpp:
 

> In member function `xalanc_1_9::XObjectPtr 
> xalanc_1_9::XPathEvaluator::evaluate(xalanc_1_9::DOMSupport&, 
> xalanc_1_9::XalanNode*, const xalanc_1_9::XPath&, const 
> xalanc_1_9::XalanElement*)':

This is a known bug with the code.  You will need to get the latest CVS 
source code if you want to compile with newer versions of GCC.

Dave

Reply via email to