eduard-permyakov / permafrost-engine

An OpenGL RTS game engine written in C
GNU General Public License v3.0
2.64k stars 113 forks source link

Unable to build using Visual Studio 2022 #32

Open Janders1800 opened 3 months ago

Janders1800 commented 3 months ago

OpenAl project complains about the Windows SDK version 10.0.22000.0 even if I retarget the project/solution to use a updated version.

Currently I'm using 10.0.22621.0 on Win11, I cannot install older versions since those don't work on Win11.

EDIT: Nevermind, retargeting from the solution does nothing in vs, had to do it project by project. Still can't build tho.

Janders1800 commented 3 months ago

I can't also build it on Linux, cmake complains about python, I do have python installed.

EDIT: I've managed to build all the dependencies on Windows except openAl, it just refuses to build. For some reason cmake tries to access a folder in the user admin and I can't get rid of it. imagen