Re: Syntax errors building Mesa3D 9.0.2 on Windows (program_parse.tab.c)
Keith Kriewall <[email protected]>
| Newsgroups | gmane.comp.video.mesa3d.user |
|---|---|
| Message-ID | <[email protected]> |
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