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: Included libraries in the Windows binary distribution Date: Sun, 05 Feb 2012 18:32:53 +0200 Message-ID: <83ipjlckay.fsf@gnu.org> References: <8362fmemv9.fsf@gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: QUOTED-PRINTABLE X-Trace: dough.gmane.org 1328459589 13799 80.91.229.3 (5 Feb 2012 16:33:09 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 5 Feb 2012 16:33:09 +0000 (UTC) Cc: cyd@stupidchicken.com, larsi@gnus.org, monnier@iro.umontreal.ca, emacs-devel@gnu.org To: Juanma Barranquero Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Feb 05 17:33:07 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 1Ru51V-00076M-9s for ged-emacs-devel@m.gmane.org; Sun, 05 Feb 2012 17:33:05 +0100 Original-Received: from localhost ([::1]:50246 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ru51U-0003Lw-Qt for ged-emacs-devel@m.gmane.org; Sun, 05 Feb 2012 11:33:04 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:35009) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ru51O-0003LM-Gx for emacs-devel@gnu.org; Sun, 05 Feb 2012 11:33:03 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ru51K-0003Dc-6Y for emacs-devel@gnu.org; Sun, 05 Feb 2012 11:32:58 -0500 Original-Received: from mtaout20.012.net.il ([80.179.55.166]:48644) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ru51J-0003DY-R8 for emacs-devel@gnu.org; Sun, 05 Feb 2012 11:32:54 -0500 Original-Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0LYX00E00HWPKJ00@a-mtaout20.012.net.il> for emacs-devel@gnu.org; Sun, 05 Feb 2012 18:32:52 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([77.124.33.58]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0LYX0094ZHYRMW01@a-mtaout20.012.net.il>; Sun, 05 Feb 2012 18:32:52 +0200 (IST) In-reply-to: X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 (beta) 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:148192 Archived-At: > From: Juanma Barranquero > Date: Sun, 5 Feb 2012 01:37:43 +0100 > Cc: larsi@gnus.org, Stefan Monnier ,=20 > =09Chong Yidong , emacs-devel@gnu.org >=20 > On Sat, Feb 4, 2012 at 14:42, Eli Zaretskii wrote: >=20 > > The changes to support libxml2 in the Windows build are below. = =C2=A0Would > > people who build Emacs on Windows please try them? >=20 > Builds and works OK. >=20 > The only additional change needed is to add >=20 > =3D=3D=3D modified file 'lib-src/makefile.w32-in' > --- lib-src/makefile.w32-in=092012-01-19 07:21:25 +0000 > +++ lib-src/makefile.w32-in=092012-02-05 00:34:04 +0000 > @@ -141,5 +141,5 @@ > =09region-cache.o sound.o atimer.o \ > =09doprnt.o intervals.o textprop.o composite.o \ > -=09gnutls.o > +=09gnutls.o xml.o >=20 > # >=20 >=20 > so xml.c functions are in DOC. Thanks, I will fix this.