所以aMule整個要重編譯...Orz
這時間題來了
./configure時沒問題換make時問題就來了
最後出現了
- 代碼: 選擇全部
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 `/home/bloodydawn/aMule-2.1.3/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/bloodydawn/aMule-2.1.3/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/bloodydawn/aMule-2.1.3'
make: *** [all] Error 2
在Google查了半天也查不出所以然
還是說我的wxGTK安裝有錯誤嗎
可是我在/etc/ld.so.conf也加上了/usr/local/wxGTK/lib
也執行過了ldconfig
在/usr/bin也用ln做了一個/usr/local/wxGTK/bin/wx-config的連結
請問這是那裡出了問題呢?