lv_port_win_codeblocks icon indicating copy to clipboard operation
lv_port_win_codeblocks copied to clipboard

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

Open SlowTypist opened this issue 4 years ago • 4 comments

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.

SlowTypist avatar Oct 22 '21 08:10 SlowTypist

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[bot] avatar Apr 18 '22 18:04 stale[bot]

Mail have been received, thank you.

chanvenjoe avatar Apr 18 '22 18:04 chanvenjoe

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[bot] avatar Apr 20 '23 02:04 stale[bot]

@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

HossamTarek-bits avatar Feb 21 '24 19:02 HossamTarek-bits