From: Kristin Branson
I am trying to compile GTK, and have encountered an error I can't figure out. Here is the tail of what make spits out:
../gdk-pixbuf/gdk-pixbuf-enum-types.h:19:9: error: macro names must be identifiers
../gdk-pixbuf/gdk-pixbuf-enum-types.h:22:9: error: macro names must be identifiers
../gdk-pixbuf/gdk-pixbuf-enum-types.h:25:9: error: macro names must be identifiers
../gdk-pixbuf/gdk-pixbuf-enum-types.h:31:9: error: macro names must be identifiers
../gdk-pixbuf/gdk-pixbuf-enum-types.h:34:9: error: macro names must be identifiers
gdk-pixbuf-enum-types.h is generated by a Perl script, so you might want to post what was generated at those lines that the compiler is complaining about. It can screw it up in a Windows build from msys and requires patching it manually afterwards, so maybe you've hit a similar problem here.