[mythtv] Error in 7465 ?

Andreas Witte Andreaz at t-online.de
Wed Oct 12 21:57:45 UTC 2005


Hello All,

i got an error compiling last svn-version of mythtv
(Revision 7465).

My fault?

(...)
cd libavformat && make -f Makefile
make[2]: Entering directory `/usr/src/mythSVN/mythtv/libs/libavformat'
gcc -c -pipe -march=athlon-xp -w -O3 -Wall -Wno-switch -fomit-frame-pointer 
-D_REENTRANT -DPIC -fPIC  -DMMX -Di386 -DUSING_DBOX2 -D_GNU_SOURCE -D_FILE_O
FFSET_BITS=64 -DPREFIX=\"/usr/local\" -DHAVE_AV_CONFIG_H -D_LARGEFILE_SOURCE
 -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -I/usr/qt/3/mkspecs/linux-g++ -I. -I../..
/../../../local/include -I../../../../dvb-kernel/linux/include -I../../../..
/../include -I.. -I../.. -I../libavcodec -I../libavutil -I../libmythtv -I/us
r/qt/3/include -o raw.o raw.c
raw.c:583: error: `raw_write_header' undeclared here (not in a function)
raw.c:583: error: initializer element is not constant
raw.c:583: error: (near initialization for `pcm_s16le_oformat.write_header')
raw.c:583: error: `raw_write_packet' undeclared here (not in a function)
raw.c:583: error: initializer element is not constant
raw.c:583: error: (near initialization for `pcm_s16le_oformat.write_packet')
raw.c:583: error: `raw_write_trailer' undeclared here (not in a function)
raw.c:583: error: initializer element is not constant
raw.c:583: error: (near initialization for
`pcm_s16le_oformat.write_trailer')
raw.c:586: error: `raw_write_header' undeclared here (not in a function)
raw.c:586: error: initializer element is not constant
raw.c:586: error: (near initialization for `pcm_s16be_oformat.write_header')
raw.c:586: error: `raw_write_packet' undeclared here (not in a function)
raw.c:586: error: initializer element is not constant
raw.c:586: error: (near initialization for `pcm_s16be_oformat.write_packet')
raw.c:586: error: `raw_write_trailer' undeclared here (not in a function)
raw.c:586: error: initializer element is not constant
raw.c:586: error: (near initialization for
`pcm_s16be_oformat.write_trailer')
raw.c:589: error: `raw_write_header' undeclared here (not in a function)
raw.c:589: error: initializer element is not constant
raw.c:589: error: (near initialization for `pcm_u16le_oformat.write_header')
raw.c:589: error: `raw_write_packet' undeclared here (not in a function)
raw.c:589: error: initializer element is not constant
raw.c:589: error: (near initialization for `pcm_u16le_oformat.write_packet')
raw.c:589: error: `raw_write_trailer' undeclared here (not in a function)
raw.c:589: error: initializer element is not constant
raw.c:589: error: (near initialization for
`pcm_u16le_oformat.write_trailer')
raw.c:592: error: `raw_write_header' undeclared here (not in a function)
raw.c:592: error: initializer element is not constant
raw.c:592: error: (near initialization for `pcm_u16be_oformat.write_header')
raw.c:592: error: `raw_write_packet' undeclared here (not in a function)
raw.c:592: error: initializer element is not constant
raw.c:592: error: (near initialization for `pcm_u16be_oformat.write_packet')
raw.c:592: error: `raw_write_trailer' undeclared here (not in a function)
raw.c:592: error: initializer element is not constant
raw.c:592: error: (near initialization for
`pcm_u16be_oformat.write_trailer')
raw.c:595: error: `raw_write_header' undeclared here (not in a function)
raw.c:595: error: initializer element is not constant
raw.c:595: error: (near initialization for `pcm_s8_oformat.write_header')
raw.c:595: error: `raw_write_packet' undeclared here (not in a function)
raw.c:595: error: initializer element is not constant
raw.c:595: error: (near initialization for `pcm_s8_oformat.write_packet')
raw.c:595: error: `raw_write_trailer' undeclared here (not in a function)
raw.c:595: error: initializer element is not constant
raw.c:595: error: (near initialization for `pcm_s8_oformat.write_trailer')
raw.c:598: error: `raw_write_header' undeclared here (not in a function)
raw.c:598: error: initializer element is not constant
raw.c:598: error: (near initialization for `pcm_u8_oformat.write_header')
raw.c:598: error: `raw_write_packet' undeclared here (not in a function)
raw.c:598: error: initializer element is not constant
raw.c:598: error: (near initialization for `pcm_u8_oformat.write_packet')
raw.c:598: error: `raw_write_trailer' undeclared here (not in a function)
raw.c:598: error: initializer element is not constant
raw.c:598: error: (near initialization for `pcm_u8_oformat.write_trailer')
raw.c:601: error: `raw_write_header' undeclared here (not in a function)
raw.c:601: error: initializer element is not constant
raw.c:601: error: (near initialization for `pcm_mulaw_oformat.write_header')
raw.c:601: error: `raw_write_packet' undeclared here (not in a function)
raw.c:601: error: initializer element is not constant
raw.c:601: error: (near initialization for `pcm_mulaw_oformat.write_packet')
raw.c:601: error: `raw_write_trailer' undeclared here (not in a function)
raw.c:601: error: initializer element is not constant
raw.c:601: error: (near initialization for
`pcm_mulaw_oformat.write_trailer')
raw.c:604: error: `raw_write_header' undeclared here (not in a function)
raw.c:604: error: initializer element is not constant
raw.c:604: error: (near initialization for `pcm_alaw_oformat.write_header')
raw.c:604: error: `raw_write_packet' undeclared here (not in a function)
raw.c:604: error: initializer element is not constant
raw.c:604: error: (near initialization for `pcm_alaw_oformat.write_packet')
raw.c:604: error: `raw_write_trailer' undeclared here (not in a function)
raw.c:604: error: initializer element is not constant
raw.c:604: error: (near initialization for `pcm_alaw_oformat.write_trailer')
make[2]: *** [raw.o] Error 1
make[2]: Leaving directory `/usr/src/mythSVN/mythtv/libs/libavformat'
make[1]: *** [sub-libavformat] Error 2
make[1]: Leaving directory `/usr/src/mythSVN/mythtv/libs'
make: *** [sub-libs] Error 2
(...)

Regards,
Andreas



More information about the mythtv-dev mailing list