Search found 9 matches
- Mon Mar 18, 2013 4:15 am
- Forum: Compiling Audacity
- Topic: Can not build audacity 2.0.3 with wxWidgets 2.8.12
- Replies: 12
- Views: 7604
Re: Can not build audacity 2.0.3 with wxWidgets 2.8.12
I would like to add another important observation: When compiling wxWidgets I had to set "wxUSE_ODBC" to 1 in C:wxWidgets-2.8.12includewxmswsetup.h. Then I compile the whole wxWidgets solution in DLL Unicode Release. Otherwise, I would get errors with the Yield marcro, such as "error C2039: 'Yield' ...
- Mon Mar 18, 2013 1:38 am
- Forum: Compiling Audacity
- Topic: Can not build audacity 2.0.3 with wxWidgets 2.8.12
- Replies: 12
- Views: 7604
Re: Can not build audacity 2.0.3 with wxWidgets 2.8.12
Hi Gale, I hadn't seen before the link you mentioned ( http://audacity.238276.n2.nabble.com/TimeTracks-was-Re-audacity-r12077-committed-commit-a-large-patch-by-Maarten-Baert-td7557054i20.html#a7557180 ) I chose the following solution in order to eliminate the MAX_PATH error: ***** Modify Audacity.h ...
- Fri Mar 15, 2013 4:45 am
- Forum: Compiling Audacity
- Topic: Can not build audacity 2.0.3 with wxWidgets 2.8.12
- Replies: 12
- Views: 7604
Re: Can not build audacity 2.0.3 with wxWidgets 2.8.12
Very good. Now I have Audacity with ASIO. Very easy now 
Thanks
Thanks
- Fri Mar 15, 2013 3:00 am
- Forum: Compiling Audacity
- Topic: Can not build audacity 2.0.3 with wxWidgets 2.8.12
- Replies: 12
- Views: 7604
Re: Can not build audacity 2.0.3 with wxWidgets 2.8.12
Dear Gale, finally I managed to build Audacity! First, I realized that I was not actually using SKD 7.1 since I had only installed it but not registered for VS2008. I was actually using SKD 6.0a that comes with VS2008. Well, first I configured SDK 7.1 to work with VS2008 (tricky.... it took me a lon...
- Wed Mar 13, 2013 9:53 pm
- Forum: Compiling Audacity
- Topic: Can not build audacity 2.0.3 with wxWidgets 2.8.12
- Replies: 12
- Views: 7604
Re: Can not build audacity 2.0.3 with wxWidgets 2.8.12
How? 1 - Add a #define NOMINMAX at the very beginning of Audacity.h 2 - Add a #define PLATFORM_MAX_PATH 260 in the SimpleBlockFile.cpp 3 - Add a #include "wx/msw/winundef.h" in app.h These are the only modifications I made in the code in order to eliminate compiling errors. Did your original errors...
- Wed Mar 13, 2013 7:49 pm
- Forum: Compiling Audacity
- Topic: Can not build audacity 2.0.3 with wxWidgets 2.8.12
- Replies: 12
- Views: 7604
Re: Can not build audacity 2.0.3 with wxWidgets 2.8.12
Thank you, Gale Yes, I have ".$(ConfigurationName)/audacity.pch" where you mentioned. I didn't change any settings in VS 2008. It's a straightforward instalation. First SKD 7.1, then VC 2008 C++ And finally, yes, I can say followed very rigorously all directions from http://wiki.audacityteam.org/wik...
- Wed Mar 13, 2013 5:57 pm
- Forum: Compiling Audacity
- Topic: Can not build audacity 2.0.3 with wxWidgets 2.8.12
- Replies: 12
- Views: 7604
Re: Can not build audacity 2.0.3 with wxWidgets 2.8.12
Well, finally I managed to solve the problems. I didn't think I must change the source code, but it was necessary for 3 files. Here are the modifications: 1 - Add a #define NOMINMAX at the very beginning of Audacity.h 2 - Add a #define PLATFORM_MAX_PATH 260 in the SimpleBlockFile.cpp 3 - Add a #incl...
- Wed Mar 13, 2013 2:32 pm
- Forum: Compiling Audacity
- Topic: Compiling error: analyze.ny not found while copying
- Replies: 11
- Views: 9250
Re: Compiling error: File not found while copying
Hi Shmack, could you please describe how you maneged to fix this error? Because I'm algo gettint it: PRJ0019
Thank you
André
Thank you
André
- Wed Mar 13, 2013 1:58 pm
- Forum: Compiling Audacity
- Topic: Can not build audacity 2.0.3 with wxWidgets 2.8.12
- Replies: 12
- Views: 7604
Can not build audacity 2.0.3 with wxWidgets 2.8.12
I'm here because I believe I have tried EVERYTHING in order to build audacity 2.0.3 with wxWidgets 2.8.12 on Windows 7 Audacity project does compile well but I can't get the final exe file. I'm using VS C++ 2008 express, SDK 7.1 for Windows 7. I compiled every configuration of wxWidgets 2.8.12 (Debu...