aMule Forum

English => Compilation problems => Topic started by: Briaj on November 24, 2007, 10:04:55 AM

Title: Compilation question
Post by: Briaj on November 24, 2007, 10:04:55 AM
Hello, I'm trying to install amule daemon on a server running Debian and I wonder if I can install amule daemon without libwxgtk? Wich are the compilation options to disable libwxgtk?

Thank you very much.
Title: Re: Compilation question
Post by: wuischke on November 24, 2007, 10:37:11 AM
Hello Braij,

Try ./configure --disable-monolithic --with-toolkit=base --enable-amule-daemon

kind regards
Title: Re: Compilation question
Post by: Briaj on November 24, 2007, 05:06:09 PM
Hello wuischke , this happens during the configure:

checking whether we need the GUI... no
checking for wx-config... no
configure: error:
                wxWidgets must be installed on your system but wx-config
                script couldn't be found. Please check that wx-config is
                in path or specified by --with-wx-config=path flag, the
                directory where wxWidgets libraries are installed (returned
                by 'wx-config --libs' command) is in LD_LIBRARY_PATH or
                equivalent variable and wxWidgets version is 2.6.0 or above.

Thank you very much.
Title: Re: Compilation question
Post by: wuischke on November 24, 2007, 05:12:55 PM
Oh, you need libwxbase, though. And I recommend a recent developmental version.
Title: Re: Compilation question
Post by: Briaj on November 24, 2007, 07:24:02 PM
It works!
Thank you very much indeed!