From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: rzl24ozi@gmail.com Newsgroups: gmane.emacs.devel Subject: Re: windows build failure Date: Fri, 31 May 2013 04:38:20 +0900 Message-ID: <86obbs45sj.fsf@gmail.com> References: <83ppwcpegh.fsf@gnu.org> <83zjveorcj.fsf@gnu.org> <86zjveudtd.fsf@gmail.com> <83obbt6cbw.fsf@gnu.org> <86a9ndnyv8.fsf@gmail.com> <83sj144a6l.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1369942731 18071 80.91.229.3 (30 May 2013 19:38:51 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 30 May 2013 19:38:51 +0000 (UTC) Cc: emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu May 30 21:38:50 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 1Ui8gU-0004J0-8N for ged-emacs-devel@m.gmane.org; Thu, 30 May 2013 21:38:50 +0200 Original-Received: from localhost ([::1]:39890 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ui8gT-0004x2-T9 for ged-emacs-devel@m.gmane.org; Thu, 30 May 2013 15:38:49 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:40405) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ui8gL-0004or-77 for emacs-devel@gnu.org; Thu, 30 May 2013 15:38:47 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ui8gE-0004T0-T0 for emacs-devel@gnu.org; Thu, 30 May 2013 15:38:41 -0400 Original-Received: from mail-pd0-f171.google.com ([209.85.192.171]:51565) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ui8gE-0004Sg-Mj; Thu, 30 May 2013 15:38:34 -0400 Original-Received: by mail-pd0-f171.google.com with SMTP id z11so922799pdj.2 for ; Thu, 30 May 2013 12:38:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:references:x-face:date:in-reply-to:message-id :user-agent:mime-version:content-type; bh=21ca/8d6oUkZ/00td5zWFPUCgFo7qofi3TZpyFIhS7c=; b=JSo642L+R1cjZmqgvz+fP6mx6fbbzUJq7rkpzxTc+MtUU3HVMbLhppLaFbytpR4dY+ mImeM6BhoKKZfAmNkhenDUHjHmLYTdiHwH0BguNg93wc18tK2EkDR7oa7gyK90Gsep1a csN0EevqdHNZfiXRD+U4d5UX/itvEFwGF7GlNkD5VLpDxpZLmXAChFdqAdVONzGml6Ir lD1BoRSOW0ZYe8i6EMW68n090EyZjd3ucMZJJWRh3plb0kaiu5VZFaxqCC+BCkzhR5p+ Gi5w1VO4YsuYl8ieIQnEhcOLYjBr+QSbj0D8CPWpghVKG/U6/u5U0wCH9qyNFmml+qrn 3pLA== X-Received: by 10.69.3.65 with SMTP id bu1mr9472710pbd.107.1369942712903; Thu, 30 May 2013 12:38:32 -0700 (PDT) Original-Received: from 192.168.1.3 (100.8.30.125.dy.iij4u.or.jp. [125.30.8.100]) by mx.google.com with ESMTPSA id zy5sm43162281pbb.43.2013.05.30.12.38.30 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Thu, 30 May 2013 12:38:31 -0700 (PDT) X-Face: "H?LV"a8\1VWezDOnSjX91LT6`eni:O>k/*C7;gNa'|$f In-Reply-To: <83sj144a6l.fsf@gnu.org> (Eli Zaretskii's message of "Thu, 30 May 2013 21:03:30 +0300") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (cygwin) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 209.85.192.171 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:159937 Archived-At: Eli Zaretskii writes: > 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? I try it but still got error because w32.c include config.h after sys/time.h.