Re: Fail to build SDL-2.0.5, after enabling -std=c99 ...
"Ryan C. Gordon" <[email protected]> Mon, 6 Mar 2017 17:00:43 -0500
| Newsgroups | gmane.comp.lib.sdl |
|---|---|
| Organization | icculus.org |
| Message-ID | <[email protected]> |
On 3/3/17 5:13 PM, Sik the hedgehog wrote: > Try -std=gnu99 (if I recall correctly) > > Looks like the problem is using asm instead of a reserved keyword > (whoops). -std=c99 will disable any extensions, -std=gnu99 will keep > them. So the actual fix should be to change that to __asm__, right? --ryan.