the glslang update breaks godot4.
c++ -o modules/gltf/gltf_document.linuxbsd.template_release.o -c -std=gnu++17
-O2 -pipe -Wno-deprecated-register -Wctor-dtor-privacy -Wnon-virtual-dtor -O2
-pipe -pipe -Wall -Wextra -Wwrite-strings -Wno-unused-parameter -isystem
thirdparty/glad -DNDEBUG -DNO_EDITOR_SPLASH -DTOUCH_ENABLED
-DFONTCONFIG_ENABLED -DSNDIO_ENABLED -DDBUS_ENABLED -DSPEECHD_ENABLED
-DXKB_ENABLED -DLINUXBSD_ENABLED -DUNIX_ENABLED -D_FILE_OFFSET_BITS=64
-DX11_ENABLED -DVULKAN_ENABLED -DGLES3_ENABLED -DMINIZIP_ENABLED
-DBROTLI_ENABLED -DUSE_VOLK -DVK_USE_PLATFORM_XLIB_KHR -DGLAD_ENABLED
-DGLES_OVER_GL -Ithirdparty/libpng -Ithirdparty/volk -Ithirdparty/vulkan
-Ithirdparty/vulkan/include -Ithirdparty/zlib -Ithirdparty/brotli/include
-Iplatform/linuxbsd -I/usr/include/miniupnpc -I. -I/usr/local/include
-I/usr/local/include/webp -I/usr/X11R6/include -I/usr/X11R6/include/freetype2
-I/usr/local/include/dbus-1.0 -I/usr/local/lib/dbus-1.0/include
-I/usr/local/include/speech-dispatcher -I/usr/local/include/glib-2.0
-I/usr/local/lib/glib-2.0/include modules/gltf/gltf_document.cpp
modules/glslang/register_types.cpp:37:10: fatal error:
'glslang/Include/Types.h' file not found
#include <glslang/Include/Types.h>
^~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
scons: *** [modules/glslang/register_types.linuxbsd.template_release.o] Error 1
On 2024/02/24 19:43, Thomas Frohwein wrote:
> CVSROOT: /cvs
> Module name: ports
> Changes by: [email protected] 2024/02/24 19:43:36
>
> Modified files:
> graphics/glslang: Makefile distinfo
> graphics/glslang/patches: patch-StandAlone_CMakeLists_txt
> graphics/glslang/pkg: PLIST
> graphics/spirv-headers: Makefile distinfo
> graphics/spirv-tools: Makefile distinfo
> graphics/vulkan-headers: Makefile distinfo
> graphics/vulkan-headers/patches:
> patch-registry_apiconventions_py
> patch-registry_cgenerator_py
> patch-registry_generator_py
> patch-registry_reg_py
>
> patch-registry_spec_tools_conventions_py
> patch-registry_vkconventions_py
> graphics/vulkan-headers/pkg: PLIST
> graphics/vulkan-loader: Makefile distinfo
> graphics/vulkan-loader/pkg: PLIST
> graphics/vulkan-tools: Makefile distinfo
> graphics/vulkan-validation-layers: Makefile distinfo
> Removed files:
> graphics/vulkan-headers/patches: patch-registry_genvk_py
> graphics/vulkan-validation-layers/patches:
>
> patch-layers_vulkan_generated_vk_extension_helper_h
>
> Log message:
> update vulkan ports to latest SDK release 1.3.275.0
> testing and ok op@
>