Emily Mabrey
Emily Mabrey
I am working on it. The fix is hopefully easy as identified by @caughtquick , but I want to test it a bit to make sure before pushing a PR....
I can't repro this on Windows.
I have a macOS VM now so I'll try to repro it using that.
This change was because it increases our nightly builds from about 13MB to about 300MB and there were user complaints. If you want to add symbols then we need to...
> > > Fails to build on Windows with MSVC: > > ``` > C:\Users\nyanpasu64\code\tenacity\src\AboutDialog.cpp:241: error: C2065: 'USE_PORTMIXER': undeclared identifier > > C:\Users\nyanpasu64\code\tenacity\src\AboutDialog.cpp:241: error: C2665: 'AboutDialog::AddBuildInfoRow': none of the 2...
> > > > > If it were up to me, I would stop hacking around like this and change the original strings instead > > > > > >...
The reason it is like this has nothing to do with gettext. It has to do with the fact that whomever added changes to `AudacityApp::onInit()` didn't make sure that all...
Wow, that is janky. We should fix this. Does anyone have a 144 Hertz monitor on the dev team? I don't.
This may be solved by updating the vcpkg submodule, but it will have to wait until tomorrow for me to try troubleshooting this. The other alternative is that the config...
Here is the log from the CMake acitivty within vcpkg: ``` Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" failed. Compiler: /Applications/Xcode_13.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ Build flags: Id flags: The output was: 1...