Compile error svn r13830 wx3 [SOLVED]

Error compiling svn r13830. svn r13829 is OK. Building Audacity against wxwidget 3.0.2. Ubuntu 14.10.

effects/VST/VSTEffect.cpp: In static member function ‘static void VSTEffectsModule::Check(const wxChar*)’:
effects/VST/VSTEffect.cpp:705:104: error: no matching function for call to ‘wxString::Format(const wchar_t [9], const wchar_t [14], , wxCStrData)’
out = wxString::Format(wxT(“%s%d=%sn”), OUTPUTKEY, kKeySubIDs, subids.RemoveLast().c_str());
^
effects/VST/VSTEffect.cpp:705:104: note: candidates are:
In file included from /usr/local/include/wx-3.0/wx/string.h:46:0,
from /usr/local/include/wx-3.0/wx/memory.h:15,
from /usr/local/include/wx-3.0/wx/object.h:19,
from /usr/local/include/wx-3.0/wx/event.h:16,
from /usr/local/include/wx-3.0/wx/app.h:19,
from effects/VST/VSTEffect.cpp:38:
/usr/local/include/wx-3.0/wx/string.h:2322:42: note: static wxString wxString::Format(const wxFormatString&)
WX_DEFINE_VARARG_FUNC(static wxString, Format, 1, (const wxFormatString&),


Happy new year.

Thanks for the report. Audacity does not officially support wx3.x yet, though it would be good to keep it compiling against that wx because we do intend to upgrade to it once issues are fixed. There are a number of major Audacity accessibility problems using wx3.

However, does this help:
Google Code Archive - Long-term storage for Google Code Project Hosting. ?


Gale

However, does this help:
Google Code Archive - Long-term storage for Google Code Project Hosting. > ?

No. Maybe with wxwidget 2.8.

This error is with svn r13845. So i wait or go back to wxwidget 2.8. Thanks anyway.

I will ask Leland about it.


Gale

Try svn r13846.

Yes, now ok. Thanks.