You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that the build process just tries to build any discovered C files in the project directory ?
or instance, here it finds our json library and fails to compile it;
DEP_LV_CONFIG_PATH=`pwd` cargo build
Compiling lvgl-sys v0.6.2
The following warnings were emitted during compilation:
warning: [email protected]: /Users/sasq/elux/wm-application/external/lwjson/test/test.c:2:10: fatal error: 'lwjson/lwjson.h' file not found
warning: [email protected]: #include "lwjson/lwjson.h"
warning: [email protected]: ^~~~~~~~~~~~~~~~~
warning: [email protected]: 1 error generated.
error: failed to run custom build command for `lvgl-sys v0.6.2`
The text was updated successfully, but these errors were encountered:
It seems that the build process just tries to build any discovered C files in the project directory ?
or instance, here it finds our json library and fails to compile it;
The text was updated successfully, but these errors were encountered: