13 Aug 14, 11:13PM
(12 Aug 14, 09:55PM)morshu9001 Wrote: 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.
AC used to use GCC, but as a fix to some optimization errors in Linux, we moved to Clang. Feel free to change it to GCC, read this: https://github.com/assaultcube/AC/commit...1856f13c40
Then download this as a replacement Makefile: https://raw.githubusercontent.com/assaul...c/Makefile
(12 Aug 14, 09:55PM)morshu9001 Wrote: 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
AssaultCube has always used SDL_image (since inception) and we've supported OSX prior to intel/mac. There'll be an SDL_image for PPC out there somewhere surely.
Good luck.