kvarec opened a new pull request #38:
URL: https://github.com/apache/xalan-c/pull/38
Fix build errors:
```
In file included from /usr/include/c++/9/cassert:44,
from
/home/user1/dev/xalan-c/src/src/xalanc/Include/XalanList.hpp:31,
from
/home/user1/dev/xalan-c/src/src/xalanc/Include/XalanMap.hpp:35,
from
/home/user1/dev/xalan-c/src/src/xalanc/Include/STLHelper.hpp:33,
from
/home/user1/dev/xalan-c/src/src/xalanc/XalanDOM/XalanDOMString.hpp:31,
from
/home/user1/dev/xalan-c/src/src/xalanc/XPath/XPathExecutionContext.hpp:36,
from
/home/user1/dev/xalan-c/src/src/xalanc/XPath/MutableNodeRefList.cpp:36:
/home/user1/dev/xalan-c/src/src/xalanc/XPath/MutableNodeRefList.cpp: In
member function ‘void xalanc_1_12::MutableNodeRefList::clearNulls()’:
/home/user1/dev/xalan-c/src/src/xalanc/XPath/MutableNodeRefList.cpp:707:12:
error: ‘checkForDuplicates’ was not declared in this scope
707 | assert(checkForDuplicates(getMemoryManager()) == false);
| ^~~~~~~~~~~~~~~~~~
```
and
```
In file included from /usr/include/c++/9/cassert:44,
from
/home/user1/dev/xalan-c/src/src/xalanc/XPath/XObjectFactory.hpp:29,
from
/home/user1/dev/xalan-c/src/src/xalanc/XSLT/FunctionDocument.cpp:42:
/home/user1/dev/xalan-c/src/src/xalanc/XSLT/FunctionDocument.cpp: In member
function ‘xalanc_1_12::XObjectPtr
xalanc_1_12::FunctionDocument::doExecute(xalanc_1_12::XPathExecutionContext&,
xalanc_1_12::XalanNode*, const xalanc_1_12::XObjectPtr&,
xalanc_1_12::XalanDOMString*, int, const xercesc_3_2::Locator*, bool) const’:
/home/user1/dev/xalan-c/src/src/xalanc/XSLT/FunctionDocument.cpp:576:17:
error: ‘class xalanc_1_12::MutableNodeRefList’ has no member named
‘checkForDuplicates’
576 |
assert(mnl->checkForDuplicates(executionContext.getMemoryManager()) == false);
| ^~~~~~~~~~~~~~~~~~
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]