From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 5DBB83858C2F; Tue, 10 Jan 2023 06:57:19 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 5DBB83858C2F DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1673333839; bh=mAraR2PeDwm2qxVN9gmrOcAhFuywsMIToxnf3Arhc7c=; h=From:To:Subject:Date:In-Reply-To:References:From; b=cf67Hi2eGc5aYh8HtVubDtYpZeNzqvPXgPMIPh1CUiHx2PgmOVj4KZTSIlvq6fFyb IDLlnIkkbixpnd8hYGUYvsOhrXqsrCzPe5ChqbHDbDUniV9c/HOqBvIHfEocgxc3Jv LJt4YL8vR1Tc5O06G7nJshPHoHjhEDgDcUqhE41M= From: "euloanty at live dot com" To: gdb-prs@sourceware.org Subject: [Bug build/29966] Cannot build anymore for win32 thread model of gdb Date: Tue, 10 Jan 2023 06:57:19 +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: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: tromey at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: 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: https://sourceware.org/bugzilla/show_bug.cgi?id=3D29966 --- Comment #23 from cqwrteur --- (In reply to cqwrteur from comment #20) > (In reply to Tom Tromey from comment #19) > > Could you please try this patch? > >=20 > > https://sourceware.org/pipermail/gdb-patches/2023-January/195484.html >=20 > #if _WIN32_WINNT >=3D 0x0600 > #define __GTHREAD_HAS_COND 1 > #define __GTHREADS_CXX0X 1 > #endif >=20 > So the variable needs to be larger than 0x0600 4-w64-mingw32/artifacts/targetbuild/x86_64-w64-mingw32/binutils-gdb/bfd' MAKEINFO doc/bfd.info bfd.texi:246: @include: could not find init.texi make[3]: *** [Makefile:1785: doc/bfd.info] Error 1 make[3]: Leaving directory '/home/cqwrteur/toolchains_build/gcc_build/native/x86_64-w64-mingw32/artifa= cts/targetbuild/x86_64-w64-mingw32/binutils-gdb/bfd' make[2]: *** [Makefile:1945: info-recursive] Error 1 make[2]: Leaving directory '/home/cqwrteur/toolchains_build/gcc_build/native/x86_64-w64-mingw32/artifa= cts/targetbuild/x86_64-w64-mingw32/binutils-gdb/bfd' make[1]: *** [Makefile:3090: all-bfd] Error 2 make[1]: Leaving directory '/home/cqwrteur/toolchains_build/gcc_build/native/x86_64-w64-mingw32/artifa= cts/targetbuild/x86_64-w64-mingw32/binutils-gdb' make: *** [Makefile:1012: all] Error 2 --=20 You are receiving this mail because: You are on the CC list for the bug.=