#Problem with compilation using meson on 9.0.0 version

Problem with compilation using meson on 9.0.0 version

Hi,I updated lvgl from v8.3.11 to v9.0.0 in my project and suddenly i cannot compile my code. The problem seems to be with meson, because when i try to directly compile it using cmake it works.
It seems, that it cannot find the types, because the compiler says that types don’t exist, but they DO exist. (when i return back version 8.3.11 everything works perfectly).

This is how looks most of the errors:
…/subprojects/lvgl/src/core/…/core/…/misc/…/font/…/draw/…/misc/lv_area.h:38:5: error: unknown type name ‘lv_value_precise_t’
38 | lv_value_precise_t x;
| ^~~~~~~~~~~~~~~~~~

A Pull request was opened to address this. See Fix for 5735 by KaruroChori · Pull Request #5745 · lvgl/lvgl · GitHub

1 Like