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: Wed, 18 Sep 2013 15:46:56 +0300 Message-ID: <83ioxynvpb.fsf@gnu.org> References: <83wqmeocl5.fsf@gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1379508435 22128 80.91.229.3 (18 Sep 2013 12:47:15 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 18 Sep 2013 12:47:15 +0000 (UTC) Cc: emacs-devel@gnu.org To: Sean Sieger Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Sep 18 14:47:17 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 1VMHA4-0004iu-Lw for ged-emacs-devel@m.gmane.org; Wed, 18 Sep 2013 14:47:16 +0200 Original-Received: from localhost ([::1]:46697 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VMHA4-0006v5-B9 for ged-emacs-devel@m.gmane.org; Wed, 18 Sep 2013 08:47:16 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:57330) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VMH9t-0006tF-NQ for emacs-devel@gnu.org; Wed, 18 Sep 2013 08:47:13 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VMH9m-00070w-Cs for emacs-devel@gnu.org; Wed, 18 Sep 2013 08:47:05 -0400 Original-Received: from mtaout21.012.net.il ([80.179.55.169]:43198) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VMH9m-00070o-4g for emacs-devel@gnu.org; Wed, 18 Sep 2013 08:46:58 -0400 Original-Received: from conversion-daemon.a-mtaout21.012.net.il by a-mtaout21.012.net.il (HyperSendmail v2007.08) id <0MTB00700N8YR000@a-mtaout21.012.net.il> for emacs-devel@gnu.org; Wed, 18 Sep 2013 15:46:56 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout21.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0MTB007V5NI8K7A0@a-mtaout21.012.net.il>; Wed, 18 Sep 2013 15:46:56 +0300 (IDT) In-reply-to: X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 X-Received-From: 80.179.55.169 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:163433 Archived-At: > Date: Wed, 18 Sep 2013 08:28:53 -0400 > From: Sean Sieger > > > lib/gettimeofday.c is not supposed to be compiled on Windows (because > > Emacs on Windows provides its own implementation of that function). > > You should see these two lines (far apart) in your output from > > configure: > > > > checking for gettimeofday... yes > > checking for gettimeofday with POSIX signature... almost > > > > I do. > > and src/config.h should have this: > > > > /* Define to 1 if you have the `gettimeofday' function. */ > > #define HAVE_GETTIMEOFDAY 1 > > > > It does. Then I don't understand why you get this. Perhaps '__restrict' and 'restrict' are not the same for some reason. Do you have this in src/config.h: #define restrict __restrict ?