-
-
Notifications
You must be signed in to change notification settings - Fork 255
Building Tenacity Error #719
Comments
I have a similar issue in Fedora 36. I get the following. Latter bit of ninja_log |
Same issue on the build process :
|
Tenacity build with wxWidgets up to v3.1.5, what version are you using? |
I tried first with wxWidgets v3.2 and then v3.1.7
|
The initializer list at line 871 in |
Building with wxWidgets 3.1.5 solved the problem. Thx @kogiokka |
Guidelines
Version/Commit hash
No response
Describe the bug.
I do everything exactly according to these instructions: https://github.com/tenacityteam/tenacity/blob/master/BUILDING.md
And I get this error when I compile:
/home/user/tenacity/src/TenacityApp.cpp:872:1: error: 'wxString::wxString(int)' is private within this context }; ^ In file included from /usr/local/include/wx-3.1/wx/bitmap.h:18:0, from /home/user/tenacity/src/TenacityHeaders.h:28, from /home/user/tenacity/build/src/CMakeFiles/Tenacity.dir/cmake_pch.hxx:6, from <command-line>:0: /usr/local/include/wx-3.1/wx/string.h:324:3: note: declared private here wxString(int); ^~~~~~~~ [371/750] Building CXX object src/CMakeFiles/Tenacity.dir/AudioIO.cpp.o ninja: build stopped: subcommand failed.
How can this be fixed?
Expected behavior
Compiles without errors.
OS
Linux Mint 19.3
Additional context
No response
This issue is not a duplicate
The text was updated successfully, but these errors were encountered: