From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Takashi Hiromatsu Newsgroups: gmane.emacs.devel Subject: Re: Emacs pretest 22.1.91 Date: Sat, 23 Feb 2008 12:51:30 +0900 Message-ID: References: <87ejb8vl0i.fsf@stupidchicken.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (generated by EMIKO 1.14.1 - "Choanoflagellata") Content-Type: text/plain; charset=US-ASCII X-Trace: ger.gmane.org 1203738770 25963 80.91.229.12 (23 Feb 2008 03:52:50 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 23 Feb 2008 03:52:50 +0000 (UTC) Cc: Eli Zaretskii To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Feb 23 04:53:14 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JSlRn-0001CL-2o for ged-emacs-devel@m.gmane.org; Sat, 23 Feb 2008 04:53:11 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JSlRH-0004wB-H7 for ged-emacs-devel@m.gmane.org; Fri, 22 Feb 2008 22:52:39 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JSlRD-0004uk-5u for emacs-devel@gnu.org; Fri, 22 Feb 2008 22:52:35 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JSlRB-0004tG-E8 for emacs-devel@gnu.org; Fri, 22 Feb 2008 22:52:34 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JSlRB-0004su-8w for emacs-devel@gnu.org; Fri, 22 Feb 2008 22:52:33 -0500 Original-Received: from mx56.ms.so-net.ne.jp ([202.238.83.6]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JSlR6-0004GX-B5; Fri, 22 Feb 2008 22:52:28 -0500 Original-Received: from matsuan.so-net.ne.jp (nproxy.vdn.pwd.ne.jp [210.249.184.60]) (authenticated) by mx56.ms.so-net.ne.jp with ESMTP id m1N3qDTg004933; Sat, 23 Feb 2008 12:52:15 +0900 Original-Received: by matsuan.so-net.ne.jp (sSMTP sendmail emulation); Sat, 23 Feb 2008 12:51:42 +0900 In-Reply-To: User-Agent: Wanderlust/2.15.6 (Almost Unreal) EMIKO/1.14.1 (Choanoflagellata) LIMIT/1.14.10 (Furuichi) APEL/10.7 Emacs/22.1.90 (i386-mingw-nt5.0.2195) MULE/5.0 (SAKAKI) X-detected-kernel: by monty-python.gnu.org: Linux 2.4-2.6 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:90096 Archived-At: > > I succeed to build on Windows by cygwin make (version 3.80). Mostly work > > fine, except called from cygwin shell. When called from cygwin shell, it > > freezed during startup. > > Is it possible that the Cygwin shell sets up PATH so that Emacs finds > Cygwin-compiled image libraries before the native Windows libraries? Ah, you are right. I installed libXpm-nox4.dll in same directory as emacs.exe. Then there have been no problem till 22.1.90. I checked 'image-library-alist, which was changed at 22.1.91. 22.1.90 ((xpm "xpm4.dll" "libXpm-nox4.dll" "libxpm.dll")...[snip]...) 22.1.91 ((xpm "libxpm.dll" "xpm4.dll" "libXpm-nox4.dll")...[snip]...) This is the reason that emacs-22.1.91 read /usr/X11R5/bin/libXpm.dll first on my system. 1. Why the Xpm library order in 'image-library-alist was changed? 2. Where libxpm.dll can be found? Other graphic libraries are found on the gnuwin32 homepage easily. Takashi Hiromatsu