aMule Forum

English => en_Bugs => Topic started by: Anne Onyme on October 24, 2004, 11:02:55 AM

Title: aMule-2.0.0rc7 : compilation on Debian Woody
Post by: Anne Onyme on October 24, 2004, 11:02:55 AM
Hi devs !

First of all, like everybody "Your work rocks ! Keep up the good work !"

After an advice from Xaignar i use those flags for configure :

./configure --disable-cas --disable-wxcas --disable-debug

but still have error :

Code: [Select]
g++ -DHAVE_CONFIG_H -I. -I. -I..      -I/usr/lib/wx/include/gtk-2.4 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/X11R6/include   -I/usr/local/include -DUSE_EMBEDDED_CRYPTO    -c -o amule-UploadQueue.o `test -f 'UploadQueue.cpp' || echo './'`UploadQueue.cpp
UploadQueue.cpp: In method `void CUploadQueue::AddUpNextClient(CUpDownClient * = 0)':
UploadQueue.cpp:111: `::find' undeclared (first use here)
make[4]: *** [amule-UploadQueue.o] Erreur 1
make[4]: quittant le répertoire « /home/***/install/amule/aMule-2.0.0rc7/src »
make[3]: *** [all-recursive] Erreur 1
make[3]: quittant le répertoire « /home/***/install/amule/aMule-2.0.0rc7/src »
make[2]: *** [all] Erreur 2
make[2]: quittant le répertoire « /home/***/install/amule/aMule-2.0.0rc7/src »
make[1]: *** [all-recursive] Erreur 1
make[1]: quittant le répertoire « /home/***/install/amule/aMule-2.0.0rc7 »
make: *** [all] Erreur 2
zsh: exit 2     make

Any idea to fix this ?

Thank you for your attention,
Regards
Title: Re: aMule-2.0.0rc7 : compilation on Debian Woody
Post by: Jacobo221 on October 24, 2004, 04:06:05 PM
Have you read http://www.amule.org/wiki/index.php/HowTo_Compile_In_Debian ?

BTW, disabling wxcas and cas is no need, in fact, they are disabled by default AFAIK (or at least they used to be hehe)

Greetings!
Title: Re: aMule-2.0.0rc7 : compilation on Debian Woody
Post by: darklegion on October 25, 2004, 05:41:13 AM
Unless you don't have a choice my advice would be to to update to testing or unstable.Woody is now several years out of date and really only used by servers that require tried and proven software that is guaranteed not to crash,snd the merits of using ancient software for stability is debatable.For the average user anything less then testing is crazy,and 'unstable' is prefectly stable for me.
Title: Re: aMule-2.0.0rc7 : compilation on Debian Woody
Post by: deltaHF on October 25, 2004, 06:56:13 AM
like i remember woody uses still gcc 2.9.x .. i think thats the (our) problem
Title: Re: aMule-2.0.0rc7 : compilation on Debian Woody
Post by: Anne Onyme on October 25, 2004, 01:44:06 PM
Hi,

I've upgraded to testing...

;)