Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 907499 Details for
Bug 915041
media-sound/audacity-3.3.3 fails to build with clang-17: ld.lld: error: undefined symbol: typeinfo for wxNavigationEnabled<wxWindow>
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Updated patch for 3.7.0
0001-Do-not-include-template-on-Unix-to-fix-clang-compile.patch (text/plain), 824 bytes, created by
David Carlos Manuelda
on 2024-11-01 05:00:18 UTC
(
hide
)
Description:
Updated patch for 3.7.0
Filename:
MIME Type:
Creator:
David Carlos Manuelda
Created:
2024-11-01 05:00:18 UTC
Size:
824 bytes
patch
obsolete
>From e421fc29f044d88b4036b3004714ec353b1527aa Mon Sep 17 00:00:00 2001 >From: "David C. Manuelda" <StormByte@gmail.com> >Date: Fri, 1 Nov 2024 05:58:16 +0100 >Subject: [PATCH] Do not include template on Unix to fix clang compile issue > >Signed-off-by: David C. Manuelda <StormByte@gmail.com> >--- > src/ListNavigationPanel.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/src/ListNavigationPanel.h b/src/ListNavigationPanel.h >index d58a8d4..28f174e 100644 >--- a/src/ListNavigationPanel.h >+++ b/src/ListNavigationPanel.h >@@ -13,7 +13,7 @@ > #include <wx/window.h> > #include <wx/containr.h> > >-#if !defined(__FreeBSD__) && !defined(__OpenBSD__) >+#if !defined(__FreeBSD__) && !defined(__OpenBSD__) && !defined(__UNIX__) > extern template class WXDLLIMPEXP_CORE wxNavigationEnabled<wxWindow>; > #endif > >-- >2.47.0 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 915041
:
871946
|
871947
|
871967
| 907499