SanderMertens / bake

Bake, A build system for building, testing and running C & C++ projects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sdl2 missing binary

SushilRagoonath opened this issue · comments

I cant seem to get the sdl2 system working ,no idea how to get it installed manually either .I am getting Undefined references from the missing sdl2.lib but I have no idea where to put it.
The actual error below:
Creating library flecs-systems-sdl2.git\bin\x64-Windows-debug\flecs_systems_sdl2.lib and object flecs-systems-sdl2.git\bin\x64-Windows-debug\flecs_systems_sdl2.exp
main.obj : error LNK2019: unresolved external symbol SDL_GetError referenced in function FlecsSystemsSdl2Import

Also is it possible to decouple the projects using bake since I see that there is a specific bake_config in every of these projects which makes it very difficult to manually build things when bake doesnt work. Sorry it is just very frustating when a high level build system does not work as intended.