Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 417421 - =media-plugins/audacious-plugins-2.5.4 fails to build against glib-2.32.3
Summary: =media-plugins/audacious-plugins-2.5.4 fails to build against glib-2.32.3
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Jeff (JD) Horelick (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-05-24 21:02 UTC by Matt Turner
Modified: 2012-05-25 06:56 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Matt Turner gentoo-dev 2012-05-24 21:02:10 UTC
In file included from ui_skinned_window.c:23:0:
/usr/include/glib-2.0/glib/gmacros.h:32:2: error: #error "Only <glib.h> can be included directly."
Failed to compile ui_skinned_window.c (plugin)!
make[5]: *** [ui_skinned_window.plugin.o] Error 1

Apparently with glib-2.32 it's an error to #include <glib/gmacros.h>. Changing the include to <glib.h> allows compile to succeed.
Comment 1 Jeff (JD) Horelick (RETIRED) gentoo-dev 2012-05-25 06:56:08 UTC
Fixed. Also fixed 2.4.4-r1 while I was at it.