lv_binding_cpp icon indicating copy to clipboard operation
lv_binding_cpp copied to clipboard

Build seems to be broken

Open vortex314 opened this issue 2 years ago • 0 comments

When running cmake it stops at the building of the examples in lvgl itself.

lieven@pcdell:~/workspace/lv_binding_cpp/build$ make
[  7%] Built target lv_drivers
[ 47%] Built target lvgl
[ 59%] Built target lv_binding_cpp
[ 59%] Building C object lvgl/CMakeFiles/lvgl_examples.dir/examples/assets/animimg001.c.o
/home/lieven/workspace/lv_binding_cpp/lvgl/examples/assets/animimg001.c:4:10: fatal error: lvgl/lvgl.h: No such file or directory
    4 | #include "lvgl/lvgl.h"
      |          ^~~~~~~~~~~~~
compilation terminated.
make[2]: *** [lvgl/CMakeFiles/lvgl_examples.dir/build.make:132: lvgl/CMakeFiles/lvgl_examples.dir/examples/assets/animimg001.c.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:173: lvgl/CMakeFiles/lvgl_examples.dir/all] Error 2
make: *** [Makefile:91: all] Error 2

Can this be fixed ? Is this repository open for pull requests ?

vortex314 avatar May 02 '23 09:05 vortex314