From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <sourceware-bugzilla@sourceware.org>
Received: by sourceware.org (Postfix, from userid 48)
	id 27B813858C42; Sun, 15 Dec 2024 02:28:14 +0000 (GMT)
DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 27B813858C42
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org;
	s=default; t=1734229694;
	bh=ZfmSDmfKFP5ZEP0E8JVUmcmGUXtwxLA+CAydp4I2CJw=;
	h=From:To:Subject:Date:In-Reply-To:References:From;
	b=fgdkrfjbqVnPozcgjeuJYfGVA8BdTNcnBmJyteM45nNxHF/Qh1+A/yQpKY1HCQKS6
	 Nna8U/HJ+B4HqXl938fKidI28ZVNBOqNRyJyYMZLl3vPxoJnp4szbTNob+TSwl/DHL
	 9xNFaK/v5hWH+qnF7CSB5tguz3PvpHKXSbr9OjQc=
From: "euloanty at live dot com" <sourceware-bugzilla@sourceware.org>
To: gdb-prs@sourceware.org
Subject: [Bug build/29966] Cannot build anymore for win32 thread model of gdb
Date: Sun, 15 Dec 2024 02:28:12 +0000
X-Bugzilla-Reason: CC
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: gdb
X-Bugzilla-Component: build
X-Bugzilla-Version: unknown
X-Bugzilla-Keywords: 
X-Bugzilla-Severity: normal
X-Bugzilla-Who: euloanty at live dot com
X-Bugzilla-Status: WAITING
X-Bugzilla-Resolution: 
X-Bugzilla-Priority: P2
X-Bugzilla-Assigned-To: tromey at sourceware dot org
X-Bugzilla-Target-Milestone: 13.1
X-Bugzilla-Flags: 
X-Bugzilla-Changed-Fields: 
Message-ID: <bug-29966-4717-ENuTPABsBD@http.sourceware.org/bugzilla/>
In-Reply-To: <bug-29966-4717@http.sourceware.org/bugzilla/>
References: <bug-29966-4717@http.sourceware.org/bugzilla/>
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
X-Bugzilla-URL: http://sourceware.org/bugzilla/
Auto-Submitted: auto-generated
MIME-Version: 1.0
List-Id: <gdb-prs.sourceware.org>

https://sourceware.org/bugzilla/show_bug.cgi?id=3D29966

--- Comment #68 from cqwrteur <euloanty at live dot com> ---
(In reply to Tom Tromey from comment #67)
> It's fine of course to reopen bugs, but you have to provide
> new information as well.

https://github.com/bminor/binutils-gdb/blob/master/gdbsupport/common-defs.h=
#L85

I think=20

#define _WIN32_WINNT 0x0501

is not correct. Because libstdc++ needs at least windows 7 to use threading
which leads to build failure.

I suggest changing this value to 0x0A00 (which is the version of windows 10=
 and
even windows 10 is near end of its life span by microsoft)

--=20
You are receiving this mail because:
You are on the CC list for the bug.=