You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm also having the same issue - I've installed MSYS2, ran the mentioned commands, and added C:\msys64\mingw64\bin to both System and User PATH. I can see SDL2.dll in that folder, and can see the SDL2 folder in the adjacent include folder
Just after typing that I checked for any relevant config files in the repo folder on my machine, and in .vscode/launch.json I saw references to a %USERPROFILE%/mingw folder which I apparently prepared ~a year ago
After removing that from my PATH (and restarting VS Code) I was able to run the demo
Dependency Graph
|-- lvgl @ 9.1.0
Building in release mode
Compiling .pio\build\emulator_64bits\libf53\lvgl\drivers\sdl\lv_sdl_keyboard.o
Compiling .pio\build\emulator_64bits\libf53\lvgl\drivers\sdl\lv_sdl_mouse.o
Compiling .pio\build\emulator_64bits\libf53\lvgl\drivers\sdl\lv_sdl_mousewheel.o
Compiling .pio\build\emulator_64bits\libf53\lvgl\drivers\sdl\lv_sdl_window.o
: fatal error: SDL2/SDL.h: No such file or directory
compilation terminated.
*** [.pio\build\emulator_64bits\libf53\lvgl\drivers\sdl\lv_sdl_keyboard.o] Error 1
: fatal error: SDL2/SDL.h: No such file or directory
compilation terminated.
*** [.pio\build\emulator_64bits\libf53\lvgl\drivers\sdl\lv_sdl_mouse.o] Error 1
: fatal error: SDL2/SDL.h: No such file or directory
compilation terminated.
*** [.pio\build\emulator_64bits\libf53\lvgl\drivers\sdl\lv_sdl_mousewheel.o] Error 1
: fatal error: SDL2/SDL.h: No such file or directory
compilation terminated.
*** [.pio\build\emulator_64bits\libf53\lvgl\drivers\sdl\lv_sdl_window.o] Error 1
The text was updated successfully, but these errors were encountered: