Novum / vkQuake

Vulkan Quake port based on QuakeSpasm
GNU General Public License v2.0
1.85k stars 225 forks source link

Dosen't build on Mac #615

Closed UnBeatWaterGH closed 1 year ago

UnBeatWaterGH commented 1 year ago

Describe the bug IT DOESN'T BUILD

To Reproduce Try to build on a Mac

Expected behavior IT BUILDS

Screenshots Screenshot 2023-01-15 at 01 13 12

Desktop:

Additional context ../Quake/quakedef.h:292:10: fatal error: 'vulkan/vulkan_core.h' file not found

include <vulkan/vulkan_core.h>

And yes, I did follow ALL the steps in the Mac build guide.

Novum commented 1 year ago

It does build on MacOS just fine. You are somehow missing the Vulkan SDK. Something about your brew is not correctly set up.

Novum commented 1 year ago

You can download binaries for each commit in from "Actions" if that's easier, e.g. https://github.com/Novum/vkQuake/actions/runs/3920222341

UnBeatWaterGH commented 1 year ago

Thx will run brew doctor

UnBeatWaterGH commented 1 year ago

A lot of warnings. Time to run brew cleanup

UnBeatWaterGH commented 1 year ago

Manually fixing everything...

UnBeatWaterGH commented 1 year ago

Too many warnings... Will have to come back to it later.

UnBeatWaterGH commented 1 year ago

Have fixed my build environment, will try to build.

UnBeatWaterGH commented 1 year ago

Nope same error.

UnBeatWaterGH commented 1 year ago

Which makes no sense.