pkarashchenko commented on PR #6987: URL: https://github.com/apache/incubator-nuttx/pull/6987#issuecomment-1256985489
``` In file included from /github/workspace/sources/nuttx/include/nuttx/semaphore.h:31, from /github/workspace/sources/nuttx/include/nuttx/mutex.h:32, from /github/workspace/sources/nuttx/include/nuttx/fs/fs.h:38, from /github/workspace/sources/nuttx/include/stdio.h:34, from /github/workspace/sources/apps/system/libuv/libuv/include/uv.h:55, from libuv/src/unix/core.c:21: Error: /github/workspace/sources/nuttx/include/semaphore.h:106:3: error: unknown type name 'dq_queue_t' 106 | dq_queue_t waitlist; | ^~~~~~~~~~ make[3]: *** [/github/workspace/sources/apps/Application.mk:148: core.c.github.workspace.sources.apps.system.libuv.o] Error 1 ``` @xiaoxiang781216 probably libuv patches should be modified. -- 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