From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: emacs-20111018-r106127 Windows Binaries Date: Mon, 24 Oct 2011 07:53:13 -0400 Message-ID: References: <4E9E515F.1070909@gmail.com> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: dough.gmane.org 1319457208 23561 80.91.229.12 (24 Oct 2011 11:53:28 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 24 Oct 2011 11:53:28 +0000 (UTC) Cc: emacs-devel@gnu.org To: Seweryn Kokot Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Oct 24 13:53:22 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 1RIJ5m-0000gX-3B for ged-emacs-devel@m.gmane.org; Mon, 24 Oct 2011 13:53:22 +0200 Original-Received: from localhost ([::1]:39750 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RIJ5l-0005vL-3M for ged-emacs-devel@m.gmane.org; Mon, 24 Oct 2011 07:53:21 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:59035) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RIJ5h-0005vG-KU for emacs-devel@gnu.org; Mon, 24 Oct 2011 07:53:18 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RIJ5d-00081f-FM for emacs-devel@gnu.org; Mon, 24 Oct 2011 07:53:17 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]:50776) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RIJ5d-00081a-Bq for emacs-devel@gnu.org; Mon, 24 Oct 2011 07:53:13 -0400 Original-Received: from eliz by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1RIJ5d-0006Yd-4L; Mon, 24 Oct 2011 07:53:13 -0400 In-reply-to: (message from Seweryn Kokot on Mon, 24 Oct 2011 11:42:32 +0200) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 140.186.70.10 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:145461 Archived-At: > Date: Mon, 24 Oct 2011 11:42:32 +0200 > From: Seweryn Kokot > 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.)