aMule Forum

English => Compilation problems => Topic started by: Coronas on July 28, 2016, 10:59:28 AM

Title: aMuled - wxBase no longer supported?
Post by: Coronas 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 :(
Title: Re: aMuled - wxBase no longer supported?
Post by: GonoszTopi on July 29, 2016, 03:58:15 PM
Fixed in rev. 10941. Also reported the issue to wxWidgets upstream.
Title: Re: aMuled - wxBase no longer supported?
Post by: Coronas 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! :)