pkarashchenko commented on PR #10702:
URL: https://github.com/apache/nuttx/pull/10702#issuecomment-1725452876

   ```
   
====================================================================================
   Configuration/Tool: esp32c3-devkit/cxx
   
------------------------------------------------------------------------------------
     Cleaning...
   make[1]: warning: jobserver unavailable: using -j1.  Add '+' to parent make 
rule.
   make[1]: warning: jobserver unavailable: using -j1.  Add '+' to parent make 
rule.
     Configuring...
   make[1]: warning: jobserver unavailable: using -j1.  Add '+' to parent make 
rule.
   make[1]: warning: jobserver unavailable: using -j1.  Add '+' to parent make 
rule.
     Building NuttX...
   In file included from 
/github/workspace/sources/nuttx/include/libcxx/algorithm:650,
                    from libcxx/src/algorithm.cpp:9:
   Error: /github/workspace/sources/nuttx/include/libcxx/type_traits:1729:8: 
error: expected identifier before '__is_convertible'
    1729 | struct __is_convertible
         |        ^~~~~~~~~~~~~~~~
   Error: /github/workspace/sources/nuttx/include/libcxx/type_traits:1729:8: 
error: expected unqualified-id before '__is_convertible'
   Error: /github/workspace/sources/nuttx/include/libcxx/type_traits:1735:40: 
error: expected identifier before '__is_convertible'
    1735 | template <class _T1, class _T2> struct __is_convertible<_T1, _T2, 0, 
1> : public false_type {};
         |                                        ^~~~~~~~~~~~~~~~
   Error: /github/workspace/sources/nuttx/include/libcxx/type_traits:1735:40: 
error: expected unqualified-id before '__is_convertible'
   Error: /github/workspace/sources/nuttx/include/libcxx/type_traits:1736:40: 
error: expected identifier before '__is_convertible'
    1736 | template <class _T1, class _T2> struct __is_convertible<_T1, _T2, 1, 
1> : public false_type {};
   ```


-- 
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: commits-unsubscr...@nuttx.apache.org

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

Reply via email to