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: Bootstrapping trunk fails on Windows Date: Sun, 15 Jun 2014 20:37:53 +0300 Message-ID: <83oaxuul8u.fsf@gnu.org> References: <539D68E6.8050302@gmx.at> <86vbs2xk6z.fsf@gmail.com> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1402853905 3812 80.91.229.3 (15 Jun 2014 17:38:25 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 15 Jun 2014 17:38:25 +0000 (UTC) Cc: emacs-devel@gnu.org To: Andy Moreton Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jun 15 19:38:18 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 1WwENl-0000kS-CW for ged-emacs-devel@m.gmane.org; Sun, 15 Jun 2014 19:38:17 +0200 Original-Received: from localhost ([::1]:39486 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WwENl-00054p-25 for ged-emacs-devel@m.gmane.org; Sun, 15 Jun 2014 13:38:17 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:33404) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WwENc-00053o-Ic for emacs-devel@gnu.org; Sun, 15 Jun 2014 13:38:14 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WwENV-0005kk-8m for emacs-devel@gnu.org; Sun, 15 Jun 2014 13:38:08 -0400 Original-Received: from mtaout25.012.net.il ([80.179.55.181]:56644) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WwENV-0005kD-10 for emacs-devel@gnu.org; Sun, 15 Jun 2014 13:38:01 -0400 Original-Received: from conversion-daemon.mtaout25.012.net.il by mtaout25.012.net.il (HyperSendmail v2007.08) id <0N7800N000RP6W00@mtaout25.012.net.il> for emacs-devel@gnu.org; Sun, 15 Jun 2014 20:34:16 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by mtaout25.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0N7800N8Q0T49300@mtaout25.012.net.il>; Sun, 15 Jun 2014 20:34:16 +0300 (IDT) In-reply-to: <86vbs2xk6z.fsf@gmail.com> X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 80.179.55.181 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:172471 Archived-At: > From: Andy Moreton > Date: Sun, 15 Jun 2014 16:32:20 +0100 > > On Sun 15 Jun 2014, Dani Moncayo wrote: > > >> make[3]: Leaving directory `/c/emacs/trunk/lib' > >> make[2]: Leaving directory `/c/emacs/trunk/lib' > >> make -C lib-src all > >> make[2]: Entering directory `/c/emacs/trunk/lib-src' > >> gcc -std=gnu99 -c -mtune=pentium4 -I. -I../src -I../lib -I. -I./../src > >> -I./../lib -O0 -g3 ./../src/regex.c > >> In file included from ../src/config.h:1811:0, > >> from ./../src/regex.c:50: > >> ../src/conf_post.h:32:27: fatal error: ms-w32.h: No such file or directory > >> compilation terminated. > >> make[2]: *** [regex.o] Error 1 > >> make[2]: Leaving directory `/c/emacs/trunk/lib-src' > >> make[1]: *** [lib-src] Error 2 > >> make[1]: Leaving directory `/c/emacs/trunk' > >> make: *** [bootstrap] Error 2 > > > > FWIW, I see the same failure. > > > > The problem must be in a revision newer than r117303 (of 2014-06-10), > > because that revision builds fine here. > > I see the same problem. r117332 builds ok, r117333 faqils with the error > shown above. I suspct is is somthing to do with the changes to > Makefile.in. Thanks for pinpointing the offending commit. Should be fixed now.