My first time for ever using or should I say wanting to use Audacity. I am compiling it because no binaries are available for FD5 yet it seems.
Compile goes A-OK, but when I try to make it I get:
Code:
make -C lib-src
make[1]: Entering directory `/home/ericr/Programs/audacity-src-1.2.4b/lib-src'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/ericr/Programs/audacity-src-1.2.4b/lib-src'
make -C src
make[1]: Entering directory `/home/ericr/Programs/audacity-src-1.2.4b/src'
g++ -c -I../lib-src/portaudio-v19/pa_common -I../lib-src/soundtouch/include -g -O2 -I../lib-src/expat -I../lib-src/allegro -I../lib-src/libnyquist/nyx -I../lib-src/libsndfile/src -I../lib-src/libresample/include -Wall -Iinclude -I/usr/lib/wx/include/gtk2-unicode-release-2.6 -I/usr/include/wx-2.6 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -DNO_GCC_PRAGMA BlockFile.cpp -o obj/BlockFile.o
BlockFile.cpp: In constructor `AliasBlockFile::AliasBlockFile(wxFileName, wxFileName, sampleCount, sampleCount, int)':
BlockFile.cpp:466: error: ambiguous overload for 'operator+' in 'wxFileName::GetFullPath(wxPathFormat) const( wxPATH_NATIVE) + ".auf"'
/usr/include/wx-2.6/wx/string.h:1282: note: candidates are: wxString operator+(const wxString&, const wxString&) <near match>
/usr/include/wx-2.6/wx/string.h:1283: note: wxString operator+(const wxString&, wxChar) <near match>
/usr/include/wx-2.6/wx/string.h:1284: note: wxString operator+(wxChar, const wxString&) <near match>
/usr/include/wx-2.6/wx/string.h:1286: note: wxString operator+(const wxChar*, const wxString&) <near match>
/usr/include/wx-2.6/wx/string.h:1479: note: wxString operator+(const wxString&, const wxWCharBuffer&) <near match>
/usr/include/wx-2.6/wx/longlong.h:919: note: wxLongLong operator+(long int, const wxLongLong&) <near match>
/usr/include/wx-2.6/wx/longlong.h:932: note: wxULongLong operator+(long unsigned int, const wxULongLong&) <near match>
BlockFile.cpp: In member function `virtual void AliasBlockFile::WriteSummary()':
BlockFile.cpp:504: error: no matching function for call to `wxFFile::Open(wxString, const char[3])'
/usr/include/wx-2.6/wx/ffile.h:51: note: candidates are: bool wxFFile::Open(const wxChar*, const wxChar*)
BlockFile.cpp: In member function `virtual bool AliasBlockFile::ReadSummary(void*)':
BlockFile.cpp:533: error: no matching function for call to `wxFFile::Open(wxString, const char[3])'
/usr/include/wx-2.6/wx/ffile.h:51: note: candidates are: bool wxFFile::Open(const wxChar*, const wxChar*)
make[1]: *** [obj/BlockFile.o] Error 1
make[1]: Leaving directory `/home/ericr/Programs/audacity-src-1.2.4b/src'
make: *** [audacity] Error 2
Google does not seems to offer much help either.
Any suggestions?