ok.. i've gone past the linking error and now i am faced
with another set of errors -
i get linking errors for public static const arrays of
XalanDOMChar inside classes in Xalan. one instance would be in XPath class where
we have defined PSEUDONAME_OTHER array.
this has something to do with exporting these
symbols. if we don't export the class (i tried commenting
XALAN_XPATH_EXPORT) the errors for that particular class
vanish.
can someone show me the way here !!
Thanks
Jaspreet
From: Jaspreet Singh [mailto:[EMAIL PROTECTED]
Sent: Monday, April 05, 2004 12:16 PM
To: [email protected]
Subject: Linking error while building xpathwrapper sample on mac cwHi All
I am trying to use Xalan 1.5 on mac (Jaguar) using CodeWarrior 8.3
I've built Xerces 2.1 and Xalan 1.5 successfully. Now I am trying to build XPathWrapper sample to see if everything works fine.
The problem is that the sample gives a linking error about "__kill_critical_regions" being used somewhere and I can't find the framework/lib needed to remove this error. Could someone help me on this pls?
On investigation I found out that the problem arises from XPathInit.
TIA
Jaspreet
