emacs-devel
[Top][All Lists]
Advanced

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

Re: [PATCH 2/5] w32: add support for recent PNG library version >= 1.5


From: Claudio Bley
Subject: Re: [PATCH 2/5] w32: add support for recent PNG library version >= 1.5
Date: Wed, 30 Oct 2013 13:50:57 +0100
User-agent: Wanderlust/2.15.9 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (Gojō) APEL/10.8 Emacs/24.3.50 (i686-pc-mingw32) MULE/6.0 (HANACHIRUSATO)

At Tue, 29 Oct 2013 18:50:52 +0200,
Eli Zaretskii wrote:
> 
> > Date: Tue, 29 Oct 2013 09:44:01 +0100
> > From: Claudio Bley <address@hidden>
> > Cc: address@hidden
> > 
> > At Sun, 27 Oct 2013 18:28:26 +0200,
> > Eli Zaretskii wrote:
> > > 
> > > Here, too, latest libpng versions are incompatible with 1.4.x, so we
> > > do need to make such a change.
> > > 
> > > However, when one builds libpng-X.Y.Z on Windows, the DLL that is
> > > installed is called libpngXY-XY.dll, not just libpngXY.dll, as your
> > > patch assumes.
> > 
> > I'm building with CMake and that's what the CMake builds produce.
> 
> Worth writing to the maintainers about, IMO, since CMake is not the
> standard build method (AFAIK).

On w32 it is probably more standard than building with autotools, IMO.

It also begs the question what the most reasonable name would be,
ie. what's the point of duplicating the version after a dash? Seems
it's only because of libtool, which is probably not really relevant on
w32 anyway.

> > If you download the release tarball (lpng166.7z) for win32, the DLL
> > produced is also called libpng16.dll.
> 
> If you build with CMake or if you build with the usual "configure && make"?

Neither, they support building with different compilers by copying a
Makefile from the "scripts" subdir to the project root dir. The w32
"tarballs" don't even have a configure script.



reply via email to

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