Skip to content

Fix luavgl obj property API #70

Fix luavgl obj property API

Fix luavgl obj property API #70

Triggered via pull request August 18, 2024 12:25
@XuNeoXuNeo
opened #62
t4
Status Failure
Total duration 41s
Artifacts

ci.yml

on: pull_request
Build on ubuntu-latest
30s
Build on ubuntu-latest
Fit to window
Zoom out
Zoom in

Annotations

7 errors
Build on ubuntu-latest: src/obj.c#L695
implicit declaration of function ‘lv_obj_class_property_get_id’; did you mean ‘lv_obj_property_get_id’? [-Werror=implicit-function-declaration]
Build on ubuntu-latest: src/obj.c#L707
implicit declaration of function ‘lv_obj_style_property_get_id’; did you mean ‘lv_obj_property_get_id’? [-Werror=implicit-function-declaration]
Build on ubuntu-latest: src/util.c#L423
‘LV_PROPERTY_TYPE_BOOL’ undeclared (first use in this function); did you mean ‘LV_PROPERTY_TYPE_FONT’?
Build on ubuntu-latest: src/util.c#L424
‘lv_property_t’ has no member named ‘enable’
Build on ubuntu-latest: src/util.c#L480
‘LV_PROPERTY_TYPE_BOOL’ undeclared (first use in this function); did you mean ‘LV_PROPERTY_TYPE_FONT’?
Build on ubuntu-latest: src/util.c#L481
‘lv_property_t’ has no member named ‘enable’
Build on ubuntu-latest
Process completed with exit code 1.