Open GoogleCodeExporter opened 8 years ago
Thank you!
It will probably compile if you pass C99 comilation option to gcc though. :)
Original comment by yubgipen...@gmail.com
on 8 Jul 2011 at 1:56
-std=c99 will do the job.
To do that, you need to modify python distutils code.(\Lib\distutils under
win32 I don't remember where it is under linux)
You also can pass Pentium 4 optimazation options too. It will improve speed of
game.
Original comment by yubgipen...@gmail.com
on 8 Jul 2011 at 2:05
Or, rename gcc into something else and make alias for gcc -std=c99 as gcc.
Original comment by yubgipen...@gmail.com
on 9 Jul 2011 at 6:44
Original issue reported on code.google.com by
sysko...@gmail.com
on 19 Jun 2011 at 6:22Attachments: