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 11:42:32 +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 X-Trace: dough.gmane.org 1319457255 23894 80.91.229.12 (24 Oct 2011 11:54:15 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 24 Oct 2011 11:54:15 +0000 (UTC) Cc: emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Oct 24 13:54:11 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 1RIJ6Y-00010j-F1 for ged-emacs-devel@m.gmane.org; Mon, 24 Oct 2011 13:54:10 +0200 Original-Received: from localhost ([::1]:40385 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RIJ6M-0006Ga-Lv for ged-emacs-devel@m.gmane.org; Mon, 24 Oct 2011 07:53:58 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:39654) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RIH3E-0006RG-C3 for emacs-devel@gnu.org; Mon, 24 Oct 2011 05:42:37 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RIH3D-0002YG-Dd for emacs-devel@gnu.org; Mon, 24 Oct 2011 05:42:36 -0400 Original-Received: from mail-ey0-f169.google.com ([209.85.215.169]:58828) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RIH3B-0002Xq-Pl; Mon, 24 Oct 2011 05:42:33 -0400 Original-Received: by eye4 with SMTP id 4so6102023eye.0 for ; Mon, 24 Oct 2011 02:42:32 -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; bh=4Ts1n8qtClpxj1Glwv/3ngyKUEqQXE7oQ3S0Cu7cnRk=; b=V/kfjdPvtGnC+DIY62hDGNXZN/5uM3r+7/IBXlF+IroCfs+Ww67wXIRXmaJgMV9Dsq MAgR9BEacXYOPtI3Enf96ttgI/+rMdS81WDVOkLMrZ+srTV6DuL6STW/8pMRdQsw68aS BBu7DDYd0A5W3AIAciVwFnyGG1p+Zato7n9hk= Original-Received: by 10.223.14.3 with SMTP id e3mr40125166faa.25.1319449352722; Mon, 24 Oct 2011 02:42:32 -0700 (PDT) Original-Received: by 10.152.23.168 with HTTP; Mon, 24 Oct 2011 02:42:32 -0700 (PDT) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.215.169 X-Mailman-Approved-At: Mon, 24 Oct 2011 07:53:53 -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:145464 Archived-At: 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?