-
Notifications
You must be signed in to change notification settings - Fork 420
Unable to build with recent commit to glslang #472
Copy link
Copy link
Closed
Description
A recent commit (513cc4cf) to glslang produces the following build error when trying to build shaderc:
15:37:39 FAILED: third_party/glslang/SPIRV/CMakeFiles/SPIRV.dir/disassemble.cpp.o
15:37:39 /usr/bin/c++ -DAMD_EXTENSIONS -DENABLE_HLSL -DENABLE_OPT=1 -DGLSLANG_OSINCLUDE_UNIX -DNV_EXTENSIONS -I../third_party/glslang/SPIRV/.. -I../third_party/spirv-tools/include -I../third_party/spirv-tools/source -I../third_party/glslang/SPIRV/../External -I../third_party/glslang/glslang/.. -I../third_party/spirv-tools/external/spirv-headers/include -m64 -O3 -DNDEBUG -fPIC -w -Wall -Wmaybe-uninitialized -Wuninitialized -Wunused -Wunused-local-typedefs -Wunused-parameter -Wunused-value -Wunused-variable -Wunused-but-set-parameter -Wunused-but-set-variable -fno-exceptions -Wno-reorder -std=c++11 -MD -MT third_party/glslang/SPIRV/CMakeFiles/SPIRV.dir/disassemble.cpp.o -MF third_party/glslang/SPIRV/CMakeFiles/SPIRV.dir/disassemble.cpp.o.d -o third_party/glslang/SPIRV/CMakeFiles/SPIRV.dir/disassemble.cpp.o -c ../third_party/glslang/SPIRV/disassemble.cpp
15:37:39 ../third_party/glslang/SPIRV/disassemble.cpp:721:10: fatal error: spirv-tools/source/disassemble.h: No such file or directory
15:37:39 #include "spirv-tools/source/disassemble.h"
15:37:39 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
15:37:39 compilation terminated.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels