-
Notifications
You must be signed in to change notification settings - Fork 238
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
compiling error of "Sample_Tutorial_VulkanExternal" in linux #482
Comments
It looks like it's picking up a different shaderc/glslang (e.g. system-installed one), and not the one provided by ogre-next-deps. This can cause more issues than just compiler errors. How are you building OgreNext? Are you using the build scripts? You may get more information from running |
I did "cmake -S . build; cd build; make VERBOSE=1", I have this vulkan packages
|
Hi! Please follow building instructions for Linux. The dependencies package must be present so OgreNext picks shaderc up from there (shaderc from system installed packages is not currently supported at the moment). You will have to delete your CMake build folder to avoid any lingering issue. |
maybe a wrong glslang version in my system ? ld.lld: error: undefined symbol: glslang::TShader::setShiftTextureBinding(unsigned int) |
Hi. Please delete your CMake build folder and start from scratch following building instructions for Linux. |
System Information
Detailled description
compiling error of "Sample_Tutorial_VulkanExternal" in linux
Callstack
The text was updated successfully, but these errors were encountered: