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: Thu, 19 Sep 2013 13:33:36 -0400 Message-ID: <8761twemxb.fsf@gmail.com> References: <83wqmeocl5.fsf@gnu.org> <83ioxynvpb.fsf@gnu.org> <87zjrae0q7.fsf@gmail.com> <83eh8mnu8h.fsf@gnu.org> <87ob7qdzxj.fsf@gmail.com> <83a9janq2l.fsf@gnu.org> <87bo3oew5i.fsf@gmail.com> <83wqmclwja.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1379612059 29154 80.91.229.3 (19 Sep 2013 17:34:19 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 19 Sep 2013 17:34:19 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Sep 19 19:34:22 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 1VMi7R-0005ZW-Lw for ged-emacs-devel@m.gmane.org; Thu, 19 Sep 2013 19:34:21 +0200 Original-Received: from localhost ([::1]:52411 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VMi7R-0001xB-8k for ged-emacs-devel@m.gmane.org; Thu, 19 Sep 2013 13:34:21 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:55275) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VMi6v-0001El-9g for emacs-devel@gnu.org; Thu, 19 Sep 2013 13:33:55 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VMi6p-0004bq-Ds for emacs-devel@gnu.org; Thu, 19 Sep 2013 13:33:49 -0400 Original-Received: from plane.gmane.org ([80.91.229.3]:46908) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VMi6p-0004bl-5D for emacs-devel@gnu.org; Thu, 19 Sep 2013 13:33:43 -0400 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1VMi6m-00049j-Rl for emacs-devel@gnu.org; Thu, 19 Sep 2013 19:33:40 +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 ; Thu, 19 Sep 2013 19:33:40 +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 ; Thu, 19 Sep 2013 19:33:40 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 48 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:SOpdW3+OwaDfbNlP9zCNC5rfl2s= 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:163475 Archived-At: Eli Zaretskii writes: In the last "elif test" you show only part of the truth. The whole truth is this: if test $gl_cv_func_gettimeofday_posix_signature = almost; then gl_gettimeofday_timezone='struct timezone' elif test $gl_cv_func_gettimeofday_posix_signature != yes; then REPLACE_GETTIMEOFDAY=1 So "almost" does not trigger REPLACE_GETTIMEOFDAY=1, and the mystery is not resolved. Is this it? m4/gettimeofday.m4: if test $REPLACE_STRUCT_TIMEVAL = 1; then REPLACE_GETTIMEOFDAY=1 fi config.log: REPLACE_STRUCT_TIMEVAL='1' Like in the bootstrap error: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/c/trunk/lib -I../src -I/c/trunk/src -mt une=pentium4 -DUSE_CRT_DLL=1 -I /c/trunk/nt/inc -g3 -O2 -gdwarf-2 -MT getti meofday.o -MD -MP -MF .deps/gettimeofday.Tpo -c -o gettimeofday.o gettimeofday.c gettimeofday.c:102:1: error: conflicting types for 'gettimeofday' gettimeofday (struct timeval *restrict tv, void *restrict tz) ^ In file included from gettimeofday.c:23:0: c:/trunk/nt/inc/sys/time.h:45:5: note: previous declaration of 'gettimeofday' wa s here int gettimeofday (struct timeval *__restrict, struct timezone *__restrict); ^ make[3]: *** [gettimeofday.o] Error 1 make[3]: Leaving directory `/c/trunk/lib' make[2]: *** [all] Error 2 make[2]: Leaving directory `/c/trunk/lib' make[1]: *** [lib] Error 2 make[1]: Leaving directory `/c/trunk' make: *** [bootstrap] Error 2 ?