Building and customizing Audacity from the source code.
-
Edgar
- Forum Crew
- Posts: 2043
- Joined: Thu Sep 03, 2009 9:13 pm
- Operating System: Windows 10
Post
by Edgar » Sat Nov 08, 2014 8:12 pm
Both the wx3-Release/Debug configurations are currently broken:
Code: Select all
Error 1 error C2440: 'initializing' : cannot convert from 'wxUniCharRef *' to 'wxChar *' srcwidgetsNumericTextCtrl.cpp 1597 1 Audacity
Error 2 error C2440: '=' : cannot convert from 'wxUniCharRef *' to 'wxChar *' srcwidgetsNumericTextCtrl.cpp 1603 1 Audacity
Error 3 error C2440: '=' : cannot convert from 'wxUniCharRef *' to 'wxChar *' srcwidgetsNumericTextCtrl.cpp 1617 1 Audacity
Error 4 error C2039: 'GetTimeValue' : is not a member of 'NumericTextCtrl' srcwidgetsGrid.cpp 86 1 Audacity
-Edgar
running Audacity personally customized 2.0.6 daily in a professional audio studio
occasionally using current Audacity alpha for testing and support situations
64-bit Windows Pro 10
-
steve
- Site Admin
- Posts: 81609
- Joined: Sat Dec 01, 2007 11:43 am
- Operating System: Linux *buntu
Post
by steve » Sat Nov 08, 2014 10:50 pm
wx3 is not officially supported yet.
From the current README.txt file:
5. Compilation instructions
First you must download wxWidgets. Audacity 2.0.6 requires wxWidgets 2.8.12
-
Edgar
- Forum Crew
- Posts: 2043
- Joined: Thu Sep 03, 2009 9:13 pm
- Operating System: Windows 10
Post
by Edgar » Sat Nov 08, 2014 11:29 pm
steve wrote:wx3 is not officially supported yet.
These are 2 configurations in the current experimental Microsoft Visual Studio 2013 Project which has built fine until today. Without pointing any fingers, something which was committed today cause these 2 configurations to break; I think all of these have to do with the new Spectral Selection toolbar. They should be trivial to fix; the Developers should be encouraged to build every configuration before they commit – this has been a perennial, though infrequent, problem.
-Edgar
running Audacity personally customized 2.0.6 daily in a professional audio studio
occasionally using current Audacity alpha for testing and support situations
64-bit Windows Pro 10