aMule Forum

English => Compilation problems => Topic started by: GrayFox.i0n on January 08, 2008, 10:26:07 PM

Title: Crash compiling aMule-CVS-20080108 On Ubuntu 7.10
Post by: GrayFox.i0n on January 08, 2008, 10:26:07 PM
I configure it:

Code: [Select]
./configure \
                --prefix=/usr \
                --enable-amule-gui \
                --enable-alc \
                --enable-alcc \
                --enable-utf8-systray \
                --disable-debug \
                --enable-optimize \
                --enable-amulecmd \
                --enable-amule-daemon \
                --enable-cas \
                --enable-wxcas \
                --enable-webserver \
                --enable-ccache \
                --enable-remote \


Then, after launching the make command (and past some minutes compiling) i get this:

Code: [Select]
Compiling ClientListCtrl.cpp
ClientListCtrl.cpp: In member function ‘virtual wxString CClientListCtrl::GetTTSText(unsigned int) const’:
ClientListCtrl.cpp:493: error: invalid conversion of ‘char* (*)(const char*, int)throw ()’ a ‘long int’
ClientListCtrl.cpp:493: error:   initialize argument 1 of ‘wxUIntPtr MuleExtern::wxGenericListCtrl::GetItemData(long int) const’
make[3]: *** [amule-ClientListCtrl.o] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2

:(
Title: Re: Crash compiling aMule-CVS-20080108 On Ubuntu 7.10
Post by: phoenix on January 09, 2008, 02:16:18 AM
Should be fixed now.

Cheers!
Title: Re: Crash compiling aMule-CVS-20080108 On Ubuntu 7.10
Post by: GrayFox.i0n on January 09, 2008, 06:34:56 AM
Thanks, later ill have a look to today's cvs ;)
Title: Re: Crash compiling aMule-CVS-20080108 On Ubuntu 7.10
Post by: phoenix on January 10, 2008, 02:55:51 AM
Thank wuischke, I broke it, he fixed it :D