Skip to content
New issue

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

how can I setup "missing dependency" #75

Open
BenjaminGu opened this issue Oct 7, 2020 · 1 comment
Open

how can I setup "missing dependency" #75

BenjaminGu opened this issue Oct 7, 2020 · 1 comment

Comments

@BenjaminGu
Copy link

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?

@AdamScura
Copy link

AdamScura commented Jul 24, 2021

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

image
image (1)
image (2)

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants