Ik probeer mythtv onder FC4 te installeren en loop tegen een compileerprobleem aan:
make
cd libs && make -f Makefile
make[1]: Entering directory `/usr/local/src/mythtv-0.18.1/libs'
cd libavcodec && make -f Makefile
make[2]: Entering directory `/usr/local/src/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_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 -DQT_SHARED -I/usr/lib64/qt-3.3/mkspecs/default -I. -I.. -I../.. -I/usr/lib64/qt-3.3/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 `/usr/local/src/mythtv-0.18.1/libs/libavcodec'
make[1]: *** [sub-libavcodec] Error 2
make[1]: Leaving directory `/usr/local/src/mythtv-0.18.1/libs'
make: *** [sub-libs] Error 2
Ik vind op het net wat oude referenties naar de compiler, dat zou niet de goede versie zijn. gcc -v levert het volgende op: gcc version 4.0.0 20050519 (Red Hat 4.0.0-8)
Heeft iemand hier een oplossing voor gevonden?
make
cd libs && make -f Makefile
make[1]: Entering directory `/usr/local/src/mythtv-0.18.1/libs'
cd libavcodec && make -f Makefile
make[2]: Entering directory `/usr/local/src/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_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 -DQT_SHARED -I/usr/lib64/qt-3.3/mkspecs/default -I. -I.. -I../.. -I/usr/lib64/qt-3.3/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 `/usr/local/src/mythtv-0.18.1/libs/libavcodec'
make[1]: *** [sub-libavcodec] Error 2
make[1]: Leaving directory `/usr/local/src/mythtv-0.18.1/libs'
make: *** [sub-libs] Error 2
Ik vind op het net wat oude referenties naar de compiler, dat zou niet de goede versie zijn. gcc -v levert het volgende op: gcc version 4.0.0 20050519 (Red Hat 4.0.0-8)
Heeft iemand hier een oplossing voor gevonden?