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: bzr commit 112856 (Symbol prettify in prog-mode; added to perl-mode, cfengine3-mode, and emacs-lisp-mode) breaks compilation on w32 Date: Thu, 13 Jun 2013 15:47:03 +0300 Message-ID: <83sj0mw52w.fsf@gnu.org> References: <87d2rtggay.wl%claudio.bley@gmail.com> <87a9mv3inr.wl%claudio.bley@gmail.com> <83ip1jl1tz.fsf@gnu.org> <87bo7asf8e.wl%claudio.bley@gmail.com> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1371127652 32766 80.91.229.3 (13 Jun 2013 12:47:32 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 13 Jun 2013 12:47:32 +0000 (UTC) Cc: emacs-devel@gnu.org To: claudio.bley@gmail.com (Claudio Bley) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jun 13 14:47:32 2013 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 1Un6w6-0001v0-Qd for ged-emacs-devel@m.gmane.org; Thu, 13 Jun 2013 14:47:30 +0200 Original-Received: from localhost ([::1]:57252 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Un6w6-0002b4-CC for ged-emacs-devel@m.gmane.org; Thu, 13 Jun 2013 08:47:30 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:45119) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Un6w2-0002Zx-7f for emacs-devel@gnu.org; Thu, 13 Jun 2013 08:47:27 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Un6w1-0004BX-6H for emacs-devel@gnu.org; Thu, 13 Jun 2013 08:47:26 -0400 Original-Received: from mtaout21.012.net.il ([80.179.55.169]:61708) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Un6w0-0004BP-Ub for emacs-devel@gnu.org; Thu, 13 Jun 2013 08:47:25 -0400 Original-Received: from conversion-daemon.a-mtaout21.012.net.il by a-mtaout21.012.net.il (HyperSendmail v2007.08) id <0MOC00G000PD0100@a-mtaout21.012.net.il> for emacs-devel@gnu.org; Thu, 13 Jun 2013 15:46:54 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout21.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0MOC00FWT0U6QW70@a-mtaout21.012.net.il>; Thu, 13 Jun 2013 15:46:54 +0300 (IDT) In-reply-to: <87bo7asf8e.wl%claudio.bley@gmail.com> X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 X-Received-From: 80.179.55.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:160411 Archived-At: > From: claudio.bley@gmail.com (Claudio Bley) > Date: Thu, 13 Jun 2013 08:21:21 +0200 > > > Thanks. However, the makefile.w32-in files, configure.bat, and the > > related files are deprecated; you are encouraged to switch to the > > Posix build system described in nt/INSTALL.MSYS. > > Does this mean you changed your mind? ;-) Obviously. One is entitled to that once in a few years, don't you think? > I'll check out the MSYS build (which likely will have its own > problems) anyway. The bonus is that problems with the MSYS build can be understood by more than just one or two persons here. > What's more, autoconf and friends is crawlingly slow on w32... Due to GNUmakefile there, you won't be running the configure script except when really needed.