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: windows build failure Date: Thu, 30 May 2013 21:03:30 +0300 Message-ID: <83sj144a6l.fsf@gnu.org> References: <83ppwcpegh.fsf@gnu.org> <83zjveorcj.fsf@gnu.org> <86zjveudtd.fsf@gmail.com> <83obbt6cbw.fsf@gnu.org> <86a9ndnyv8.fsf@gmail.com> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1369937489 24375 80.91.229.3 (30 May 2013 18:11:29 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 30 May 2013 18:11:29 +0000 (UTC) Cc: emacs-devel@gnu.org To: rzl24ozi@gmail.com Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu May 30 20:11:29 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 1Ui7Jt-0007SK-2E for ged-emacs-devel@m.gmane.org; Thu, 30 May 2013 20:11:25 +0200 Original-Received: from localhost ([::1]:53879 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ui7Js-0008LC-Jy for ged-emacs-devel@m.gmane.org; Thu, 30 May 2013 14:11:24 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:55003) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ui7Jk-0008GB-CW for emacs-devel@gnu.org; Thu, 30 May 2013 14:11:21 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ui7Jf-00071F-Kk for emacs-devel@gnu.org; Thu, 30 May 2013 14:11:16 -0400 Original-Received: from mtaout22.012.net.il ([80.179.55.172]:35910) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ui7Cw-0004gS-2q for emacs-devel@gnu.org; Thu, 30 May 2013 14:04:14 -0400 Original-Received: from conversion-daemon.a-mtaout22.012.net.il by a-mtaout22.012.net.il (HyperSendmail v2007.08) id <0MNM00A00I3TCT00@a-mtaout22.012.net.il> for emacs-devel@gnu.org; Thu, 30 May 2013 21:03:13 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout22.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0MNM0090NI5DG8C0@a-mtaout22.012.net.il>; Thu, 30 May 2013 21:03:13 +0300 (IDT) In-reply-to: <86a9ndnyv8.fsf@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.172 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:159935 Archived-At: > From: rzl24ozi@gmail.com > Date: Thu, 30 May 2013 08:35:23 +0900 > > > When I try to build with non-Posix build method (run configure.bat and > > make bootstrap under nt/ directory), got same error. > > "-std=gnu99" is not used when configured by nt/configure.bat. > > When I try make bootstrap CC="gcc -std=gnu99", it seems that this problem > is solved. If you edit this line in nt/config.nt: #undef restrict to say this instead: #define restrict __restrict and then re-configure and rebuild, does the problem go away even without using -std=gnu99?