Search found 8 matches

by halfbeing
Tue Aug 18, 2020 11:07 am
Forum: Windows
Topic: Unwanted silence added at end of exported WAV file
Replies: 1
Views: 65

Unwanted silence added at end of exported WAV file

When I import a clip created in Ableton Live and work on it, Audacity always adds approximately 0.4s silence to the end of the clip when I export it in WAV 32 bit float. This means that the exported clip is unusable for looping. How do I stop Audacity adding this silence? I am using Audacity 2.1.3 o...
by halfbeing
Wed Feb 24, 2016 3:31 pm
Forum: Compiling Audacity
Topic: Error MSB3721 building Audacity 2.1.2 for Windows [SOLVED]
Replies: 10
Views: 2809

Re: Error MSB3721 building Audacity 2.1.2 for Windows [SOLVE

Thank you! I've got Audacity with ASIO built and working now.
by halfbeing
Wed Feb 24, 2016 2:13 pm
Forum: Compiling Audacity
Topic: Error MSB3721 building Audacity 2.1.2 for Windows [SOLVED]
Replies: 10
Views: 2809

Re: Error MSB3721 when building Audacity 2.1.2 for Windows

I've resolved the problem with the missing zlib.h and other wx-related headers. It turned out that because VS 2015 hadn't complained, I had forgotten to reboot after setting the WXWIN environment variable. With VS 2013 it seems you do have to reboot. However now I am back with one of the errors I ha...
by halfbeing
Wed Feb 24, 2016 12:21 pm
Forum: Compiling Audacity
Topic: Error MSB3721 building Audacity 2.1.2 for Windows [SOLVED]
Replies: 10
Views: 2809

Re: Error MSB3721 when building Audacity 2.1.2 for Windows

OK. Sorry. I switched to using MVC++ 2013 before I posted that last comment and that's why I commented on an existing topic relating to similar error messages building with that version rather than MVC++ 2015 which I had been trying previously.
by halfbeing
Wed Feb 24, 2016 10:47 am
Forum: Compiling Audacity
Topic: Error MSB3721 building Audacity 2.1.2 for Windows [SOLVED]
Replies: 10
Views: 2809

Compiling Audacity code from GitHub

I've done everything, as far as I can tell, by the book, starting with a clean copy of the WXWidgets and Audacity sources, but unlike the case a couple of comments up, I don't have conflicting versions of WXWidgets installed. Yet I still get the same missing zlib.h, wx/defs.h etc. errors.
by halfbeing
Tue Feb 23, 2016 9:59 pm
Forum: Compiling Audacity
Topic: Error MSB3721 building Audacity 2.1.2 for Windows [SOLVED]
Replies: 10
Views: 2809

"symbol cannot be used in a using-declaration"

I am trying to build Audacity on Windows 10 using VS 2015 and I am getting several thousand pairs of errors of the form: Error C2039 'uintmax_t': is not a member of '`global namespace'' libnyquist C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cstdint 53 and Error C2873 'uintmax_t': ...
by halfbeing
Tue Feb 23, 2016 9:49 pm
Forum: Compiling Audacity
Topic: Error MSB3721 building Audacity 2.1.2 for Windows [SOLVED]
Replies: 10
Views: 2809

snprintf macro redefinition error

I am trying to build Audacity on Windows 10 using VS 2015 and I am getting several errors of the form: Error C1189 #error: Macro definition of snprintf conflicts with Standard Library function declaration lv2 C:\Program Files (x86)\Windows Kits\10\Include\10.0.10240.0\ucrt\stdio.h 1927 The thing is ...
by halfbeing
Tue Feb 23, 2016 9:42 pm
Forum: Compiling Audacity
Topic: Error MSB3721 building Audacity 2.1.2 for Windows [SOLVED]
Replies: 10
Views: 2809

Error MSB3721 building Audacity 2.1.2 for Windows [SOLVED]

Hello, I am trying to build Audacity for Windows on Windows 10 using VS2015 and the first of the nearly 4000 errors I am currently getting is: Error MSB3721 The command "msgfmt -o "C:\Users\Robert\Development\audacity-master\win\Release\Languages\af\Audacity.mo" ..\..\..\locale\af.po" exited with co...