You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by Garuda <ac...@gmail.com> on 2005/05/20 20:19:33 UTC

Xalan-C V1.9.0 building error

Hello

 Recently I was trying to install Pyana and it requires Xalan-C and
Xerces-C. I install both from source and got Xercesc 2.6.0 built
successfully but never can make Xalan-C. The error message was as
follows

/usr/src/xml-xalan/c/src/xalanc/XPath/ElementPrefixResolverProxy.hpp:89:
error: `xalanc_1_9::ElementPrefixResolverProxy::ElementPrefixResolverProxy(const
xalanc_1_9::ElementPrefixResolverProxy&)' is private
/usr/src/xml-xalan/c/src/xalanc/XPath/XPathEvaluator.cpp:279: error:
within this context
/usr/src/xml-xalan/c/src/xalanc/XPath/XPathEvaluator.cpp: 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*)':
/usr/src/xml-xalan/c/src/xalanc/XPath/ElementPrefixResolverProxy.hpp:89:
error: `xalanc_1_9::ElementPrefixResolverProxy::ElementPrefixResolverProxy(const
xalanc_1_9::ElementPrefixResolverProxy&)' is private
/usr/src/xml-xalan/c/src/xalanc/XPath/XPathEvaluator.cpp:299: error:
within this context
/usr/src/xml-xalan/c/src/xalanc/XPath/XPathEvaluator.cpp: In member
function `xalanc_1_9::XPath*
xalanc_1_9::XPathEvaluator::createXPath(const
xalanc_1_9::XalanDOMChar*)':
/usr/src/xml-xalan/c/src/xalanc/XPath/ElementPrefixResolverProxy.hpp:89:
error: `xalanc_1_9::ElementPrefixResolverProxy::ElementPrefixResolverProxy(const
xalanc_1_9::ElementPrefixResolverProxy&)' is private
/usr/src/xml-xalan/c/src/xalanc/XPath/XPathEvaluator.cpp:348: error:
within this context
/usr/src/xml-xalan/c/src/xalanc/XPath/XPathEvaluator.cpp: In member
function `xalanc_1_9::XPath*
xalanc_1_9::XPathEvaluator::createXPath(const
xalanc_1_9::XalanDOMChar*, xalanc_1_9::DOMSupport&, const
xalanc_1_9::XalanElement*)':
/usr/src/xml-xalan/c/src/xalanc/XPath/ElementPrefixResolverProxy.hpp:89:
error: `xalanc_1_9::ElementPrefixResolverProxy::ElementPrefixResolverProxy(const
xalanc_1_9::ElementPrefixResolverProxy&)' is private
/usr/src/xml-xalan/c/src/xalanc/XPath/XPathEvaluator.cpp:361: error:
within this context
gmake[1]: *** [../../obj/XPathEvaluator.o] Error 1
gmake[1]: Leaving directory `/usr/src/xml-xalan/c/src/xalanc'
gmake: *** [install] Error 2

The configure parameter I used was 
./runConfigure -plinux -cgcc -xg++ -rpthread

The OS is CENTOS 4 (a clone of RHEL 4), gcc version is 3.4.3 20041212
(Red Hat 3.4.3-9.EL4).

Could any developer advice me how to solve this problem? Thanks in advance!

Garuda

---------------------------------------------------------------------
To unsubscribe, e-mail: xalan-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xalan-dev-help@xml.apache.org


Re: Xalan-C V1.9.0 building error

Posted by Garuda <ac...@gmail.com>.
Thanks Dave. It works now.


On 5/20/05, david_n_bertoni@us.ibm.com <da...@us.ibm.com> wrote:
> > Recently I was trying to install Pyana and it requires Xalan-C and
> > Xerces-C. I install both from source and got Xercesc 2.6.0 built
> > successfully but never can make Xalan-C. The error message was as
> > follows
> 
> These errors are fixed in the latest CVS code.  You can get a nightly
> tarball from here:
> 
> http://cvs.apache.org/snapshots/xml-xalan/
> 
> Or, you can just get a CVS tree from the repository.
> 
> Dave
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: xalan-dev-unsubscribe@xml.apache.org
> For additional commands, e-mail: xalan-dev-help@xml.apache.org
> 
>

---------------------------------------------------------------------
To unsubscribe, e-mail: xalan-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xalan-dev-help@xml.apache.org


Re: Xalan-C V1.9.0 building error

Posted by da...@us.ibm.com.
> Recently I was trying to install Pyana and it requires Xalan-C and
> Xerces-C. I install both from source and got Xercesc 2.6.0 built
> successfully but never can make Xalan-C. The error message was as
> follows

These errors are fixed in the latest CVS code.  You can get a nightly 
tarball from here:

http://cvs.apache.org/snapshots/xml-xalan/

Or, you can just get a CVS tree from the repository.

Dave

---------------------------------------------------------------------
To unsubscribe, e-mail: xalan-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xalan-dev-help@xml.apache.org