Re: Fail to build SDL-2.0.5, after enabling -std=c99 ...

Sik the hedgehog <[email protected]> Fri, 3 Mar 2017 19:13:35 -0300
Newsgroups gmane.comp.lib.sdl
Message-ID <CAEyBR+WsUHjBkvCMenuL3piJTO1POVDbdfTK5UwXYN3AAzKQwg@mail.gmail.com>
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.