From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: martin rudalics Newsgroups: gmane.emacs.devel Subject: Bootstrapping trunk fails on Windows Date: Sun, 15 Jun 2014 11:35:34 +0200 Message-ID: <539D68E6.8050302@gmx.at> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1402826125 12154 80.91.229.3 (15 Jun 2014 09:55:25 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 15 Jun 2014 09:55:25 +0000 (UTC) To: emacs-devel Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jun 15 11:55: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 1Ww6r2-00015N-GW for ged-emacs-devel@m.gmane.org; Sun, 15 Jun 2014 11:36:00 +0200 Original-Received: from localhost ([::1]:38081 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ww6r1-00051t-Qg for ged-emacs-devel@m.gmane.org; Sun, 15 Jun 2014 05:35:59 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:36085) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ww6qr-00051a-My for emacs-devel@gnu.org; Sun, 15 Jun 2014 05:35:57 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ww6qk-0006Ct-7g for emacs-devel@gnu.org; Sun, 15 Jun 2014 05:35:49 -0400 Original-Received: from mout.gmx.net ([212.227.17.22]:64410) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ww6qj-0006CY-Sf for emacs-devel@gnu.org; Sun, 15 Jun 2014 05:35:42 -0400 Original-Received: from [194.166.81.90] ([194.166.81.90]) by mail.gmx.com (mrgmx001) with ESMTPSA (Nemesis) id 0MFLhE-1WzOdI3jZU-00EMmh for ; Sun, 15 Jun 2014 11:35:37 +0200 X-Provags-ID: V03:K0:4Y0D8QEv7y6CkCJfz62uEmD19SIbBiN1jvkcihDsUqpGAIc2Qpe Mb5OqkOlm1X7bpAlyiJDOwb1SLqGkl7eT6NSS0Uj3CVBsOamTvrNWVjX55WsZfWIMXAviIE HkPsnBbBknbUFBnVLEdPkrO6y6ZfOYl2BVXfnAVrVsp8xLNxzPXlctqaGe+sXxc92+Q9pYT 5cQwjRgS0HzrnLPc3WZLQ== X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [generic] X-Received-From: 212.227.17.22 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:172465 Archived-At: I haven't been bootstrapping trunk for quite some while. It currently fails with MinGW as: 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 Thanks for any advice, martin