-
Notifications
You must be signed in to change notification settings - Fork 192
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
Building on OpenSUSE Tumbleweed fails #652
Comments
You need to install spirv-tools. Related to #641 |
Installing spirv-tools or spirv-tools-devel did not fix the issue. |
Repost your logs with spirv-tools installed. |
Sorry; I was looking at the wrong file. It's an upstream SDL bug with GCC 14.2. It should be fixed in the next release of SDL2. Or, you can |
Thanks, that worked! I also had to install the |
Is there an existing issue for this?
Affected Build(s)
Commit 6262dda
Description of Issue
Attempting to build from source in an OpenSUSE Tumbleweed container following the instructions found on the wiki fails. Following the same instructions in an Ubuntu Noble LTS container succeeds. The error in the OpenSUSE build seems to occur when building the external sdl2 library.
Expected Behavior
Builds should successfully complete.
Reproduction Steps
I followed the the instructions for installing dependencies for each distribution. However, in OpenSUSE, some of the qt6 packages had to be manually installed because packages listed in the build instructions could not be found.
Log File
I've attached the output for both attempts.
cmake_build_opensuse.txt
cmake_build_ubuntu.txt
cmake_config_opensuse.txt
cmake_config_ubuntu.txt
System Configuration
OpenSUSE container

Ubuntu container
The text was updated successfully, but these errors were encountered: