lvgl
lvgl copied to clipboard
../../lv_conf.h: No such file or directory
It's back again.
I've just run the new "factory" build for Lilygo T-QT...
from C:\Users\sarah\Documents\Arduino\sketches\T-QT\factory\factory.ino:5:
c:\users\sarah\documents\arduino\libraries\lvgl\src\lv_conf_internal.h:41:18: fatal error: ../../lv_conf.h: No such file or directory
#include "../../lv_conf.h" /Else assume lv_conf.h is next to the lvgl folder/
^~~~~~~~~~~~~~~~~
compilation terminated.
Have you done these steps?
I'll get back to it this week! Thread not dead.
We need some feedback on this issue.
Now we mark this as "stale" because there was no activity here for 14 days.
Remove the "stale" label or comment else this will be closed in 7 days.
it was a error in line 41 in https://github.com/lvgl/lvgl/blob/master/src/lv_conf_internal.h repleace #include "../../lv_conf.h" with #include "../lv_conf.h" work after configure https://docs.lvgl.io/master/get-started/platforms/arduino.html#configure-lvgl
#include "../../lv_conf.h"
seems correct as lv_conf_internal.h
is in the lvgl/src
folder. So ../../
goes to the parent folder of lvgl
where lv_conf.h
should be.
We need some feedback on this issue.
Now we mark this as "stale" because there was no activity here for 14 days.
Remove the "stale" label or comment else this will be closed in 7 days.
As there was no activity here for a while we close this issue. But don't worry, the conversation is still here and you can get back to it at any time.
So feel free to comment if you have remarks or ideas on this topic.
C:\Program Files (x86)\Arduino\libraries\T-Display-S3-main\example\factory\lvgl.h:24:10: fatal error: src/misc/lv_log.h: No such file or directory #include "src/misc/lv_log.h" ^~~~~~~~~~~~~~~~~~~ compilation terminated. Aceeasi problema !!
same problem Compilation error: src/misc/lv_log.h: No such file or directory (If i remove file next error is not such file or directory lv_timer.h)
I've got the same issue. Tried some couple of different lvgl versions (uning Arduino IDE and some from github) [#include "../lv_conf.h"](c:\arduino\libraries\lvgl\src/lv_conf_internal.h:41:18: fatal error: ../lv_conf.h: No such file or directory)
Have you copied lv_conf.h
as described here?
so, not working
Could you share
- a project the we can try to compile
- the required steps/links to set up an environment?