| Bug#: 49005 | Product: Gentoo Linux | Version: 2004.0 | Platform: All |
| OS/Version: All | Status: RESOLVED | Severity: normal | Priority: P2 |
| Resolution: FIXED | Assigned To: vapier@gentoo.org | Reported By: stonent@hotmail.com | |
| Component: Library | |||
| URL: | |||
| Summary: imlib2-1.1.0 fails to build with gcc-3.4.0 | |||
| Keywords: | |||
| Status Whiteboard: | |||
| Opened: 2004-04-25 22:40 0000 | |||
| Description: | Opened: 2004-04-25 22:40 0000 |
FYI: rgbadraw.c: In function `__imlib_draw_polygon_filled': rgbadraw.c:2361: error: label at end of compound statement rgbadraw.c:2368: error: label at end of compound statement make[2]: *** [rgbadraw.lo] Error 1 make[2]: *** Waiting for unfinished jobs.... fixed in: imlib2-1.1.1.20040417.ebuild I guess you can close it whenever imlib2-1.1.1 becomes unmasked or whatever you decide to do.
In gcc 3.3, "label at end of compound statement" was a "warning: deprecated" message. Apparently it's been changed to an error condition in 3.4