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 10:14:17 -0400 Message-ID: <87bo3oew5i.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> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1379600076 7346 80.91.229.3 (19 Sep 2013 14:14:36 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 19 Sep 2013 14:14:36 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Sep 19 16:14:38 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 1VMf0A-0006hs-5w for ged-emacs-devel@m.gmane.org; Thu, 19 Sep 2013 16:14:38 +0200 Original-Received: from localhost ([::1]:51416 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VMf09-0000fC-Nm for ged-emacs-devel@m.gmane.org; Thu, 19 Sep 2013 10:14:37 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:42467) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VMf01-0000eg-DY for emacs-devel@gnu.org; Thu, 19 Sep 2013 10:14:35 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VMezv-0002YJ-IH for emacs-devel@gnu.org; Thu, 19 Sep 2013 10:14:29 -0400 Original-Received: from plane.gmane.org ([80.91.229.3]:60487) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VMezv-0002YE-Bd for emacs-devel@gnu.org; Thu, 19 Sep 2013 10:14:23 -0400 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1VMezu-000660-1M for emacs-devel@gnu.org; Thu, 19 Sep 2013 16:14:22 +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 16:14:22 +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 16:14:22 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 28 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:OyXuTasI0X0YeK6poRVmljQbUn8= 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:163466 Archived-At: Eli Zaretskii writes: > HAVE_GETTIMEOFDAY = 1 > REPLACE_GETTIMEOFDAY = 1 That's expected, but the question is why. The tests done on gettimeofday are in m4/gettimeofday.m4. Can you spot, using config.log, which of the tests fail and forces REPLACE_GETTIMEOFDAY to be set to 1? m4/gettimeofday.m4: if test $ac_cv_func_gettimeofday != yes; then HAVE_GETTIMEOFDAY=0 config.log: ac_cv_func_gettimeofday=yes m4/gettimeofday.m4: elif test $gl_cv_func_gettimeofday_posix_signature != yes; then REPLACE_GETTIMEOFDAY=1 config.log: gl_cv_func_gettimeofday_posix_signature=almost