Tatsh
Tatsh
I think this has been fixed in #383
``` In file included from /var/tmp/portage/games-emulation/rpcs3-0.0.34/work/rpcs3-0.0.34/rpcs3/Emu/RSX/VK/vkutils/device.cpp:2: /var/tmp/portage/games-emulation/rpcs3-0.0.34/work/rpcs3-0.0.34/rpcs3/Emu/RSX/VK/vkutils/instance.hpp: In lambda function: /var/tmp/portage/games-emulation/rpcs3-0.0.34/work/rpcs3-0.0.34/rpcs3/Emu/RSX/VK/vkutils/instance.hpp:332:83: error: ‘wl_display’ was not declared in this scope; did you mean ‘Display’? 332 | if constexpr (std::is_same_v) | ^~~~~~~~~...
I updated my system and did not have this issue. I had to rebuild rpcs3 due to the wolfssl update. But I have `USE=wayland`. So is the issue that it...
Please post a build log with USE wayland enabled. It should show this on line 4.
> I have the `wayland` flag enabled globally and I also can't build it: > > [emerge_rpcs3_build.log](https://github.com/user-attachments/files/19150146/emerge_rpcs3_build.log) > > Emerge Info: This is with version 0.0.35. That version is not...
I want to fix this before finishing 0.0.35. Please post `emerge --info rpcs3` (remove any private things before posting it).
These are 2 different issues: @F3llFr0mTh3Sky your issue is to do with Wayland includes. Still not sure of the cause but 0.0.35/6 has changed how these includes work so it...
Correction: waiting on https://github.com/gentoo/gentoo/pull/40401 to be merged.
@ThisNekoGuy please report on status of this for you when you get back.
Please try again when it syncs. I checked which version of LLVM was linked and it was 20 so I removed the version requirement for LLVM. Might take a few...