cwespressif commented on pull request #559:
URL: 
https://github.com/apache/incubator-nuttx-apps/pull/559#issuecomment-759905612


   > Hi @xiaoxiang781216 , I tried this PR but Still compile errors:
   > 
   > incubator-nuttx-apps/system/argtable3/argtable3/src/getopt.h:92:20: error: 
#include nested too deeply
   > #include <getopt.h>
   > ^
   > ./argtable3/src/getopt_long.c:149:10: fatal error: err.h: No such file or 
directory
   > #include <err.h>
   > ^~~~~~~
   > compilation terminated.
   > ERROR: xtensa-esp32-elf-gcc failed: 1
   
   It looks like getopt_long.c uses function 'warnx', if remove "#include <err. 
h>", it will report warnings
   
   argtable3/src/getopt_long.c:243:17: warning: implicit declaration of 
function ‘warnx’ [-Wimplicit-function-declaration]
   
   


----------------------------------------------------------------
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.

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


Reply via email to