Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 342331 - gdk/gdkx.h is not installed by x11-libs/gtk+-2.20.1-r1
Summary: gdk/gdkx.h is not installed by x11-libs/gtk+-2.20.1-r1
Status: RESOLVED INVALID
Alias: None
Product: Gentoo/Alt
Classification: Unclassified
Component: Mac OSX (show other bugs)
Hardware: All OS X
: High normal (vote)
Assignee: Gentoo Prefix
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-10-23 15:20 UTC by Konstantin Tokarev
Modified: 2011-05-11 15:58 UTC (History)
1 user (show)

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 Konstantin Tokarev 2010-10-23 15:20:54 UTC
`emerge --info gtk+` reports that GTK is built with flags

USE="aqua (prefix) (-cups) -debug -doc (-introspection) -jpeg -jpeg2k -test -tiff -vim-syntax -xinerama" 

dev-java/gnu-classpath requires this header for GTK peer support compilation
Comment 1 Fabian Groffen gentoo-dev 2010-10-23 15:22:43 UTC
for that you need -aqua.

aqua enables the native OSX port of GTK+
Comment 2 Konstantin Tokarev 2010-10-23 15:25:08 UTC
Can X11 and Aqua versions of GTK coexist in one prefix?
Comment 3 Fabian Groffen gentoo-dev 2010-10-23 15:27:46 UTC
I don't think so.  One would have to slot them, but I don't think this will work properly at all.

I agree, though, that in this case (and some others) you just would like to have the X11 port available too.

Maybe the build system of GTK can do multiple targets these days
Comment 4 Leho Kraav (:macmaN @lkraav) 2011-05-11 10:25:11 UTC
right, xfce-base/libxfce4ui-4.8.0 runs into this as well. are there any particular drawbacks for just running with the X11 backend?
Comment 5 Fabian Groffen gentoo-dev 2011-05-11 10:59:16 UTC
gtk+-3 can do it, but it just takes someone to experiment with it
Comment 6 Leho Kraav (:macmaN @lkraav) 2011-05-11 15:58:13 UTC
gtk+-3.0.9 fails compile for me, see bug 366897