#39987 closed defect (fixed)
clutter fails to build when gtk3 is installed
Reported by: | jeremyhu (Jeremy Huddleston Sequoia) | Owned by: | dbevans (David B. Evans) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.2.0 |
Keywords: | Cc: | cooljeanius (Eric Gallager) | |
Port: | clutter gtk3 |
Description
clutter tries to use gdk3 if it is installed:
AS_IF([test "x$enable_gdk" = "xcheck"], [ PKG_CHECK_EXISTS([gdk-3.0 >= gdk_req_version], [enable_gdk=yes], [enable_gdk=no]) ])
but the gtk3 port doesn't install the gobject-introspection files, so the build fails:
Couldn't find include 'Gdk-3.0.gir' (search path: ['gir-1.0', '/opt/local/share/gir-1.0', '/usr/share/gir-1.0', '/opt/local/share/gir-1.0']) make[2]: *** [ClutterGdk-1.0.gir] Error 1
Change History (3)
comment:1 follow-up: 2 Changed 11 years ago by jeremyhu (Jeremy Huddleston Sequoia)
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 11 years ago by cooljeanius (Eric Gallager)
Replying to jeremyhu@…:
I would assume that that's a temporary workaround until gtk3 is actually able to install its gobject-introspection files?
Edit: nvm, I hadn't seen #39988 yet...
Note: See
TracTickets for help on using
tickets.
r108864