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: https://sourceforge.net/projects/emacs-bin/files/snapshots/ Date: Mon, 31 Mar 2014 22:19:46 +0300 Message-ID: <83eh1ich0t.fsf@gnu.org> References: <82ppl2agnr.fsf@web.de> <82ob0m19tk.fsf@web.de> <83fvlych8o.fsf@gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1396294124 12844 80.91.229.3 (31 Mar 2014 19:28:44 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 31 Mar 2014 19:28:44 +0000 (UTC) Cc: emacs-devel@gnu.org To: parozusa@web.de Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Mar 31 21:28:36 2014 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1WUhsl-0007Wm-Sg for ged-emacs-devel@m.gmane.org; Mon, 31 Mar 2014 21:28:31 +0200 Original-Received: from localhost ([::1]:50936 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WUhsl-0005UE-D4 for ged-emacs-devel@m.gmane.org; Mon, 31 Mar 2014 15:28:31 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:56038) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WUhkK-0000lA-Nb for emacs-devel@gnu.org; Mon, 31 Mar 2014 15:19:54 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WUhkE-0004az-Ph for emacs-devel@gnu.org; Mon, 31 Mar 2014 15:19:48 -0400 Original-Received: from mtaout20.012.net.il ([80.179.55.166]:53184) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WUhkE-0004as-Ht for emacs-devel@gnu.org; Mon, 31 Mar 2014 15:19:42 -0400 Original-Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0N3B00200ET9F400@a-mtaout20.012.net.il> for emacs-devel@gnu.org; Mon, 31 Mar 2014 22:19:40 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0N3B002Z6F0SBQ10@a-mtaout20.012.net.il>; Mon, 31 Mar 2014 22:19:40 +0300 (IDT) In-reply-to: <83fvlych8o.fsf@gnu.org> X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 X-Received-From: 80.179.55.166 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:171228 Archived-At: > Date: Mon, 31 Mar 2014 22:15:03 +0300 > From: Eli Zaretskii > Cc: emacs-devel@gnu.org > > > From: Martin > > 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 Btw, the size of these DLLs is different from the one available from the ezwinports site: that one is just 1121380 bytes long. Where did you get your libxml2-2.dll? Are you sure it is compatible with MinGW programs and with the headers Dani used to build his binaries?