[ http://nagoya.apache.org/jira/browse/XALANC-446?page=history ]
     
David Bertoni resolved XALANC-446:
----------------------------------

     Resolution: Fixed
    Fix Version: CurrentCVS

Changes are in CVS.  Can you please verify?  Thanks!

> XALAN_C 1.9 or current do not build on Fedora core 3
> ----------------------------------------------------
>
>          Key: XALANC-446
>          URL: http://nagoya.apache.org/jira/browse/XALANC-446
>      Project: XalanC
>         Type: Bug
>     Versions: 1.9
>  Environment: Fedora core 3,
> gcc (GCC) 3.4.2 20041017 (Red Hat 3.4.2-6.fc3)
> Xalan-C_1_9_0-src.tar.gz & Xalan-C_current-src.tar.gz
> untarred via tar zxvf file...
> ./runConfigure -plinux -cgcc -xg++ -rpthread
>     Reporter: Olivier Epicoco
>     Priority: Blocker
>      Fix For: CurrentCVS

>
> Two types of errors:
> 1- runConfigure and configure are not executable (I had to 'chmod -R a+x 
> *configure' to start the compilation)
> 2- Cannot compile the source: XPath/XPathEvaluator.cpp 
> because XPath/ElementPrefixResolverProxy.hpp contains an unimplemented copy 
> constructor
> See below more details:
> g++ -O2 -DNDEBUG     -fno-elide-constructors -Wall -fPIC -DLINUX -D_REENTRANT 
> -D XALAN_INMEM_MSG_LOADER -c -I/opt/local/xml-xalan/c/src 
> -I/opt/local/xml-xalan/c/ include -I../../nls/include 
> -I/opt/local/xerces-c-src_2_6_0/src/ -I/opt/local/xe 
> rces-c-src_2_6_0/include/xercesc -I/opt/local/xerces-c-src_2_6_0/include/  -o 
> .. /../obj/XPathEnvSupportDefault.o 
> /opt/local/xml-xalan/c/src/xalanc/XPath/XPathEn vSupportDefault.cpp
> g++ -O2 -DNDEBUG     -fno-elide-constructors -Wall -fPIC -DLINUX -D_REENTRANT 
> -D XALAN_INMEM_MSG_LOADER -c -I/opt/local/xml-xalan/c/src 
> -I/opt/local/xml-xalan/c/ include -I../../nls/include 
> -I/opt/local/xerces-c-src_2_6_0/src/ -I/opt/local/xe 
> rces-c-src_2_6_0/include/xercesc -I/opt/local/xerces-c-src_2_6_0/include/  -o 
> .. /../obj/XPathEvaluator.o 
> /opt/local/xml-xalan/c/src/xalanc/XPath/XPathEvaluator. cpp
> /opt/local/xml-xalan/c/src/xalanc/XPath/ElementPrefixResolverProxy.hpp: In 
> membe r 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*)':
> /opt/local/xml-xalan/c/src/xalanc/XPath/ElementPrefixResolverProxy.hpp:89: 
> error : 
> `xalanc_1_9::ElementPrefixResolverProxy::ElementPrefixResolverProxy(const 
> xala nc_1_9::ElementPrefixResolverProxy&)' is private
> /opt/local/xml-xalan/c/src/xalanc/XPath/XPathEvaluator.cpp:279: error: within 
> th is context
> /opt/local/xml-xalan/c/src/xalanc/XPath/ElementPrefixResolverProxy.hpp: In 
> membe r 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*)':
> /opt/local/xml-xalan/c/src/xalanc/XPath/ElementPrefixResolverProxy.hpp:89: 
> error : 
> `xalanc_1_9::ElementPrefixResolverProxy::ElementPrefixResolverProxy(const 
> xala nc_1_9::ElementPrefixResolverProxy&)' is private
> /opt/local/xml-xalan/c/src/xalanc/XPath/XPathEvaluator.cpp:299: error: within 
> th is context
> /opt/local/xml-xalan/c/src/xalanc/XPath/ElementPrefixResolverProxy.hpp: In 
> membe r function `xalanc_1_9::XPath* 
> xalanc_1_9::XPathEvaluator::createXPath(const xal anc_1_9::XalanDOMChar*)':
> /opt/local/xml-xalan/c/src/xalanc/XPath/ElementPrefixResolverProxy.hpp:89: 
> error : 
> `xalanc_1_9::ElementPrefixResolverProxy::ElementPrefixResolverProxy(const 
> xala nc_1_9::ElementPrefixResolverProxy&)' is private
> /opt/local/xml-xalan/c/src/xalanc/XPath/XPathEvaluator.cpp:348: error: within 
> th is context
> /opt/local/xml-xalan/c/src/xalanc/XPath/ElementPrefixResolverProxy.hpp: In 
> membe r function `xalanc_1_9::XPath* 
> xalanc_1_9::XPathEvaluator::createXPath(const xal anc_1_9::XalanDOMChar*, 
> xalanc_1_9::DOMSupport&, const xalanc_1_9::XalanElement* )':
> /opt/local/xml-xalan/c/src/xalanc/XPath/ElementPrefixResolverProxy.hpp:89: 
> error : 
> `xalanc_1_9::ElementPrefixResolverProxy::ElementPrefixResolverProxy(const 
> xala nc_1_9::ElementPrefixResolverProxy&)' is private
> /opt/local/xml-xalan/c/src/xalanc/XPath/XPathEvaluator.cpp:361: error: within 
> th is context
> gmake[1]: *** [../../obj/XPathEvaluator.o] Error 1
> gmake[1]: Leaving directory `/opt/local/xml-xalan/c/src/xalanc'
> gmake: *** [all] Error 2

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://nagoya.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


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

Reply via email to