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


   @masayuki2009 BTW, since I add this in Makfile:
   ```
   CFLAGS += ${shell $(DEFINE) "$(CC)" ARG_REPLACE_GETOPT=0}
   ```
   err.h shouldn't be included in arg_getopt_long.c:
   ```
   #if ARG_REPLACE_GETOPT == 1
   ...
   #ifdef _WIN32
   ...
   #else
   #include <err.h>
   #endif /*_WIN32*/
   ...
   #endif /* ARG_REPLACE_GETOPT == 1 */
   ```
   Could you check why the err.h get included?


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