From owner-freebsd-ports@FreeBSD.ORG Sat Nov 1 13:08:52 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D7C63106567F for ; Sat, 1 Nov 2008 13:08:52 +0000 (UTC) (envelope-from craig001@lerwick.hopto.org) Received: from lerwick.hopto.org (81-178-20-70.dsl.pipex.com [81.178.20.70]) by mx1.freebsd.org (Postfix) with SMTP id 0B76C8FC1F for ; Sat, 1 Nov 2008 13:08:51 +0000 (UTC) (envelope-from craig001@lerwick.hopto.org) Received: (qmail 48165 invoked by uid 98); 1 Nov 2008 13:07:49 +0000 Received: from 192.168.0.2 by polaris.lerwick.hopto.org (envelope-from , uid 82) with qmail-scanner-2.01 (clamdscan: 0.88.4/1789. hbedv: 7.1.1.11/6.35.1.178. f-prot: 4.6.6/3.16.14. spamassassin: 3.1.4. Clear:RC:1(192.168.0.2):. Processed in 6.835853 secs); 01 Nov 2008 13:07:49 -0000 Received: from main.lerwick.hopto.org (HELO ?192.168.0.2?) (192.168.0.2) by lerwick.hopto.org with SMTP; 1 Nov 2008 13:07:41 +0000 From: Craig Butler To: glarkin@FreeBSD.org In-Reply-To: <1225541231.6398.16.camel@main.lerwick.hopto.org> References: <490B64FC.60608@FreeBSD.org> <1225537327.6398.12.camel@main.lerwick.hopto.org> <1225541231.6398.16.camel@main.lerwick.hopto.org> Content-Type: text/plain Date: Sat, 01 Nov 2008 13:08:41 +0000 Message-Id: <1225544921.6398.19.camel@main.lerwick.hopto.org> Mime-Version: 1.0 X-Mailer: Evolution 2.22.3.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Cc: freebsd-multimedia@freebsd.org, grog@FreeBSD.org, FreeBSD Ports ML , Anders Troback Subject: Re: Call for testers: MythTV 0.21 port upgrade X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Nov 2008 13:08:52 -0000 On Sat, 2008-11-01 at 12:07 +0000, Craig Butler wrote: > > ../../../../../../../local/include/libavcodec/avcodec.h:2353: warning: > > 'ImgReSampleContext' is deprecated (declared > > at ../../../../../../../local/include/libavcodec/avcodec.h:2347) > > ../../../../../../../local/include/libavcodec/avcodec.h:2363: warning: > > 'ImgReSampleContext' is deprecated (declared > > at ../../../../../../../local/include/libavcodec/avcodec.h:2347) > > audiooutputbase.cpp: In member function 'virtual void > > AudioOutputBase::Reconfigure(int, int, int, bool, void*)': > > audiooutputbase.cpp:360: error: 'codec_id_string' was not declared in > > this scope > > *** Error code 1 > > It seems to be referencing /usr/local/include/libavcodec/avcodec.h > instead of the one that is in mythtv/work/mythtv*/include. I have > copied that file temporarily into /usr/local/include/libavcodec and the > build has progressed a bit further.... in fact its still compiling as I > type this. > > Regards > > Craig B > > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" Hi Again same problem with avformat..... I have instead temporarily deinstalled ffmpeg (I think that is where the conflict is) make clean make and make install all worked !! YAY Regards Craig B