[root@einsteinmc2 Roberto]# pkg-config gtk+-2.0 --libs
-Wl,--export-dynamic -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangoxft-1.0 -lpangox-1.0 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0
[root@einsteinmc2 Roberto]# gtk-config --libs
-L/usr/lib -L/usr/X11R6/lib -lgtk -lgdk -rdynamic -lgmodule -lglib -ldl -lXi -lXext -lX11 -lm
and [root@einsteinmc2 Roberto]# echo $LD_LIBRARY_PATH return me a void line...
Finally I have installed the wxWidgets 2.8.0...
I have make ./configure but when i lunch the command make this is the result
n file included from /usr/include/wx-2.8/wx/image.h:19,
from /usr/include/wx-2.8/wx/gifdecod.h:19,
from MuleGifCtrl.cpp:26:
/usr/include/wx-2.8/wx/gdicmn.h: In member function `bool wxRect::Inside(int, int) const':
/usr/include/wx-2.8/wx/gdicmn.h:486: warning: declaration of `y' shadows a member of `this'
/usr/include/wx-2.8/wx/gdicmn.h:486: warning: declaration of `x' shadows a member of `this'
MuleGifCtrl.cpp: In member function `bool MuleGifCtrl::LoadData(const char*, int)':
MuleGifCtrl.cpp:69: no matching function for call to `wxGIFDecoder::wxGIFDecoder(wxMemoryInputStream*, int)'
/usr/include/wx-2.8/wx/gifdecod.h:104: candidates are: wxGIFDecoder::wxGIFDecoder(const wxGIFDecoder&)
/usr/include/wx-2.8/wx/gifdecod.h:52: wxGIFDecoder::wxGIFDecoder()
MuleGifCtrl.cpp:70: no matching function for call to `wxGIFDecoder::ReadGIF()'
MuleGifCtrl.cpp:76: no matching function for call to `wxGIFDecoder::GoFirstFrame()'
MuleGifCtrl.cpp:78: no matching function for call to `wxGIFDecoder::ConvertToImage(wxImage*)'
/usr/include/wx-2.8/wx/gifdecod.h:82: candidates are: virtual bool wxGIFDecoder::ConvertToImage(unsigned int, wxImage*) const
MuleGifCtrl.cpp: In member function `void MuleGifCtrl::Start()':
MuleGifCtrl.cpp:89: no matching function for call to `wxGIFDecoder::GoLastFrame()'
MuleGifCtrl.cpp: In member function `virtual wxSize MuleGifCtrl::GetBestSize()':
MuleGifCtrl.cpp:105: no matching function for call to `wxGIFDecoder::GetLogicalScreenWidth()'
MuleGifCtrl.cpp:105: no matching function for call to `wxGIFDecoder::GetLogicalScreenHeight()'
MuleGifCtrl.cpp: In member function `void MuleGifCtrl::OnTimer(wxTimerEvent&)':
MuleGifCtrl.cpp:113: no matching function for call to `wxGIFDecoder::GoNextFrame(bool)'
MuleGifCtrl.cpp:116: no matching function for call to `wxGIFDecoder::ConvertToImage(wxImage*)'
/usr/include/wx-2.8/wx/gifdecod.h:82: candidates are: virtual bool wxGIFDecoder::ConvertToImage(unsigned int, wxImage*) const
MuleGifCtrl.cpp:122: no matching function for call to `wxGIFDecoder::GetDelay()'
/usr/include/wx-2.8/wx/gifdecod.h:65: candidates are: virtual long int wxGIFDecoder::GetDelay(unsigned int) const
MuleGifCtrl.cpp: In member function `void MuleGifCtrl::OnPaint(wxPaintEvent&)':
MuleGifCtrl.cpp:132: no matching function for call to `wxGIFDecoder::GetLogicalScreenWidth()'
MuleGifCtrl.cpp:133: no matching function for call to `wxGIFDecoder::GetLogicalScreenHeight()'
MuleGifCtrl.cpp:137: no matching function for call to `wxGIFDecoder::GetLeft()'
MuleGifCtrl.cpp:137: no matching function for call to `wxGIFDecoder::GetTop()'
make[3]: *** [libmuleappgui_a-MuleGifCtrl.o] Error 1
make[3]: Leaving directory `/root/Roberto/aMule-2.1.3/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/root/Roberto/aMule-2.1.3/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/Roberto/aMule-2.1.3'
make: *** [all] Error 2