hrydgard / ppsspp-glslang

This contains the latest glslang compiler from the Vulkan SDK.
1 stars 1 forks source link

Unbreak build on FreeBSD with GCC/libstdc++ 6.2.0 #2

Closed jbeich closed 7 years ago

jbeich commented 7 years ago

Probably affects Linux as well with non-standard libc that doesn't bootleg <stdarg.h>.

In file included from C:/Projects/glslang/glslang/MachineIndependent/glslang.y:59:0:
glslang/MachineIndependent/ParseHelper.h:276:24: error: 'va_list' has not been declared
                        va_list args);
                        ^~~~~~~
jbeich commented 7 years ago

Oops, I didn't notice upstream exists. Filed https://github.com/KhronosGroup/glslang/pull/625 with s/stdarg.h/cstdarg/ for consistency with KhronosGroup/glslang@66ec80e01b56.