cebix / macemu

Basilisk II and SheepShaver Macintosh emulators
1.37k stars 285 forks source link

Trying to make Basilisk II on rpi3 fails with error #274

Open Logic-Beach opened 9 months ago

Logic-Beach commented 9 months ago

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* stuff

Any ideas?

link5669 commented 6 months ago

Cocoa is a framework developed by Apple, intended to build OS X and later, iOS apps. Please let us know which OS you're using, I assume Linux if you're on a Raspberry Pi? Include the distribution and the version please.