Zion

Results 27 comments of Zion

Hmmm, setting that worked for my project, I'd be curious to see the output of lddtree on the binary, I wonder if Qt opengl is trying to include it as...

We removed the manual addition in RPCS3 because it was causing issues with distros that already had a libOpenGL.so, it is unfortunately a distro-dependent library and will cause breakages. That's...

That's probably for the best for now until the AppImage folks come up with a better solution 👍

Did you try setting `set(OpenGL_GL_PREFERENCE LEGACY)` in CMake? This is what we did to fix the AppImage on RPCS3.

> This will be the last ever contribution to this tool. It's obviously close to being unmaintained, and there are better alternatives out there. I wasn't aware of the state...

Tagging @akien-mga since he had mentioned talking to Mageia's Qt packagers.

> I'm looking at it with Mageia packagers to figure out why we define it and if we can do without. It's been a while, what's the status on this...

Clang 18.x issues are already reported upstream: https://github.com/llvm/llvm-project/issues/84634 Though the errors you reported are different

FWIW compiling RPCS3 with LTO doesn't produce useable binaries (on either gcc or clang) due to different compiler bugs, see here: https://github.com/RPCS3/rpcs3/issues/2959

Please retest with the latest build! Should be fixed