Re: X11R6.8.2rc1 build problem
Kristian Høgsberg <krh-1OA22m9ORUweIZ0/[email protected]>
| Newsgroups | gmane.comp.freedesktop.release-wranglers |
|---|---|
| Message-ID | <[email protected]> |
Kevin E Martin wrote: > I've been running build and run tests for RC1, and found a build problem > with gcc 2.96 in Mesa. The problem is that "(void)rmesa" was added to > LOCAL_VARS to eliminate compiler warnings; however, in t_dd_dmatmp.h and > t_dd_dmatmp2.h, there are additional declarations after LOCAL_VARS. > This causes the build to fail on gcc 2.96. Wouldn't it be better to remove LOCAL_VARS where it isn't used and then drop the "(void)rmesa" part? Kristian