You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GLSLANG fails on SHARED mode compilation. (while Static compilation is good.)
P.S. from 19 september I have good build, so maybe GLSLANG itself messups? i will write on their wall also.
LD libavfilter/avfilter-8.dll
ld.exe: libavfilter/glslang.o:glslang.cpp:(.text+0x4e): undefined reference to `glslang::TShader::TShader(EShLanguage)'
ld.exe: libavfilter/glslang.o:glslang.cpp:(.text+0x82): undefined reference to `glslang::TShader::setStrings(char const* const*, int)'
ld.exe: libavfilter/glslang.o:glslang.cpp:(.text+0xc9): undefined reference to `glslang::TShader::parse(TBuiltInResource const*, int, EProfile, bool, bool, EShMessages, glslang::TShader::Includer&)'
ld.exe: libavfilter/glslang.o:glslang.cpp:(.text+0xe9): undefined reference to `glslang::TProgram::TProgram()'
ld.exe: libavfilter/glslang.o:glslang.cpp:(.text+0x12a): undefined reference to `glslang::TProgram::link(EShMessages)'
ld.exe: libavfilter/glslang.o:glslang.cpp:(.text+0x17f): undefined reference to `glslang::GlslangToSpv(glslang::TIntermediate const&, std::vector<unsigned int, std::allocator<unsigned int> >&, spv::SpvBuildLogger*, glslang::SpvOptions*)'
ld.exe: libavfilter/glslang.o:glslang.cpp:(.text+0x1d3): undefined reference to `glslang::TProgram::getInfoLog()'
ld.exe: libavfilter/glslang.o:glslang.cpp:(.text+0x203): undefined reference to `glslang::TShader::getInfoLog()'
ld.exe: libavfilter/glslang.o:glslang.cpp:(.text+0x2c1): undefined reference to `glslang::InitializeProcess()'
ld.exe: libavfilter/glslang.o:glslang.cpp:(.text+0x309): undefined reference to `glslang::FinalizeProcess()'
collect2.exe: error: ld returned 1 exit status
The text was updated successfully, but these errors were encountered:
greg-lunarg replied, that At the moment glslang is not supporting a shared build and not creating any shared objects. KhronosGroup/glslang#2769
seems, success was accidental ~8
I have same problem, yesterday I build shared build of ffmpeg+glslang successfully, but today I tried same commands, it always failed, do you have any idea?
GLSLANG fails on SHARED mode compilation. (while Static compilation is good.)
P.S. from 19 september I have good build, so maybe GLSLANG itself messups? i will write on their wall also.
The text was updated successfully, but these errors were encountered: