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


   @xiaoxiang781216 
   
   I tried this PR but the following error happened.
   
   ./argtable3/src/getopt_long.c:149:10: fatal error: err.h: No such file or 
directory
     149 | #include <err.h>
         |          ^~~~~~~
   compilation terminated.
   
   Even though I added a dummy err.h to nuttx/include/, the following error 
happened.
   
   ./iperf_main.c:30:10: fatal error: argtable3.h: No such file or directory
      30 | #include "argtable3.h"
         |          ^~~~~~~~~~~~~
   
   Does this PR work with your environment?
   


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