Rxslt
,
I get an error something like
Rxslt.o: In function `vector>::empty(void) const': /tmp/Clean/xml-xalan/c/src/XalanDOM/XalanDOMString.hpp(.XSLTEnvSupportExtension::gnu.linkonce.t.extFunction(XPathExecutionContext &, XalanDOMString const &, XalanDOMString const &, XalanNode *, vector > const &) const+0x29): undefined reference to `XSLTProcessorEnvSupportDefault::extFunction(XPathExecutionContext &, XalanDOMString const &, XalanDOMString const &, XalanNode *, vector > const &) const' collect2: ld returned 1 exit status
Rxslt.o
.
On my machine, this works for me if I compile my own libxalan
and set XALAN_LIB_DIR to point to that.
It may well be a problem with the different versions of g++ and/or the STL (Standard Temple Library) used to compile the R package and that used to create the Xalan libraries. I use gcc 2.95.2 whereas the Xalan distribution was built with 2.91.66 (according to the Apache site documentation)
I'd be happy to hear from anybody who might have an idea as to what is wrong.
XalandDOMChar
and XmlChar
.
What's the problem?
XObjectPtr
and XObject *
.
XObject *
to
XObjectPtr
.
That should do it.