Re: [blfs-support] Couldn't find include 'GdkPixbuf-2.0.gir'

2013-07-30 Thread Simon Geard
On Mon, 2013-07-29 at 14:44 -0500, Dave Wagler wrote:

> That was the problem. Thanks. I also had to re-install pango for the
> same reason.

My suggestion would be that gobject-introspection should be the first
thing you install after glib itself. These days, almost anything that
needs glib, also wants gobject-introspection... they might not fail if
it's not there, but something further down the chain likely will.

Simon.


-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page


Re: [blfs-support] Couldn't find include 'GdkPixbuf-2.0.gir'

2013-07-29 Thread Dave Wagler
On Mon, Jul 29, 2013 at 2:17 PM, Armin K.  wrote:

> On 07/29/2013 08:48 PM, Dave Wagler wrote:
> > In BLFS 7.3, trying to install gtk+-3.8.2, make shows this error:
> >
> >   GEN  gdkconfig.h
> >   CCLD libgdk-3.la 
> >   GISCAN Gdk-3.0.gir
> > Couldn't find include 'GdkPixbuf-2.0.gir' (search path: ['../gdk',
> > 'gir-1.0', '/usr/share/gir-1.0', '/usr/share/gir-1.0',
> > '/usr/share/gir-1.0'])
> > make[4]: *** [Gdk-3.0.gir] Error 1
> > make[4]: Leaving directory `/usr/src/gtk+-3.8.2/gdk'
> > make[3]: *** [all-recursive] Error 1
> > make[3]: Leaving directory `/usr/src/gtk+-3.8.2/gdk'
> > make[2]: *** [all] Error 2
> > make[2]: Leaving directory `/usr/src/gtk+-3.8.2/gdk'
> > make[1]: *** [all-recursive] Error 1
> > make[1]: Leaving directory `/usr/src/gtk+-3.8.2'
> > make: *** [all] Error 2
> >
> > Configure showed no errors; gdk-pixbuf-2.28.2 has been installed.
> >
> > I'm obviously missing something. What?
> >
> > Dave
> >
> >
>
> you didn't have gobject-introspection installed when you built gdk-pixbuf
> --
>
> That was the problem. Thanks. I also had to re-install pango for the same
reason.

Dave
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Re: [blfs-support] Couldn't find include 'GdkPixbuf-2.0.gir'

2013-07-29 Thread Armin K.
On 07/29/2013 08:48 PM, Dave Wagler wrote:
> In BLFS 7.3, trying to install gtk+-3.8.2, make shows this error:
> 
>   GEN  gdkconfig.h
>   CCLD libgdk-3.la 
>   GISCAN Gdk-3.0.gir
> Couldn't find include 'GdkPixbuf-2.0.gir' (search path: ['../gdk',
> 'gir-1.0', '/usr/share/gir-1.0', '/usr/share/gir-1.0',
> '/usr/share/gir-1.0'])
> make[4]: *** [Gdk-3.0.gir] Error 1
> make[4]: Leaving directory `/usr/src/gtk+-3.8.2/gdk'
> make[3]: *** [all-recursive] Error 1
> make[3]: Leaving directory `/usr/src/gtk+-3.8.2/gdk'
> make[2]: *** [all] Error 2
> make[2]: Leaving directory `/usr/src/gtk+-3.8.2/gdk'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/usr/src/gtk+-3.8.2'
> make: *** [all] Error 2
> 
> Configure showed no errors; gdk-pixbuf-2.28.2 has been installed.
> 
> I'm obviously missing something. What?
> 
> Dave
> 
> 

you didn't have gobject-introspection installed when you built gdk-pixbuf
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page