|
|
amule装不上,xmule也不行。configure之后make出现下面一堆东西,完全看不懂是什么意思 :confused: 谁能帮我解答一下?
linux:/usr/local/src/xmule-1.10.1 # make
==== Building 3rd-Party Projects ====
==== Building xrc [1 of 3] ====
== License(s): LGPL
make[1]: Nothing to be done for `all'.
==== Building DynPrefs [2 of 3] ====
== License(s): OSSAL and Creative Commons License
DynamicPreferencesCtrl.cpp
DynamicPreferencesCtrl.cpp:468:2: warning: #warning The "z" needs a rename.
DynamicPreferencesCtrl.cpp:507:2: warning: #warning This entire colorlist thing needs to be re-implemented :-/
DynamicPreferencesCtrl.cpp: In function ‘wxWindow* add_item(wxTreeMultiCtrl*, wxXmlNode*, wxPanel*)’:
DynamicPreferencesCtrl.cpp:435: error: conversion from ‘const char [1]’ to ‘const wxString’ is ambiguous
/usr/include/wx-2.6/wx/string.h:642: note: candidates are: wxString::wxString(wxChar, size_t) <near match>
/usr/include/wx-2.6/wx/string.h:632: note: wxString::wxString(int) <near match>
DynamicPreferencesCtrl.cpp:440: error: conversion from ‘const char [1]’ to ‘const wxString’ is ambiguous
/usr/include/wx-2.6/wx/string.h:642: note: candidates are: wxString::wxString(wxChar, size_t) <near match>
/usr/include/wx-2.6/wx/string.h:632: note: wxString::wxString(int) <near match>
DynamicPreferencesCtrl.cpp: In member function ‘void DynamicPreferencesCtrl::OnChangedPrefs(const wxEvent&)’:
DynamicPreferencesCtrl.cpp:536: error: no matching function for call to ‘wxString::Format(const char [3], double)’
/usr/include/wx-2.6/wx/string.h:1068: note: candidates are: static wxString wxString::Format(const wxChar*, ...)
DynamicPreferencesCtrl.cpp:540: error: no matching function for call to ‘wxString::Format(const char [4], long int)’
/usr/include/wx-2.6/wx/string.h:1068: note: candidates are: static wxString wxString::Format(const wxChar*, ...)
DynamicPreferencesCtrl.cpp: In member function ‘void DynamicPreferencesCtrl::OnBrowse1(wxCommandEvent&)’:
DynamicPreferencesCtrl.cpp:564: error: conversion from ‘const char [41]’ to ‘const wxString’ is ambiguous
/usr/include/wx-2.6/wx/string.h:642: note: candidates are: wxString::wxString(wxChar, size_t) <near match>
/usr/include/wx-2.6/wx/string.h:632: note: wxString::wxString(int) <near match>
DynamicPreferencesCtrl.cpp:564: error: conversion from ‘const char [2]’ to ‘const wxString’ is ambiguous
/usr/include/wx-2.6/wx/string.h:642: note: candidates are: wxString::wxString(wxChar, size_t) <near match>
/usr/include/wx-2.6/wx/string.h:632: note: wxString::wxString(int) <near match>
make[1]: *** [obj/DynamicPreferencesCtrl.o] 错误 1
make: *** [all] 错误 2
linux:/usr/local/src/xmule-1.10.1 # |
|