aMule Forum

English => Compilation problems => Topic started by: damatta on November 19, 2010, 12:52:03 AM

Title: How to disable statistics?
Post by: damatta on November 19, 2010, 12:52:03 AM
Hi, I have  succesfully compiled aMule 2.2.6 in ubuntu maverick; however I have failed to disable statistics.

./configure --prefix=/home/desktop/Documentos/aMule-2.2.6/bin --disable-debug --enable-optimize --with-denoise-level=3 --disable-ed2k --disable-upnp --enable-nls --enable-amulecmd  --enable-alcc --enable-alc --enable-mmap --with-wx-config=/home/io/Documentos/aMule-2.2.6/wx/wxGTK-2.8.11/wx-config

I assumed omitting cas  and wxcas would disable them (as displayed  in the prompt).
What am I doing wrong?
Cheers
Title: Re: How to disable statistics?
Post by: Stu Redman on November 19, 2010, 09:44:09 PM
What do you mean by disable statistics? What are you trying to accomplish?
Btw: --enable-mmap works only in SVN (and is really useful only for embedded platforms anyway).
Title: Re: How to disable statistics?
Post by: damatta on November 19, 2010, 10:52:48 PM
./configure tells me:
--enable-cas            compile C aMule Statistics
  --enable-wxcas          compile aMule GUI Statistics
I thought omitting this two would make aMule not calculate statistics about traffic data, average speed... as seen in statistics tab in the GUI.
Thanks
Title: Re: How to disable statistics?
Post by: Stu Redman on November 19, 2010, 10:57:29 PM
No, these are separate programs. You can't disable statistics in aMule.
Title: Re: How to disable statistics?
Post by: damatta on November 19, 2010, 11:03:37 PM
Oh I see. Must be a daunting task to modify the src for this purpose, best leave it the way it is! :D
cheers