From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Christoph Scholtes Newsgroups: gmane.emacs.devel Subject: Re: Included libraries in the Windows binary distribution Date: Sat, 04 Feb 2012 20:00:23 -0700 Message-ID: <4F2DF0C7.6050903@gmail.com> References: <8362fmemv9.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1328410841 16019 80.91.229.3 (5 Feb 2012 03:00:41 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 5 Feb 2012 03:00:41 +0000 (UTC) Cc: Emacs-Devel devel To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Feb 05 04:00:39 2012 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RtsLD-0006eP-NZ for ged-emacs-devel@m.gmane.org; Sun, 05 Feb 2012 04:00:35 +0100 Original-Received: from localhost ([::1]:41501 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RtsLD-0006cd-5l for ged-emacs-devel@m.gmane.org; Sat, 04 Feb 2012 22:00:35 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:43420) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RtsL9-0006cM-RI for emacs-devel@gnu.org; Sat, 04 Feb 2012 22:00:32 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RtsL8-0000J2-Ka for emacs-devel@gnu.org; Sat, 04 Feb 2012 22:00:31 -0500 Original-Received: from mail-iy0-f169.google.com ([209.85.210.169]:42601) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RtsL6-0000Iq-5C; Sat, 04 Feb 2012 22:00:28 -0500 Original-Received: by iagz16 with SMTP id z16so8716842iag.0 for ; Sat, 04 Feb 2012 19:00:27 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=vljaUUGTziD9RiG1vpvsmTLhEUq20VgfLbUXOsl6430=; b=kcgwszuiPTf1BrXNr455LEu90ukbYbkTKL1wqZamuRyKAsqkmbCzQp95GcGlJVlPf6 x4r+6DylXvzSqky5kW5Nf9lBCNdcRNA7tE1JSm41FncwQ8TFzll6kx+m9K0z4vnRZdzZ gnzGCSwjgKJVyx3FXFpUHe2kQ5WpUolLViNTI= Original-Received: by 10.50.178.106 with SMTP id cx10mr15250408igc.15.1328410827121; Sat, 04 Feb 2012 19:00:27 -0800 (PST) Original-Received: from [192.168.1.2] (174-29-192-218.hlrn.qwest.net. [174.29.192.218]) by mx.google.com with ESMTPS id ey5sm1164749igb.4.2012.02.04.19.00.24 (version=SSLv3 cipher=OTHER); Sat, 04 Feb 2012 19:00:26 -0800 (PST) User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:10.0) Gecko/20120129 Thunderbird/10.0 In-Reply-To: <8362fmemv9.fsf@gnu.org> X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 209.85.210.169 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:148174 Archived-At: On 2/4/2012 6:42 AM, Eli Zaretskii wrote: >> Making it possible to build Emacs on Windows with libxml2 is a >> standing todo item that I hope will be done soon. > > The changes to support libxml2 in the Windows build are below. Would > people who build Emacs on Windows please try them? Precompiled > Windows binaries of libxml2 can be found here: > > http://sourceforge.net/projects/ezwinports/files/ Thanks Eli! I downloaded the files from your site, applied the patches and configure.bat fails with the following error: In file included from D:/devel/emacs/libs/libxml2-2.7.8/include/libxml2/libxml/parser.h:807:0, from D:/devel/emacs/libs/libxml2-2.7.8/include/libxml2/libxml/HTMLparser.h:16, from junk.c:1: D:/devel/emacs/libs/libxml2-2.7.8/include/libxml2/libxml/encoding.h:28:19: fatal error: iconv.h: No such file or directory compilation terminated. Looks like there is an dependency on libiconv, which I don't have installed. Should these dependencies be included in your libxml2 download? Thanks, Christoph