aMule Forum
English => Compilation problems => Topic started by: rumpumpel1 on December 10, 2006, 11:39:27 PM
-
on FC6 I installed Alien-wxWidgets-0.25 with unicode enabled and then I tried to
install amule-cvs-2006-12-10:
/configure --disable-monolithic --enable-amule-daemon --enable-amulecmd
was ok, but the make failed with:
amulecmd-TextClient.o: In function `wxThemeUserForwin32':
/usr/local/src/packages/amule-cvs-2006-12-10/src/TextClient.cpp:115: undefined reference to `wxThemeUsewin32'
amulecmd-TextClient.o: In function `wxThemeUserForgtk':
/usr/local/src/packages/amule-cvs-2006-12-10/src/TextClient.cpp:115: undefined reference to `wxThemeUsegtk'
collect2: ld returned 1 exit status
any help is welcome.
-
Your wxwidgets are scary, please use wxGTK 2.6.3 for FC6 or 2.8rc3.
You can try an already compiled package as well: http://ftp.freshrpms.net/pub/freshrpms/fedora/linux/6/amule/
-
Alien-wxWidgets is not wxWidgets at all (neither scary nor something else), it's a Perl module:
http://search.cpan.org/~mbarbon/Alien-wxWidgets-0.25/
http://search.cpan.org/~mbarbon/Alien-wxWidgets-0.25/lib/Alien/wxWidgets.pm
aMule is not a Perl application, so it does neither need nor notice Alien-wxWidgets. Your problem has nothing to do with Alien-wxWidgets.