aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Author Topic: aMuled - wxBase no longer supported?  (Read 4556 times)

Coronas

  • Approved Newbie
  • *
  • Karma: 1
  • Offline Offline
  • Posts: 48
aMuled - wxBase no longer supported?
« on: July 28, 2016, 10:59:28 AM »

Hi all,

after sucessfully compiling SVN-10934 I tried the newest tarball. It seems however that support for wxBase seems to have been removed. The corresponding lines in configure were modified in SVN-10935. Would an quick&dirty hack like adding
 
Code: [Select]
"$TOOLKIT" != "base" -a \
to the main configure, around line 8344, be a valid solution?

Edit, an hour later: No, of course not - that would have been way too easy :(
« Last Edit: July 28, 2016, 01:06:35 PM by Coronas »
Logged

GonoszTopi

  • The current man in charge of most things.
  • Administrator
  • Hero Member
  • *****
  • Karma: 169
  • Offline Offline
  • Posts: 2685
Re: aMuled - wxBase no longer supported?
« Reply #1 on: July 29, 2016, 03:58:15 PM »

Fixed in rev. 10941. Also reported the issue to wxWidgets upstream.
Logged
concordia cum veritate

Coronas

  • Approved Newbie
  • *
  • Karma: 1
  • Offline Offline
  • Posts: 48
Re: aMuled - wxBase no longer supported?
« Reply #2 on: July 31, 2016, 05:50:38 PM »

Code: [Select]
make[2]: Entering directory `/shares/internal/PUBLIC/sources/aMule-SVN-r10941'
make[2]: Nothing to be done for `all-am'.
make[2]: Leaving directory `/shares/internal/PUBLIC/sources/aMule-SVN-r10941'
make[1]: Leaving directory `/shares/internal/PUBLIC/sources/aMule-SVN-r10941'
[root@MyBookWorld aMule-SVN-r10941]#

Thank you! :)
Logged