We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I installed bake on windows 10. And,
bake new game -t sdl2.basic bake run game
I got the following error message.
[ error] missing dependency 'sdl2'
How can I make Bake find sdl2?
The text was updated successfully, but these errors were encountered:
I'm having the same issue building tower_defense. Actually I've been unable to get bake to run anything but a simple empty project.
Here's the outputs of bake list, bake build, and bake run
It looks like EcsSignatureExpr is missing from a header file, but I'm not sure. (I'm an experienced developer but C++ is one of my weaker languages)
C:\Users\Adam\bake\src\flecs-meta\src\main.c(557): error C2065: 'FLECS__EEcsSignatureExpr': undeclared identifier C:\Users\Adam\bake\src\flecs-meta\src\main.c(557): error C2065: 'EcsSignatureExpr': undeclared identifier
The missing dependency error also happens when I build other projects.
OS: Windows 10 Visual Studio 2017 / 2019
Please help diagnose why bake isn't working correctly, or point us to a resource to resolve these issues
Sorry, something went wrong.
No branches or pull requests
I installed bake on windows 10. And,
I got the following error message.
[ error] missing dependency 'sdl2'
How can I make Bake find sdl2?
The text was updated successfully, but these errors were encountered: