From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Andy Moreton Newsgroups: gmane.emacs.devel Subject: Re: Bootstrapping trunk fails on Windows Date: Sun, 15 Jun 2014 16:32:20 +0100 Message-ID: <86vbs2xk6z.fsf@gmail.com> References: <539D68E6.8050302@gmx.at> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1402846386 20833 80.91.229.3 (15 Jun 2014 15:33:06 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 15 Jun 2014 15:33:06 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jun 15 17:32:59 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 1WwCQU-0004Qw-33 for ged-emacs-devel@m.gmane.org; Sun, 15 Jun 2014 17:32:58 +0200 Original-Received: from localhost ([::1]:39003 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WwCQT-0003be-OI for ged-emacs-devel@m.gmane.org; Sun, 15 Jun 2014 11:32:57 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:45956) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WwCQL-0003bQ-9U for emacs-devel@gnu.org; Sun, 15 Jun 2014 11:32:55 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WwCQF-0000V5-7C for emacs-devel@gnu.org; Sun, 15 Jun 2014 11:32:49 -0400 Original-Received: from plane.gmane.org ([80.91.229.3]:58498) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WwCQF-0000V0-1I for emacs-devel@gnu.org; Sun, 15 Jun 2014 11:32:43 -0400 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1WwCQC-0004CY-Qz for emacs-devel@gnu.org; Sun, 15 Jun 2014 17:32:40 +0200 Original-Received: from 82-69-64-228.dsl.in-addr.zen.co.uk ([82.69.64.228]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 15 Jun 2014 17:32:40 +0200 Original-Received: from andrewjmoreton by 82-69-64-228.dsl.in-addr.zen.co.uk with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 15 Jun 2014 17:32:40 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 28 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 82-69-64-228.dsl.in-addr.zen.co.uk User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.91 (windows-nt) Cancel-Lock: sha1:67+xL5B7nLE2bzCdBrk5PeuDUTE= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 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:172469 Archived-At: 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. AndyM