Re: OSX 10.10 (Yosemite) Bug
I popped that one in on line 68, so it now reads:
And that throws up the error:
My lack of knowledge about any of this and a quick google didn't help! Anyway, one to put on the low priority list unless I'm doing something stupid.
- Code: Select all
COMPILER_FLAGS = -I$(OBJ_DIR) -ISrc/ -ISrc/OSD -ISrc/OSD/SDL/ -ISrc/Pkgs/ -ISrc/CPU/68K/Musashi -ISrc/Sound/MPEG -c -Wall -O3 -DUSE_FILE32API -DSUPERMODEL_OSX -std=c++11 -F/Library/Frameworks/
And that throws up the error:
- Code: Select all
error: invalid argument '-std=c++11' not allowed with 'C/ObjC'
make: *** [obj/unzip.o] Error 1
My lack of knowledge about any of this and a quick google didn't help! Anyway, one to put on the low priority list unless I'm doing something stupid.