ksherlock / mpw

Macintosh Programmer's Workshop (mpw) compatibility layer
238 stars 21 forks source link

Compilation under Tiger/gcc-4.9 #28

Closed tsupplis closed 9 years ago

tsupplis commented 9 years ago

I just compiled successfully mpw on Tiger without too much difficulty and keeping the changes as minimalistic as possible

I am looking at making it work now on powerpc, are those changes of interest to you?

ksherlock commented 9 years ago

Sure! Thanks.

tsupplis commented 9 years ago

I forked the project and pushed my changes https://github.com/tsupplis/mpw/commits/tiger_ppc I fixed the emulator to work on big endian as well / did a retest on the intel side (I used 10.10). I did not change the cmake configuration though so compiling on tiger still requires a small update locally. I use tigerbrew gcc-4.9.2 on 10.4.11

ksherlock commented 9 years ago

Thank you!