V-Sekai / v-sekai-game

Open-source VR socials
MIT License
132 stars 10 forks source link

`vsk-3d-audio-variant-4.3` is failing on cicd #445

Open fire opened 4 weeks ago

fire commented 4 weeks ago

Issue description

vsk-3d-audio-variant-4.3 is failing on cicd

Error: thirdparty\pffft\pffft.c(580): error C2099: initializer is not a constant
Error: thirdparty\pffft\pffft.c(1478): error C2099: initializer is not a constant
scons: *** [thirdparty\pffft\pffft.windows.editor.x86_64.obj] Error 2
scons: building terminated because of errors.

Steps to reproduce

Upload branch to https://github.com/V-Sekai/godot

Minimal reproduction project (For SDK or engine issues)

This is a Godot Engine build so there is no project.

Using a released version?

No

What OS? Any other relevant information? (V-Sekai version, Godot revision, System information)

Windows 11 Nvidia

fire commented 3 weeks ago
if env_resonance["platform"] == "windows":
    env_resonance.Append(CCFLAGS=['/wd2099'])

Will probably fix this.