When compiling aMule 1.2.3 I get the following error message:
WebServer.cpp: In function `static class wxString CWebServer::_GetTransferList(ThreadData)':
WebServer.cpp:1962: ambiguous overload for `bool ? wxString & : const char[1]'
WebServer.cpp:1962: candidates are: operator ?:(bool, wxString, wxString)
WebServer.cpp:1962: operator ?:(bool, const wxChar *, const char *)
WebServer.cpp:1962: operator ?:(bool, const wxChar *, const char *)
With 1.2.1 everything was fine.
How can I fix this? I use woody and compiled wxbase and wxgtk myself.
jba