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 04:57:22 -0400 Message-ID: References: <4E9E515F.1070909@gmail.com> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: dough.gmane.org 1319446655 13213 80.91.229.12 (24 Oct 2011 08:57:35 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 24 Oct 2011 08:57:35 +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 10:57:32 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 1RIGLb-0002Jb-Bz for ged-emacs-devel@m.gmane.org; Mon, 24 Oct 2011 10:57:31 +0200 Original-Received: from localhost ([::1]:35100 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RIGLa-0004X5-AO for ged-emacs-devel@m.gmane.org; Mon, 24 Oct 2011 04:57:30 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:55917) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RIGLX-0004Wo-Dc for emacs-devel@gnu.org; Mon, 24 Oct 2011 04:57:28 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RIGLT-0002tk-6Q for emacs-devel@gnu.org; Mon, 24 Oct 2011 04:57:27 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]:41446) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RIGLT-0002tg-0C for emacs-devel@gnu.org; Mon, 24 Oct 2011 04:57:23 -0400 Original-Received: from eliz by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1RIGLS-00076b-ON; Mon, 24 Oct 2011 04:57:22 -0400 In-reply-to: (message from Seweryn Kokot on Mon, 24 Oct 2011 08:23:40 +0000 (UTC)) 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:145460 Archived-At: > From: Seweryn Kokot > 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.