From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Seweryn Kokot Newsgroups: gmane.emacs.devel Subject: Re: emacs-20111018-r106127 Windows Binaries Date: Mon, 24 Oct 2011 14:14:00 +0200 Message-ID: References: <4E9E515F.1070909@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1319459863 10644 80.91.229.12 (24 Oct 2011 12:37:43 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 24 Oct 2011 12:37:43 +0000 (UTC) Cc: cschol2112@gmail.com, emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Oct 24 14:37:38 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RIJmb-00013k-JY for ged-emacs-devel@m.gmane.org; Mon, 24 Oct 2011 14:37:37 +0200 Original-Received: from localhost ([::1]:58476 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RIJmb-00072k-3z for ged-emacs-devel@m.gmane.org; Mon, 24 Oct 2011 08:37:37 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:54784) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RIJQS-0003GB-QZ for emacs-devel@gnu.org; Mon, 24 Oct 2011 08:14:45 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RIJQN-0004WI-Oo for emacs-devel@gnu.org; Mon, 24 Oct 2011 08:14:44 -0400 Original-Received: from mail-gx0-f169.google.com ([209.85.161.169]:60858) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RIJQL-0004Vt-Th; Mon, 24 Oct 2011 08:14:38 -0400 Original-Received: by ggnh4 with SMTP id h4so6686414ggn.0 for ; Mon, 24 Oct 2011 05:14:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=WYwoVqDjZx7ly4wyCj4ixJvavqtMn3f1ft6sv7VWY90=; b=F7dAO/QK2IbjudQD2Ck29NwLaAxl/ib6WB8QoR/uxWVDgan6IZdZCVcYgPzBJU0BDE GsycukQhshkWgzJ8WJU+RfmInvjksGFdV2dq5Ste5Y4X6VXpTgpwPlxL+0f0d1DRlFyE jJdY77fjNg2ZZ0Gk3r60VEZB4fcuBbbck564E= Original-Received: by 10.223.5.201 with SMTP id 9mr44678976faw.5.1319458441117; Mon, 24 Oct 2011 05:14:01 -0700 (PDT) Original-Received: by 10.152.23.168 with HTTP; Mon, 24 Oct 2011 05:14:00 -0700 (PDT) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.161.169 X-Mailman-Approved-At: Mon, 24 Oct 2011 08:37:34 -0400 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:145467 Archived-At: On Mon, Oct 24, 2011 at 1:53 PM, Eli Zaretskii 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. =A0So 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. =A0(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