Search Criteria
Package Details: pcem 17-4
Package Actions
Git Clone URL: | https://aur.archlinux.org/pcem.git (read-only, click to copy) |
---|---|
Package Base: | pcem |
Description: | Emulator for various IBM PC computers and clones. |
Upstream URL: | http://pcem-emulator.co.uk/ |
Licenses: | GPL2 |
Submitter: | claunia |
Maintainer: | njensen20 |
Last Packager: | njensen20 |
Votes: | 26 |
Popularity: | 0.023200 |
First Submitted: | 2016-02-14 00:53 (UTC) |
Last Updated: | 2023-02-15 20:29 (UTC) |
Dependencies (4)
- alsa-lib
- openal (openal-gitAUR)
- sdl2 (sdl2-compat-gitAUR, sdl2-gitAUR)
- wxwidgets-gtk3 (wxwidgets-gtk3-gitAUR, wxwidgets-gtk3-lightAUR)
Latest Comments
1 2 3 Next › Last »
TheRemster commented on 2024-07-17 03:37 (UTC) (edited on 2024-07-17 03:40 (UTC) by TheRemster)
I am experiencing a build error when trying to install this package. I get the following error messages and then the operation aborts.
In file included from slirp/debug.c:9:
slirp/debug.c: In function ‘purgesocks’:
slirp/slirp.h:70:25: error: implicit declaration of function ‘close’; did you mean ‘pclose’? [-Wimplicit-function-declaration]
70 | # define closesocket(s) close(s)
. | ^
slirp/debug.c:388:9: note: in expansion of macro ‘closesocket’
388 | closesocket(so->s); //close the socket
. | ^
~~make[1]: *** [Makefile:5821: slirp/pcem-debug.o] Error 1
make[1]: Leaving directory '/home/user/.cache/yay/pcem/src/src'
make: *** [Makefile:367: all-recursive] Error 1
==> ERROR: A failure occurred in build().
. Aborting...
-> error making: pcem-exit status 4
-> Failed to install the following packages. Manual intervention is required:
pcem - exit status 4
Any ideas?
jperry commented on 2024-04-23 21:07 (UTC)
@phonemic I had the same problem, and it seems to be fixed in the git version. Try installing pcem-git.
phonemic commented on 2023-05-28 02:47 (UTC)
I get a segmentation fault when trying to use Voodoo Graphics on Windows 95. I use the same drivers and configuration on a Windows 10 host PC, so the issue is unique to the Linux version of PCem.
njensen20 commented on 2022-08-05 22:43 (UTC) (edited on 2022-08-05 22:47 (UTC) by njensen20)
I thought that builds using wxgtk3 were broken, but it turns out it is only broken when running under Wayland. Wxgtk2 doesn't support Wayland and so didn't have the same issue.
I am changing the dependency to wxgtk3, but a workaround when running under Wayland is to run the command as 'GDK_BACKEND=x11 pcem'. That makes the application run using Xwayland.
patlefort commented on 2022-08-05 04:42 (UTC)
Can you please update the dependency to wxwidgets-gtk3? From their page, it requires wxWidgets 3.x.
aaronp commented on 2022-07-18 05:35 (UTC)
I'm not using this package currently so someone else should pick it up.
bickman2k commented on 2022-07-16 03:10 (UTC)
After uninstalling pcem to upgrade wxwidgets, I was able to get this to build by changing the wxgtk2 depends to wxwidgets-gtk3. This build completed and I was able to launch it. I don't know if there are any other issues at this time with this change though.
simona commented on 2022-07-15 08:47 (UTC)
-> Installing wxgtk-common will remove: wxwidgets-common (wxgtk-common)
miffe commented on 2020-05-16 23:20 (UTC) (edited on 2020-05-16 23:20 (UTC) by miffe)
When building with devtools, it gives this error:
==> Starting prepare()...
/startdir/PKGBUILD: line 17: ../use-fcommon.patch: No such file or directory
Use
patch -p0 <"${srcdir}/use-fcommon.patch"
instead of
patch -p0 <../use-fcommon.patch
aaronp commented on 2020-05-16 04:46 (UTC)
Egh. Should be fixed.
1 2 3 Next › Last »