lvgl / lv_binding_cpp

[WIP] C++ binding for LVGL
MIT License
46 stars 20 forks source link

Build seems to be broken #7

Open vortex314 opened 1 year ago

vortex314 commented 1 year ago

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 ?