Search found 5 matches

by gspeedtech
Mon Oct 19, 2015 6:34 pm
Forum: Compiling Audacity
Topic: Compiling Audacity code from GitHub
Replies: 11
Views: 4007

Re: Compiling Audacity code from GitHub

Sorry, I uploaded the wrong error file. The reference to wxWidgets 2.8.12 was just a note.

I uploaded the build errors.

Referring to Robert's reply: where do you view the devices?
by gspeedtech
Fri Oct 16, 2015 11:22 pm
Forum: Compiling Audacity
Topic: Compiling Audacity code from GitHub
Replies: 11
Views: 4007

Re: Compiling Audacity code from GitHub

To start with a clean slate: Deleted existing wxWidgets folder. Downloaded fresh version. Deleted existing audacity folder. MSVC++ STEP 1: downloaded a fresh copy of wxWidgets-3.0.2 MSVC++ STEP 3: downloaded a fresh copy of Audacity from GitHub MSVC++ STEP 2: 2.1 Build wxWidgets for all configuratio...
by gspeedtech
Thu Oct 15, 2015 11:06 pm
Forum: Compiling Audacity
Topic: Compiling Audacity code from GitHub
Replies: 11
Views: 4007

Re: Compiling Audacity code from GitHub

I've tried: With environment variables set for ASIO and WXWIN With wxWidget dll's with Debug and Release build Without wxwidget dll's with Debug and Release build With out environment variable ASIO With out environment variable WXWIN And all of the above with wxWidget version 2.8.12 Getting started ...
by gspeedtech
Thu Oct 15, 2015 8:29 pm
Forum: Compiling Audacity
Topic: Compiling Audacity code from GitHub
Replies: 11
Views: 4007

Re: Compiling Audacity code from GitHub

Yes,

As instructed, I ran both:

set WXWIN =C:\wxWidgets-3.0.2
set ASIOSDK_DIR=C:\ASIOSDK2

and restarted. Same errors...
by gspeedtech
Thu Oct 15, 2015 7:47 pm
Forum: Compiling Audacity
Topic: Compiling Audacity code from GitHub
Replies: 11
Views: 4007

Compiling Audacity code from GitHub

I am working on compiling Audacity for ASIO. I followed the instructions for Compiling Audacity for Windows. I was successful in compiling the wxwidget 3.0.2 dll's But I have not been able to compile the Audacity 2.1.2 code from GitHub. I have tried on different pc's with the same results. Weather I...