[MacPorts] #39987: clutter fails to build when gtk3 is installed

MacPorts noreply at macports.org
Sat Aug 3 17:22:11 PDT 2013


#39987: clutter fails to build when gtk3 is installed
------------------------+--------------------------
 Reporter:  jeremyhu@…  |      Owner:  devans@…
     Type:  defect      |     Status:  new
 Priority:  Normal      |  Milestone:
Component:  ports       |    Version:  2.2.0
 Keywords:              |       Port:  clutter gtk3
------------------------+--------------------------
 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
 }}}

-- 
Ticket URL: <https://trac.macports.org/ticket/39987>
MacPorts <http://www.macports.org/>
Ports system for OS X


More information about the macports-tickets mailing list