12 Aug 14, 09:55PM
(This post was last modified: 12 Aug 14, 10:07PM by morshu9001.)
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.
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.