[Audacity-devel] Audacity no longer builds against wxWidgets-3.1.6
A free multi-track audio editor and recorder
Brought to you by:
aosiniao
From: Dave P. <dpl...@gm...> - 2022-04-20 09:28:58
|
Hi, I maintain Audacity for openSUSE, I have a build failure after wxWidgets was updated to 3.1.6. There's an issue relating to this on github: https://github.com/audacity/audacity/issues/2774 but nothing seems to be happening. My first build failure is at: /home/davepl/rpmbuild/BUILD/audacity-Audacity-3.1.3/src/AudacityApp.cpp:1001:1: error: ‘wxString::wxString(int)’ is private within this context }; ^ In file included from /home/davepl/rpmbuild/BUILD/audacity-Audacity-3.1.3/libraries/lib-strings/Identifier.h:15:0, from /home/davepl/rpmbuild/BUILD/audacity-Audacity-3.1.3/src/AudacityApp.h:18, from /home/davepl/rpmbuild/BUILD/audacity-Audacity-3.1.3/src/AudacityApp.cpp:19: /usr/include/wx-3.1/wx/string.h:324:3: note: declared private here wxString(int); ^~~~~~~~ Thanks for your help, Dave Plater |