You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by GitBox <gi...@apache.org> on 2021/11/23 07:52:27 UTC

[GitHub] [xalan-c] kvarec opened a new pull request #38: Fix build without macro XALAN_DEBUG

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: dev-unsubscribe@xalan.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@xalan.apache.org
For additional commands, e-mail: dev-help@xalan.apache.org


[GitHub] [xalan-c] rleigh-codelibre merged pull request #38: Fix build without macro XALAN_DEBUG

Posted by GitBox <gi...@apache.org>.
rleigh-codelibre merged pull request #38:
URL: https://github.com/apache/xalan-c/pull/38


   


-- 
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: dev-unsubscribe@xalan.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@xalan.apache.org
For additional commands, e-mail: dev-help@xalan.apache.org


[GitHub] [xalan-c] rleigh-codelibre commented on pull request #38: Fix build without macro XALAN_DEBUG

Posted by GitBox <gi...@apache.org>.
rleigh-codelibre commented on pull request #38:
URL: https://github.com/apache/xalan-c/pull/38#issuecomment-977098569


   This is a simple change which looks absolutely fine to me and matches changes already made elsewhere in the codebase.


-- 
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: dev-unsubscribe@xalan.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@xalan.apache.org
For additional commands, e-mail: dev-help@xalan.apache.org