[MPlayer-users] Bug in latest CVS

David Ronis ronis at montroll.chem.mcgill.ca
Sun Mar 9 18:01:45 CET 2003


I just tried building the latest CVS--the build fails because I'm missing
some .h files.  Here's the log:

make
make -C libmpcodecs
make[1]: Entering directory `/home/ronis/Project/notar/mplayer/main/libmpcodecs'
/usr/bin/gcc -c -O4 -march=pentium2 -mcpu=pentium2 -pipe -ffast-math -fomit-frame-pointer -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -Inative -I.. -I../libmpdemux -I../loader  -D_GNU_SOURCE -o vf_pp.o vf_pp.c
vf_pp.c:23:51: ../libavcodec/libpostproc/postprocess.h: No such file or directory
vf_pp.c:26:60: ../libavcodec/libpostproc/postprocess_internal.h: No such file or directory
vf_pp.c:31: parse error before "pp_mode_t"
vf_pp.c:31: warning: no semicolon at end of struct or union
vf_pp.c:35: parse error before '}' token
vf_pp.c: In function `config':
vf_pp.c:43: `PP_CPU_CAPS_MMX' undeclared (first use in this function)
vf_pp.c:43: (Each undeclared identifier is reported only once
vf_pp.c:43: for each function it appears in.)
vf_pp.c:44: `PP_CPU_CAPS_MMX2' undeclared (first use in this function)
vf_pp.c:45: `PP_CPU_CAPS_3DNOW' undeclared (first use in this function)
vf_pp.c:48: `PP_FORMAT_444' undeclared (first use in this function)
vf_pp.c:49: `PP_FORMAT_422' undeclared (first use in this function)
vf_pp.c:50: `PP_FORMAT_411' undeclared (first use in this function)
vf_pp.c:51: `PP_FORMAT_420' undeclared (first use in this function)
vf_pp.c:54: dereferencing pointer to incomplete type
vf_pp.c:54: dereferencing pointer to incomplete type
vf_pp.c:55: dereferencing pointer to incomplete type
vf_pp.c: In function `uninit':
vf_pp.c:62: `PP_QUALITY_MAX' undeclared (first use in this function)
vf_pp.c:63: dereferencing pointer to incomplete type
vf_pp.c:64: dereferencing pointer to incomplete type
vf_pp.c:66: dereferencing pointer to incomplete type
vf_pp.c:66: dereferencing pointer to incomplete type
vf_pp.c: In function `control':
vf_pp.c:85: `PP_QUALITY_MAX' undeclared (first use in this function)
vf_pp.c:87: dereferencing pointer to incomplete type
vf_pp.c: In function `get_image':
vf_pp.c:94: dereferencing pointer to incomplete type
vf_pp.c:95: dereferencing pointer to incomplete type
vf_pp.c:97: dereferencing pointer to incomplete type
vf_pp.c:100: dereferencing pointer to incomplete type
vf_pp.c:102: dereferencing pointer to incomplete type
vf_pp.c:103: dereferencing pointer to incomplete type
vf_pp.c:104: dereferencing pointer to incomplete type
vf_pp.c:106: dereferencing pointer to incomplete type
vf_pp.c:107: dereferencing pointer to incomplete type
vf_pp.c:108: dereferencing pointer to incomplete type
vf_pp.c:109: dereferencing pointer to incomplete type
vf_pp.c: In function `put_image':
vf_pp.c:117: dereferencing pointer to incomplete type
vf_pp.c:122: dereferencing pointer to incomplete type
vf_pp.c:122: dereferencing pointer to incomplete type
vf_pp.c:125: dereferencing pointer to incomplete type
vf_pp.c:128: dereferencing pointer to incomplete type
vf_pp.c:128: dereferencing pointer to incomplete type
vf_pp.c:131: dereferencing pointer to incomplete type
vf_pp.c:131: dereferencing pointer to incomplete type
vf_pp.c:131: dereferencing pointer to incomplete type
vf_pp.c:134: dereferencing pointer to incomplete type
vf_pp.c: In function `open':
vf_pp.c:163: sizeof applied to an incomplete type
vf_pp.c:164: dereferencing pointer to incomplete type
vf_pp.c:167: dereferencing pointer to incomplete type
vf_pp.c:168: dereferencing pointer to incomplete type
vf_pp.c:183: `PP_QUALITY_MAX' undeclared (first use in this function)
vf_pp.c:184: dereferencing pointer to incomplete type
vf_pp.c:185: dereferencing pointer to incomplete type
vf_pp.c:191: `PPMode' undeclared (first use in this function)
vf_pp.c:191: `ppMode' undeclared (first use in this function)
vf_pp.c:193: parse error before ')' token
vf_pp.c:205: dereferencing pointer to incomplete type
vf_pp.c:210: dereferencing pointer to incomplete type
make[1]: *** [vf_pp.o] Error 1
make[1]: Leaving directory `/home/ronis/Project/notar/mplayer/main/libmpcodecs'
make: *** [libmpcodecs/libmpcodecs.a] Error 2

Seems that 2 .h files are missing.  

I don't subscribe to the list, and would appreciate a CC of any reply.

Thanks

David



More information about the MPlayer-users mailing list