Apologies if this has been answered before. This is first time I am compiling Audacity and have worked on it for the last 3 days and still have errors and questions. Hope someone can please help me.
I am using Windows 10 64-Bit
Microsoft Visual Studio Community 2013 Version 12.0.31101.00 Update 4
wxWidgets-3.0.2 (and I copied "...\wxWidgets_additions\wxWidgets-3.0.2" over it
ASIOSDK2.3
Python-3.5.2 (added to Path when installing)
Got latest code using git clone https://github.com/audacity/audacity AudacitySRC
I set system environment variables to:
ASIOSDK_DIR=C:\ASIOSDK2.3
WXWIN=C:\wxWidgets-3.0.2
When rebuilding wx_dll.sln I get the following results:
C:\wxWidgets-3.0.2\include\wx/msw/chkconf.h(19): fatal error C1189: #error : "wxUSE_ACTIVEX must be defined."
========== Rebuild All: 18 succeeded, 4 failed, 0 skipped ==========
When rebuilding audacity.sln I get the following result:
24>C:\wxWidgets-3.0.2\include\wx/msw/chkconf.h(19): fatal error C1189: #error : "wxUSE_ACTIVEX must be defined."
========== Rebuild All: 21 succeeded, 3 failed, 0 skipped ==========
I’ve attached the output from the wx_dll.sln and audacity.sln rebuilds as well as the : C:\wxWidgets-3.0.2\include\wx\msw\chkconf.h file.
Also, do I need do edit a file to select an option to add ASIO when I build audacity.sln?
Thanks!
Ed