[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[pygame] pygame with latest mingw...



Hey,

there's a bug in latest mingw, which shows up when compiling pygame deps...


For mingw runtime 3.15...  just some notes in case someone else runs
across this problem.



The fix is to modify your MinGW/include/stdlib.h:

"""

Change "inline* to "__inline__" at stdlib.h:317

"inline" is not a keyword in c89 (c89 is enforced by --ansi switch ).
 Incidentally, you get the same error message if you run  "make
test_headers" on CVS
source.
And even more surprisingly -- this has been broken since 5 May 2008 :(

"""