Skip Menu |

This queue is for tickets about the Gtk2-MozEmbed CPAN distribution.

Report information
The Basics
Id: 61063
Status: resolved
Priority: 0/
Queue: Gtk2-MozEmbed

People
Owner: Nobody in particular
Requestors: Fedora [...] FamilleCollet.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Missing -I/usr/include/gdk-pixbuf-2.0 in CFLAGS
Date: Sat, 04 Sep 2010 16:26:23 +0200
To: bug-Gtk2-MozEmbed [...] rt.cpan.org
From: Remi Collet <Fedora [...] FamilleCollet.com>
We can't rebuild perl-Gtk2-MozEmbed with latest xulrunner because there is missing -I/usr/include/gdk-pixbuf-2.0 in CFLAGS. Fedora bug : https://bugzilla.redhat.com/623621 (with patch provided in this bug report and attached) Regards.

Message body is not shown because sender requested not to inline it.

On Sat Sep 04 10:26:42 2010, Fedora@FamilleCollet.com wrote: Show quoted text
> We can't rebuild perl-Gtk2-MozEmbed with latest xulrunner because there > is missing -I/usr/include/gdk-pixbuf-2.0 in CFLAGS.
That should actually be added automatically by ExtUtils::Depends (in Makefile.PL) due to Gtk2::MozEmbed's dependency on Gtk2. That's certainly what happens for me. What does the call to $mozembed->get_makefile_vars in Makefile.PL return in your case?
Subject: Re: [rt.cpan.org #61063] Missing -I/usr/include/gdk-pixbuf-2.0 in CFLAGS
Date: Sat, 14 May 2011 16:18:27 +0200
To: bug-Gtk2-MozEmbed [...] rt.cpan.org
From: Remi Collet <Fedora [...] FamilleCollet.com>
Le 14/05/2011 13:55, Torsten Schoenfeld via RT a écrit : Show quoted text
> <URL: https://rt.cpan.org/Ticket/Display.html?id=61063 > > > On Sat Sep 04 10:26:42 2010, Fedora@FamilleCollet.com wrote:
>> We can't rebuild perl-Gtk2-MozEmbed with latest xulrunner because there >> is missing -I/usr/include/gdk-pixbuf-2.0 in CFLAGS.
> > That should actually be added automatically by ExtUtils::Depends (in > Makefile.PL) due to Gtk2::MozEmbed's dependency on Gtk2. That's > certainly what happens for me.
Yes, you're right. This patch is no more needed