Search Criteria
Package Details: beebem 0.0.13-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/beebem.git (read-only, click to copy) |
---|---|
Package Base: | beebem |
Description: | BBC Micro Emulator |
Upstream URL: | http://beebem-unix.bbcmicro.com/ |
Licenses: | custom |
Submitter: | lostatsea |
Maintainer: | lostatsea |
Last Packager: | lostatsea |
Votes: | 3 |
Popularity: | 0.000000 |
First Submitted: | 2017-07-01 10:09 (UTC) |
Last Updated: | 2023-07-30 17:49 (UTC) |
Dependencies (3)
- gtk2 (gtk2-patched-filechooser-icon-viewAUR)
- sdlAUR (sdl-openglhqAUR, sdl-nokbgrabAUR, sdl-openglhq-nokbgrabAUR, sdl-gitAUR, sdl12-compat-gitAUR, sdl12-compat)
- patch (patch-gitAUR) (make)
Latest Comments
FredBezies commented on 2023-07-30 14:11 (UTC)
Here is a fixed PKGBUILD for warning-as-errors problems.
dureyes commented on 2023-07-28 04:09 (UTC)
This is what worked for me, hope this helps.
Get the source files and patches
wget http://beebem-unix.bbcmicro.com/download/beebem- 0.0.13{.tar.gz,_64bit.patch,-keys.patch,_menu_crash.patch}
Unpack the main source-code
tar -xzf beebem-0.0.13.tar.gz
patch the source-code
patch -p0 < beebem-0.0.13_64bit.patch patch -p0 < beebem-0.0.13-keys.patch patch -p0 < beebem-0.0.13_menu_crash.patch
Change directory into the source-code directory
cd beebem-0.0.13/
build it
./configure --enable-econet --prefix=$HOME/beebem make sudo make install-strip
nobicycle commented on 2023-01-22 10:49 (UTC)
cc1plus: some warnings being treated as errors
To fix sd error I installed community/sdl12-compat Then, makepkg:
ardware.cpp:161:16: warning: ISO C++ forbids converting a string constant to ‘char’ [-Wwrite-strings] 161 | char OpusName="Opus DDOS Extension board for BBC Model B"; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cc1plus: some warnings being treated as errors make[3]: [Makefile:352: i86.o] Error 1 make[3]: Leaving directory '/home/user/System/Yay/beebem/src/beebem-0.0.13/src' make[2]: [Makefile:373: all-recursive] Error 1 make[2]: Leaving directory '/home/user/System/Yay/beebem/src/beebem-0.0.13/src' make[1]: [Makefile:239: all-recursive] Error 1 make[1]: Leaving directory '/home/user/System/Yay/beebem/src/beebem-0.0.13' make: [Makefile:177: all] Error 2 ==> ERROR: A failure occurred in build(). Aborting...
sankasan commented on 2021-11-16 15:14 (UTC) (edited on 2021-11-16 15:24 (UTC) by sankasan)
When I tried to install Beebem I got the following error.
A quick fix is to change line 3636 in i86.cpp from
to
I hope you can add that as a patch.