From owner-freebsd-questions@FreeBSD.ORG Thu Jul 23 11:05:38 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 BF673106567A for ; Thu, 23 Jul 2009 11:05:38 +0000 (UTC) (envelope-from lumiwa@gmail.com) Received: from mail-qy0-f191.google.com (mail-qy0-f191.google.com [209.85.221.191]) by mx1.freebsd.org (Postfix) with ESMTP id 66D298FC1A for ; Thu, 23 Jul 2009 11:05:38 +0000 (UTC) (envelope-from lumiwa@gmail.com) Received: by qyk29 with SMTP id 29so1081730qyk.3 for ; Thu, 23 Jul 2009 04:05:37 -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:references:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:message-id; bh=jVvTxYpqrzw4j2ikq3lJDN1750ugw/7tBQ9sWwFRLs8=; b=mKsP3gRau2ZxUnOlWwhvGHN3oNma+yo9G6egogGSaDl0HslRbjmfbmOukXAnYXbIPs KZKnOSFj34YeHPhhxtQr5VdyQoI2wa6Fb+iJ9QqN5U/A9qM6hzulPhWaegZrab7hsXJo yE/Vf1FMGT7NQiPDtkphFXMNJ+iljPzVHjApo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:subject:date:user-agent:references:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :message-id; b=fEYmEDp4bzjbRlS/qLNmOfEIRPazA91CddPJOm46vLa/9wE2wy67dY1JzB+eGjD/b6 04KcZEwkIebxHtVu0LbtLlAYKvY8OYVnaUiW0F+0QGweqDTuV5CAItNyHIJCzU+ImzmV 4fjAig0w7bN4FfYxqO7Gl6VxjiMZxiCZS9ycY= Received: by 10.224.60.136 with SMTP id p8mr1868465qah.271.1248347137682; Thu, 23 Jul 2009 04:05:37 -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 26sm2168384qwa.29.2009.07.23.04.05.36 (version=SSLv3 cipher=RC4-MD5); Thu, 23 Jul 2009 04:05:36 -0700 (PDT) From: ajtiM To: freebsd-questions@freebsd.org, Lowell Gilbert Date: Thu, 23 Jul 2009 06:05:21 -0500 User-Agent: KMail/1.9.10 References: <200907211751.01341.lumiwa@gmail.com> <44k520lbuo.fsf@be-well.ilk.org> In-Reply-To: <44k520lbuo.fsf@be-well.ilk.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200907230605.21554.lumiwa@gmail.com> Cc: Subject: Re: 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: Thu, 23 Jul 2009 11:05:48 -0000 On Wednesday 22 July 2009 15:08:31 Lowell Gilbert wrote: > ajtiM writes: > > 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. > > Looks like a bogus include problem. Did you try "make clean" in the > port first? is the libtunepimp installed?;2~ Thank you for the help. Make clean works :). -- Mitja ----- http://starikarp.redbubble.com