lvgl icon indicating copy to clipboard operation
lvgl copied to clipboard

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

Open Sarah-C opened this issue 2 years ago • 14 comments

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.

Sarah-C avatar Jul 23 '22 13:07 Sarah-C

Have you done these steps?

kisvegabor avatar Jul 24 '22 18:07 kisvegabor

I'll get back to it this week! Thread not dead.

Sarah-C avatar Jul 31 '22 17:07 Sarah-C

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.

lvgl-bot avatar Aug 15 '22 02:08 lvgl-bot

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

met989 avatar Aug 16 '22 20:08 met989

#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.

kisvegabor avatar Aug 17 '22 10:08 kisvegabor

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.

lvgl-bot avatar Sep 01 '22 02:09 lvgl-bot

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.

lvgl-bot avatar Sep 08 '22 02:09 lvgl-bot

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 !!

dorel50 avatar Mar 17 '23 17:03 dorel50

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)

suqmadiq2ama avatar Jul 03 '23 12:07 suqmadiq2ama

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)

DenDonnar avatar Oct 27 '23 23:10 DenDonnar

Have you copied lv_conf.h as described here?

kisvegabor avatar Oct 29 '23 15:10 kisvegabor

so, not working

byNMI avatar Mar 18 '24 15:03 byNMI

Could you share

  1. a project the we can try to compile
  2. the required steps/links to set up an environment?

kisvegabor avatar Mar 18 '24 17:03 kisvegabor