Compile Audacity 1.3.11 Beta -- 3
(2010-02-05 00:26:46)
下一个
After many hours struggling, I successfully built Audacity 1.3.11 Beta on Snow Leopard 10.6.2 in Xcode.When the Xcode project of Audacity is opened in Xcode, the default build configuration is Static/Unicode/Debug. This requires the following options for running "configure" for wxWidgets 2.8.10:--enable-shared=no --enable-debug --enable-unicodeThe all-in-one tarball of Audacity 1.3.11 Beta ran into a lot of compile errors in Xcode. 1) The correct WX_PREFIX has to be set2) "portmidi" fails to build due to "uint8_t"3) "audioport-v9" fails to build due to "ComponentService"4) "AudioUnit" fails to build due to "AUNTComponent.h"5) libwxexpatd-2.8.a cannot be found. A few options have to give to "configure" for wxWidgets: --with-expat-builtin --with-zlib=builtin --with-regex=builtin