-
-
Notifications
You must be signed in to change notification settings - Fork 89
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Installing latest version of Amiberry (5.6.5) fails #1205
Comments
I just had a look at this, manual compile from github master ~ it seems the v5.6.5 Makefile expects to find cmake At a guess, that's likely missing? Try |
I forgot to mention it in the release notes: I'll update the notes and the main Readme accordingly! |
Release notes and Readme updated. Thanks for bringing this up, @Realinferno |
@Realinferno |
That's a error coming from "make clean", no reason to worry about it. I've
fixed it in master.
…On Sun, Dec 17, 2023, 14:17 Dimitris Panokostas ***@***.***> wrote:
@Realinferno <https://github.com/Realinferno>
Can you try installing ninja (it might be named ninja-build in some
distros) as well?
—
Reply to this email directly, view it on GitHub
<#1205 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAHY72CS5EMIJI7VQONM2Y3YJ3WG5AVCNFSM6AAAAABAYIMRJCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQNJZGE3TAMZXGM>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
I just installed ninja-build and (after reboot) tried to install Amiberry 5.6.5 again. I still got the same error. @solskogen you state it is an error from “make clean” that you will fix in the master. Has this already been done? I appreciate the support! |
It looks like your script is trying to do a I suggest you drop to the console, then follow the instructions from the readme to do a build for your platform. |
Hi midwan, Thanks for the suggestion. Could you perhaps be a bit more specific? I’m not an expert in this field. Which readme are you referring to? Of cmake? How do I make a build for my platform? Sorry for the noob questions. |
@Realinferno |
Ah, I completely misunderstood. Sorry! I compiled Amiberry from console. This went without any problems. I then installed Amiberry 5.6.5 via HstWB installer. This time, everything went fine! So, problem solved! I’m curious about the MIDI emulation. Will try that in the coming days. Thanks for all your hard work on Amiberry and your support! |
Great, nice to see you got it working! |
Describe the bug
I currently emulate an Amiga on my Raspberry Pi 4B (4GB), running Raspberry Pi OS Lite (64-bit, Bullseye) and Amiberry 5.6.4.
I wanted to install the newest version of Amiberry (5.6.5), but the installation fails after a few seconds. I did install libportmidi (by typing the following in the command line: sudo apt install libportmidi-dev). Perhaps this is not enough and I need to do something else to properly install libportmidi?
*To Reproduce
Install libportmidi (by typing the following in the command line: sudo apt install libportmidi-dev).
After rebooting, install newest version of Amiberry (5.6.5) via HstWB Installer (in command line type "hstwb" to go into the HstWB installer menu, then select: 3 setup -> 2 Emulators -> 2 -> Amiberry -> 2 Install Amiberry -> 1 Raspberry Pi 4 / 400 -> 2 64-bit -> 1 SDL2 -> 1 Stable (master) -> 2 Specific version -> 1 v5.6.5).
I had no problems with installing previous versions of Amiberry via HstWB Installer (for 5.6.0 I did have to install libserialport by typing in the command line "sudo apt install libserialport-dev" -> then it went fine!)
Screenshots
The installation breaks of in a matter of seconds, but I was able to take the following (somewhat blurry) screenshot of the installation process:
Desktop (please complete the following information):
OS: Raspberry Pi OS Lite 64-bit
Version 11 (Bullseye)
The text was updated successfully, but these errors were encountered: