aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Author Topic: Compilation question  (Read 2610 times)

Briaj

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 5
Compilation question
« 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.
Logged

wuischke

  • Developer
  • Hero Member
  • *****
  • Karma: 183
  • Offline Offline
  • Posts: 4292
Re: Compilation question
« Reply #1 on: November 24, 2007, 10:37:11 AM »

Hello Braij,

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

kind regards
Logged

Briaj

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 5
Re: Compilation question
« Reply #2 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.
Logged

wuischke

  • Developer
  • Hero Member
  • *****
  • Karma: 183
  • Offline Offline
  • Posts: 4292
Re: Compilation question
« Reply #3 on: November 24, 2007, 05:12:55 PM »

Oh, you need libwxbase, though. And I recommend a recent developmental version.
Logged

Briaj

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 5
Re: Compilation question
« Reply #4 on: November 24, 2007, 07:24:02 PM »

It works!
Thank you very much indeed!
Logged