[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[SOLVED (sort of)] (was: Ubuntu 16.04 cannot compile commit c4687d920db0
From: |
Uwe Brauer |
Subject: |
[SOLVED (sort of)] (was: Ubuntu 16.04 cannot compile commit c4687d920db081f29e93cca8156793d545a827e2) |
Date: |
Sun, 26 Jan 2020 09:42:08 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) |
>>> "PE" == Paul Eggert <address@hidden> writes:
> On 1/25/20 2:20 PM, Uwe Brauer wrote:
>> And it is the same problem, although now png16 is installed configure,
>> sets the flag to png12.
> What is the output of the following shell commands?
> pkg-config --cflags libotf
> pkg-config --libs libotf
> If they output "-lpng12", then that's most likely the problem since
> 'configure' uses the output of these commands. You can run
> './configure --without-libotf' as Stefan suggested, or you can
> investigate why the pkg-config libotf configuration is messed up for
> you. I don't observe the problem on Ubuntu 18.04.3 LTS, for what it's
> worth.
Thanks. The issue was the following, I added in the past some ppa for
non-Ubuntu deb packages, when I then run
apt-get upgrade
libpng-dev:amd64 <none> 1.6.34-2~ubuntu16.04.1~ppa1
Was installed, which is not the official Ubuntu version. Although the
library worked on my distribution, somehow configure got confused,
detected 1.6 but also some remains of 12.
So a simple
sudo apt-get install libpng12-dev:
Solved the problem, in the sense I, again compile emacs.
Not sure what to think about it. The main culprit is of course Ubuntu,
but that configure got confused is also not good.
Thanks for you help
Uwe
smime.p7s
Description: S/MIME cryptographic signature
- Re: Ubuntu 16.04 cannot compile commit c4687d920db081f29e93cca8156793d545a827e2, (continued)
- Re: Ubuntu 16.04 cannot compile commit c4687d920db081f29e93cca8156793d545a827e2, Uwe Brauer, 2020/01/24
- Re: Ubuntu 16.04 cannot compile commit c4687d920db081f29e93cca8156793d545a827e2, Robert Pluim, 2020/01/24
- Re: Ubuntu 16.04 cannot compile commit c4687d920db081f29e93cca8156793d545a827e2, Paul Eggert, 2020/01/24
- Re: Ubuntu 16.04 cannot compile commit c4687d920db081f29e93cca8156793d545a827e2, Uwe Brauer, 2020/01/24
- Re: Ubuntu 16.04 cannot compile commit c4687d920db081f29e93cca8156793d545a827e2, Eli Zaretskii, 2020/01/24
- Re: Ubuntu 16.04 cannot compile commit c4687d920db081f29e93cca8156793d545a827e2, Stefan Monnier, 2020/01/24
- Re: Ubuntu 16.04 cannot compile commit c4687d920db081f29e93cca8156793d545a827e2, Uwe Brauer, 2020/01/24
- Re: Ubuntu 16.04 cannot compile commit c4687d920db081f29e93cca8156793d545a827e2, Uwe Brauer, 2020/01/25
- Re: Ubuntu 16.04 cannot compile commit c4687d920db081f29e93cca8156793d545a827e2, Stefan Monnier, 2020/01/25
- Re: Ubuntu 16.04 cannot compile commit c4687d920db081f29e93cca8156793d545a827e2, Paul Eggert, 2020/01/26
- [SOLVED (sort of)] (was: Ubuntu 16.04 cannot compile commit c4687d920db081f29e93cca8156793d545a827e2),
Uwe Brauer <=