From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dani Moncayo Newsgroups: gmane.emacs.devel Subject: Re: https://sourceforge.net/projects/emacs-bin/files/snapshots/ Date: Mon, 31 Mar 2014 21:36:10 +0200 Message-ID: References: <82ppl2agnr.fsf@web.de> <82ob0m19tk.fsf@web.de> <83fvlych8o.fsf@gnu.org> <83eh1ich0t.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1396294586 18653 80.91.229.3 (31 Mar 2014 19:36:26 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 31 Mar 2014 19:36:26 +0000 (UTC) Cc: Martin , Emacs development discussions To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Mar 31 21:36:21 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 1WUi0J-0001Yy-4v for ged-emacs-devel@m.gmane.org; Mon, 31 Mar 2014 21:36:19 +0200 Original-Received: from localhost ([::1]:50972 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WUi0I-00050E-Ov for ged-emacs-devel@m.gmane.org; Mon, 31 Mar 2014 15:36:18 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:59261) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WUi0E-0004zL-P0 for emacs-devel@gnu.org; Mon, 31 Mar 2014 15:36:15 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WUi0D-0001Vg-SC for emacs-devel@gnu.org; Mon, 31 Mar 2014 15:36:14 -0400 Original-Received: from mail-la0-x22a.google.com ([2a00:1450:4010:c03::22a]:45608) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WUi0C-0001UU-Bd; Mon, 31 Mar 2014 15:36:12 -0400 Original-Received: by mail-la0-f42.google.com with SMTP id ec20so6299284lab.1 for ; Mon, 31 Mar 2014 12:36:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=BMqZVGItCoj1k/6d9yYCL5DO0BJOoCIOfM173MPGXP4=; b=NCgOYBnS0cWZkswTwoeYALm34/qrWg1Lf3nAIwQzEHAxnRTHN3rN7un37J4A2PyybL F8omAieYGfUzgYLEAIxqWGftK++C+C7XBrDFVf6gSS8tstlVtomMZeQ0TMx32zU21fNk XvvtJda4hpi6Mb0djv12PVfR3WoY5AXpYoxEJd4QQOoAf8qGcCD64tCr054hPjJU+U/5 j/CIt0VeJjG0XM4Gv1QbZ/BJXXhV6fWsd4XbkjJfXM8PLz7AMERJcLhdvx7SeX2FidFs 6Ff0X/pgXkWdFQA2jH4h/7ks+7HC/NZen1LxLvmQ3PxubErMTWJpwVdQNp0k/v0N+sjj jj4w== X-Received: by 10.112.125.66 with SMTP id mo2mr83713lbb.82.1396294570967; Mon, 31 Mar 2014 12:36:10 -0700 (PDT) Original-Received: by 10.114.59.74 with HTTP; Mon, 31 Mar 2014 12:36:10 -0700 (PDT) In-Reply-To: <83eh1ich0t.fsf@gnu.org> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4010:c03::22a 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:171230 Archived-At: >> > 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? FWIW: my build environment has the packages listed in the file "tools/mingw-packages.txt", available from the "emacs-bin" website. -- Dani Moncayo