From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Sean Sieger Newsgroups: gmane.emacs.devel Subject: Re: windows build failure Date: Wed, 18 Sep 2013 09:25:44 -0400 Message-ID: <87ob7qdzxj.fsf@gmail.com> References: <83wqmeocl5.fsf@gnu.org> <83ioxynvpb.fsf@gnu.org> <87zjrae0q7.fsf@gmail.com> <83eh8mnu8h.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1379510770 19215 80.91.229.3 (18 Sep 2013 13:26:10 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 18 Sep 2013 13:26:10 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Sep 18 15:26:12 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 1VMHlg-0003gt-DA for ged-emacs-devel@m.gmane.org; Wed, 18 Sep 2013 15:26:08 +0200 Original-Received: from localhost ([::1]:46944 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VMHlf-0003nG-Ux for ged-emacs-devel@m.gmane.org; Wed, 18 Sep 2013 09:26:07 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:40475) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VMHlX-0003m9-5F for emacs-devel@gnu.org; Wed, 18 Sep 2013 09:26:04 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VMHlR-0004I9-Bo for emacs-devel@gnu.org; Wed, 18 Sep 2013 09:25:59 -0400 Original-Received: from plane.gmane.org ([80.91.229.3]:54855) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VMHlQ-0004Hw-V5 for emacs-devel@gnu.org; Wed, 18 Sep 2013 09:25:53 -0400 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1VMHlO-00031S-U9 for emacs-devel@gnu.org; Wed, 18 Sep 2013 15:25:50 +0200 Original-Received: from pool-173-77-30-75.nycmny.east.verizon.net ([173.77.30.75]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 18 Sep 2013 15:25:50 +0200 Original-Received: from sean.sieger by pool-173-77-30-75.nycmny.east.verizon.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 18 Sep 2013 15:25:50 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 20 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: pool-173-77-30-75.nycmny.east.verizon.net User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (windows-nt) Cancel-Lock: sha1:MvSSVaDVO1MzG1eCQczTOrTPC2Q= 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:163441 Archived-At: Eli Zaretskii writes: > 'restrict' are not the same for some reason. Do you have this in > src/config.h: > > #define restrict __restrict > > ? > > Yep. Weird. What about lib/Makefile, do you have these there: HAVE_GETTIMEOFDAY = 1 REPLACE_GETTIMEOFDAY = 0 HAVE_GETTIMEOFDAY = 1 REPLACE_GETTIMEOFDAY = 1 ^