unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* emacs-20111018-r106127 Windows Binaries
@ 2011-10-19  4:26 Christoph Scholtes
  2011-10-19  7:57 ` Dani Moncayo
  2011-10-24  8:23 ` Seweryn Kokot
  0 siblings, 2 replies; 14+ messages in thread
From: Christoph Scholtes @ 2011-10-19  4:26 UTC (permalink / raw)
  To: Emacs-Devel devel; +Cc: help-emacs-windows

The Emacs Trunk Windows Binaries (bzr revno 106127) have been published in

http://alpha.gnu.org/gnu/emacs/windows/



^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: emacs-20111018-r106127 Windows Binaries
  2011-10-19  4:26 emacs-20111018-r106127 Windows Binaries Christoph Scholtes
@ 2011-10-19  7:57 ` Dani Moncayo
  2011-10-24  8:23 ` Seweryn Kokot
  1 sibling, 0 replies; 14+ messages in thread
From: Dani Moncayo @ 2011-10-19  7:57 UTC (permalink / raw)
  To: Christoph Scholtes; +Cc: help-emacs-windows, Emacs-Devel devel

On Wed, Oct 19, 2011 at 06:26, Christoph Scholtes
<cschol2112@googlemail.com> wrote:
> The Emacs Trunk Windows Binaries (bzr revno 106127) have been published in
>
> http://alpha.gnu.org/gnu/emacs/windows/

Good to see that you've included the bzr revno in the filename.

Thanks.

-- 
Dani Moncayo



^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: emacs-20111018-r106127 Windows Binaries
  2011-10-19  4:26 emacs-20111018-r106127 Windows Binaries Christoph Scholtes
  2011-10-19  7:57 ` Dani Moncayo
@ 2011-10-24  8:23 ` Seweryn Kokot
  2011-10-24  8:57   ` Eli Zaretskii
  1 sibling, 1 reply; 14+ messages in thread
From: Seweryn Kokot @ 2011-10-24  8:23 UTC (permalink / raw)
  To: emacs-devel

Christoph Scholtes <cschol2112 <at> googlemail.com> writes:

> 
> The Emacs Trunk Windows Binaries (bzr revno 106127) have been published in
> 
> http://alpha.gnu.org/gnu/emacs/windows/
> 
> 

Just a question why in your emacs built, the image used in the splashscreen is 
splash.xpm and in the previous Sean's builts splash.png is displayed?

IMHO, splash.png is much smoother than splash.xpm.

Seweryn





^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: emacs-20111018-r106127 Windows Binaries
  2011-10-24  8:23 ` Seweryn Kokot
@ 2011-10-24  8:57   ` Eli Zaretskii
  2011-10-24  9:27     ` Seweryn Kokot
  2011-10-24  9:42     ` Seweryn Kokot
  0 siblings, 2 replies; 14+ messages in thread
From: Eli Zaretskii @ 2011-10-24  8:57 UTC (permalink / raw)
  To: Seweryn Kokot; +Cc: emacs-devel

> From: Seweryn Kokot <sewkokot@gmail.com>
> Date: Mon, 24 Oct 2011 08:23:40 +0000 (UTC)
> 
> Just a question why in your emacs built, the image used in the splashscreen is 
> splash.xpm and in the previous Sean's builts splash.png is displayed?

What does this display?

  M-: (image-type-available-p 'png) RET

If it says "nil", then Emacs cannot display PNG images.  This could
happen if either this binary is built without PNG support (unlikely),
or the PNG libraries you have don't match the version against which
Christoph linked these binaries.  To test the latter hypothesis, type

  C-h v libpng-version RET

and see if it matches the version of libpng DLL you have installed.



^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: emacs-20111018-r106127 Windows Binaries
  2011-10-24  8:57   ` Eli Zaretskii
@ 2011-10-24  9:27     ` Seweryn Kokot
  2011-10-24  9:42     ` Seweryn Kokot
  1 sibling, 0 replies; 14+ messages in thread
From: Seweryn Kokot @ 2011-10-24  9:27 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: emacs-devel

On Mon, Oct 24, 2011 at 10:57 AM, Eli Zaretskii <eliz@gnu.org> wrote:
>> From: Seweryn Kokot <sewkokot@gmail.com>
>> Date: Mon, 24 Oct 2011 08:23:40 +0000 (UTC)
>>
>> Just a question why in your emacs built, the image used in the splashscreen is
>> splash.xpm and in the previous Sean's builts splash.png is displayed?
>
> What does this display?
>
>  M-: (image-type-available-p 'png) RET
nil

>
> If it says "nil", then Emacs cannot display PNG images.  This could
> happen if either this binary is built without PNG support (unlikely),
> or the PNG libraries you have don't match the version against which
> Christoph linked these binaries.  To test the latter hypothesis, type
>
>  C-h v libpng-version RET

libpng-version's value is 10237

>
> and see if it matches the version of libpng DLL you have installed.
>

I have libpng14-14.dll, and it worked with Sean's emacs builts made
one month ago.
Are there newer libpng files?

Thanks.



^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: emacs-20111018-r106127 Windows Binaries
  2011-10-24  8:57   ` Eli Zaretskii
  2011-10-24  9:27     ` Seweryn Kokot
@ 2011-10-24  9:42     ` Seweryn Kokot
  2011-10-24 11:53       ` Eli Zaretskii
  1 sibling, 1 reply; 14+ messages in thread
From: Seweryn Kokot @ 2011-10-24  9:42 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: emacs-devel

To be more specific.

I copied the lib14-14.dll and zlib.dll files from the last Sean's
devel built to the new Christoph's built bin/ directory.

Sean's built:
M-: (image-type-available-p 'png) RET
t
C-h v libpng-version RET
libpng-version's value is 10403

Christoph's built:
M-: (image-type-available-p 'png) RET
nil
C-h v libpng-version RET
libpng-version's value is 10237

However those libpng-version numbers do not tell me much.

Any idea?



^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: emacs-20111018-r106127 Windows Binaries
  2011-10-24  9:42     ` Seweryn Kokot
@ 2011-10-24 11:53       ` Eli Zaretskii
  2011-10-24 12:14         ` Seweryn Kokot
  2011-10-24 12:55         ` Christoph Scholtes
  0 siblings, 2 replies; 14+ messages in thread
From: Eli Zaretskii @ 2011-10-24 11:53 UTC (permalink / raw)
  To: Seweryn Kokot; +Cc: emacs-devel

> Date: Mon, 24 Oct 2011 11:42:32 +0200
> From: Seweryn Kokot <sewkokot@gmail.com>
> Cc: emacs-devel@gnu.org
> 
> I copied the lib14-14.dll and zlib.dll files from the last Sean's
> devel built to the new Christoph's built bin/ directory.
> 
> Sean's built:
> M-: (image-type-available-p 'png) RET
> t
> C-h v libpng-version RET
> libpng-version's value is 10403

This means Sean's binary was compiled with libpng v1.4.3

> Christoph's built:
> M-: (image-type-available-p 'png) RET
> nil
> C-h v libpng-version RET
> libpng-version's value is 10237

And this means that Christoph built his binary with libpng 1.2.37,
which is _older_ than 1.4.x.  So Christoph's binary refuses to work
with the new version of libpng you have, because versions before and
after 1.4.0 are binary incompatible.

To fix this for the binary you have, download libpng version that is
1.2.x and put the DLL in the same place where you have
libpng14-14.dll.

Christoph, to prevent such problems in the future, please build next
binaries with a newer version of libpng.  (nt/INSTALL tells you where
to find them.)



^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: emacs-20111018-r106127 Windows Binaries
  2011-10-24 11:53       ` Eli Zaretskii
@ 2011-10-24 12:14         ` Seweryn Kokot
  2011-10-24 12:36           ` Eli Zaretskii
  2011-10-24 12:55         ` Christoph Scholtes
  1 sibling, 1 reply; 14+ messages in thread
From: Seweryn Kokot @ 2011-10-24 12:14 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: cschol2112, emacs-devel

On Mon, Oct 24, 2011 at 1:53 PM, Eli Zaretskii <eliz@gnu.org> wrote:
>>
>> Sean's built:
>> M-: (image-type-available-p 'png) RET
>> t
>> C-h v libpng-version RET
>> libpng-version's value is 10403
>
> This means Sean's binary was compiled with libpng v1.4.3
>
>> Christoph's built:
>> M-: (image-type-available-p 'png) RET
>> nil
>> C-h v libpng-version RET
>> libpng-version's value is 10237
>
> And this means that Christoph built his binary with libpng 1.2.37,
> which is _older_ than 1.4.x.  So Christoph's binary refuses to work
> with the new version of libpng you have, because versions before and
> after 1.4.0 are binary incompatible.
>
> To fix this for the binary you have, download libpng version that is
> 1.2.x and put the DLL in the same place where you have
> libpng14-14.dll.
>
> Christoph, to prevent such problems in the future, please build next
> binaries with a newer version of libpng.  (nt/INSTALL tells you where
> to find them.)
>

Ok, thanks Eli. Now I see the problem.

I read somewhere that for the current devel emacs, libpng 1.4 or later
is required. So I will wait for the new binaries compiled against
libpng14.

P.S. libpng14-14.dll and zlib1.dll are available at
http://www.gtk.org/download/win32.php



^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: emacs-20111018-r106127 Windows Binaries
  2011-10-24 12:14         ` Seweryn Kokot
@ 2011-10-24 12:36           ` Eli Zaretskii
  2011-10-24 12:56             ` Seweryn Kokot
  0 siblings, 1 reply; 14+ messages in thread
From: Eli Zaretskii @ 2011-10-24 12:36 UTC (permalink / raw)
  To: Seweryn Kokot; +Cc: cschol2112, emacs-devel

> Date: Mon, 24 Oct 2011 14:14:00 +0200
> From: Seweryn Kokot <sewkokot@gmail.com>
> Cc: emacs-devel@gnu.org, cschol2112@gmail.com
> 
> I read somewhere that for the current devel emacs, libpng 1.4 or later
> is required.

Not required, _recommended_.



^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: emacs-20111018-r106127 Windows Binaries
  2011-10-24 11:53       ` Eli Zaretskii
  2011-10-24 12:14         ` Seweryn Kokot
@ 2011-10-24 12:55         ` Christoph Scholtes
  2011-10-24 13:00           ` Seweryn Kokot
  2011-10-25 12:44           ` Seweryn Kokot
  1 sibling, 2 replies; 14+ messages in thread
From: Christoph Scholtes @ 2011-10-24 12:55 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: Seweryn Kokot, emacs-devel

Hi Eli,

Eli Zaretskii <eliz@gnu.org> writes:

> And this means that Christoph built his binary with libpng 1.2.37,
> which is _older_ than 1.4.x.  So Christoph's binary refuses to work
> with the new version of libpng you have, because versions before and
> after 1.4.0 are binary incompatible.

Yes. That is correct. I apologize. 

> Christoph, to prevent such problems in the future, please build next
> binaries with a newer version of libpng.  (nt/INSTALL tells you where
> to find them.)

I updated my libpng to 1.4.3-1 from the GTK website.

I will check my other library versions tonight make sure to use the
correct versions. Are there any other problematic lib versions you are
aware of?

Seweryn, 
I am planning on building a new weekly snapshot tonight, which should
have to problem corrected. Sorry for the inconvenience.

Christoph



^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: emacs-20111018-r106127 Windows Binaries
  2011-10-24 12:36           ` Eli Zaretskii
@ 2011-10-24 12:56             ` Seweryn Kokot
  0 siblings, 0 replies; 14+ messages in thread
From: Seweryn Kokot @ 2011-10-24 12:56 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: cschol2112, emacs-devel

On Mon, Oct 24, 2011 at 2:36 PM, Eli Zaretskii <eliz@gnu.org> wrote:
>> Date: Mon, 24 Oct 2011 14:14:00 +0200
>> From: Seweryn Kokot <sewkokot@gmail.com>
>> Cc: emacs-devel@gnu.org, cschol2112@gmail.com
>>
>> I read somewhere that for the current devel emacs, libpng 1.4 or later
>> is required.
>
> Not required, _recommended_.
>

Ok.

I read it in emacs-24.0.90/README.W32 file which is published with the
emacs binaries (both pretest and current trunk):

It says:

* Image support
...
      PNG: requires the PNG reference library 1.4 or later, which will
      be named libpng14.dll or libpng14-14.dll.  LibPNG requires zlib,
      which should come from the same source as you got libpng.
      Starting with Emacs 23.3, the precompiled Emacs binaries are
      built with libpng 1.4.x and later, and are incompatible with
      earlier versions of libpng DLLs.  So if you have libpng 1.2.x,
      the PNG support will not work, and you will have to download
      newer versions.
...

Anyway for the future it would be good to compile emacs sources with
libpng14. Thanks.



^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: emacs-20111018-r106127 Windows Binaries
  2011-10-24 12:55         ` Christoph Scholtes
@ 2011-10-24 13:00           ` Seweryn Kokot
  2011-10-25 12:44           ` Seweryn Kokot
  1 sibling, 0 replies; 14+ messages in thread
From: Seweryn Kokot @ 2011-10-24 13:00 UTC (permalink / raw)
  To: Christoph Scholtes; +Cc: Eli Zaretskii, emacs-devel

On Mon, Oct 24, 2011 at 2:55 PM, Christoph Scholtes
<cschol2112@googlemail.com> wrote:
> Hi Eli,
>
> Eli Zaretskii <eliz@gnu.org> writes:
>
>> And this means that Christoph built his binary with libpng 1.2.37,
>> which is _older_ than 1.4.x.  So Christoph's binary refuses to work
>> with the new version of libpng you have, because versions before and
>> after 1.4.0 are binary incompatible.
>
> Yes. That is correct. I apologize.
>
>> Christoph, to prevent such problems in the future, please build next
>> binaries with a newer version of libpng.  (nt/INSTALL tells you where
>> to find them.)
>
> I updated my libpng to 1.4.3-1 from the GTK website.
>
> I will check my other library versions tonight make sure to use the
> correct versions. Are there any other problematic lib versions you are
> aware of?
>
> Seweryn,
> I am planning on building a new weekly snapshot tonight, which should
> have to problem corrected. Sorry for the inconvenience.
>
> Christoph
>

No problem!
Thank you very much for providing windows binaries, Christoph :)



^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: emacs-20111018-r106127 Windows Binaries
  2011-10-24 12:55         ` Christoph Scholtes
  2011-10-24 13:00           ` Seweryn Kokot
@ 2011-10-25 12:44           ` Seweryn Kokot
  2011-10-25 19:55             ` emacs-devel on GMane (was: emacs-20111018-r106127 Windows Binaries) Ted Zlatanov
  1 sibling, 1 reply; 14+ messages in thread
From: Seweryn Kokot @ 2011-10-25 12:44 UTC (permalink / raw)
  To: Christoph Scholtes; +Cc: Eli Zaretskii, emacs-devel

> I am planning on building a new weekly snapshot tonight, which should
> have to problem corrected. Sorry for the inconvenience.
>
>

Thank you Christoph. I confirm that it now opens png files using
libpng14-14.dll.

P.S. So far I have followed emacs.devel mailinglist on gmane here:
http://news.gmane.org/gmane.emacs.devel/
However, now I see that gmane does not show all posts/emails. For
example there is no anouncement of the new binaries on gmane and all
the posts in this thread are only available in lists.gnu.org/archive
and not on gmane:
http://lists.gnu.org/archive/html/emacs-devel/2011-10/threads.html
Is it a known issue?



^ permalink raw reply	[flat|nested] 14+ messages in thread

* emacs-devel on GMane (was: emacs-20111018-r106127 Windows Binaries)
  2011-10-25 12:44           ` Seweryn Kokot
@ 2011-10-25 19:55             ` Ted Zlatanov
  0 siblings, 0 replies; 14+ messages in thread
From: Ted Zlatanov @ 2011-10-25 19:55 UTC (permalink / raw)
  To: emacs-devel

On Tue, 25 Oct 2011 14:44:03 +0200 Seweryn Kokot <sewkokot@gmail.com> wrote: 

SK> P.S. So far I have followed emacs.devel mailinglist on gmane here:
SK> http://news.gmane.org/gmane.emacs.devel/
SK> However, now I see that gmane does not show all posts/emails. For
SK> example there is no anouncement of the new binaries on gmane and all
SK> the posts in this thread are only available in lists.gnu.org/archive
SK> and not on gmane:
SK> http://lists.gnu.org/archive/html/emacs-devel/2011-10/threads.html
SK> Is it a known issue?

You can ask on gmane.discuss; I have not missed any posts and I use a
real NNTP reader, not the web interface.

The first post in this thread, for instance, is at
http://permalink.gmane.org/gmane.emacs.devel/145310

Ted




^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2011-10-25 19:55 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-19  4:26 emacs-20111018-r106127 Windows Binaries Christoph Scholtes
2011-10-19  7:57 ` Dani Moncayo
2011-10-24  8:23 ` Seweryn Kokot
2011-10-24  8:57   ` Eli Zaretskii
2011-10-24  9:27     ` Seweryn Kokot
2011-10-24  9:42     ` Seweryn Kokot
2011-10-24 11:53       ` Eli Zaretskii
2011-10-24 12:14         ` Seweryn Kokot
2011-10-24 12:36           ` Eli Zaretskii
2011-10-24 12:56             ` Seweryn Kokot
2011-10-24 12:55         ` Christoph Scholtes
2011-10-24 13:00           ` Seweryn Kokot
2011-10-25 12:44           ` Seweryn Kokot
2011-10-25 19:55             ` emacs-devel on GMane (was: emacs-20111018-r106127 Windows Binaries) Ted Zlatanov

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).