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

