Hi, On the sidebar of the xerces-c download page (http://xml.apache.org/xerces-c/download.cgi) is showing the CVS Repository and the Mailing Archive links in the wrong order. Therefore, the links are pointing to the wrong URL.
Matt. --- [EMAIL PROTECTED] wrote: > Hi Dave > > I was able to build Xerces 2.6.0 with GCC 3.4.2 but > is it compatible with > Xalan 1.9? > > The 32 bit Xalan 1.9 build failed with this error: > > g++ -mcpu=ultrasparc3 -w -O3 -D__sparc__ > -ffor-scope > -fno-enforce-eh-specs -fno-const-strings > -fno-elide-constructors -Wall > -fPIC -DSOLARIS -D_REENTRANT > -DXALAN_INMEM_MSG_LOADER -c > -I/user/sbhatnag/xalan/xml-xalan/c/src > -I/user/sbhatnag/xalan/xml-xalan/c/include > -I../../nls/include > -I/user/sbhatnag/xerces/xerces-c-src_2_6_0/src/ > -I/user/sbhatnag/xerces/xerces-c-src_2_6_0/include/xercesc > > -I/user/sbhatnag/xerces/xerces-c-src_2_6_0/include/ > -o > ../../obj/XPathEvaluator.o > /user/sbhatnag/xalan/xml-xalan/c/src/xalanc/XPath/XPathEvaluator.cpp > > /user/sbhatnag/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/sbhatnag/xalan/xml-xalan/c/src/xalanc/XPath/ElementPrefixResolverProxy.hpp:89: > > error: `xalanc_1_9::ElementPrefixResolverProxy:: > ElementPrefixResolverProxy(const > xalanc_1_9::ElementPrefixResolverProxy&)' > is private > /user/sbhatnag/xalan/xml-xalan/c/src/xalanc/XPath/XPathEvaluator.cpp:279: > > error: within this context > /user/sbhatnag/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*)': > /user/sbhatnag/xalan/xml-xalan/c/src/xalanc/XPath/ElementPrefixResolverProxy.hpp:89: > > error: > `xalanc_1_9::ElementPrefixResolverProxy::ElementPrefixResolverProxy(const > > xalanc_1_9::ElementPrefixResolverProxy&)' is private > /user/sbhatnag/xalan/xml-xalan/c/src/xalanc/XPath/XPathEvaluator.cpp:299: > > error: within this context > /user/sbhatnag/xalan/xml-xalan/c/src/xalanc/XPath/ElementPrefixResolverProxy.hpp: > > In member function `xalanc_1_9::XPath* > xalanc_1_9::XPathEvaluator::createXPath(const > xalanc_1_9::XalanDOMChar*)': > /user/sbhatnag/xalan/xml-xalan/c/src/xalanc/XPath/ElementPrefixResolverProxy.hpp:89: > > error: > `xalanc_1_9::ElementPrefixResolverProxy::ElementPrefixResolverProxy(const > > xalanc_1_9::ElementPrefixResolverProxy&)' is private > /user/sbhatnag/xalan/xml-xalan/c/src/xalanc/XPath/XPathEvaluator.cpp:348: > > error: within this context > /user/sbhatnag/xalan/xml-xalan/c/src/xalanc/XPath/ElementPrefixResolverProxy.hpp: > > 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*)': > /user/sbhatnag/xalan/xml-xalan/c/src/xalanc/XPath/ElementPrefixResolverProxy.hpp:89: > > error: > `xalanc_1_9::ElementPrefixResolverProxy::ElementPrefixResolverProxy(const > > xalanc_1_9::ElementPrefixResolverProxy&)' is private > /user/sbhatnag/xalan/xml-xalan/c/src/xalanc/XPath/XPathEvaluator.cpp:361: > > error: within this context > gmake[1]: *** [../../obj/XPathEvaluator.o] Error 1 > gmake[1]: Leaving directory > `/user/sbhatnag/xalan/xml-xalan/c/src/xalanc' > gmake: *** [install-package] Error 2 > > Any comments are welcome! > > warm regards > Saurabh > > > > > [EMAIL PROTECTED] > 04/15/2005 12:00 PM > Please respond to > [email protected] > > > To > [email protected] > cc > > Subject > Re: Building Xerces 2.3.0 with GCC 3.4.2 on > Solaris5.8!!! > > > > > > > > from XMLString.cpp:74: > > > /user/sbhatnag/xerces/xerces-c-src_2_3_0/include/xercesc/util/RefArrayVectorOf.c: > > > > > In destructor > `xercesc_2_3::RefArrayVectorOf<TElem>::~RefArrayVectorOf()': > > > /user/sbhatnag/xerces/xerces-c-src_2_3_0/include/xercesc/util/RefArrayVectorOf.c:25: > > > > > error: `fAdoptedElems' undeclared (first use this > function) > > > /user/sbhatnag/xerces/xerces-c-src_2_3_0/include/xercesc/util/RefArrayVectorOf.c:25: > > > > > error: (Each undeclared identifier is reported > only once for each > function > > it appears in.) > > > /user/sbhatnag/xerces/xerces-c-src_2_3_0/include/xercesc/util/RefArrayVectorOf.c:27: > > > > > error: `fCurCount' undeclared (first use this > function) > > > /user/sbhatnag/xerces/xerces-c-src_2_3_0/include/xercesc/util/RefArrayVectorOf.c:28: > > > > > error: `fMemoryManager' undeclared (first use this > function) > > > /user/sbhatnag/xerces/xerces-c-src_2_3_0/include/xercesc/util/RefArrayVectorOf.c:28: > > > > > error: `fElemList' undeclared (first use this > function) > > You will probably have a difficult time building > that version of Xerces-C > with newer versions of GCC. I suggest you upgrade > to the latest released > version, 2.6.0. If you cannot do that, you will > need to modify the > sources. The fix for these particular errors is to > qualify the dependent > names with "this->", but there will likely be other > issues once you get > past these. > > this->fCurCount > this->FMemoryManager > > > See here for more information: > > http://womble.decadentplace.org.uk/c++/template-faq.html#base-lookup > > Dave > > --------------------------------------------------------------------- > To unsubscribe, e-mail: > [EMAIL PROTECTED] > For additional commands, e-mail: > [EMAIL PROTECTED] > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: > [EMAIL PROTECTED] > === message truncated === __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
