Linux - SoftwareThis forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
I'm almost ashamed that I can't solve this one, but on compiling aMule / xMule /lMule (all three use wxGTK) I get the error:
Code:
AddFriend.cpp:55: invalid static_cast from type `void (CAddFriend::*)(wxEvent&)
' to type `void (wxEvtHandler::*)(wxCommandEvent&)'
AddFriend.cpp:56: invalid static_cast from type `void (CAddFriend::*)(wxEvent&)
' to type `void (wxEvtHandler::*)(wxCommandEvent&)'
make[2]: *** [amule-AddFriend.o] Error 1
make[2]: Leaving directory `/tmp/aMule-1.2.6/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/tmp/aMule-1.2.6'
make: *** [all] Error 2
Can't figure this one out...I've even updated wxGtk and wxBase to version 2.5.1 but I'll be blowed if I can get this to compile. It's the same error on all three programs, btw.
It almost looks like I'm using the wrong compiler to build it.
Exactly same problem here running Slackware 9.0. pmake won't compile either. Sadly, xmule is down for the moment... that one I could get to work. Odd enough, ./configure returns no error...
for Redhat 8.0. Install it under Slack forcing the rpm:
rpm -i xmule-1.4.0-1.i386.rpm --nodeps
Then run xmule at the console. It worked for me.
Question: I've forced an install of aMule rpm in Slackware 9.0. How can I go by removing that rpm? rpm -e <name of the package> says the package is not installed . I've never needed to force an rpm before(I consider rpm's in Slackware useless, but this time it helped ), so any help would be great.
rpm -e <packagename> should work, only don't include all the version numbers that usually accompany the rpm. For example if you installed xmms with rpm -i xmms-1.2_3.rpm then uninstall it with rpm -e xmms
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.