wamr/core/app-mgr/app-mgr-shared/app_manager_export.h:25:8: error: using typedef-name ‘attr_container_t’ after ‘struct’
25 | struct attr_container_t;
and
/wamr/core/app-framework/app-native-shared/bi-inc/attr_container.h:58:3: note: ‘attr_container_t’ has a previous declaration here
58 | } attr_container_t;
The reason is because attr_container.h and app_manager_export.h. This second, if I'm not wrong, should be:
Can anyone check it please? It would be much appreciated!