From owner-freebsd-questions@FreeBSD.ORG Tue Jul 21 22:51:18 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A1072106566B for ; Tue, 21 Jul 2009 22:51:18 +0000 (UTC) (envelope-from lumiwa@gmail.com) Received: from mail-yx0-f181.google.com (mail-yx0-f181.google.com [209.85.210.181]) by mx1.freebsd.org (Postfix) with ESMTP id 56C5F8FC1D for ; Tue, 21 Jul 2009 22:51:18 +0000 (UTC) (envelope-from lumiwa@gmail.com) Received: by yxe11 with SMTP id 11so5461515yxe.3 for ; Tue, 21 Jul 2009 15:51:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:subject:date :user-agent:mime-version:content-type:content-transfer-encoding :content-disposition:message-id; bh=qXYEYjvdcFAF/HPq27q5jnWIcy4fFUFEnPoAMvPFwbU=; b=dmPRFTwNQnOhlv3EN8zlHDcwe27CAcUXN7IQx0vMDZCCjjXjB1eXRCM/PUxg4e46BY BLLfsX9yr02R2S4r71IITPLk15Uuc/zbdIKM/hWQjRigew/5kS1sKcbcZxMXpRxBen// LNOxZiboqxGBes5KYqcuNjaarfK9OdLTGw/jA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:subject:date:user-agent:mime-version:content-type :content-transfer-encoding:content-disposition:message-id; b=nN7EnisRVueve9mHx/bIcOdclx5hI1jRtRNmyvMAVE8qdijlHpopDOiCZFIq6NYzz4 eTloiuH7ReWGod7gUp1f8Bv7AgAxMKeN16LoKF2gpXiFxbllJ4fDHAAp6UKcQV2mHGjN e6oe44/ajxZv7ojJUv5OyMocA3A6rkKD+nhtU= Received: by 10.100.178.4 with SMTP id a4mr278776anf.161.1248216677796; Tue, 21 Jul 2009 15:51:17 -0700 (PDT) Received: from ?192.168.0.100? (CPE-65-29-54-222.wi.res.rr.com [65.29.54.222]) by mx.google.com with ESMTPS id d29sm1037343and.18.2009.07.21.15.51.16 (version=SSLv3 cipher=RC4-MD5); Tue, 21 Jul 2009 15:51:17 -0700 (PDT) From: ajtiM To: freebsd-questions@freebsd.org Date: Tue, 21 Jul 2009 17:51:01 -0500 User-Agent: KMail/1.9.10 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200907211751.01341.lumiwa@gmail.com> Subject: amarok 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: Tue, 21 Jul 2009 22:51:18 -0000 Problem after problem. I try to rebuild Amarok on my FreeBSD 7.2 and I got: deps/ktrm.Tpo -c -o ktrm.lo ktrm.cpp ktrm.cpp:47:27: error: tunepimp/tp_c.h: No such file or directory ktrm.cpp:57: error: variable or field 'TRMNotifyCallback' declared void ktrm.cpp:57: error: 'tunepimp_t' was not declared in this scope ktrm.cpp:57: error: expected primary-expression before 'void' ktrm.cpp:57: error: 'TPCallbackEnum' was not declared in this scope ktrm.cpp:57: error: expected primary-expression before 'int' ktrm.cpp:129: error: ISO C++ forbids declaration of 'tunepimp_t' with no type ktrm.cpp:129: error: expected ';' before '&' token ktrm.cpp:134: error: expected `;' before 'protected' ktrm.cpp:201: error: 'tunepimp_t' does not name a type ktrm.cpp: In member function 'int KTRMRequestHandler::startLookup(KTRMLookup*)': ktrm.cpp:84: error: 'm_pimp' was not declared in this scope ktrm.cpp:84: error: 'tp_AddFile' was not declared in this scope ktrm.cpp:90: error: 'm_pimp' was not declared in this scope ktrm.cpp:90: error: 'tp_IdentifyAgain' was not declared in this scope ktrm.cpp: In member function 'void KTRMRequestHandler::endLookup(KTRMLookup*)': ktrm.cpp:98: error: 'm_pimp' was not declared in this scope ktrm.cpp:98: error: 'tp_GetTrack' was not declared in this scope ktrm.cpp:98: error: 'tp_ReleaseTrack' was not declared in this scope ktrm.cpp:99: error: 'tp_Remove' was not declared in this scope ktrm.cpp: In constructor 'KTRMRequestHandler::KTRMRequestHandler()': ktrm.cpp:137: error: 'm_pimp' was not declared in this scope ktrm.cpp:137: error: 'tp_New' was not declared in this scope ktrm.cpp:140: error: 'tp_SetTRMCollisionThreshold' was not declared in this scop e ktrm.cpp:141: error: 'tp_SetAutoFileLookup' was not declared in this scope ktrm.cpp:143: error: 'tp_SetAutoSaveThreshold' was not declared in this scope ktrm.cpp:144: error: 'tp_SetMoveFiles' was not declared in this scope ktrm.cpp:145: error: 'tp_SetRenameFiles' was not declared in this scope ktrm.cpp:149: error: 'tp_SetUseUTF8' was not declared in this scope ktrm.cpp:151: error: 'TRMNotifyCallback' was not declared in this scope ktrm.cpp:151: error: 'tp_SetNotifyCallback' was not declared in this scope ktrm.cpp:163: error: 'tp_GetServer' was not declared in this scope ktrm.cpp:187: error: 'tp_SetProxy' was not declared in this scope ktrm.cpp: In destructor 'KTRMRequestHandler::~KTRMRequestHandler()': ktrm.cpp:197: error: 'm_pimp' was not declared in this scope ktrm.cpp:197: error: 'tp_Delete' was not declared in this scope ktrm.cpp: At global scope: ktrm.cpp:319: error: variable or field 'TRMNotifyCallback' declared void ktrm.cpp:319: error: 'tunepimp_t' was not declared in this scope ktrm.cpp:319: error: expected primary-expression before 'void' ktrm.cpp:319: error: 'TPCallbackEnum' was not declared in this scope ktrm.cpp:319: error: expected primary-expression before 'int' gmake[4]: *** [ktrm.lo] Error 1 gmake[4]: Leaving directory `/usr/ports/audio/amarok/work/amarok-1.4.10/amarok/s rc' gmake[3]: *** [all-recursive] Error 1 gmake[3]: Leaving directory `/usr/ports/audio/amarok/work/amarok-1.4.10/amarok/s rc' gmake[2]: *** [all-recursive] Error 1 gmake[2]: Leaving directory `/usr/ports/audio/amarok/work/amarok-1.4.10/amarok' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/ports/audio/amarok/work/amarok-1.4.10' gmake: *** [all] Error 2 *** Error code 1 Stop in /usr/ports/audio/amarok. *** Error code 1 Stop in /usr/ports/audio/amarok. Thanks. -- Mitja ----- http://starikarp.redbubble.com