[Mesa-users] Syntax errors building Mesa3D 9.0.2 on Windows (program_parse.tab.c)
Keith Kriewall
Keith.Kriewall at Attachmate.com
Fri Feb 15 11:49:41 PST 2013
Thanks for the tip, I manually inserted "#define IGNORE " ahead of any "__attribute__" declarations and got a complete build. A total of three generated source files needed this change.
Perhaps these could be #ifdef'ed by compiler as suggested in http://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/9121c9f9-c816-4959-9014-a6fd277479c2/ (?). The "__attribute__" syntax is gcc specific.
Thanks,
-Keith
More information about the mesa-users
mailing list