PowerPC Mac support?
#6
Update: I can't get clang installed no matter what I do. I tried removing the "CXX=clang++" line in the makefile, only to get thousands of errors. So I tried the Xcode project again.

When I build and run, it succeeds but produces a broken application. There's no executable inside, and it won't run. I installed SDL, but SDL_image.framework is not available for PPC Macs it seems, so that's probably why it's not building properly. Not sure why it succeeds though. I should be able to compile SDL_image for PPC, but that's the point at which I'm in over my head. I tried that and failed.

You know what, I can't even get 1.1 to compile on my Intel Mac because of two errors about ambiguous references on lines 34 and 35 of modelcache.h. This code isn't portable. Okay, I give up now.
Thanks given by:


Messages In This Thread
PowerPC Mac support? - by morshu9001 - 12 Aug 14, 01:09AM
RE: PowerPC Mac support? - by RandumKiwi - 12 Aug 14, 10:18AM
RE: PowerPC Mac support? - by stef - 12 Aug 14, 12:53PM
RE: PowerPC Mac support? - by ExodusS - 12 Aug 14, 02:01PM
RE: PowerPC Mac support? - by morshu9001 - 12 Aug 14, 07:46PM
RE: PowerPC Mac support? - by ExodusS - 12 Aug 14, 10:14PM
RE: PowerPC Mac support? - by morshu9001 - 12 Aug 14, 09:55PM
RE: PowerPC Mac support? - by RandumKiwi - 13 Aug 14, 11:13PM
RE: PowerPC Mac support? - by Ronald_Reagan - 15 Aug 14, 04:35AM
RE: PowerPC Mac support? - by morshu9001 - 15 Aug 14, 07:30AM
RE: PowerPC Mac support? - by Jg99 - 15 Aug 14, 07:32AM
RE: PowerPC Mac support? - by morshu9001 - 15 Aug 14, 07:33AM