On Thu, Dec 20, 2018 at 11:08:55AM +0200, Puseletso Mosia via blfs-support wrote: > Hi Everyone > Please excuse me from my first post, this post includes the exact error > message lines that the compiler outputs. Your assistance will be much > appreciated.
Side note: you are still top-posting. You seem to be using gmail - on the web interface, click on the two dots to see the text you are repl;ying to, then put each of your responses after the question or comment you are replying to. And then delete everything else, to shorten the mail. > I have the dependencies required and recommend for installing gtk+-2.24.34 > installed in my blfs8.3. When I try to build it I get an error. The > following is the error: > *Making all in demos > make[2]: Entering directory '/sources/gtk+-2.24.32/demos' > /usr/bin/gdk-pixbuf-csource --raw --build-list \ > apple_red ./apple-red.png \ > gnome_foot ./gnome-foot.png \ > > test-inline-pixbufs.h \ > || (rm -f test-inline-pixbufs.h && false) \ > failed to load "./apple-red.png": Couldn't recognize the image file format > for file •./apple-red.png• > make[2]: *** [Makefile:1018: test-inline-pixbufs.h] Error 1 Run 'file' against that apple-red.png and see what it reports (just to be sure!), then try running gdk-pixbuf-query-loaders to see which loaders are available. > make[2]: Leaving directory '/sources/gtk+-2.24.32/demos/ > make[1]: *** [Makefile:733: all-recursive] Error 1 > make[1]: Leaving directory '/sources/gtk+-2.24.32' > make: *** [Makefile:625:all] Error 2 > > Above is the exact error message from the compiler. I have already checked > that /usr/lib/gdk-pixbuf-2.0/2.10.0 does include loaders.cache file. Hope > this will help with giving me assistance. Looking at what google finds for me that is recent : There was a report from nixos (broken on darwin, which is not linux) that was blamed on using meson instead of autotools. A similar report for RHEL7 where gtk2-immodules and cairo-gobject-devel needed to be added to the dependencies to minimally build their rpm. Odd, because immodules comes from this package. Maybe you installed gobject-introspection *after* some of the gtk2 dependencies (see the note on the gtk2 page) ? ĸen -- I'm saving up 22 shillings and 10 pence (almost a pound!) per week to buy an ARM-13. http://www.antipope.org/charlie/blog-static/2018/11/brexit-means-brexit.html -- http://lists.linuxfromscratch.org/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
