Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 2 Dec 2005 00:28:34 +0200
From:      Mehmet Fatih AKBULUT <mfatihakbulut@gmail.com>
To:        kde@kde.org
Cc:        freebsd@lists.enderunix.org
Subject:   Kopete missing file. (clientiface_stub.h)
Message-ID:  <eed667140512011428g556fe97eob17ed4ca2f695c5d@mail.gmail.com>

next in thread | raw e-mail | index | archive | help
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.

[root@localhost] -> [/usr/local/include/kopete]#locate clientiface_stub.h
[root@localhost] -> [/usr/local/include/kopete]#

root@localhost# find / -name clientiface_stub.h
root@localhost#

as you see theres no output.
whats missing you think ?
any ideas ?



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?eed667140512011428g556fe97eob17ed4ca2f695c5d>