[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: https://sourceforge.net/projects/emacs-bin/files/snapshots/
From: |
Eli Zaretskii |
Subject: |
Re: https://sourceforge.net/projects/emacs-bin/files/snapshots/ |
Date: |
Mon, 31 Mar 2014 22:15:03 +0300 |
> From: Martin <address@hidden>
> Date: Mon, 31 Mar 2014 20:50:47 +0200
>
> Hi Dani,
>
> thank you for response. My test case:
>
> I have placed the same libxml2 dll in every emcas bin directory.
>
> c:\cygwin\bin\find.exe . "(" -iname 'libxml2*.dll' -type f ")" -exec
> c:\cygwin\bin\ls -ld {} ";"
> -rwxrwxrwx+ 1 plus None 4470354 Nov 29 11:47
> emacs-pretest/bin/libxml2-2.dll
> -rwxrwxrwx+ 1 plus None 4470354 Nov 29 11:47
> emacs-trunk/bin/libxml2-2.dll
> -rwxrwxrwx+ 1 plus None 4470354 Nov 29 11:47
> emacs-trunk-2014-03-31-09-52-01/bin/libxml2-2.dll
>
> Gnus v5.13
>
> When I open the same email from my IMAP account (arcor.de, may be
> followed up to you by private mail), it ist diplayed correctly with
>
> GNU Emacs 24.3.50.1 (i686-pc-mingw32) of 2014-03-15 on LEG570
> (emacs-trunk)
>
> with
>
> GNU Emacs 24.3.50.1 (i686-pc-mingw32) of 2014-03-30 on LEG570
> (emacs-pretest)
> GNU Emacs 24.4.50.1 (i686-pc-mingw32) of 2014-03-30 on LEG570
> (emacs-trunk-2014-03-31-09-52-01)
>
> I get the message "libxml2 library not found" and an empty mail body.
libxml2 depends on 2 other DLLs, zlib1.dll and libiconv-2.dll. Do you
have these as well in the same directories?
(It is actually best to have all the DLLs in a single directory that
is on your PATH, so that you don't need to copy them over and over
again.)