SPRESENSE opened a new issue, #1516: URL: https://github.com/apache/nuttx-apps/issues/1516
I get a build error with cJSON when building `examples/json`. ``` Downloading: v1.7.12.tar.gz curl -O -L "https://github.com/DaveGamble/cJSON/archive"/v1.7.12.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 340k 0 340k 0 0 747k 0 --:--:-- --:--:-- --:--:-- 2707k Unpacking: v1.7.12.tar.gz -> cJSON tar -zxf v1.7.12.tar.gz touch cJSON cp cJSON/cJSON.h /xxx/include/netutils/cJSON.h cp: cannot stat 'cJSON/cJSON.h': Not a directory ``` This error is caused by this commit https://github.com/apache/nuttx-apps/pull/1512/commits/ad319360eb704efe1933e73cae8046c296d03180. (https://github.com/apache/nuttx-apps/pull/1512) I don't know the purpose of this commit. Please correct it. -- 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]
