bake icon indicating copy to clipboard operation
bake copied to clipboard

sdl2 missing binary

Open SushilRagoonath opened this issue 5 years ago • 0 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.

SushilRagoonath avatar Dec 22 '20 16:12 SushilRagoonath