jaromaz / MacintoshPi

MacintoshPi is a project that allows running full-screen versions of Apple's Mac OS 7, Mac OS 8 and Mac OS 9 with sound, active online connection and modem emulation under Raspberry Pi.
https://jm.iq.pl/MacintoshPi
GNU General Public License v2.0
638 stars 23 forks source link

SDL2 not being built? #30

Closed rainbowmst3000 closed 8 months ago

rainbowmst3000 commented 8 months ago

I am using a Zero 2 W with Buster 32bit full version in CLI mode and following the instructions exactly. However, the compliation of SDL2 appears not to be triggered and there is no indication that it is happening resulting in Basilisk not being compiled. Any insights?

PXL_20231019_185744562 PORTRAIT ORIGINAL

RobRS7 commented 8 months ago

I too am receiving SDL2 errors when trying to install MacintoshPi on a Pi Zero 2 W running under 32bit Pi OS (Legacy) I get an SDL2 error during the installation of Basilisk II -

2023-09-28 13 30 09

Another SDL2 error during the installation of SheepShaver -

2023-09-28 13 30 15

HTH?

brnrds commented 8 months ago

+1, on a Raspberry Pi 3 running a "full" legacy install and following all instructions.

Output of install script below. install.log

jaromaz commented 8 months ago

buster is no longer Legacy, it is now the newer bullseye Debian distro. https://www.cnx-software.com/2023/10/12/raspberry-pi-os-upgraded-to-debian-12-bookworm/

For now, I suggest you try the build on the image available below (haven't tried it yet): https://downloads.raspberrypi.org/raspios_oldstable_armhf/images/raspios_oldstable_armhf-2022-04-07/

Since all this software is legacy, I will try to build MacintoshPi images soon and make them available for download here.

rainbowmst3000 commented 8 months ago

Thanks, but this doesn't work either. Same issue. Also, I tried both Buster and Bullseye. Neither work.

jaromaz commented 8 months ago

I'm going to check it out next week.

jaromaz commented 8 months ago

All fixed - read the new Installation section.

rainbowmst3000 commented 8 months ago

Thanks so much!