emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Emacs pretest 22.1.91


From: Takashi Hiromatsu
Subject: Re: Emacs pretest 22.1.91
Date: Sat, 23 Feb 2008 12:51:30 +0900
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)

> > 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]