Search found 3 matches
- Tue Apr 26, 2011 6:45 pm
- Forum: Compiling Audacity
- Topic: Failed on building 1.3.12 with wxWidget 2.8.11
- Replies: 12
- Views: 7002
Re: Failed on building 1.3.12 with wxWidget 2.8.11
I got the wxWidgets 2.8.11 wxGTK source code and build it from scratch. I used svn checkout -r 11014 http://audacity.googlecode.com/svn/audacity-src/trunk/ targetFolder and now make and make install work fine. Thank you very much. However, my goal is to perform scripting in audacity and the "make" i...
- Fri Apr 22, 2011 8:48 pm
- Forum: Compiling Audacity
- Topic: Failed on building 1.3.12 with wxWidget 2.8.11
- Replies: 12
- Views: 7002
Re: Failed on building 1.3.12 with wxWidget 2.8.11
I am trying to install audacity on CentOS. I have tried using the svn version of audacity that you have suggested. However, when I do a make, I get the same old error as follows: (I am using wxWidgets 2.8.12 ) NoteTrack.o: In function `NoteTrack::WriteXML(XMLWriter&)': NoteTrack.cpp:(.text+0x8b7): u...
- Thu Apr 21, 2011 9:42 pm
- Forum: Compiling Audacity
- Topic: Failed on building 1.3.12 with wxWidget 2.8.11
- Replies: 12
- Views: 7002
Re: Failed on building 1.3.12 with wxWidget 2.8.11
I have been facing the same problem with audacity from svn. Can anybody tell me how to resolve it?