Building audiere-1.9.4 fails on Debian/Sid. This is the corresponding error message:
DeviceFrame.cpp: In constructor 'DeviceFrame::DeviceFrame(audiere::AudioDevicePtr)':
DeviceFrame.cpp:60: error: call of overloaded 'wxString(const char*)' is ambiguous
/usr/include/wx-2.6/wx/string.h:671: note: candidates are: wxString::wxString(const wxWCharBuffer&) <near match>
/usr/include/wx-2.6/wx/string.h:643: note: wxString::wxString(wxChar, size_t) <near match>
/usr/include/wx-2.6/wx/string.h:641: note: wxString::wxString(const wxString&) <near match>
/usr/include/wx-2.6/wx/string.h:633: note: wxString::wxString(int) <near match>
make[3]: *** [wxPlayer-DeviceFrame.o] Error 1
Kind regards,
Felix Homann
Logged In: YES
user_id=321934
Originator: NO
I have just uploaded a patch for this:
http://sourceforge.net/tracker/index.php?func=detail&aid=1688993&group_id=32783&atid=406496
Logged In: YES
user_id=1172350
Originator: NO
I also have this bug in Gentoo Linux, 64bit.
Logged In: YES
user_id=1172350
Originator: NO
oops, ignore me, I'll go get that patch.
Logged In: YES
user_id=1172350
Originator: NO
After applying that patch, I get this error:
StreamFrame.cpp: In member function ‘void StreamFrame::OnViewTags(wxCommandEvent&)’:
StreamFrame.cpp:156: error: ‘TagsDialog’ was not declared in this scope
make[3]: *** [wxPlayer-StreamFrame.o] Error 1
make[3]: Leaving directory `/home/chaz/Downloads/audiere-1.9.4/examples/wxPlayer'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/chaz/Downloads/audiere-1.9.4/examples'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/chaz/Downloads/audiere-1.9.4'
make: *** [all] Error 2