From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel,gmane.emacs.windows Subject: Re: emacs-20101019 windows binaries Date: Thu, 21 Oct 2010 06:02:11 +0200 Message-ID: <83vd4w8a7w.fsf@gnu.org> References: <87wrpd8ur2.fsf@gmail.com> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: dough.gmane.org 1287633773 19534 80.91.229.12 (21 Oct 2010 04:02:53 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 21 Oct 2010 04:02:53 +0000 (UTC) Cc: help-emacs-windows@gnu.org, emacs-devel@gnu.org To: Binjo Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Oct 21 06:02:49 2010 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1P8mMP-0002zY-CD for ged-emacs-devel@m.gmane.org; Thu, 21 Oct 2010 06:02:37 +0200 Original-Received: from localhost ([127.0.0.1]:45696 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P8mMP-000620-2C for ged-emacs-devel@m.gmane.org; Thu, 21 Oct 2010 00:02:37 -0400 Original-Received: from [140.186.70.92] (port=49897 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P8mM3-00061K-Le for emacs-devel@gnu.org; Thu, 21 Oct 2010 00:02:32 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P8mLv-0000ME-Ig for emacs-devel@gnu.org; Thu, 21 Oct 2010 00:02:15 -0400 Original-Received: from mtaout23.012.net.il ([80.179.55.175]:57297) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P8mLv-0000Lv-9A; Thu, 21 Oct 2010 00:02:07 -0400 Original-Received: from conversion-daemon.a-mtaout23.012.net.il by a-mtaout23.012.net.il (HyperSendmail v2007.08) id <0LAM00E00GEW0500@a-mtaout23.012.net.il>; Thu, 21 Oct 2010 06:02:05 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([84.229.93.189]) by a-mtaout23.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0LAM00DICGJGV760@a-mtaout23.012.net.il>; Thu, 21 Oct 2010 06:02:05 +0200 (IST) In-reply-to: X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 (beta) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:131924 gmane.emacs.windows:4768 Archived-At: > From: Binjo > Date: Wed, 20 Oct 2010 21:44:50 +0800 > Cc: help-emacs-windows@gnu.org > > besides, how to configure to enable libxml2 while make using mingw32-make? i > found there're some settings inside config.bat, whereas doesn't exist inside > nt/configure.bat. config.bat is for the DOS build (which indeed supports building with libxml2), it is unrelated to the Windows build. The Windows build does not yet support building with libxml2, work is under way to add that.