You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cd macemu/BasiliskII/src/Unix
./autogen.sh
make
sudo make install
Once that's done you need to configure your ~/.basilisk_prefs file. Make sure you have a suitable ROM and launch Basiliskii. https://github.com/ekbann/rpi-basilisk2-sdl2-nox includes a ROM and HD image, if you look at Run.sh it shows what you need to put in your prefs file to get started and where to put the files.
fatal error: Cocoa/Cocoa.h: no such file or directory
I have searched the entire system directory for this header and cannot locate it.
I understand that it's a file generally included in the xcode tools.
I am trying to emulate system7 on a rpi that's built into an old mac classic case using this project: https://github.com/ekbann/rpi-basilisk2-sdl2-nox
I am just getting stuck on the cocoa.h part. Note: I did have to manually
cp
some other headers like SDL* stuffAny ideas?
The text was updated successfully, but these errors were encountered: