lupyuen commented on PR #2827: URL: https://github.com/apache/nuttx-apps/pull/2827#issuecomment-2463701001
Thanks @WenLY1! Sorry I have a compile error on macOS, did I miss something? ```bash $ git clone https://github.com/WenLY1/nuttx --branch qjs_defconfig $ git clone https://github.com/WenLY1/nuttx-apps apps --branch quickjs_upstream $ cd nuttx $ cmake -B build -DBOARD_CONFIG=sim:nsh $ cmake --build build /tmp/241108/nuttx/fs/vfs/fs_pseudofile.c:99:3: error: incompatible function pointer types initializing 'ssize_t (*)(struct file *, const struct uio *)' (aka 'long (*)(struct file *, const struct uio *)') with an expression of type 'int (struct inode *)' [-Wincompatible-function-pointer-types] 99 | pseudofile_unlink, /* unlink */ | ^~~~~~~~~~~~~~~~~ ``` https://gist.github.com/lupyuen/784f0c9bd84e5c009e264664017723b2 -- 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]
