It failed to build on i686, with the following error:
Building CXX object pcsx2/CMakeFiles/pcsx2.dir/gui/SysState.cpp.o
/home/shivawu/Source/pcsx2/pcsx2-read-only/pcsx2/gui/SysState.cpp: In member function ‘virtual void MemorySavestateEntry::FreezeIn(pxInputStream&) const’:
/home/shivawu/Source/pcsx2/pcsx2-read-only/pcsx2/gui/SysState.cpp:100:43: error: cannot pass objects of non-trivially-copyable type ‘class wxString’ through ‘...’
/home/shivawu/Source/pcsx2/pcsx2-read-only/pcsx2/gui/SysState.cpp: In member function ‘virtual void SysExecEvent_UnzipFromDisk::InvokeEvent()’:
/home/shivawu/Source/pcsx2/pcsx2-read-only/pcsx2/gui/SysState.cpp:584:92: error: cannot pass objects of non-trivially-copyable type ‘class wxString’ through ‘...’
make[2]: *** [pcsx2/CMakeFiles/pcsx2.dir/gui/SysState.cpp.o] Error 1
make[1]: *** [pcsx2/CMakeFiles/pcsx2.dir/all] Error 2
Does anyone know why?
Search Criteria
Package Details: pcsx2-git 2.3.205.r0.g1fd22dcc1c-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/pcsx2-git.git (read-only, click to copy) |
---|---|
Package Base: | pcsx2-git |
Description: | PlayStation 2 emulator |
Upstream URL: | https://github.com/PCSX2/pcsx2 |
Licenses: | GPL-3.0-or-later |
Conflicts: | pcsx2 |
Provides: | pcsx2 |
Submitter: | alucryd |
Maintainer: | weirdbeard (xiota) |
Last Packager: | weirdbeard |
Votes: | 131 |
Popularity: | 0.82 |
First Submitted: | 2014-03-26 14:17 (UTC) |
Last Updated: | 2025-03-04 23:34 (UTC) |
Dependencies (34)
- alsa-lib
- ffmpeg (ffmpeg-nvcodec-11-1-gitAUR, ffmpeg-cudaAUR, ffmpeg-decklinkAUR, ffmpeg-amd-fullAUR, ffmpeg-ffplayoutAUR, ffmpeg-gitAUR, ffmpeg-amd-full-gitAUR, ffmpeg-fullAUR, ffmpeg-full-gitAUR, ffmpeg-libfdk_aacAUR, ffmpeg-obsAUR, ffmpeg-headlessAUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- libaio (libaio-gitAUR)
- libbacktrace (libbacktrace-gitAUR)
- libglvnd (libglvnd-gitAUR)
- libpcap (libpcap-gitAUR)
- libpng (libpng-gitAUR, libpng-apngAUR)
- libxi (libxi-gitAUR)
- libxrandr (libxrandr-gitAUR)
- qt6-base (qt6-base-gitAUR, qt6-base-noguiAUR, qt6-base-headlessAUR)
- qt6-svg
- sdl3 (sdl3-gitAUR)
- shaderc (shaderc-gitAUR)
- soundtouch (soundtouch-gitAUR)
- wayland (wayland-gitAUR, wayland-asan-gitAUR, wayland-chromiumAUR)
- xcb-util-cursor (xcb-util-cursor-gitAUR)
- 7zip (make)
- clang (llvm-gitAUR, clang-minimal-gitAUR, clang17-binAUR) (make)
- cmake (cmake-gitAUR) (make)
- extra-cmake-modules (extra-cmake-modules-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- libpipewire (libpipewire-full-gitAUR, libpipewire-gitAUR) (make)
- libpulse (pulseaudio-dummyAUR, libpulse-gitAUR) (make)
- lld (llvm-gitAUR) (make)
- llvm (llvm-gitAUR, llvm-minimal-gitAUR) (make)
- ninja (ninja-kitwareAUR, ninja-memAUR, ninja-fuchsia-gitAUR, ninja-gitAUR, ninja-jobserverAUR) (make)
- qt6-tools (make)
- qt6-wayland (make)
- alsa-utils (alsa-utils-gitAUR) (optional) – Sound player for RetroAchievements
- gstreamer (gstreamer-gitAUR) (optional) – Backup sound player for RetroAchievements
- libpipewire (libpipewire-full-gitAUR, libpipewire-gitAUR) (optional) – Pipewire support
- libpulse (pulseaudio-dummyAUR, libpulse-gitAUR) (optional) – Pulseaudio support
- qt6-wayland (optional) – Wayland support
Required by (4)
- better-libretro-pcsx2-launcher-git (requires pcsx2)
- libretro-pcsx2-launcher (requires pcsx2)
- libretro-pcsx2-launcher-git (requires pcsx2)
- pcsx2-plugin-usbqemu-wheel (requires pcsx2)
Sources (2)
Latest Comments
« First ‹ Previous 1 .. 63 64 65 66 67 68 69 Next › Last »
<deleted-account> commented on 2010-12-26 04:00 (UTC)
ezzetabi commented on 2010-11-01 08:58 (UTC)
What about adding portaudio as dep and include the spu2-x plug-in for audio?
xyproto commented on 2010-09-04 11:14 (UTC)
Yggdrasil, thanks! A lot of the lib32-packages in pcsx-on-64bit.tar.gz are available now, btw.
Yggdrasil commented on 2010-09-03 11:23 (UTC)
I changed the package to also build on x86_64 with gcc-multilib. I also needed to change some dependencies which are included in this package:
http://www1.inf.tu-dresden.de/~s1445051/pcsx-on-64bit.tar.gz
So, first build all lib32* packages and then pcsx2-svn. The changes to the libraries aren't in the aur packages yet.
<deleted-account> commented on 2010-06-14 15:12 (UTC)
Just fyi for someone who has a non-compiling svn revision: adding pkgver=3124 after cd "$srcdir" may make it compile.
Themaister commented on 2010-05-30 13:22 (UTC)
Updated for new cmake-based build, thanks for sample PKGBUILD, matthew. ___Finally___, PCSX2 got the cmake build right it seems. :)
matthewbauer commented on 2010-05-29 23:51 (UTC)
Try this alternative PKGBUILD:
http://gist.github.com/418640
<deleted-account> commented on 2010-05-17 20:19 (UTC)
happening here too, totally fresh build
<deleted-account> commented on 2010-04-27 14:41 (UTC)
Tried rebuilding today, yet this time went around yaourt and did it manually. Still got the same error.
Pinned Comments
weirdbeard commented on 2024-08-17 03:40 (UTC)
https://github.com/PCSX2/pcsx2/pull/11632
This package now enables Cmake Package mode proper. PCSX2 will here on, be installed in the package standard folders /usr/bin, /usr/share, /usr/lib. Following the XDG standard pcsx2's config files remain in .config/PCSX2
In order to ensure a proper and clean upgrade. Uninstall this package COMPLETELY and clear cache before reinstalling.