Hi Developers,
I am trying to build xalan on solaris 10 sparc and got this access
violation error:

class "class XALAN_XPATH_EXPORT ElementPrefixResolverProxy : public
PrefixResolver" declares member function
ElementPrefixResolverProxy(const ElementPrefixResolverProxy&)
as private on line 89 as followed:

        87      private:
        88          //notimplemented
        89          ElementPrefixResolverProxy(const
ElementPrefixResolverProxy&);

But this function is called in file: XPathEvaluator.cpp at line 278 as
followed:
   274      return evaluate(
   275              domSupport,
   276              contextNode,
   277              xpathString,
   278              ElementPrefixResolverProxy(namespaceNode,
theEnvSupportDefault, domSupport, m_memoryManager),
   279              theEnvSupportDefault);
   280

This bug was found on fedora and filed before by somebody else . It's
been declared fixed in the CVS code
(http://issues.apache.org/jira/browse/XALANC-446). I downloaded the CVS
code and try to compile again. Other errors sneaked up. Here it is:
>>>ld: fatal: Symbol referencing errors. No output written
>>>to ../../../../bin/MsgCreator
>>>collect2: ld returned 1 exit status
>>>gmake[3]: *** [../../../../bin/MsgCreator] Error 1
>>>gmake[3]: Leaving directory `/export/home/apache/xalan/xalan/xml-
>>>xalan/c/src/xalanc/Utils/MsgCreator'
>>>gmake[2]: *** [../../../bin/MsgCreator] Error 2
>>>gmake[2]: Leaving directory `/export/home/apache/xalan/xalan/xml-
>>>xalan/c/src/xalanc/Utils'
>>>gmake[1]: *** [locale] Error 2
>>>gmake[1]: Leaving directory `/export/home/apache/xalan/xalan/xml-
>>>xalan/c/src/xalanc'
>>>gmake: *** [all] Error 2

Does any one volunteer to produce a stable build for Solaris 10? If yes,
I can reserve super, super fast SPARC and x86 and x64 machines for you
to build. Solaris 10, gcc, and even sun studio 10 are readily available
for you to use. Thank you very much.


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

Reply via email to