[MPlayer-users] Video Out -- Xv crashes a compile

Robert Tilley tilleyrw at cfl.rr.com
Thu Nov 23 02:01:51 CET 2006


After downloading MPlayer 1.0rc1 source and 
executing './configure --enable-xv' and then 'make', the compile process 
crashed.  First, dozens of "warning"s were printed and then errors began 
appearing.  Finally, the compile stopped before completion.

vo_xv.c:66:31: error: X11/extensions/Xv.h: No such file or directory
vo_xv.c:67:34: error: X11/extensions/Xvlib.h: No such file or directory
vo_xv.c:73: error: syntax error before '*' token
vo_xv.c:73: warning: data definition has no type or storage class
vo_xv.c:74: error: syntax error before '*' token
vo_xv.c:74: warning: data definition has no type or storage class
vo_xv.c:80: error: syntax error before '*' token
vo_xv.c:80: warning: data definition has no type or storage class
vo_xv.c: In function 'draw_alpha_yv12':
vo_xv.c:105: error: request for member 'data' in something not a structure or 
union
vo_xv.c:106: error: request for member 'offsets' in something not a structure 
or union
vo_xv.c:107: error: request for member 'pitches' in something not a structure 
or union
vo_xv.c:108: error: request for member 'pitches' in something not a structure 
or union
vo_xv.c: In function 'draw_alpha_yuy2':
vo_xv.c:117: error: request for member 'data' in something not a structure or 
union
vo_xv.c:118: error: request for member 'offsets' in something not a structure 
or union
vo_xv.c:119: error: request for member 'pitches' in something not a structure 
or union
vo_xv.c:120: error: request for member 'pitches' in something not a structure 
or union
vo_xv.c: In function 'draw_alpha_uyvy':
vo_xv.c:129: error: request for member 'data' in something not a structure or 
union
vo_xv.c:130: error: request for member 'offsets' in something not a structure 
or union
vo_xv.c:131: error: request for member 'pitches' in something not a structure 
or union
vo_xv.c:132: error: request for member 'pitches' in something not a structure 
or union
vo_xv.c: In function 'config':
vo_xv.c:194: warning: pointer targets in passing argument 1 of 'aspect' differ 
in signedness
vo_xv.c:194: warning: pointer targets in passing argument 2 of 'aspect' differ 
in signedness
vo_xv.c:198: warning: pointer targets in passing argument 3 of 'geometry' 
differ in signedness
vo_xv.c:198: warning: pointer targets in passing argument 4 of 'geometry' 
differ in signedness
vo_xv.c:220: error: request for member 'id' in something not a structure or 
union
vo_xv.c:221: error: request for member 'id' in something not a structure or 
union
vo_xv.c:222: error: request for member 'format' in something not a structure 
or union
vo_xv.c:222: error: 'XvPacked' undeclared (first use in this function)
vo_xv.c:222: error: (Each undeclared identifier is reported only once
vo_xv.c:222: error: for each function it appears in.)
vo_xv.c:223: error: request for member 'id' in something not a structure or 
union
vo_xv.c:224: error: request for member 'id' in something not a structure or 
union
vo_xv.c:271: warning: pointer targets in passing argument 1 of 'aspect' differ 
in signedness
vo_xv.c:271: warning: pointer targets in passing argument 2 of 'aspect' differ 
in signedness
vo_xv.c:315: warning: pointer targets in passing argument 4 of 'XGetGeometry' 
differ in signedness
vo_xv.c:315: warning: pointer targets in passing argument 5 of 'XGetGeometry' 
differ in signedness
vo_xv.c:315: warning: pointer targets in passing argument 6 of 'XGetGeometry' 
differ in signedness
vo_xv.c:315: warning: pointer targets in passing argument 7 of 'XGetGeometry' 
differ in signedness
vo_xv.c: In function 'allocate_xvimage':
vo_xv.c:496: error: 'XvImage' undeclared (first use in this function)
vo_xv.c:496: error: syntax error before ')' token
vo_xv.c:501: error: request for member 'data_size' in something not a 
structure or union
vo_xv.c:505: error: request for member 'data' in something not a structure or 
union
vo_xv.c:513: error: syntax error before ')' token
vo_xv.c:515: error: request for member 'data' in something not a structure or 
union
vo_xv.c:515: error: request for member 'data_size' in something not a 
structure or union
vo_xv.c:518: error: request for member 'data' in something not a structure or 
union
vo_xv.c:518: error: request for member 'data_size' in something not a 
structure or union
vo_xv.c: In function 'deallocate_xvimage':
vo_xv.c:532: error: request for member 'data' in something not a structure or 
union
vo_xv.c: At top level:
vo_xv.c:540: error: syntax error before '*' token
vo_xv.c: In function 'put_xvimage':
vo_xv.c:546: error: 'xvi' undeclared (first use in this function)
vo_xv.c: In function 'check_events':
vo_xv.c:569: warning: pointer targets in passing argument 4 of 'XGetGeometry' 
differ in signedness
vo_xv.c:569: warning: pointer targets in passing argument 5 of 'XGetGeometry' 
differ in signedness
vo_xv.c:569: warning: pointer targets in passing argument 6 of 'XGetGeometry' 
differ in signedness
vo_xv.c:569: warning: pointer targets in passing argument 7 of 'XGetGeometry' 
differ in signedness
vo_xv.c:574: warning: pointer targets in passing argument 1 of 'aspect' differ 
in signedness
vo_xv.c:574: warning: pointer targets in passing argument 2 of 'aspect' differ 
in signedness
vo_xv.c:577: warning: pointer targets in passing argument 1 of 'aspect' differ 
in signedness
vo_xv.c:577: warning: pointer targets in passing argument 2 of 'aspect' differ 
in signedness
vo_xv.c: In function 'draw_slice':
vo_xv.c:643: error: request for member 'data' in something not a structure or 
union
vo_xv.c:643: error: request for member 'offsets' in something not a structure 
or union
vo_xv.c:644: error: request for member 'pitches' in something not a structure 
or union
vo_xv.c:645: error: request for member 'pitches' in something not a structure 
or union
vo_xv.c:653: error: request for member 'data' in something not a structure or 
union
vo_xv.c:653: error: request for member 'offsets' in something not a structure 
or union
vo_xv.c:654: error: request for member 'pitches' in something not a structure 
or union
vo_xv.c:656: error: request for member 'pitches' in something not a structure 
or union
vo_xv.c:659: error: request for member 'pitches' in something not a structure 
or union
vo_xv.c:662: error: request for member 'data' in something not a structure or 
union
vo_xv.c:662: error: request for member 'offsets' in something not a structure 
or union
vo_xv.c:663: error: request for member 'pitches' in something not a structure 
or union
vo_xv.c:665: error: request for member 'pitches' in something not a structure 
or union
vo_xv.c:668: error: request for member 'pitches' in something not a structure 
or union
vo_xv.c: In function 'draw_image':
vo_xv.c:698: error: request for member 'data' in something not a structure or 
union
vo_xv.c:699: error: request for member 'offsets' in something not a structure 
or union
vo_xv.c:701: error: request for member 'pitches' in something not a structure 
or union
vo_xv.c: In function 'get_image':
vo_xv.c:731: error: request for member 'height' in something not a structure 
or union
vo_xv.c:733: error: request for member 'pitches' in something not a structure 
or union
vo_xv.c:736: error: request for member 'pitches' in something not a structure 
or union
vo_xv.c:740: error: request for member 'data' in something not a structure or 
union
vo_xv.c:740: error: request for member 'offsets' in something not a structure 
or union
vo_xv.c:741: error: request for member 'pitches' in something not a structure 
or union
vo_xv.c:749: error: request for member 'data' in something not a structure or 
union
vo_xv.c:750: error: request for member 'offsets' in something not a structure 
or union
vo_xv.c:752: error: request for member 'data' in something not a structure or 
union
vo_xv.c:753: error: request for member 'offsets' in something not a structure 
or union
vo_xv.c:754: error: request for member 'pitches' in something not a structure 
or union
vo_xv.c:755: error: request for member 'pitches' in something not a structure 
or union
vo_xv.c:760: error: request for member 'data' in something not a structure or 
union
vo_xv.c:761: error: request for member 'offsets' in something not a structure 
or union
vo_xv.c:763: error: request for member 'data' in something not a structure or 
union
vo_xv.c:764: error: request for member 'offsets' in something not a structure 
or union
vo_xv.c:765: error: request for member 'pitches' in something not a structure 
or union
vo_xv.c:766: error: request for member 'pitches' in something not a structure 
or union
vo_xv.c: In function 'query_format':
vo_xv.c:785: error: request for member 'id' in something not a structure or 
union
vo_xv.c: In function 'preinit':
vo_xv.c:814: error: 'XvPortID' undeclared (first use in this function)
vo_xv.c:814: error: syntax error before 'xv_p'
vo_xv.c:869: error: request for member 'type' in something not a structure or 
union
vo_xv.c:869: error: 'XvInputMask' undeclared (first use in this function)
vo_xv.c:869: error: request for member 'type' in something not a structure or 
union
vo_xv.c:869: error: 'XvImageMask' undeclared (first use in this function)
vo_xv.c:871: error: 'xv_p' undeclared (first use in this function)
vo_xv.c:871: error: request for member 'base_id' in something not a structure 
or union
vo_xv.c:872: error: request for member 'base_id' in something not a structure 
or union
vo_xv.c:872: error: request for member 'num_ports' in something not a 
structure or union
vo_xv.c:896: error: request for member 'type' in something not a structure or 
union
vo_xv.c:896: error: request for member 'type' in something not a structure or 
union
vo_xv.c:898: error: request for member 'base_id' in something not a structure 
or union
vo_xv.c:899: error: request for member 'base_id' in something not a structure 
or union
vo_xv.c:899: error: request for member 'num_ports' in something not a 
structure or union
vo_xv.c:934: warning: assignment makes pointer from integer without a cast
make[1]: *** [vo_xv.o] Error 1
make[1]: Leaving directory `/home/tilleyrw/downloads/MPlayer-1.0rc1/libvo'
make: *** [libvo/libvo.a] Error 2

Whoa!  That was a lot of text.  I hope someone knows how to analyze this 
output with grep or other tools, and can tell me what it means.

Thanks, Bob



More information about the MPlayer-users mailing list