aMule Forum
English => Compilation problems => Topic started 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
"$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 :(
-
Fixed in rev. 10941. Also reported the issue to wxWidgets upstream.
-
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! :)