hi all.<br>i try to install latest version of kopete on my system. (Freebsd5.4)<br>first update kdenetwork package.<br>then download source of kopete.<br>and <br>#./configure<br>but when <br>#make <br>i got the error below :
<br><br>.<br>.<br>.<br>connectionmanager.cpp:7:30: clientiface_stub.h: No such file or directory<br>connectionmanager.cpp:18: error: ISO C++ forbids declaration of `ClientIface_stub' with no type<br>connectionmanager.cpp:18: error: expected `;' before '*' token
<br>connectionmanager.cpp: In constructor `ConnectionManager::ConnectionManager(QObject*, const char*)':<br>connectionmanager.cpp:27: error: 'class ConnectionManagerPrivate' has no member named 'm_stub'<br>connectionmanager.cpp
:27: error: `ClientIface_stub' has not been declared<br>connectionmanager.cpp: In member function `void ConnectionManager::updateStatus()':<br>connectionmanager.cpp:53: error: 'class ConnectionManagerPrivate' has no member named 'm_stub'
<br>connectionmanager.cpp: In member function `NetworkStatus::EnumRequestResult ConnectionManager::requestConnection(QWidget*, const QString&, bool)':<br>connectionmanager.cpp:115: error: 'class ConnectionManagerPrivate' has no member named 'm_stub'
<br>connectionmanager.cpp:121: error: 'class ConnectionManagerPrivate' has no member named 'm_stub'<br>connectionmanager.cpp: In member function `void ConnectionManager::relinquishConnection(const QString&)':<br>connectionmanager.cpp
:128: error: 'class ConnectionManagerPrivate' has no member named 'm_stub'<br>connectionmanager.cpp: At global scope:<br>connectionmanager.cpp:91: warning: unused parameter 'host'<br>*** Error code 1<br><br>Stop in /root/Desktop/downloads/kopete-
0.10.3/kopete/libkopete.<br>*** Error code 1<br><br>Stop in /root/Desktop/downloads/kopete-0.10.3/kopete/libkopete.<br>*** Error code 1<br><br>Stop in /root/Desktop/downloads/kopete-0.10.3/kopete.<br>*** Error code 1<br><br>
Stop in /root/Desktop/downloads/kopete-0.10.3.<br>*** Error code 1<br><br>Stop in /root/Desktop/downloads/kopete-0.10.3.<br><br><br>and searched for that file.<br><br>[root@localhost] -> [/usr/local/include/kopete]#locate clientiface_stub.h
<br>[root@localhost] -> [/usr/local/include/kopete]#<br><br>root@localhost# find / -name clientiface_stub.h<br>root@localhost#<br><br>as you see theres no output.<br>whats missing you think ?<br>any ideas ?<br>