i can't install codeblocks from svn because of this err:
./wxsfontproperty.cpp: In member function ‘wxString wxsFontData::BuildFontCode(const wxString&, wxsCoderContext*)’:
./wxsfontproperty.cpp:235: error: call of overloaded ‘DoubleToString(double&)’ is ambiguous
/usr/include/wx-2.8/wx/utils.h:304: note: candidates are: wxChar* DoubleToString(double, const wxChar*)
./wxsfontproperty.cpp:37: note: wxString<unnamed>::DoubleToString(double)
./wxsfontproperty.cpp: In member function ‘virtual bool wxsFontProperty::XmlWrite(wxsPropertyContainer*, TiXmlElement*)’:
./wxsfontproperty.cpp:450: error: call of overloaded ‘DoubleToString(double&)’ is ambiguous
/usr/include/wx-2.8/wx/utils.h:304: note: candidates are: wxChar* DoubleToString(double, const wxChar*)
./wxsfontproperty.cpp:37: note: wxString<unnamed>::DoubleToString(double)
make[6]: *** [wxsfontproperty.lo] Error 1
make[6]: Leaving directory `/opt/codeblocks/src/plugins/contrib/wxSmith/wxwidgets/properties'
make[5]: *** [install-recursive] Error 1
make[5]: Leaving directory `/opt/codeblocks/src/plugins/contrib/wxSmith/wxwidgets'
make[4]: *** [install-recursive] Error 1
make[4]: Leaving directory `/opt/codeblocks/src/plugins/contrib/wxSmith'
make[3]: *** [install-recursive] Error 1
make[3]: Leaving directory `/opt/codeblocks/src/plugins/contrib'
make[2]: *** [install-recursive] Error 1
make[2]: Leaving directory `/opt/codeblocks/src/plugins'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/opt/codeblocks/src'
make: *** [install-recursive] Error 1
Can someone help me pls (:
PC: Fedora 10 (x86_64), wxGTK 2.8.9 (from repos.)