This is a discussion on Problem with wxGTK > 2.6.3.3 within the Gentoo Linux Support forums, part of the Unix Operating Systems category; --> Hi How to change my wxGTK to version 2.8.0 - if I compiled 2.8.0 - it doesn't run with ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hi How to change my wxGTK to version 2.8.0 - if I compiled 2.8.0 - it doesn't run with aMule, which want 2.6 :/ Emerge provide only 2.6.3.3. to compiling (w/o any ~x86 posssibilities). I probe manual compiling 2.1.3 aMule on 2.8.0 wxGTK with error: [] MuleGifCtrl.cpp: In member function 'bool MuleGifCtrl::LoadData(const char*, int)': MuleGifCtrl.cpp:69: error: no matching function for call to 'wxGIFDecoder::wxGIFDecoder(wxMemoryInputStream*, int)' /usr/include/wx-2.8/wx/gifdecod.h:104: note: candidates are: wxGIFDecoder::wxGIFDecoder(const wxGIFDecoder&) /usr/include/wx-2.8/wx/gifdecod.h:52: note: wxGIFDecoder::wxGIFDecoder() MuleGifCtrl.cpp:70: error: 'class wxGIFDecoder' has no member named 'ReadGIF' MuleGifCtrl.cpp:76: error: 'class wxGIFDecoder' has no member named 'GoFirstFrame' MuleGifCtrl.cpp:78: error: no matching function for call to 'wxGIFDecoder::ConvertToImage(wxImage*)' /usr/include/wx-2.8/wx/gifdecod.h:82: note: candidates are: virtual bool wxGIFDecoder::ConvertToImage(unsigned int, wxImage*) const MuleGifCtrl.cpp: In member function 'void MuleGifCtrl::Start()': MuleGifCtrl.cpp:89: error: 'class wxGIFDecoder' has no member named 'GoLastFrame' MuleGifCtrl.cpp: In member function 'virtual wxSize MuleGifCtrl::GetBestSize()': MuleGifCtrl.cpp:105: error: 'class wxGIFDecoder' has no member named 'GetLogicalScreenWidth' MuleGifCtrl.cpp:105: error: 'class wxGIFDecoder' has no member named 'GetLogicalScreenHeight' MuleGifCtrl.cpp: In member function 'void MuleGifCtrl::OnTimer(wxTimerEvent&)': MuleGifCtrl.cpp:113: error: 'class wxGIFDecoder' has no member named 'GoNextFrame' MuleGifCtrl.cpp:116: error: no matching function for call to 'wxGIFDecoder::ConvertToImage(wxImage*)' /usr/include/wx-2.8/wx/gifdecod.h:82: note: candidates are: virtual bool wxGIFDecoder::ConvertToImage(unsigned int, wxImage*) const MuleGifCtrl.cpp:122: error: no matching function for call to 'wxGIFDecoder::GetDelay()' /usr/include/wx-2.8/wx/gifdecod.h:65: note: candidates are: virtual long int wxGIFDecoder::GetDelay(unsigned int) const MuleGifCtrl.cpp: In member function 'void MuleGifCtrl::OnPaint(wxPaintEvent&)': MuleGifCtrl.cpp:132: error: 'class wxGIFDecoder' has no member named 'GetLogicalScreenWidth' MuleGifCtrl.cpp:133: error: 'class wxGIFDecoder' has no member named 'GetLogicalScreenHeight' MuleGifCtrl.cpp:137: error: 'class wxGIFDecoder' has no member named 'GetLeft' MuleGifCtrl.cpp:137: error: 'class wxGIFDecoder' has no member named 'GetTop' make[3]: *** [libmuleappgui_a-MuleGifCtrl.o] Error 1 make[3]: Leaving directory `/root/progs/aMule-2.1.3/src' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/root/progs/aMule-2.1.3/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/root/progs/aMule-2.1.3' make: *** [all] Error 2 [/] Please, help me. R. |