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: image display in MinGW build? Date: Mon, 08 May 2006 06:26:47 +0300 Message-ID: References: Reply-To: Eli Zaretskii NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1147058831 24868 80.91.229.2 (8 May 2006 03:27:11 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 8 May 2006 03:27:11 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon May 08 05:27:08 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FcwOo-0004ZH-Rq for ged-emacs-devel@m.gmane.org; Mon, 08 May 2006 05:27:07 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FcwOo-0000Vz-AJ for ged-emacs-devel@m.gmane.org; Sun, 07 May 2006 23:27:06 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FcwOd-0000Vk-IC for emacs-devel@gnu.org; Sun, 07 May 2006 23:26:55 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FcwOb-0000VL-T1 for emacs-devel@gnu.org; Sun, 07 May 2006 23:26:55 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FcwOb-0000VI-OA for emacs-devel@gnu.org; Sun, 07 May 2006 23:26:53 -0400 Original-Received: from [192.114.186.66] (helo=romy.inter.net.il) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FcwPL-0001xe-W4 for emacs-devel@gnu.org; Sun, 07 May 2006 23:27:40 -0400 Original-Received: from HOME-C4E4A596F7 (IGLD-80-230-10-6.inter.net.il [80.230.10.6]) by romy.inter.net.il (MOS 3.7.3-GA) with ESMTP id EDD81240 (AUTH halo1); Mon, 8 May 2006 06:26:46 +0300 (IDT) Original-To: David Abrahams In-reply-to: (message from David Abrahams on Sun, 07 May 2006 20:58:58 -0400) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:54053 Archived-At: > From: David Abrahams > Date: Sun, 07 May 2006 20:58:58 -0400 > > I've been building emacs with MinGW, having installed all the > necessary image libraries. configure.bat seems to be satisfied that > they're there. However, when I run emacs, I don't see most of the > nice image behaviors I expect. I am seeing picons in Gnus, which is > certainly a step, but I can't view .png files, for example. Toggling > image mode on them has no effect. Can anyone offer a clue as to how > to make this work? Please tell where you downloaded the image libraries, and please post the full output of configure.bat and the contents of nt/config.log after running configure.bat. Also, make sure the image libraries are installed somewhere along PATH.