Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Nov 2008 23:10:49 +0100
From:      Torfinn Ingolfsen <torfinn.ingolfsen@broadpark.no>
To:        freebsd-multimedia@freebsd.org
Subject:   Re: CFT: MythTV Fixes
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> <a2ccddb019edcdbea7eff68167e8ef2d.squirrel@webmail.itac.at> <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>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, 09 Nov 2008 12:52:53 +0100
Torfinn Ingolfsen <torfinn.ingolfsen@broadpark.no> 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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20081110231049.44d54abe.torfinn.ingolfsen>