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
{{ message }}
This repository has been archived by the owner on Nov 22, 2021. It is now read-only.
Mind you, this is the first time I give flecs a try :) So maybe I am missing something obvious!
The flecs library builds fine out of the box, but I am having problems with flecs-dash (mainly with the flecs-rest and flecs-json dependencies)
It looks like these projects are not compatible with the latest flecs version anymore. In the flecs-ecs guidelines it also mentions to pull in the bleeding_edge branch of flecs, which does not exist.
Instead, working with the master version of flecs, gives me a list of the following build errors:
'ECS_CHILDOF': undeclared identifier
'FLECS__EEcsName': undeclared identifier
How should I proceed?
thanks.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello!
Mind you, this is the first time I give flecs a try :) So maybe I am missing something obvious!
The flecs library builds fine out of the box, but I am having problems with flecs-dash (mainly with the flecs-rest and flecs-json dependencies)
It looks like these projects are not compatible with the latest flecs version anymore. In the flecs-ecs guidelines it also mentions to pull in the
bleeding_edge
branch of flecs, which does not exist.Instead, working with the master version of flecs, gives me a list of the following build errors:
'ECS_CHILDOF': undeclared identifier
'FLECS__EEcsName': undeclared identifier
How should I proceed?
thanks.
The text was updated successfully, but these errors were encountered: