Re: xMule 1.9.5 released! (Score: 0) by Anonymous on Wednesday, February 02 @ 08:53:48 CST | Hi, I configured xMule with:
./configure --prefix=/usr --with-gtk --enable-final --disable-debug --disable-debug-syms --enable-optimise-O2 --disable-profile --with-wx-config=/usr/bin/wxgtk2u-2.4-config
It went fine, but when I do 'make', on the third component, I get this error:
DynamicPreferences.cpp
DynamicPreferencesCtrl.cpp
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/local/include/wx/string.h:306: error: candidates are:
wxString::wxString(wchar_t, unsigned int)
/usr/local/include/wx/string.h:284: error:
wxString::wxString(int)
DynamicPreferencesCtrl.cpp:440: error: conversion from `const char[1]' to `
const wxString' is ambiguous
/usr/local/include/wx/string.h:306: error: candidates are:
wxString::wxString(wchar_t, unsigned int)
/usr/local/include/wx/string.h:284: error:
wxString::wxString(int)
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 member function `void
DynamicPreferencesCtrl::OnChangedPrefs(const wxEvent&)':
DynamicPreferencesCtrl.cpp:536: error: no matching function for call to `
wxString::Format(const char[3], double)'
/usr/local/include/wx/string.h:738: error: 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/local/include/wx/string.h:738: error: 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/local/include/wx/string.h:306: error: candidates are:
wxString::wxString(wchar_t, unsigned int)
/usr/local/include/wx/string.h:284: error:
wxString::wxString(int)
DynamicPreferencesCtrl.cpp:564: error: conversion from `const char[2]' to `
const wxString' is ambiguous
/usr/local/include/wx/string.h:306: error: candidates are:
wxString::wxString(wchar_t, unsigned int)
/usr/local/include/wx/string.h:284: error:
wxString::wxString(int)
make[1]: *** [obj/DynamicPreferencesCtrl.o] Error 1
make: *** [all] Error 2
Any tip?
|
|
|