Not being a competent C-compiler, I attempted building it from source with a brew-installed GCC 4.8 (cmake -DCMAKE_C_COMPILER=/usr/lib/gcc-4.8 -DCMAKE_CXX_COMPILER=/usr/lib/g++-4.8), but when I run `make` I get an 'Unrecognized Command Line Option '-stdlib=libc++'' error right off the bat.įrom what I understand libc++ is a clang option and is not supported by the clang that comes with XCODE 4.2. I'm not sure if this has to do with the fact that the machine has a 32-bit processor or if there are some additional missing dependencies. Any of Mac the builds I try from the official site (and a few of the more current other build sites) give me a 'not supported by this type of Mac' error.
I'm trying to get PPSSPP working on a Snow Leopard (10.6.8) machine with an i386 processor.