pkarashchenko commented on PR #10470:
URL: https://github.com/apache/nuttx/pull/10470#issuecomment-1722971264
Yeah, indeed, now the error comes not from `libuv`, but
```
Configuration/Tool: sim/libcxxtest
------------------------------------------------------------------------------------
Cleaning...
Configuring...
Building NuttX...
Error: libcxx/src/filesystem/directory_iterator.cpp:189:57: error:
unqualified call to 'std::move' [-Werror,-Wunqualified-std-cast-call]
__root_(move(other.__root_)),
^
std::
Error: libcxx/src/filesystem/directory_iterator.cpp:190:58: error:
unqualified call to 'std::move' [-Werror,-Wunqualified-std-cast-call]
__entry_(move(other.__entry_)) {
^
std::
Error: libcxx/src/filesystem/directory_iterator.cpp:272:17: error:
unqualified call to 'std::move' [-Werror,-Wunqualified-std-cast-call]
path root = move(__imp_->__root_);
^
std::
Error: libcxx/src/filesystem/directory_iterator.cpp:306:25: error:
unqualified call to 'std::move' [-Werror,-Wunqualified-std-cast-call]
__imp_->__stack_.push(move(new_s));
^
std::
Error: libcxx/src/filesystem/directory_iterator.cpp:360:17: error:
unqualified call to 'std::move' [-Werror,-Wunqualified-std-cast-call]
path root = move(stack.top().__root_);
^
std::
Error: libcxx/src/filesystem/directory_iterator.cpp:394:29: error:
unqualified call to 'std::move' [-Werror,-Wunqualified-std-cast-call]
__imp_->__stack_.push(move(new_it));
^
std::
Error: libcxx/src/filesystem/directory_iterator.cpp:405:21: error:
unqualified call to 'std::move' [-Werror,-Wunqualified-std-cast-call]
path at_ent = move(curr_it.__entry_.__p_);
^
std::
7 errors generated.
make[1]: *** [directory_iterator.o] Error 1
make[1]: Target `libxx.a' not remade because of errors.
make: *** [libs/libxx/libxx.a] Error 2
make: Target `all' not remade because of errors.
/Users/runner/work/nuttx/nuttx/sources/nuttx/tools/testbuild.sh: line 370:
/Users/runner/work/nuttx/nuttx/sources/nuttx/../nuttx/nuttx.manifest: No such
file or directory
```
--
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]