From owner-freebsd-multimedia@FreeBSD.ORG Mon Nov 10 22:10:51 2008 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D6DB31065677 for ; Mon, 10 Nov 2008 22:10:51 +0000 (UTC) (envelope-from torfinn.ingolfsen@broadpark.no) Received: from osl1smout1.broadpark.no (osl1smout1.broadpark.no [80.202.4.58]) by mx1.freebsd.org (Postfix) with ESMTP id 8AD648FC2D for ; Mon, 10 Nov 2008 22:10:51 +0000 (UTC) (envelope-from torfinn.ingolfsen@broadpark.no) MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; charset=US-ASCII Received: from osl1sminn1.broadpark.no ([80.202.4.59]) by osl1smout1.broadpark.no (Sun Java(tm) System Messaging Server 6.3-3.01 (built Jul 12 2007; 32bit)) with ESMTP id <0KA5009PF1M2RZ70@osl1smout1.broadpark.no> for freebsd-multimedia@freebsd.org; Mon, 10 Nov 2008 23:10:50 +0100 (CET) Received: from kg-work2.kg4.no ([80.203.92.56]) by osl1sminn1.broadpark.no (Sun Java(tm) System Messaging Server 6.3-3.01 (built Jul 12 2007; 32bit)) with SMTP id <0KA50033B1M1YVM2@osl1sminn1.broadpark.no> for freebsd-multimedia@freebsd.org; Mon, 10 Nov 2008 23:10:50 +0100 (CET) Date: Mon, 10 Nov 2008 23:10:49 +0100 From: Torfinn Ingolfsen To: freebsd-multimedia@freebsd.org Message-id: <20081110231049.44d54abe.torfinn.ingolfsen@broadpark.no> In-reply-to: <20081109125253.41488c7a.torfinn.ingolfsen@broadpark.no> References: <20080921180743.313a5a08@chii.bluelife.at> <200809212243.05068.shoesoft@gmx.net> <200809222219.14268.shoesoft@gmx.net> <20080924214956.6936e491@chii.bluelife.at> <20081102012335.e7465e42.torfinn.ingolfsen@broadpark.no> <20081104225543.6f45897f@chii.bluelife.at> <20081109125253.41488c7a.torfinn.ingolfsen@broadpark.no> X-Mailer: Sylpheed 2.5.0 (GTK+ 2.12.11; i386-portbld-freebsd7.0) X-Face: "t9w2,-X@O^I`jVW\sonI3.,36KBLZE*AL[y9lL[PyFD*r_S:dIL9c[8Y>V42R0"!"yb_zN,f#%.[PYYNq; m"_0v; ~rUM2Yy!zmkh)3&U|u!=T(zyv,MHJv"nDH>OJ`t(@mil461d_B'Uo|'nMwlKe0Mv=kvV?Nh@>Hb<3s_z2jYgZhPb@?Wi^x1a~Hplz1.zH Subject: Re: CFT: MythTV Fixes X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Nov 2008 22:10:51 -0000 On Sun, 09 Nov 2008 12:52:53 +0100 Torfinn Ingolfsen wrote: > tingo@kg-vm$ uname -a > FreeBSD kg-vm.kg4.no 6.4-PRERELEASE FreeBSD 6.4-PRERELEASE #3: Sun > Nov 2 10:44:32 CET 2008 > root@kg-vm.kg4.no:/usr/obj/usr/src/sys/SMP amd64 > FWIW, I also tried to test this with a newer compiler, see below. Am I doing it the right way? root@kg-vm# CC=/usr/local/bin/gcc43 make ===> Building for mythtv-frontend-0.21 cd libs && gmake -f Makefile gmake[1]: Entering directory `/usr/ports/multimedia/mythtv-frontend/work/mythtv-0.21/libs' cd libavutil && gmake -f Makefile gmake[2]: Entering directory `/usr/ports/multimedia/mythtv-frontend/work/mythtv-0.21/libs/libavutil' gmake[2]: Nothing to be done for `first'. gmake[2]: Leaving directory `/usr/ports/multimedia/mythtv-frontend/work/mythtv-0.21/libs/libavutil' cd libavcodec && gmake -f Makefile gmake[2]: Entering directory `/usr/ports/multimedia/mythtv-frontend/work/mythtv-0.21/libs/libavcodec' /usr/local/bin/gcc43 -c -pipe -march=k8 -fomit-frame-pointer -O3 -I/usr/local/include -pthread -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -w -DPIC -fPIC -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DPREFIX=\"/usr/local\" -DLIBDIR=\"/usr/local/lib\" -DHAVE_AV_CONFIG_H -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_SHARED -DQT_TABLET_SUPPORT -I/usr/local/share/qt/mkspecs/freebsd-g++ -I. -I. -I.. -I../.. -I../libavutil -I../libswscale -I../../../../../../../local/include -I/usr/local/include -o allcodecs.o allcodecs.c allcodecs.c: In function 'avcodec_register_all': allcodecs.c:119: error: 'ENABLE_MSZH_DECODER' undeclared (first use in this function) allcodecs.c:119: error: (Each undeclared identifier is reported only once allcodecs.c:119: error: for each function it appears in.) allcodecs.c:133: error: 'ENABLE_RPZA_DECODER' undeclared (first use in this function) allcodecs.c:171: error: 'ENABLE_ZLIB_ENCODER' undeclared (first use in this function) allcodecs.c:171: error: 'ENABLE_ZLIB_DECODER' undeclared (first use in this function) allcodecs.c:172: error: 'ENABLE_ZMBV_ENCODER' undeclared (first use in this function) allcodecs.c:172: error: 'ENABLE_ZMBV_DECODER' undeclared (first use in this function) allcodecs.c:228: error: 'ENABLE_PCM_ZORK_ENCODER' undeclared (first use in this function) allcodecs.c:228: error: 'ENABLE_PCM_ZORK_DECODER' undeclared (first use in this function) gmake[2]: *** [allcodecs.o] Error 1 gmake[2]: Leaving directory `/usr/ports/multimedia/mythtv-frontend/work/mythtv-0.21/libs/libavcodec' gmake[1]: *** [sub-libavcodec] Error 2 gmake[1]: Leaving directory `/usr/ports/multimedia/mythtv-frontend/work/mythtv-0.21/libs' gmake: *** [sub-libs] Error 2 *** Error code 2 Stop in /usr/ports/multimedia/mythtv-frontend. *** Error code 1 Stop in /usr/ports/multimedia/mythtv-frontend. HTH -- Regards, Torfinn Ingolfsen