Results 1 to 4 of 4
Hello, I'm not really a programmer, I've just been using Fedora since Fedora 8 as my desktop... A friend of mine a real Windows faithful, who swears WinXP Professional is ...
- 09-08-2009 #1Just Joined!
- Join Date
- Sep 2009
- Location
- Hamilton, Alabama - USA
- Posts
- 3
minGW32 under Linux...
Hello, I'm not really a programmer, I've just been using Fedora since Fedora 8 as my desktop... A friend of mine a real Windows faithful, who swears WinXP Professional is the greatest Windows to ever come about, saw me using Konversation (I use KDE, as my primary GUI) about 6 months ago. He asked if it was converted to Windows natively, I told him I didn't think so.
Later on I found KDE for Windows and told him to try that, and there was a version there marked unstable. He tried it and it crashed everytime he tried to edit his network. I then told him to use X-Chat for Windows, since it was very similiar to Konversation. He said that was all right, but Konversation did a couple other things then X-Chat. Basically it has a couple more USER BUTTONS, Version and WhoIs.
Finally I decided to use minGW and just compile him a native version of Konversation. Since I've never done that before I got a this:
]0;slasher:~/Documents/konversation-1.1/konversation/src[slasher src]$ cd srckonversation-1.1[7PDocumentskonversation-1.1exit[K[2Psu
Password: *****
]0;slasher:/home/slasher/Documents/konversation-1.1/konversation/src[?1034h[root src]# exitg++ konversationapplication.cpp -o konversation.exe
In file included from konversationapplication.cpp:16:
konversationapplication.h:19:25: error: preferences.h: No such file or directory
In file included from konversationapplication.h:20,
from konversationapplication.cpp:16:
osd.h:18:68: error: qpixmap.h: No such file or directory
osd.h:19:68: error: qtimer.h: No such file or directory
osd.h:20:62: error: qwidget.h: No such file or directory
In file included from konviface.h:16,
from konvdcop.h:18,
from konversationapplication.h:21,
from konversationapplication.cpp:16:
ignore.h:17:21: error: qstring.h: No such file or directory
In file included from konvdcop.h:18,
from konversationapplication.h:21,
from konversationapplication.cpp:16:
konviface.h:18:21: error: qobject.h: No such file or directory
konviface.h:19:25: error: qstringlist.h: No such file or directory
konviface.h:21:24: error: dcopobject.h: No such file or directory
In file included from konversationapplication.h:22,
from konversationapplication.cpp:16:
identity.h:18:24: error: ksharedptr.h: No such file or directory
In file included from konversationapplication.h:23,
from konversationapplication.cpp:16:
nickinfo.h:19:23: error: qdatetime.h: No such file or directory
nickinfo.h:22:30: error: kabc/addressbook.h: No such file or directory
In file included from konversationapplication.cpp:16:
konversationapplication.h:25:32: error: kuniqueapplication.h: No such file or directory
In file included from server.h:22,
from channel.h:17,
from konversationmainwindow.h:19,
from konversationapplication.cpp:17:
outputfilter.h:24:18: error: kurl.h: No such file or directory
outputfilter.h:25:24: error: kio/global.h: No such file or directory
In file included from server.h:24,
from channel.h:17,
from konversationmainwindow.h:19,
from konversationapplication.cpp:17:
sslsocket.h:22:27: error: kstreamsocket.h: No such file or directory
In file included from server.h:26,
from channel.h:17,
from konversationmainwindow.h:19,
from konversationapplication.cpp:17:
servergroupsettings.h:19:24: error: qvaluelist.h: No such file or directory
In file included from channel.h:17,
from konversationmainwindow.h:19,
from konversationapplication.cpp:17:
server.h:30:26: error: qvaluevector.h: No such file or directory
server.h:31:25: error: qguardedptr.h: No such file or directory
server.h:34:22: error: kprocess.h: No such file or directory
server.h:35:25: error: ksocketbase.h: No such file or directory
server.h:36:29: error: kbufferedsocket.h: No such file or directory
In file included from channel.h:18,
from konversationmainwindow.h:19,
from konversationapplication.cpp:17:
chatwindow.h:19:19: error: qvbox.h: No such file or directory
chatwindow.h:20:19: error: qfile.h: No such file or directory
In file included from channel.h:20,
from konversationmainwindow.h:19,
from konversationapplication.cpp:17:
nick.h:19:23: error: klistview.h: No such file or directory
In file included from konversationmainwindow.h:21,
from konversationapplication.cpp:17:
ssllabel.h:18:20: error: qlabel.h: No such file or directory
In file included from konversationapplication.cpp:17:
konversationmainwindow.h:27:25: error: kmainwindow.h: No such file or directory
konversationmainwindow.h:28:21: error: kaction.h: No such file or directory
In file included from konversationapplication.cpp:22:
highlight.h:22:20: error: qcolor.h: No such file or directory
In file included from konversationapplication.cpp:25:
quickconnectdialog.h:20:25: error: kdialogbase.h: No such file or directory
In file included from konversationapplication.cpp:29:
images.h:16:22: error: qiconset.h: No such file or directory
konversationapplication.cpp:34:24: error: qtextcodec.h: No such file or directory
konversationapplication.cpp:35:21: error: qregexp.h: No such file or directory
konversationapplication.cpp:36:23: error: qfileinfo.h: No such file or directory
konversationapplication.cpp:38:20: error: kdebug.h: No such file or directory
konversationapplication.cpp:39:26: error: kcmdlineargs.h: No such file or directory
konversationapplication.cpp:40:21: error: kconfig.h: No such file or directory
konversationapplication.cpp:41:24: error: dcopclient.h: No such file or directory
konversationapplication.cpp:42:24: error: kdeversion.h: No such file or directory
konversationapplication.cpp:43:27: error: kstandarddirs.h: No such file or directory
konversationapplication.cpp:44:21: error: klocale.h: No such file or directory
konversationapplication.cpp:45:25: error: kmessagebox.h: No such file or directory
konversationapplication.cpp:46:25: error: kiconloader.h: No such file or directory
konversationapplication.cpp:885:39: error: konversationapplication.moc: No such file or directory
In file included from konversationapplication.h:20,
from konversationapplication.cpp:16:
osd.h:30: error: expected class-name before ‘{’ token
osd.h:31: error: ISO C++ forbids declaration of ‘Q_OBJECT’ with no type
osd.h:33: error: expected ‘;’ before ‘public’
osd.h:36: error: ‘QWidget’ has not been declared
osd.h:40: error: ISO C++ forbids declaration of ‘QColor’ with no type
osd.h:40: error: expected ‘,’ or ‘...’ before ‘&’ token
osd.h:41: error: ISO C++ forbids declaration of ‘QColor’ with no type
osd.h:41: error: expected ‘,’ or ‘...’ before ‘&’ token
osd.h:43: error: ‘Alignment’ has not been declared
osd.h:44: error: ‘uint’ has not been declared
osd.h:54: error: expected primary-expression before ‘void’
osd.h:54: error: ISO C++ forbids declaration of ‘signals’ with no type
osd.h:54: error: expected ‘;’ before ‘void’
osd.h:56: error: expected ‘:’ before ‘slots’
osd.h:58: error: expected primary-expression before ‘void’
osd.h:58: error: ISO C++ forbids declaration of ‘slots’ with no type
osd.h:58: error: expected ‘;’ before ‘void’
osd.h:64: error: expected ‘:’ before ‘slots’
osd.h:65: error: expected primary-expression before ‘void’
osd.h:65: error: ISO C++ forbids declaration of ‘slots’ with no type
osd.h:65: error: expected ‘;’ before ‘void’
osd.h:70: error: ‘QMouseEvent’ has not been declared
osd.h:71: error: ‘QEvent’ has not been declared
osd.h:76: error: ‘QSize’ has not been declared
osd.h:86: error: field ‘m_appName’ has incomplete type
osd.h:88: error: field ‘timer’ has incomplete type
osd.h:89: error: field ‘timerMin’ has incomplete type
osd.h:90: error: ‘QPixmap’ does not name a type
osd.h:91: error: field ‘textBuffer’ has incomplete type
osd.h:92: error: field ‘m_currentText’ has incomplete type
osd.h:95: error: ‘Alignment’ does not name a type
osd.h:97: error: ‘uint’ does not name a type
osd.h:76: error: ‘QSize’ was not declared in this scope
osd.h: In member function ‘void OSDWidget::setText(const QString&)’:
osd.h:45: error: ‘m_currentText’ was not declared in this scope
osd.h: In member function ‘int OSDWidget::alignment()’:
osd.h:50: error: ‘m_alignment’ was not declared in this scope
osd.h: In member function ‘int OSDWidget::y()’:
osd.h:51: error: ‘m_y’ was not declared in this scope
osd.h: In member function ‘void OSDWidget::removeOSD()’:
osd.h:61: error: ‘hide’ was not declared in this scope
osd.h: At global scope:
osd.h:105: error: ISO C++ forbids declaration of ‘Q_OBJECT’ with no type
osd.h:107: error: expected ‘;’ before ‘public’
osd.h:110: error: ‘QPoint’ does not name a type
osd.h:113: error: expected primary-expression before ‘void’
osd.h:113: error: ISO C++ forbids declaration of ‘signals’ with no type
osd.h:113: error: expected ‘;’ before ‘void’
osd.h:116: error: ‘QMouseEvent’ has not been declared
osd.h:117: error: ‘QMouseEvent’ has not been declared
osd.h:118: error: ‘QMouseEvent’ has not been declared
osd.h:122: error: ‘QPoint’ does not name a type
In file included from konviface.h:16,
from konvdcop.h:18,
from konversationapplication.h:21,
from konversationapplication.cpp:16:
ignore.h:43: error: field ‘name’ has incomplete type
In file included from konvdcop.h:18,
from konversationapplication.h:21,
from konversationapplication.cpp:16:
konviface.h:25: error: expected class-name before ‘{’ token
konviface.h:26: error: ‘K_DCOP’ does not name a type
konviface.h:52: error: expected class-name before ‘{’ token
konviface.h:53: error: ‘K_DCOP’ does not name a type
In file included from konversationapplication.h:21,
from konversationapplication.cpp:16:
konvdcop.h:25: error: expected class-name before ‘,’ token
konvdcop.h:27: error: ISO C++ forbids declaration of ‘Q_OBJECT’ with no type
konvdcop.h:29: error: expected ‘;’ before ‘public’
konvdcop.h:37: error: expected primary-expression before ‘void’
konvdcop.h:37: error: ISO C++ forbids declaration of ‘signals’ with no type
konvdcop.h:37: error: expected ‘;’ before ‘void’
konvdcop.h:51: error: expected ‘:’ before ‘slots’
konvdcop.h:52: error: expected primary-expression before ‘void’
konvdcop.h:52: error: ISO C++ forbids declaration of ‘slots’ with no type
konvdcop.h:52: error: expected ‘;’ before ‘void’
konvdcop.h:45: error: default argument for parameter of type ‘const QString&’ has type ‘const char [1]’
konvdcop.h:46: error: default argument for parameter of type ‘const QString&’ has type ‘const char [1]’
konvdcop.h:47: error: default argument for parameter of type ‘const QString&’ has type ‘const char [1]’
konvdcop.h:48: error: default argument for parameter of type ‘const QString&’ has type ‘const char [1]’
konvdcop.h:70: error: expected class-name before ‘,’ token
konvdcop.h:72: error: ISO C++ forbids declaration of ‘Q_OBJECT’ with no type
konvdcop.h:74: error: expected ‘;’ before ‘public’
In file included from konversationapplication.h:22,
from konversationapplication.cpp:16:
identity.h:25: error: expected class-name before ‘{’ token
identity.h:46: error: ‘uint’ has not been declared
identity.h:47: error: ‘uint’ has not been declared
identity.h:94: error: field ‘name’ has incomplete type
identity.h:96: error: field ‘bot’ has incomplete type
identity.h:97: error: field ‘password’ has incomplete type
identity.h:99: error: field ‘realName’ has incomplete type
identity.h:100: error: field ‘ident’ has incomplete type
identity.h:102: error: field ‘nicknameList’ has incomplete type
identity.h:104: error: field ‘partReason’ has incomplete type
identity.h:105: error: field ‘quitReason’ has incomplete type
identity.h:106: error: field ‘kickReason’ has incomplete type
identity.h:110: error: field ‘awayMessage’ has incomplete type
identity.h:111: error: field ‘returnMessage’ has incomplete type
identity.h:117: error: field ‘m_codecName’ has incomplete type
identity.h:120: error: field ‘m_shellCommand’ has incomplete type
identity.h:122: error: field ‘awayNick’ has incomplete type
identity.h:130: error: expected initializer before ‘<’ token
identity.h:131: error: expected initializer before ‘<’ token
In file included from konversationapplication.h:23,
from konversationapplication.cpp:16:
nickinfo.h:36: error: expected class-name before ‘,’ token
nickinfo.h:37: error: expected class-name before ‘{’ token
nickinfo.h:38: error: ISO C++ forbids declaration of ‘Q_OBJECT’ with no type
nickinfo.h:40: error: expected ‘;’ before ‘public’
nickinfo.h:60: error: ‘QDateTime’ does not name a type
nickinfo.h:61: error: ‘uint’ does not name a type
nickinfo.h:75: error: ‘KABC’ has not been declared
nickinfo.h:75: error: ISO C++ forbids declaration of ‘Addressee’ with no type
nickinfo.h:75: error: expected ‘;’ before ‘getAddressee’
nickinfo.h:106: error: ISO C++ forbids declaration of ‘QDateTime’ with no type
nickinfo.h:106: error: expected ‘,’ or ‘...’ before ‘&’ token
nickinfo.h:113: error: ‘QTextStream’ has not been declared
nickinfo.h:140: error: field ‘m_nickname’ has incomplete type
nickinfo.h:141: error: field ‘m_loweredNickname’ has incomplete type
nickinfo.h:143: error: field ‘m_hostmask’ has incomplete type
nickinfo.h:145: error: field ‘m_awayMessage’ has incomplete type
nickinfo.h:146: error: field ‘m_identdInfo’ has incomplete type
nickinfo.h:147: error: field ‘m_versionInfo’ has incomplete type
nickinfo.h:149: error: field ‘m_realName’ has incomplete type
nickinfo.h:151: error: field ‘m_netServer’ has incomplete type
nickinfo.h:152: error: field ‘m_netServerInfo’ has incomplete type
nickinfo.h:153: error: ‘QDateTime’ does not name a type
nickinfo.h:154: error: ‘KABC’ has not been declared
nickinfo.h:154: error: ISO C++ forbids declaration of ‘Addressee’ with no type
nickinfo.h:154: error: expected ‘;’ before ‘m_addressee’
nickinfo.h:164: error: ‘uint’ does not name a type
nickinfo.h:166: error: expected ‘:’ before ‘slots’
nickinfo.h:167: error: expected primary-expression before ‘void’
nickinfo.h:167: error: ISO C++ forbids declaration of ‘slots’ with no type
nickinfo.h:167: error: expected ‘;’ before ‘void’
nickinfo.h:173: error: expected primary-expression before ‘void’
nickinfo.h:173: error: ISO C++ forbids declaration of ‘signals’ with no type
nickinfo.h:173: error: expected ‘;’ before ‘void’
nickinfo.h:179: error: expected initializer before ‘<’ token
nickinfo.h:182: error: expected initializer before ‘<’ token
nickinfo.h:184: error: expected initializer before ‘<’ token
In file included from konversationapplication.cpp:16:
konversationapplication.h:60: error: expected class-name before ‘{’ token
konversationapplication.h:61: error: ISO C++ forbids declaration of ‘Q_OBJECT’ with no type
konversationapplication.h:63: error: expected ‘;’ before ‘public’
konversationapplication.h:74: error: expected ‘;’ before ‘ConnectionManager’
In file included from konversationapplication.cpp:16:
konversationapplication.h:108: error: ‘NickInfoPtr’ does not name a type
konversationapplication.h:125: error: expected primary-expression before ‘void’
konversationapplication.h:125: error: ISO C++ forbids declaration of ‘signals’ with no type
konversationapplication.h:125: error: expected ‘;’ before ‘void’
konversationapplication.h:126: error: expected unqualified-id before ‘*’ token
konversationapplication.h:126: error: expected ‘)’ before ‘*’ token
konversationapplication.h:126: error: expected ‘;’ before ‘*’ token
konversationapplication.h:129: error: expected ‘:’ before ‘slots’
konversationapplication.h:130: error: expected primary-expression before ‘void’
konversationapplication.h:130: error: ISO C++ forbids declaration of ‘slots’ with no type
konversationapplication.h:130: error: expected ‘;’ before ‘void’
konversationapplication.h:137: error: expected ‘:’ before ‘slots’
konversationapplication.h:138: error: expected primary-expression before ‘void’
konversationapplication.h:138: error: ISO C++ forbids declaration of ‘slots’ with no type
konversationapplication.h:138: error: expected ‘;’ before ‘void’
konversationapplication.h:153: error: field ‘urlList’ has incomplete type
konversationapplication.h:163: error: field ‘colorList’ has incomplete type
In file included from server.h:20,
from channel.h:17,
from konversationmainwindow.h:19,
from konversationapplication.cpp:17:
channelnick.h:23: error: expected class-name before ‘,’ token
channelnick.h:24: error: expected class-name before ‘{’ token
channelnick.h:25: error: ISO C++ forbids declaration of ‘Q_OBJECT’ with no type
channelnick.h:27: error: expected ‘;’ before ‘public’
channelnick.h:41: error: ‘uint’ does not name a type
channelnick.h:42: error: ‘uint’ does not name a type
channelnick.h:53: error: ‘uint’ has not been declared
channelnick.h:55: error: ‘NickInfoPtr’ does not name a type
channelnick.h:63: error: ‘NickInfoPtr’ does not name a type
channelnick.h:69: error: ‘uint’ does not name a type
channelnick.h:70: error: ‘uint’ does not name a type
channelnick.h:73: error: expected primary-expression before ‘void’
channelnick.h:73: error: ISO C++ forbids declaration of ‘signals’ with no type
channelnick.h:73: error: expected ‘;’ before ‘void’
channelnick.h:75: error: expected ‘:’ before ‘slots’
channelnick.h:76: error: expected primary-expression before ‘void’
channelnick.h:76: error: ISO C++ forbids declaration of ‘slots’ with no type
channelnick.h:76: error: expected ‘;’ before ‘void’
channelnick.h:82: error: expected initializer before ‘<’ token
channelnick.h:87: error: expected initializer before ‘<’ token
channelnick.h:89: error: expected initializer before ‘<’ token
channelnick.h:94: error: expected initializer before ‘<’ token
In file included from server.h:21,
from channel.h:17,
from konversationmainwindow.h:19,
from konversationapplication.cpp:17:
inputfilter.h:29: error: expected class-name before ‘{’ token
inputfilter.h:30: error: ISO C++ forbids declaration of ‘Q_OBJECT’ with no type
inputfilter.h:32: error: expected ‘;’ before ‘public’
inputfilter.h:51: error: expected primary-expression before ‘void’
inputfilter.h:51: error: ISO C++ forbids declaration of ‘signals’ with no type
inputfilter.h:51: error: expected ‘;’ before ‘void’
In file included from server.h:21,
from channel.h:17,
from konversationmainwindow.h:19,
from konversationapplication.cpp:17:
inputfilter.h:83: error: ISO C++ forbids declaration of ‘QMap’ with no type
inputfilter.h:83: error: expected ‘;’ before ‘<’ token
inputfilter.h:84: error: field ‘whoRequestList’ has incomplete type
In file included from server.h:22,
from channel.h:17,
from konversationmainwindow.h:19,
from konversationapplication.cpp:17:
outputfilter.h:44: error: field ‘output’ has incomplete type
outputfilter.h:45: error: field ‘outputList’ has incomplete type
outputfilter.h:46: error: field ‘toServer’ has incomplete type
outputfilter.h:47: error: field ‘toServerList’ has incomplete type
outputfilter.h:48: error: field ‘typeString’ has incomplete type
outputfilter.h:53: error: expected class-name before ‘{’ token
outputfilter.h:54: error: ISO C++ forbids declaration of ‘Q_OBJECT’ with no type
outputfilter.h:56: error: expected ‘;’ before ‘public’
outputfilter.h:60: error: ‘uint’ has not been declared
In file included from server.h:22,
from channel.h:17,
from konversationmainwindow.h:19,
from konversationapplication.cpp:17:
outputfilter.h:69: error: ‘KIO’ has not been declared
outputfilter.h:69: error: expected ‘,’ or ‘...’ before ‘startAt’
outputfilter.h:75: error: expected primary-expression before ‘void’
outputfilter.h:75: error: ISO C++ forbids declaration of ‘signals’ with no type
outputfilter.h:75: error: expected ‘;’ before ‘void’
outputfilter.h:107: error: expected ‘:’ before ‘slots’
outputfilter.h:108: error: expected primary-expression before ‘void’
outputfilter.h:108: error: ISO C++ forbids declaration of ‘slots’ with no type
outputfilter.h:108: error: expected ‘;’ before ‘void’
outputfilter.h:176: error: field ‘destination’ has incomplete type
outputfilter.h:177: error: field ‘commandChar’ has incomplete type
outputfilter.h:96: error: default argument for parameter of type ‘const QString&’ has type ‘const char [1]’
outputfilter.h:97: error: default argument for parameter of type ‘const QString&’ has type ‘const char [1]’
outputfilter.h:98: error: default argument for parameter of type ‘const QString&’ has type ‘const char [1]’
outputfilter.h:99: error: default argument for parameter of type ‘const QString&’ has type ‘const char [1]’
In file included from server.h:24,
from channel.h:17,
from konversationmainwindow.h:19,
from konversationapplication.cpp:17:
sslsocket.h:23: error: ‘KNetwork’ is not a namespace-name
sslsocket.h:23: error: expected namespace-name before ‘;’ token
sslsocket.h:28: error: expected class-name before ‘{’ token
sslsocket.h:29: error: ISO C++ forbids declaration of ‘Q_OBJECT’ with no type
sslsocket.h:31: error: expected ‘;’ before ‘public’
sslsocket.h:38: error: ‘Q_LONG’ does not name a type
sslsocket.h:39: error: ‘Q_LONG’ does not name a type
sslsocket.h:42: error: ‘KClientSocketBase’ has not been declared
sslsocket.h:42: error: expected ‘,’ or ‘...’ before ‘newState’
sslsocket.h:48: error: expected primary-expression before ‘void’
sslsocket.h:48: error: ISO C++ forbids declaration of ‘signals’ with no type
sslsocket.h:48: error: expected ‘;’ before ‘void’
In file included from server.h:25,
from channel.h:17,
from konversationmainwindow.h:19,
from konversationapplication.cpp:17:
serversettings.h:44: error: field ‘m_host’ has incomplete type
serversettings.h:46: error: field ‘m_password’ has incomplete type
serversettings.h: In member function ‘QString Konversation::ServerSettings::host() const’:
serversettings.h:30: error: return type ‘struct QString’ is incomplete
serversettings.h:30: error: ‘m_host’ was not declared in this scope
serversettings.h: In member function ‘QString Konversation::ServerSettings:
assword() const’:
serversettings.h:36: error: return type ‘struct QString’ is incomplete
serversettings.h:36: error: ‘m_password’ was not declared in this scope
In file included from server.h:26,
from channel.h:17,
from konversationmainwindow.h:19,
from konversationapplication.cpp:17:
servergroupsettings.h: At global scope:
servergroupsettings.h:50: error: field ‘m_name’ has incomplete type
servergroupsettings.h:51: error: field ‘m_password’ has incomplete type
servergroupsettings.h: In member function ‘void Konversation::ChannelSettings::setName(const QString&)’:
servergroupsettings.h:38: error: ‘m_name’ was not declared in this scope
servergroupsettings.h: In member function ‘QString Konversation::ChannelSettings::name() const’:
servergroupsettings.h:39: error: return type ‘struct QString’ is incomplete
servergroupsettings.h:39: error: ‘m_name’ was not declared in this scope
servergroupsettings.h: In member function ‘void Konversation::ChannelSettings::setPassword(const QString&)’:
servergroupsettings.h:41: error: ‘m_password’ was not declared in this scope
servergroupsettings.h: In member function ‘QString Konversation::ChannelSettings:
assword() const’:
servergroupsettings.h:42: error: return type ‘struct QString’ is incomplete
servergroupsettings.h:42: error: ‘m_password’ was not declared in this scope
servergroupsettings.h: At global scope:
servergroupsettings.h:57: error: expected initializer before ‘<’ token
servergroupsettings.h:58: error: expected initializer before ‘<’ token
servergroupsettings.h:59: error: expected initializer before ‘<’ token
servergroupsettings.h:60: error: expected initializer before ‘<’ token
servergroupsettings.h:63: error: expected class-name before ‘{’ token
servergroupsettings.h:74: error: ISO C++ forbids declaration of ‘ServerList’ with no type
servergroupsettings.h:74: error: expected ‘,’ or ‘...’ before ‘&’ token
servergroupsettings.h:77: error: ‘ServerList’ does not name a type
servergroupsettings.h:83: error: ‘IdentityPtr’ does not name a type
servergroupsettings.h:85: error: ISO C++ forbids declaration of ‘ChannelList’ with no type
servergroupsettings.h:85: error: expected ‘,’ or ‘...’ before ‘&’ token
servergroupsettings.h:89: error: ‘ChannelList’ does not name a type
servergroupsettings.h:103: error: ISO C++ forbids declaration of ‘ChannelList’ with no type
servergroupsettings.h:103: error: expected ‘,’ or ‘...’ before ‘&’ token
servergroupsettings.h:105: error: ‘ChannelList’ does not name a type
servergroupsettings.h:117: error: field ‘m_name’ has incomplete type
servergroupsettings.h:118: error: ‘ServerList’ does not name a type
servergroupsettings.h:120: error: ‘ChannelList’ does not name a type
servergroupsettings.h:121: error: ‘ChannelList’ does not name a type
servergroupsettings.h:122: error: field ‘m_connectCommands’ has incomplete type
servergroupsettings.h:124: error: field ‘m_group’ has incomplete type
servergroupsettings.h: In member function ‘void Konversation::ServerGroupSettings::setName(const QString&)’:
servergroupsettings.h:71: error: ‘m_name’ was not declared in this scope
servergroupsettings.h: In member function ‘QString Konversation::ServerGroupSettings::name() const’:
servergroupsettings.h:72: error: return type ‘struct QString’ is incomplete
servergroupsettings.h:72: error: ‘m_name’ was not declared in this scope
servergroupsettings.h: In member function ‘void Konversation::ServerGroupSettings::addServer(const Konversation::ServerSettings&)’:
servergroupsettings.h:75: error: ‘m_serverList’ was not declared in this scope
servergroupsettings.h: In member function ‘void Konversation::ServerGroupSettings::addChannel(cons t Konversation::ChannelSettings&)’:
servergroupsettings.h:86: error: ‘m_channelList’ was not declared in this scope
servergroupsettings.h: In member function ‘void Konversation::ServerGroupSettings::setConnectComma nds(const QString&)’:
servergroupsettings.h:92: error: ‘m_connectCommands’ was not declared in this scope
servergroupsettings.h: In member function ‘QString Konversation::ServerGroupSettings::connectCommands () const’:
servergroupsettings.h:93: error: return type ‘struct QString’ is incomplete
servergroupsettings.h:93: error: ‘m_connectCommands’ was not declared in this scope
servergroupsettings.h: In member function ‘void Konversation::ServerGroupSettings::setChannelHisto ry(int)’:
servergroupsettings.h:103: error: ‘m_channelHistory’ was not declared in this scope
servergroupsettings.h:103: error: ‘list’ was not declared in this scope
In file included from server.h:27,
from channel.h:17,
from konversationmainwindow.h:19,
from konversationapplication.cpp:17:
connectionsettings.h: At global scope:
connectionsettings.h:34: error: ‘ServerGroupSettingsPtr’ in namespace ‘Konversation’ does not name a type
connectionsettings.h:35: error: ‘Konversation::ServerGroupSettingsPtr’ has not been declared
connectionsettings.h:37: error: ‘IdentityPtr’ does not name a type
connectionsettings.h:45: error: ‘uint’ does not name a type
connectionsettings.h:47: error: ‘uint’ has not been declared
connectionsettings.h:52: error: ‘ServerGroupSettingsPtr’ in namespace ‘Konversation’ does not name a type
connectionsettings.h:54: error: field ‘m_initialNick’ has incomplete type
connectionsettings.h:57: error: ‘uint’ does not name a type
connectionsettings.h: In member function ‘void ConnectionSettings::setServerGroup(int)’:
connectionsettings.h:35: error: ‘m_serverGroup’ was not declared in this scope
connectionsettings.h: In member function ‘void ConnectionSettings::setInitialNick(const QString&)’:
connectionsettings.h:40: error: ‘m_initialNick’ was not declared in this scope
connectionsettings.h: In member function ‘void ConnectionSettings::incrementReconnectCount()’:
connectionsettings.h:46: error: ‘m_reconnectCount’ was not declared in this scope
connectionsettings.h: In member function ‘void ConnectionSettings::setReconnectCount(int)’:
connectionsettings.h:47: error: ‘m_reconnectCount’ was not declared in this scope
In file included from channel.h:17,
from konversationmainwindow.h:19,
from konversationapplication.cpp:17:
server.h: At global scope:
server.h:54: error: ‘KNetwork’ is not a namespace-name
server.h:54: error: expected namespace-name before ‘;’ token
server.h:59: error: expected class-name before ‘{’ token
server.h:60: error: ISO C++ forbids declaration of ‘Q_OBJECT’ with no type
server.h:61: error: expected ‘;’ before ‘friend’
server.h:79: error: expected ‘)’ before ‘*’ token
server.h:90: error: ‘ServerGroupSettingsPtr’ in namespace ‘Konversation’ does not name a type
server.h:91: error: ‘IdentityPtr’ does not name a type
In file included from channel.h:17,
from konversationmainwindow.h:19,
from konversationapplication.cpp:17:
server.h:201: error: ‘NickInfoPtr’ does not name a type
server.h:207: error: ‘NickInfoPtr’ does not name a type
server.h:217: error: ISO C++ forbids declaration of ‘NickInfoMap’ with no type
server.h:217: error: expected ‘;’ before ‘*’ token
server.h:226: error: ISO C++ forbids declaration of ‘ChannelNickMap’ with no type
server.h:226: error: expected ‘;’ before ‘*’ token
server.h:236: error: ISO C++ forbids declaration of ‘ChannelNickMap’ with no type
server.h:236: error: expected ‘;’ before ‘*’ token
server.h:245: error: ISO C++ forbids declaration of ‘ChannelNickMap’ with no type
server.h:245: error: expected ‘;’ before ‘*’ token
server.h:267: error: ‘ChannelNickPtr’ does not name a type
server.h:277: error: ‘ChannelNickPtr’ does not name a type
server.h:284: error: ‘KABC’ has not been declared
server.h:284: error: ISO C++ forbids declaration of ‘Addressee’ with no type
server.h:284: error: expected ‘;’ before ‘getOfflineNickAddressee’
server.h:289: error: ISO C++ forbids declaration of ‘QPtrList’ with no type
server.h:289: error: expected ‘;’ before ‘<’ token
server.h:291: error: expected ‘;’ before ‘void’
server.h:291: error: ISO C++ forbids declaration of ‘ChannelNickPtr’ with no type
server.h:291: error: expected ‘,’ or ‘...’ before ‘channelNick’
server.h:292: error: ISO C++ forbids declaration of ‘NickInfoPtr’ with no type
server.h:292: error: expected ‘,’ or ‘...’ before ‘nickInfo’
server.h:321: error: ‘ChannelNickPtr’ does not name a type
server.h:340: error: ‘KIO’ has not been declared
server.h:340: error: expected ‘,’ or ‘...’ before ‘startAt’
server.h:364: error: expected primary-expression before ‘void’
server.h:364: error: ISO C++ forbids declaration of ‘signals’ with no type
server.h:364: error: expected ‘;’ before ‘void’
server.h:391: error: ISO C++ forbids declaration of ‘NickInfoPtr’ with no type
server.h:391: error: expected ‘,’ or ‘...’ before ‘nickInfo’
server.h:394: error: ISO C++ forbids declaration of ‘ChannelNickPtr’ with no type
server.h:394: error: expected ‘,’ or ‘...’ before ‘channelNick’
server.h:420: error: expected ‘:’ before ‘slots’
server.h:421: error: expected primary-expression before ‘void’
server.h:421: error: ISO C++ forbids declaration of ‘slots’ with no type
server.h:421: error: expected ‘;’ before ‘void’
server.h:434: error: ISO C++ forbids declaration of ‘NickInfoPtr’ with no type
server.h:434: error: expected ‘,’ or ‘...’ before ‘&’ token
server.h:443: error: ‘KURL’ has not been declared
server.h:443: error: ‘uint’ has not been declared
server.h:474: error: expected ‘:’ before ‘slots’
server.h:475: error: expected primary-expression before ‘void’
server.h:475: error: ISO C++ forbids declaration of ‘slots’ with no type
server.h:475: error: expected ‘;’ before ‘void’
server.h:476: error: ‘KProcess’ has not been declared
server.h:512: error: ‘KResolverResults’ has not been declared
server.h:513: error: ‘KResolverResults’ has not been declared
server.h:523: error: expected ‘:’ before ‘slots’
server.h:524: error: expected primary-expression before ‘void’
server.h:524: error: ISO C++ forbids declaration of ‘slots’ with no type
server.h:524: error: expected ‘;’ before ‘void’
server.h:551: error: ‘ChannelNickPtr’ does not name a type
server.h:560: error: ‘NickInfoPtr’ does not name a type
server.h:569: error: ISO C++ forbids declaration of ‘NickInfoPtr’ with no type
server.h:569: error: expected ‘,’ or ‘...’ before ‘nickInfo’
server.h:609: error: ‘NickInfoPtr’ has not been declared
server.h:618: error: ISO C++ forbids declaration of ‘QValueList’ with no type
server.h:618: error: expected ‘;’ before ‘<’ token
server.h:619: error: field ‘m_referenceNicklist’ has incomplete type
server.h:622: error: field ‘m_serverNickPrefixes’ has incomplete type
server.h:623: error: field ‘m_serverNickPrefixModes’ has incomplete type
server.h:624: error: field ‘m_channelPrefixes’ has incomplete type
server.h:628: error: field ‘m_autoJoinCommands’ has incomplete type
server.h:630: error: ‘KNetwork’ has not been declared
server.h:630: error: ISO C++ forbids declaration of ‘KStreamSocket’ with no type
server.h:630: error: expected ‘;’ before ‘*’ token
server.h:632: error: field ‘m_reconnectTimer’ has incomplete type
server.h:633: error: field ‘m_incomingTimer’ has incomplete type
server.h:634: error: field ‘m_notifyTimer’ has incomplete type
server.h:635: error: field ‘m_notifyCache’ has incomplete type
server.h:639: error: field ‘m_inputBufferIncomplete’ has incomplete type
server.h:640: error: field ‘m_inputBuffer’ has incomplete type
server.h:642: error: ISO C++ forbids declaration of ‘QValueVector’ with no type
server.h:642: error: expected ‘;’ before ‘<’ token
server.h:645: error: field ‘m_nickname’ has incomplete type
server.h:646: error: field ‘m_loweredNickname’ has incomplete type
server.h:647: error: field ‘m_ownIpByUserhost’ has incomplete type
server.h:648: error: field ‘m_ownIpByWelcome’ has incomplete type
server.h:650: error: ISO C++ forbids declaration of ‘QPtrList’ with no type
server.h:650: error: expected ‘;’ before ‘<’ token
server.h:651: error: ISO C++ forbids declaration of ‘QPtrList’ with no type
server.h:651: error: expected ‘;’ before ‘<’ token
server.h:656: error: ISO C++ forbids declaration of ‘QGuardedPtr’ with no type
server.h:656: error: expected ‘;’ before ‘<’ token
server.h:657: error: ISO C++ forbids declaration of ‘QGuardedPtr’ with no type
server.h:657: error: expected ‘;’ before ‘<’ token
server.h:658: error: ISO C++ forbids declaration of ‘QGuardedPtr’ with no type
server.h:658: error: expected ‘;’ before ‘<’ token
server.h:661: error: field ‘m_awayReason’ has incomplete type
server.h:662: error: field ‘m_nonAwayNick’ has incomplete type
server.h:671: error: ‘KProcess’ does not name a type
server.h:681: error: ‘NickInfoMap’ does not name a type
server.h:684: error: ‘ChannelMembershipMap’ does not name a type
server.h:688: error: ‘ChannelMembershipMap’ does not name a type
server.h:690: error: ‘NickInfoMap’ does not name a type
server.h:692: error: field ‘m_allowedChannelModes’ has incomplete type
server.h:695: error: ISO C++ forbids declaration of ‘QMap’ with no type
server.h:695: error: expected ‘;’ before ‘<’ token
server.h:704: error: ‘QTime’ does not name a type
server.h:706: error: field ‘m_pingResponseTimer’ has incomplete type
server.h:709: error: field ‘m_prevISONList’ has incomplete type
server.h:171: error: default argument for parameter of type ‘const QString&’ has type ‘const char [1]’
server.h:443: error: invalid use of incomplete type ‘struct QString’
osd.h:24: error: forward declaration of ‘struct QString’
server.h:446: error: invalid use of incomplete type ‘struct QString’
osd.h:24: error: forward declaration of ‘struct QString’
In file included from channel.h:17,
from konversationmainwindow.h:19,
from konversationapplication.cpp:17:
server.h: In member function ‘QString Server::getDisplayName()’:
server.h:87: error: return type ‘struct QString’ is incomplete
server.h:87: error: invalid use of incomplete type ‘struct QString’
osd.h:24: error: forward declaration of ‘struct QString’
server.h: In member function ‘QString Server::getServerName()’:
server.h:88: error: return type ‘struct QString’ is incomplete
In file included from channel.h:17,
from konversationmainwindow.h:19,
from konversationapplication.cpp:17:
server.h: In member function ‘StatusPanel* Server::getStatusView() const’:
server.h:165: error: ‘m_statusView’ was not declared in this scope
server.h: In member function ‘void Server::setAwayReason(const QString&)’:
server.h:178: error: ‘m_awayReason’ was not declared in this scope
server.h: In member function ‘void Server::setAllowedChannelModes(const QString&)’:
server.h:323: error: ‘m_allowedChannelModes’ was not declared in this scope
server.h: In member function ‘QString Server::allowedChannelModes() const’:
server.h:324: error: return type ‘struct QString’ is incomplete
server.h:324: error: ‘m_allowedChannelModes’ was not declared in this scope
server.h: In member function ‘QStringList Server::getAutoJoinCommands() const’:
server.h:614: error: return type ‘struct QStringList’ is incomplete
server.h:614: error: ‘m_autoJoinCommands’ was not declared in this scope
server.h: In member function ‘void Server::setAutoJoinCommands(const QStringList&)’:
server.h:615: error: ‘m_autoJoinCommands’ was not declared in this scope
In file included from channel.h:18,
from konversationmainwindow.h:19,
from konversationapplication.cpp:17:
chatwindow.h: At global scope:
chatwindow.h:28: error: expected class-name before ‘{’ token
chatwindow.h:29: error: ISO C++ forbids declaration of ‘Q_OBJECT’ with no type
chatwindow.h:31: error: expected ‘;’ before ‘public’
chatwindow.h:99: error: ‘QObject’ has not been declared
chatwindow.h:99: error: ‘QEvent’ has not been declared
chatwindow.h:124: error: ‘QColor’ does not name a type
chatwindow.h:127: error: expected primary-expression before ‘void’
chatwindow.h:127: error: ISO C++ forbids declaration of ‘signals’ with no type
chatwindow.h:127: error: expected ‘;’ before ‘void’
chatwindow.h:140: error: expected ‘:’ before ‘slots’
chatwindow.h:141: error: expected primary-expression before ‘void’
chatwindow.h:141: error: ISO C++ forbids declaration of ‘slots’ with no type
chatwindow.h:141: error: expected ‘;’ before ‘void’
chatwindow.h:161: error: expected ‘:’ before ‘slots’
chatwindow.h:163: error: expected primary-expression before ‘virtual’
chatwindow.h:163: error: ISO C++ forbids declaration of ‘slots’ with no type
chatwindow.h:163: error: expected ‘;’ before ‘virtual’
chatwindow.h:186: error: field ‘name’ has incomplete type
chatwindow.h:187: error: field ‘logName’ has incomplete type
chatwindow.h:189: error: field ‘font’ has incomplete type
chatwindow.h:196: error: ‘QFile’ does not name a type
chatwindow.h: In member function ‘QString ChatWindow::logFileName()’:
chatwindow.h:101: error: return type ‘struct QString’ is incomplete
chatwindow.h:101: error: ‘logfile’ was not declared in this scope
chatwindow.h: In member function ‘virtual QString ChatWindow::getChannelEncoding()’:
chatwindow.h:104: error: return type ‘struct QString’ is incomplete
chatwindow.h:104: error: invalid use of incomplete type ‘struct QString’
osd.h:24: error: forward declaration of ‘struct QString’
chatwindow.h: In member function ‘virtual QString ChatWindow::getChannelEncodingDefaultDesc()’:
chatwindow.h:105: error: return type ‘struct QString’ is incomplete
chatwindow.h:105: error: invalid use of incomplete type ‘struct QString’
osd.h:24: error: forward declaration of ‘struct QString’
In file included from channel.h:20,
from konversationmainwindow.h:19,
from konversationapplication.cpp:17:
nick.h: At global scope:
nick.h:23: error: expected class-name before ‘,’ token
nick.h:24: error: expected class-name before ‘{’ token
nick.h:25: error: ISO C++ forbids declaration of ‘Q_OBJECT’ with no type
nick.h:26: error: expected ‘;’ before ‘public’
nick.h:31: error: ‘ChannelNickPtr’ does not name a type
nick.h:34: error: ‘QPainter’ has not been declared
nick.h:34: error: ISO C++ forbids declaration of ‘QColorGroup’ with no type
nick.h:34: error: expected ‘,’ or ‘...’ before ‘&’ token
nick.h:35: error: ‘QListViewItem’ has not been declared
nick.h:37: error: expected ‘:’ before ‘slots’
nick.h:38: error: expected primary-expression before ‘void’
nick.h:38: error: ISO C++ forbids declaration of ‘slots’ with no type
nick.h:38: error: expected ‘;’ before ‘void’
nick.h:41: error: expected primary-expression before ‘void’
nick.h:41: error: ISO C++ forbids declaration of ‘signals’ with no type
nick.h:41: error: expected ‘;’ before ‘void’
nick.h:48: error: ‘ChannelNickPtr’ does not name a type
nick.h:50: error: field ‘label’ has incomplete type
In file included from konversationmainwindow.h:19,
from konversationapplication.cpp:17:
channel.h:53: error: expected template-name before ‘<’ token
channel.h:53: error: expected ‘{’ before ‘<’ token
channel.h:53: error: expected unqualified-id before ‘<’ token
]0;slasher:/home/slasher/Documents/konversation-1.1/konversation/src[root src]# exio[Kt
exit
]0;slasher:~/Documents/konversation-1.1/konversation/src[slasher src]$
- 09-08-2009 #2
Have you installed the needed libraries for compiling it. To me this seems like minGW32 can't find Qt header files. Try Downloads — Qt - A cross-platform application and UI framework choose LGPL/Free and download Qt libraries for Windows, I think should be enough.
- 09-08-2009 #3Just Joined!
- Join Date
- Sep 2009
- Location
- Hamilton, Alabama - USA
- Posts
- 3
I used YUM to install minGW... I figured it automatically downloaded all the libraries with YUM. But I will try that. Thank you.
I was going to download that QT Libraries for Windows and they are in EXE format. I'm using minGW32 under Fedora 11 to create my Windows EXE.... Those are not going to work. Anyone else got any ideas?
- 09-09-2009 #4Just Joined!
- Join Date
- Sep 2009
- Location
- Hamilton, Alabama - USA
- Posts
- 3
I ended up redownloading KDE 4 Windows on hi s computer after talking to some guys on FreeNode in #Konversation... They had told me that many improvements had been made in the code for Windows with KDE 4 Windows. Still I would love to see it converted without using KDE 4 Windows. Just a stand alone program. But for now, my friend with his Windows box is happy. Anyone willing to try and convert it to Windows natively? Aside for from KDE 4 Windows...


Reply With Quote