emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Ubuntu 16.04 cannot compile commit c4687d920db081f29e93cca8156793d54


From: Paul Eggert
Subject: Re: Ubuntu 16.04 cannot compile commit c4687d920db081f29e93cca8156793d545a827e2
Date: Fri, 24 Jan 2020 00:47:28 -0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.4.1

On 1/23/20 12:09 PM, Uwe Brauer wrote:
So png12 is missing, why did compile me tell about it?

I guess your pkg-config claimed that you have a working libpng, even though you don't. Try running the following shell commands:

pkg-config --cflags "libpng >= 1.0.0"
pkg-config --libs "libpng >= 1.0.0"

If these commands tell 'configure' to use flags like -lpng12 but those flags don't work, then you have a problem with your pkg-config installation somewhere.

Although you can work around the problem by building Emacs with './configure --without-png', it's better to get your png installation whipped into shape.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]