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 16:25:01 -0400 Message-ID: <871u4keezm.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> <8761twemxb.fsf@gmail.com> <83txhglke0.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1379622322 22732 80.91.229.3 (19 Sep 2013 20:25:22 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 19 Sep 2013 20:25:22 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Sep 19 22:25:24 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 1VMkmy-000501-6l for ged-emacs-devel@m.gmane.org; Thu, 19 Sep 2013 22:25:24 +0200 Original-Received: from localhost ([::1]:52967 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VMkmx-0003kg-QB for ged-emacs-devel@m.gmane.org; Thu, 19 Sep 2013 16:25:23 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:57397) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VMkmq-0003jh-Jm for emacs-devel@gnu.org; Thu, 19 Sep 2013 16:25:22 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VMkmk-0004lc-L3 for emacs-devel@gnu.org; Thu, 19 Sep 2013 16:25:16 -0400 Original-Received: from plane.gmane.org ([80.91.229.3]:33003) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VMkmk-0004kX-Ew for emacs-devel@gnu.org; Thu, 19 Sep 2013 16:25:10 -0400 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1VMkmf-0004Nq-Ns for emacs-devel@gnu.org; Thu, 19 Sep 2013 22:25:05 +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 22:25:05 +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 22:25:05 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 32 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:F2wgUgDcku3Ulc7YvNo1jioFGHM= 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:163479 Archived-At: Eli Zaretskii writes: > From: Sean Sieger > Date: Thu, 19 Sep 2013 13:33:36 -0400 > > m4/gettimeofday.m4: > > if test $REPLACE_STRUCT_TIMEVAL = 1; then > REPLACE_GETTIMEOFDAY=1 > fi > > config.log: > > REPLACE_STRUCT_TIMEVAL='1' Could be. What does your config.log say for this test: checking for wide-enough struct timeval.tv_sec member If the test fails, please show the test program and the error messages. configure:19854: checking for wide-enough struct timeval.tv_sec member configure:19881: gcc -I /c/trunk/nt/inc -std=gnu99 -c -g3 -O2 -gdwarf-2 -mtune=pentium4 conftest.c >&5 conftest.c: In function 'main': conftest.c:137:27: error: size of array 'verify_tv_sec_type' is negative typedef int verify_tv_sec_type[ ^ configure:19881: $? = 1 configure: failed program was: | /* confdefs.h */