Andrew Benton schrieb:
> On Fri, 15 Jun 2012 09:44:26 +0100
> Tobias Gasser <[email protected]> wrote:
> 
>> make fails in 'demos' with
>>
>> failed to load "./apple-red.png": Couldn't recgognize the image file
>> format for './apple-red.png'
> 
> Where are you installing things? Into /usr with --sysconfdir=/etc?

> "Couldn't recognise the image file format" implies a problem with
> gdk-pixbuf

with your hint, google was of help!

gtk-pixbuf installs all the libpixbufloader-*.so, including the one for
png. thus i was shure everything is ok.

what was missing was
update-gdkpixbuf-loaders --update-cache

as this is the first time i use the DESTDIR aproach, i didn't know i
have to build it after installation manually.

now everything's fine!!

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

Reply via email to