I had this exact problem.  The issue was GCC 4.0.  I originally compiled mythtv with GCC 3.3, and recently had to recompile it.  Unbeknownst to me, Debian had upgraded the default GCC to 4.0.  Once I changed the symlinks back to 3.3, it compiled fine again.

I'm not running x64 though, but I suspect that it might be your problem anyway.

On 10/6/05, Steve Adeff <[EMAIL PROTECTED] > wrote:
Howdy all, entering the realm of MythTV. I've got a HD-3000 card and once I
get my new video card am hoping to get up and running. I have an AMD64
processor and have been running Kanotix64 and with Stable/Testing sources.
I'm attempting to compile MythTV(since theres no debs for Debian64) and am
getting the following error and am hoping for some help to figure out whats
wrong:

make[2]: Entering directory
`/DataDrive/Files/Tarballs/mythtv-0.18.1/libs/libavcodec'
gcc -c -pipe -march=k8 -w -O3 -Wall -Wno-switch -fomit-frame-pointer
-D_REENTRANT -DPIC -fPIC -DMMX -DUSING_IVTV -DUSING_DVB -DUSING_XRANDR
-D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DPREFIX=\"/usr/local\"
-DHAVE_AV_CONFIG_H -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -DQT_THREAD_SUPPORT
-I/usr/share/qt3/mkspecs/default -I. -I.. -I../.. -I/usr/share/qt3/include -o
utils.o utils.c
In file included from avcodec.h:14,
from utils.c:27:
common.h:61: error: array type has incomplete element type
common.h:65: error: array type has incomplete element type
make[2]: *** [utils.o] Error 1
make[2]: Leaving directory
`/DataDrive/Files/Tarballs/mythtv-0.18.1/libs/libavcodec'
make[1]: *** [sub-libavcodec] Error 2
make[1]: Leaving directory `/DataDrive/Files/Tarballs/mythtv-0.18.1/libs'
make: *** [sub-libs] Error 2


Thanks!
Steve
_______________________________________________
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users

_______________________________________________
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users

Reply via email to