From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Build failure in gettimeofday Date: Mon, 14 Sep 2020 19:19:31 +0300 Message-ID: <83k0ww9vqk.fsf@gnu.org> References: <64c1de46-bd43-411f-bae9-93b509bb8815@gmx.at> <83blifkoir.fsf@gnu.org> <53692dbf-b983-0ef6-c591-77b67401ed00@gmx.at> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="23814"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: martin rudalics Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Mon Sep 14 19:33:06 2020 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1kHsLh-00065J-IP for ged-emacs-devel@m.gmane-mx.org; Mon, 14 Sep 2020 19:33:05 +0200 Original-Received: from localhost ([::1]:55514 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kHsLg-0007JG-IR for ged-emacs-devel@m.gmane-mx.org; Mon, 14 Sep 2020 13:33:04 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:58522) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kHrCS-0008Sx-1f for emacs-devel@gnu.org; Mon, 14 Sep 2020 12:19:28 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:55348) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kHrCR-0004j1-AB; Mon, 14 Sep 2020 12:19:27 -0400 Original-Received: from [176.228.60.248] (port=3238 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1kHrCP-0007Mt-RG; Mon, 14 Sep 2020 12:19:26 -0400 In-Reply-To: <53692dbf-b983-0ef6-c591-77b67401ed00@gmx.at> (message from martin rudalics on Mon, 14 Sep 2020 10:10:04 +0200) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 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-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:255676 Archived-At: > Cc: emacs-devel@gnu.org > From: martin rudalics > Date: Mon, 14 Sep 2020 10:10:04 +0200 > > > Which flavor of MinGW are you using, and what > > are the values of _WIN32_WINNT and _WIN32_WINNT_WIN8 when compiling > > lib/gettimeofday.c? > > It's likely MinGW 4.8.1 with MSYS 1.0 but I do not recall the details > anymore. After my old XP machine crashed and my Windows 10 install on > another machine refuses to boot, I'm on an XP machine that I only used > as backup but never for development. So you'd also have to tell me > _where_ to look for the values of WIN32_WINNT and _WIN32_WINNT_WIN8. I guess you mean GCC 4.8.1? Please show the output of "gcc --version", and the version-related macros in the _mingw.h header (under your system include directory).