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

../../lv_demo.h: No such file or directory #26

Open
SlowTypist opened this issue Oct 22, 2021 · 4 comments
Open

../../lv_demo.h: No such file or directory #26

SlowTypist opened this issue Oct 22, 2021 · 4 comments
Labels
stale This will not be worked on

Comments

@SlowTypist
Copy link

It's funny, cause this worked on my home machine, but laptop gives me trouble. Maaaaaybe has something to do with the fact I have cygwin install in the system, but then again I tried to remove it from path and to explicitely set the mingw version of files in the Toolchain setting.

||=== Build: Debug in LittlevGL (compiler: GNU GCC Compiler) ===| C:\Users\Valeriy\Downloads\lv_sim_codeblocks_win\lv_demos\src\lv_demo_benchmark\assets\img_benchmark_cogwheel_alpha16.c|1|fatal error: ../../lv_demo.h: No such file or directory| C:\Users\Valeriy\Downloads\lv_sim_codeblocks_win\lv_demos\src\lv_demo_benchmark\assets\img_benchmark_cogwheel_argb.c|1|fatal error: ../../lv_demo.h: No such file or directory| C:\Users\Valeriy\Downloads\lv_sim_codeblocks_win\lv_demos\src\lv_demo_benchmark\assets\img_benchmark_cogwheel_chroma_keyed.c|1|fatal error: ../../lv_demo.h: No such file or directory| C:\Users\Valeriy\Downloads\lv_sim_codeblocks_win\lv_demos\src\lv_demo_benchmark\assets\img_benchmark_cogwheel_indexed16.c|1|fatal error: ../../lv_demo.h: No such file or directory| ||=== Build failed: 4 error(s), 0 warning(s) (0 minute(s), 0 second(s)) ===| C:\Users\Valeriy\Downloads\lv_sim_codeblocks_win\lv_demos\src\lv_demo_benchmark\assets\lv_font_montserrat_12_compr_az.c|1|fatal error: ../../lv_demo.h: No such file or directory| ||=== Build failed: 5 error(s), 0 warning(s) (0 minute(s), 0 second(s)) ===| C:\Users\Valeriy\Downloads\lv_sim_codeblocks_win\lv_demos\src\lv_demo_benchmark\assets\img_benchmark_cogwheel_rgb.c|1|fatal error: ../../lv_demo.h: No such file or directory| ||=== Build failed: 6 error(s), 0 warning(s) (0 minute(s), 0 second(s)) ===| C:\Users\Valeriy\Downloads\lv_sim_codeblocks_win\lv_demos\src\lv_demo_benchmark\assets\lv_font_montserrat_28_compr_az.c|1|fatal error: ../../lv_demo.h: No such file or directory| ||=== Build failed: 7 error(s), 0 warning(s) (0 minute(s), 0 second(s)) ===| C:\Users\Valeriy\Downloads\lv_sim_codeblocks_win\lv_demos\src\lv_demo_benchmark\assets\lv_font_montserrat_16_compr_az.c|1|fatal error: ../../lv_demo.h: No such file or directory| ||=== Build failed: 8 error(s), 0 warning(s) (0 minute(s), 0 second(s)) ===|

If I go to Header/lv_demos/src/ , Right-Click the lv_demo.h (which is grayed out), go Options->Enable both, then I get
||=== Build: Debug in LittlevGL (compiler: GNU GCC Compiler) ===| C:\Users\Valeriy\Downloads\lv_sim_codeblocks_win\lv_demos\src\lv_demo.h|17|fatal error: ../lv_demo.h: No such file or directory| ||=== Build failed: 1 error(s), 0 warning(s) (0 minute(s), 0 second(s)) ===|

and so on it goes. Somewhere down the road it comes to headers, which are not found even if I do the Options-> Enable both thing.

@stale
Copy link

stale bot commented Apr 18, 2022

This issue or pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale This will not be worked on label Apr 18, 2022
@chanvenjoe
Copy link

chanvenjoe commented Apr 18, 2022 via email

@stale stale bot removed the stale This will not be worked on label Apr 18, 2022
@stale
Copy link

stale bot commented Apr 20, 2023

This issue or pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale This will not be worked on label Apr 20, 2023
@HossamTarek-bits
Copy link

@SlowTypist If you used their command to get clone the folder lvgl won't get cloned to your folder since it's a submodule so add --recurse-submodules -j8 to the command to clone the submodule as well

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
stale This will not be worked on
Projects
None yet
Development

No branches or pull requests

3 participants