mholtkamp / octave

A 3D game engine for GameCube, Wii, 3DS, Windows, Linux, and Android.
MIT License
65 stars 6 forks source link

Error building #11

Open magarcan opened 4 months ago

magarcan commented 4 months ago

Building latest code, I got this error:

Severity Code Description Project File Line Suppression State Details Error LNK1104 cannot open file 'spirv-cross-cored.lib' Standalone C:\Users\Manu\Downloads\octave-main\octave-main\Standalone\LINK 1

How can I fix it?

mholtkamp commented 4 months ago

I believe this error will happen if you don't have "Shader Toolchain Debug Symbols = 64-bit" selected during the VulkanSDK installation process. I have updated the README to include this requirement. If you don't care about building a debug build, you can also compile the editor/game in Release mode without needing the vulkan debug libraries.

image