From owner-freebsd-questions@FreeBSD.ORG Thu Dec 1 22:28:36 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5EE0516A41F for ; Thu, 1 Dec 2005 22:28:36 +0000 (GMT) (envelope-from mfatihakbulut@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.206]) by mx1.FreeBSD.org (Postfix) with ESMTP id AD4C143D5C for ; Thu, 1 Dec 2005 22:28:35 +0000 (GMT) (envelope-from mfatihakbulut@gmail.com) Received: by xproxy.gmail.com with SMTP id h28so43381wxd for ; Thu, 01 Dec 2005 14:28:35 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:mime-version:content-type; b=G5qLaIyEHtBgwvPRYOYSlSooPoFXcViq61MZ1YNpRLWG8TnvDFX1LgxbXoMOsJZbt/2I8/NoVZ5p6S/IRv3bRiLWsRzR7llophHiRk4R2NVVjaDRfa0RR8pIWNv93DpDdoAnFZU/SZm63Ojq1Fvv5udVOAHDnW3VTpl8fBoWKOw= Received: by 10.65.189.16 with SMTP id r16mr1170532qbp; Thu, 01 Dec 2005 14:28:34 -0800 (PST) Received: by 10.64.195.1 with HTTP; Thu, 1 Dec 2005 14:28:34 -0800 (PST) Message-ID: Date: Fri, 2 Dec 2005 00:28:34 +0200 From: Mehmet Fatih AKBULUT To: kde@kde.org MIME-Version: 1.0 X-Mailman-Approved-At: Thu, 01 Dec 2005 22:40:01 +0000 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd@lists.enderunix.org Subject: Kopete missing file. (clientiface_stub.h) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Dec 2005 22:28:36 -0000 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 ?