Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

lvgl_sys build tries to compile unrelated C code #167

Open
sasq64 opened this issue May 13, 2024 · 0 comments
Open

lvgl_sys build tries to compile unrelated C code #167

sasq64 opened this issue May 13, 2024 · 0 comments

Comments

@sasq64
Copy link

sasq64 commented May 13, 2024

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: lvgl-sys@0.6.2: /Users/sasq/elux/wm-application/external/lwjson/test/test.c:2:10: fatal error: 'lwjson/lwjson.h' file not found
warning: lvgl-sys@0.6.2: #include "lwjson/lwjson.h"
warning: lvgl-sys@0.6.2:          ^~~~~~~~~~~~~~~~~
warning: lvgl-sys@0.6.2: 1 error generated.

error: failed to run custom build command for `lvgl-sys v0.6.2`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant