Moin Moin!
I have a strange problem compiling an aMUle-CVS. Configureoutput is fine but while make it occurs an error:
/usr/local/lib/libwx_gtk_adv-2.5.so: undefined reference to `wxTaskBarIconAreaBase::DoPopupMenu(wxMenu*, int, int)'
I tried together with some other guys to fix this problem. First caught wxWidget-CVS and compiled it with --disable-gtk2 --with-gtk. It worked well and make install was a success. No other wx versions were installed. After that I did make clean (later try distclean), ./autogen.sh,
./configure --prefix=/home/skuromis/aMule/ --with-wx-config=/home/skuromis/aMule/bin/wx-config --enable-alc --enable-alcc --enable-webserver --enable-webservergui --enable-amule-daemon (with different options, e.g. without any, without alc and alcc)
make.
But evry try, the error above occured. Without alc and alcc somewhat later but it occured.
At least I set
#if wxCHECK_VERSION(2, 5, 3)
#define USE_WX_TRAY 1
#endif
to #define USE_WX_TRAY 0 in MuleTrayIcon.h file. It made no difference. I tested the install in /home/skuromis/ too, it didn't work, same error.
Frustrade I went back to wx2.4 and compiled the aMule without deamon. This version works very very well, but without deamon.
BTW: same wxWidgets-CVS aso did it on a friends machine...
Does anybody have a hint for me? Thx, Skuro.