http://wiki.audacityteam.org/wiki/Compi ... _on_Ubuntu
to install the latest version of Audacity but I am getting an error message after I type
Code: Select all
sudo make installI thought perhaps I didn't have the right version of libwxgtk or python-wxgtk, and indeed the latter was not installed, but even after I installed python-wxgtk2.8 I received the same error. I'm relatively new to compiling, so could someone advise me what to do? I had been using an earlier version of Audacity, which I uninstalled before attempting to install this version.make[1]: Entering directory `/home/jch/audacity-read-only/src'
g++ -c -I../lib-src/portmixer/include -Wall -I/usr/lib/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -pthread -I../lib-src/FileDialog -I/home/jch/audacity-read-only/lib-src/lib-widget-extra -I../lib-src/libsoxr/src -I../lib-src/sbsms/include -I/usr/include/soundtouch -I../lib-src/libnyquist -I../lib-src/portsmf -I../lib-src/portaudio-v19/include -fno-strict-aliasing -I./include -I. -DLIBDIR="/usr/local//lib" -D__STDC_CONSTANT_MACROS -Wall -pthread -D_REENTRANT -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libpng12 export/ExportPCM.cpp -o export/ExportPCM.o
export/ExportPCM.cpp: In member function ‘bool ExportPCM::AddStrings(AudacityProject*, SNDFILE*, Tags*, int)’:
export/ExportPCM.cpp:740: error: ‘SF_STR_GENRE’ was not declared in this scope
export/ExportPCM.cpp:764: error: ‘SF_STR_TRACKNUMBER’ was not declared in this scope
make[1]: *** [export/ExportPCM.o] Error 1
make[1]: Leaving directory `/home/jch/audacity-read-only/src'
make: *** [audacity] Error 2