From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 99691 invoked by alias); 9 Sep 2018 20:06:28 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 99674 invoked by uid 89); 9 Sep 2018 20:06:27 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-2.3 required=5.0 tests=AWL,BAYES_00,SPF_PASS autolearn=ham version=3.3.2 spammy=fwiw, FWIW X-HELO: eggs.gnu.org Received: from eggs.gnu.org (HELO eggs.gnu.org) (208.118.235.92) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sun, 09 Sep 2018 20:06:26 +0000 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fz5yP-0001iv-AN for gdb-patches@sourceware.org; Sun, 09 Sep 2018 16:06:24 -0400 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:47962) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fz5yP-0001ih-6P; Sun, 09 Sep 2018 16:06:21 -0400 Received: from [176.228.60.248] (port=4320 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1fz5yO-00085p-QI; Sun, 09 Sep 2018 16:06:21 -0400 Date: Sun, 09 Sep 2018 20:06:00 -0000 Message-Id: <83y3capha5.fsf@gnu.org> From: Eli Zaretskii To: SiZiOUS CC: palves@redhat.com, gdb-patches@sourceware.org In-reply-to: (message from SiZiOUS on Wed, 29 Aug 2018 10:04:20 +0200) Subject: Re: [PATCH][PR build/23568] Fix gdb-7.12.1 MinGW/MSYS build issue References: <56c5911c-e0ba-5a17-64bb-3634af60a07d@gmail.com> <18eaf339-ca0a-061c-4a17-b837e6ef81a2@redhat.com> <83wosa2yos.fsf@gnu.org> <56153263-c5e6-45ce-8629-c5a77cf17f5b@gmail.com> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-IsSubscribed: yes X-SW-Source: 2018-09/txt/msg00246.txt.bz2 > From: SiZiOUS > Cc: gdb-patches@sourceware.org > Date: Wed, 29 Aug 2018 10:04:20 +0200 > > Just for your information, I tried to build gdb-8.1.1 under MinGW/MSYS > and it doesn't work, due to a similar reason. > I opened a bug: https://sourceware.org/bugzilla/show_bug.cgi?id=23583 FWIW, building GDB 8.2 with the latest version 5.1.1 of the MinGW runtime and w32 API headers doesn't have this problem, it builds cleanly (modulo a few harmless warnings). So I suggest to upgrade to the latest MinGW headers.