Re: Failed to compile SDL2 with GCC 5.3.0/6.2.0 (SDL_bool prob)
"Ryan C. Gordon" <[email protected]>
| Newsgroups | gmane.comp.lib.sdl |
|---|---|
| Organization | icculus.org |
| Message-ID | <[email protected]> |
> I think it's Apple's LLVM pretending to be a GCC. Crazy system... but > that's what I have. It does that, but it's the "-std=c++11" that's causing you problems; you're compiling C code as C++. You probably shouldn't do that even if it mostly seems to work. --ryan.