LinuxQuestions.org
Help answer threads with 0 replies.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This 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


Reply
  Search this Thread
Old 12-05-2004, 01:10 AM   #1
Linux~Powered
Member
 
Registered: Jan 2004
Location: /lost+found
Distribution: Slackware 14.2
Posts: 849

Rep: Reputation: 33
xmule compiling problem...


I'm trying to compile xmule-1.8.4, but when I get to "Compiling AddFriend.cpp..." I get an error... BTW, I installed wxGTK-2.4.2 the way the INSTALL told me to.

Compiling AddFriend.cpp...
In file included from ListenSocket.h:27,
from updownclient.h:27,
from Friend.h:25,
from AddFriend.h:25,
from AddFriend.cpp:31:
Preferences.h: In member function `CString CPreferences::GetIRCNick()':
Preferences.h:1027: error: no matching function for call to `CString::CString(
char[30])'
mfc.h:478: error: candidates are: CString::CString(const CString&)
mfc.h:454: error: CString::CString(const wxChar*)
mfc.h:450: error: CString::CString(wxChar*)
mfc.h:446: error: CString::CString()
Preferences.h: In member function `CString CPreferences::GetIRCServer()':
Preferences.h:1035: error: no matching function for call to `CString::CString(
char[50])'
mfc.h:478: error: candidates are: CString::CString(const CString&)
mfc.h:454: error: CString::CString(const wxChar*)
mfc.h:450: error: CString::CString(wxChar*)
mfc.h:446: error: CString::CString()
Preferences.h: In member function `CString CPreferences::GetIRCChanNameFilter()
':
Preferences.h:1051: error: no matching function for call to `CString::CString(
char[50])'
mfc.h:478: error: candidates are: CString::CString(const CString&)
mfc.h:454: error: CString::CString(const wxChar*)
mfc.h:450: error: CString::CString(wxChar*)
mfc.h:446: error: CString::CString()
Preferences.h: In member function `CString CPreferences::GetIrcPerformString()
':
Preferences.h:1075: error: no matching function for call to `CString::CString(
char[255])'
mfc.h:478: error: candidates are: CString::CString(const CString&)
mfc.h:454: error: CString::CString(const wxChar*)
mfc.h:450: error: CString::CString(wxChar*)
mfc.h:446: error: CString::CString()
Preferences.h: In member function `CString CPreferences::GetMessageFilter()':
Preferences.h:1186: error: no matching function for call to `CString::CString(
char[512])'
mfc.h:478: error: candidates are: CString::CString(const CString&)
mfc.h:454: error: CString::CString(const wxChar*)
mfc.h:450: error: CString::CString(wxChar*)
mfc.h:446: error: CString::CString()
Preferences.h: In member function `CString CPreferences::GetCommentFilter()':
Preferences.h:1190: error: no matching function for call to `CString::CString(
char[512])'
mfc.h:478: error: candidates are: CString::CString(const CString&)
mfc.h:454: error: CString::CString(const wxChar*)
mfc.h:450: error: CString::CString(wxChar*)
mfc.h:446: error: CString::CString()
Preferences.h: In member function `CString CPreferences::GetDateTimeFormat()':
Preferences.h:1204: error: no matching function for call to `CString::CString(
char[32])'
mfc.h:478: error: candidates are: CString::CString(const CString&)
mfc.h:454: error: CString::CString(const wxChar*)
mfc.h:450: error: CString::CString(wxChar*)
mfc.h:446: error: CString::CString()
Preferences.h: In member function `CString CPreferences::GetWSPass()':
Preferences.h:1217: error: no matching function for call to `CString::CString(
char[256])'
mfc.h:478: error: candidates are: CString::CString(const CString&)
mfc.h:454: error: CString::CString(const wxChar*)
mfc.h:450: error: CString::CString(wxChar*)
mfc.h:446: error: CString::CString()
Preferences.h: In member function `CString CPreferences::GetWSLowPass()':
Preferences.h:1257: error: no matching function for call to `CString::CString(
char[256])'
mfc.h:478: error: candidates are: CString::CString(const CString&)
mfc.h:454: error: CString::CString(const wxChar*)
mfc.h:450: error: CString::CString(wxChar*)
mfc.h:446: error: CString::CString()
Preferences.h: In member function `CString CPreferences::GetTemplate()':
Preferences.h:1285: error: no matching function for call to `CString::CString(
char[2048])'
mfc.h:478: error: candidates are: CString::CString(const CString&)
mfc.h:454: error: CString::CString(const wxChar*)
mfc.h:450: error: CString::CString(wxChar*)
mfc.h:446: error: CString::CString()
In file included from Friend.h:25,
from AddFriend.h:25,
from AddFriend.cpp:31:
updownclient.h: In member function `void CUpDownClient::SetFileComment(char*)':
updownclient.h:288: error: no matching function for call to `CString::Format(
const char[3], char*&)'
mfc.h:466: error: candidates are: void CString::Format(const wxChar*, ...)
AddFriend.cpp: In member function `void CAddFriend::OnAddBtn(wxCommandEvent&)':
AddFriend.cpp:119: error: no matching function for call to `CString::Format(
const char[3], const wxChar*)'
mfc.h:466: error: candidates are: void CString::Format(const wxChar*, ...)
AddFriend.cpp:124: error: no matching function for call to `CString::Format(
const char[3], const wxChar*)'
mfc.h:466: error: candidates are: void CString::Format(const wxChar*, ...)
AddFriend.cpp:136: error: cannot convert `const wxChar*' to `const char*' for
argument `1' to `int atoi(const char*)'
AddFriend.cpp:136: error: cannot convert `const wxChar*' to `const char*' for
argument `1' to `int atoi(const char*)'
AddFriend.cpp:166: error: cannot convert `const wxChar*' to `const char*' for
argument `1' to `int sscanf(const char*, const char*, ...)'
make[1]: *** [AddFriend.o] Error 1
make[1]: Leaving directory `/home/box/xmule-1.8.4/src'
make: *** [all] Error 2
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Problems compiling xmule eantoranz Programming 1 10-16-2005 06:07 PM
XMule problem during launching ALInux Linux - Software 4 09-03-2005 02:10 PM
amule, lmule, and xmule problem tutwabee Linux - Software 5 07-15-2005 07:56 PM
xmule problem......... chunlee Linux - Software 3 06-22-2004 07:04 AM
Compiling xMule 1.60 ??? dominik81 Linux - Software 0 09-23-2003 07:47 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 04:54 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration