aMule Forum

English => Compilation problems => Topic started by: michelinok on September 24, 2010, 10:07:48 AM

Title: Error compilig....very strange!
Post by: michelinok on September 24, 2010, 10:07:48 AM
I'm in trouble trying to compile aMule...


This is the error:


configure: error:
                The selected components need a wxWidgets library with GUI,
                but your installation is base-only.  Please install a GUI
                enabled version of wxWidgets and then retry.

and this is how i configure aMule:

 ./configure  --enable-amule-daemon --enable-amulecmd --enable-webserver --disable-gui --disable-wxcas --disable-upnp --disable-debug --disable-nls --disable-cas --disable-wxcas --disable-alc --disable-xas --disable-plasmamule --disable-geoip


I only need amuled,amuleweb and amulecmd because i use it on an embedded system.

Any idea???
Title: Re: Error compilig....very strange!
Post by: Stu Redman on September 24, 2010, 08:26:02 PM
Add --disable-monolithic and --enable-optimize to your options. You are trying to build the amule app which requires gui.
Title: Re: Error compilig....very strange!
Post by: michelinok on September 25, 2010, 11:29:03 AM
Add --disable-monolithic and --enable-optimize to your options. You are trying to build the amule app which requires gui.

Thanks! worked perfectly!