First of all props and Kudos to the developers of Audacity, it is an indispensible tool for Linux Audio enthusiasts!
I am the maintainer of AV Linux and regularly compile/package Audacity, AV Linux is currently based on Debian 6.0 (Squeeze). I have had no difficulty compiling and providing packages for previous versions up to 2.0.3 however compilation on 2.0.5 fails with this:
Code: Select all
export/ExportPCM.cpp: In member function ‘bool ExportPCM::AddStrings(AudacityProject*, SNDFILE*, Tags*, int)’:
export/ExportPCM.cpp:740:28: error: ‘SF_STR_GENRE’ was not declared in this scope
export/ExportPCM.cpp:764:28: error: ‘SF_STR_TRACKNUMBER’ was not declared in this scope
make[1]: *** [export/ExportPCM.o] Error 1
make[1]: Leaving directory `/home/glen/Packaging/AUDACITY/audacity-src-2.0.5/src'
make: *** [audacity] Error 2I am using this to configure:
Code: Select all
./configure --prefix=/usr --with-libtwolameGlen MacArthur - AV Linux Maintainer