Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 131423

Summary: xine-lib-1.1.2_pre20060328-r3 fails to build; can't find directfb.h
Product: Gentoo Linux Reporter: Kit Fenderson-Peters <web>
Component: New packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Kit Fenderson-Peters 2006-04-27 03:50:03 UTC
When attempting to emerge xine-lib-1.1.2_pre20060328-r3, I get the following output:

 i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../include -I../../include -I../../src -I../../src/xine-engine -I../../src/xine-engine -I../../src/xine-utils -I../../src/input -I../../src/input -I../../lib -fvisibility=hidden -DNDEBUG -D_REENTRANT -D_FILE_OFFSET_BITS=64 -DXINE_COMPILE -DENABLE_IPV6 -O2 -march=pentium3 -pipe -frename-registers -fomit-frame-pointer -s -falign-functions=64 -fprefetch-loop-arrays -mfpmath=sse -maccumulate-outgoing-args -frename-registers -ffunction-sections -UHAVE_MMX -mno-sse -fomit-frame-pointer -c video_out_directfb.c  -fPIC -DPIC -o .libs/xineplug_vo_out_directfb_la-video_out_directfb.o
video_out_directfb.c:1: warning: SSE instruction set disabled, using 387 arithmetics
video_out_directfb.c:51:22: directfb.h: No such file or directory
video_out_directfb.c:52:30: directfb_version.h: No such file or directory
video_out_directfb.c:60: error: syntax error before "DFBSurfacePixelFormat"
video_out_directfb.c:60: warning: no semicolon at end of struct or union
video_out_directfb.c:63: error: syntax error before '*' token
video_out_directfb.c:63: warning: data definition has no type or storage class
video_out_directfb.c:65: error: syntax error before '}' token
video_out_directfb.c:65: warning: data definition has no type or storage class
video_out_directfb.c:75: error: syntax error before "directfb_frame_t"
video_out_directfb.c:75: warning: no semicolon at end of struct or union
video_out_directfb.c:78: warning: data definition has no type or storage class
video_out_directfb.c:79: error: syntax error before '*' token
video_out_directfb.c:79: warning: data definition has no type or storage class
video_out_directfb.c:80: error: syntax error before '*' token
video_out_directfb.c:80: warning: data definition has no type or storage class
video_out_directfb.c:81: error: syntax error before '*' token
video_out_directfb.c:81: warning: data definition has no type or storage class
video_out_directfb.c:82: error: syntax error before "caps"
video_out_directfb.c:82: warning: data definition has no type or storage class
video_out_directfb.c:83: error: syntax error before "config"
video_out_directfb.c:83: warning: data definition has no type or storage class
video_out_directfb.c:84: error: syntax error before "default_cadj"
video_out_directfb.c:84: warning: data definition has no type or storage class
video_out_directfb.c:85: error: syntax error before "cadj"
video_out_directfb.c:85: warning: data definition has no type or storage class
video_out_directfb.c:89: error: syntax error before '*' token
video_out_directfb.c:89: warning: data definition has no type or storage class
video_out_directfb.c:92: error: syntax error before "temp_frame_format"
video_out_directfb.c:92: warning: data definition has no type or storage class
video_out_directfb.c:128: error: syntax error before '}' token
video_out_directfb.c:128: warning: data definition has no type or storage class
video_out_directfb.c: In function `directfb_get_capabilities':
video_out_directfb.c:146: error: `this' undeclared (first use in this function)
video_out_directfb.c:146: error: (Each undeclared identifier is reported only once
video_out_directfb.c:146: error: for each function it appears in.)
video_out_directfb.c:146: error: syntax error before ')' token
video_out_directfb.c: In function `directfb_frame_dispose':
video_out_directfb.c:155: error: `frame' undeclared (first use in this function)
video_out_directfb.c:155: error: syntax error before ')' token
video_out_directfb.c: In function `directfb_alloc_frame':
video_out_directfb.c:169: error: `this' undeclared (first use in this function)
video_out_directfb.c:169: error: syntax error before ')' token
video_out_directfb.c:170: error: `frame' undeclared (first use in this function)
video_out_directfb.c:172: error: syntax error before ')' token
video_out_directfb.c: In function `directfb_update_frame_format':
video_out_directfb.c:194: error: `this' undeclared (first use in this function)
video_out_directfb.c:194: error: syntax error before ')' token
video_out_directfb.c:195: error: `frame' undeclared (first use in this function)
video_out_directfb.c:195: error: syntax error before ')' token
video_out_directfb.c:196: error: `DFBSurfacePixelFormat' undeclared (first use in this function)
video_out_directfb.c:201: error: `format' undeclared (first use in this function)
video_out_directfb.c:203: error: `DFBSurfaceDescription' undeclared (first use in this function)
video_out_directfb.c:203: error: syntax error before "dsc"
video_out_directfb.c:204: error: `DFBResult' undeclared (first use in this function)
video_out_directfb.c:217: error: `dsc' undeclared (first use in this function)
video_out_directfb.c:217: error: `DSDESC_CAPS' undeclared (first use in this function)
video_out_directfb.c:217: error: `DSDESC_WIDTH' undeclared (first use in this function)
video_out_directfb.c:218: error: `DSDESC_HEIGHT' undeclared (first use in this function)
video_out_directfb.c:218: error: `DSDESC_PIXELFORMAT' undeclared (first use in this function)
video_out_directfb.c:219: error: `DSCAPS_SYSTEMONLY' undeclared (first use in this function)
video_out_directfb.c:219: error: `DSCAPS_INTERLACED' undeclared (first use in this function)
video_out_directfb.c:224: error: `ret' undeclared (first use in this function)
video_out_directfb.c:225: error: `DFB_OK' undeclared (first use in this function)
video_out_directfb.c:235: error: `DSLF_READ' undeclared (first use in this function)
video_out_directfb.c:235: error: `DSLF_WRITE' undeclared (first use in this function)
video_out_directfb.c:244: error: `DSPF_YV12' undeclared (first use in this function)
video_out_directfb.c: At top level:
video_out_directfb.c:258: error: syntax error before '*' token
video_out_directfb.c: In function `directfb_colorkey_to_pixel':
video_out_directfb.c:259: error: `this' undeclared (first use in this function)
video_out_directfb.c: At top level:
video_out_directfb.c:280: error: syntax error before '*' token
video_out_directfb.c: In function `directfb_clean_output_area':
video_out_directfb.c:281: error: `this' undeclared (first use in this function)
video_out_directfb.c:283: error: `DLOP_DST_COLORKEY' undeclared (first use in this function)
video_out_directfb.c:315: error: `DLCAPS_SCREEN_LOCATION' undeclared (first use in this function)
video_out_directfb.c:316: error: `DFBRectangle' undeclared (first use in this function)
video_out_directfb.c:316: error: syntax error before "rect"
video_out_directfb.c:320: error: `rect' undeclared (first use in this function)
video_out_directfb.c: In function `directfb_overlay_begin':
video_out_directfb.c:333: error: `this' undeclared (first use in this function)
video_out_directfb.c:333: error: syntax error before ')' token
video_out_directfb.c: In function `directfb_overlay_blend':
video_out_directfb.c:351: error: `this' undeclared (first use in this function)
video_out_directfb.c:351: error: syntax error before ')' token
video_out_directfb.c:352: error: `frame' undeclared (first use in this function)
video_out_directfb.c:352: error: syntax error before ')' token
video_out_directfb.c:367: error: `DSPF_YUY2' undeclared (first use in this function)
video_out_directfb.c: In function `directfb_overlay_end':
video_out_directfb.c:384: error: `this' undeclared (first use in this function)
video_out_directfb.c:384: error: syntax error before ')' token
video_out_directfb.c: In function `directfb_redraw_needed':
video_out_directfb.c:397: error: `this' undeclared (first use in this function)
video_out_directfb.c:397: error: syntax error before ')' token
video_out_directfb.c:398: error: `frame' undeclared (first use in this function)
video_out_directfb.c:417: error: `DLCAPS_SCREEN_LOCATION' undeclared (first use in this function)
video_out_directfb.c: In function `directfb_display_frame':
video_out_directfb.c:440: error: `this' undeclared (first use in this function)
video_out_directfb.c:440: error: syntax error before ')' token
video_out_directfb.c:441: error: `frame' undeclared (first use in this function)
video_out_directfb.c:441: error: syntax error before ')' token
video_out_directfb.c:442: error: `DFBResult' undeclared (first use in this function)
video_out_directfb.c:448: error: `DLCONF_NONE' undeclared (first use in this function)
video_out_directfb.c:451: error: `DLCONF_WIDTH' undeclared (first use in this function)
video_out_directfb.c:456: error: `DLCONF_HEIGHT' undeclared (first use in this function)
video_out_directfb.c:461: error: `DLCONF_PIXELFORMAT' undeclared (first use in this function)
video_out_directfb.c:465: error: `DLCAPS_DEINTERLACING' undeclared (first use in this function)
video_out_directfb.c:467: error: `DLOP_DEINTERLACING' undeclared (first use in this function)
video_out_directfb.c:468: error: `DLCONF_OPTIONS' undeclared (first use in this function)
video_out_directfb.c:483: error: `ret' undeclared (first use in this function)
video_out_directfb.c:484: error: `DFB_OK' undeclared (first use in this function)
video_out_directfb.c:513: error: `DSBLIT_DEINTERLACE' undeclared (first use in this function)
video_out_directfb.c:520: error: `DSBLIT_NOFX' undeclared (first use in this function)
video_out_directfb.c:525: error: `DSFLIP_WAITFORSYNC' undeclared (first use in this function)
video_out_directfb.c:525: error: `DSFLIP_ONSYNC' undeclared (first use in this function)
video_out_directfb.c:528: error: `DSLF_READ' undeclared (first use in this function)
video_out_directfb.c:528: error: `DSLF_WRITE' undeclared (first use in this function)
video_out_directfb.c: In function `directfb_display_frame2':
video_out_directfb.c:536: error: `this' undeclared (first use in this function)
video_out_directfb.c:536: error: syntax error before ')' token
video_out_directfb.c:537: error: `frame' undeclared (first use in this function)
video_out_directfb.c:537: error: syntax error before ')' token
video_out_directfb.c:538: error: `DFBSurfaceBlittingFlags' undeclared (first use in this function)
video_out_directfb.c:539: error: `DFBRectangle' undeclared (first use in this function)
video_out_directfb.c:540: error: `DFBResult' undeclared (first use in this function)
video_out_directfb.c:549: error: `DLCONF_PIXELFORMAT' undeclared (first use in this function)
video_out_directfb.c:555: error: `ret' undeclared (first use in this function)
video_out_directfb.c:556: error: `DFB_OK' undeclared (first use in this function)
video_out_directfb.c:567: error: `DFBSurfaceDescription' undeclared (first use in this function)
video_out_directfb.c:567: error: syntax error before "dsc"
video_out_directfb.c:574: error: `dsc' undeclared (first use in this function)
video_out_directfb.c:574: error: `DSDESC_CAPS' undeclared (first use in this function)
video_out_directfb.c:574: error: `DSDESC_WIDTH' undeclared (first use in this function)
video_out_directfb.c:575: error: `DSDESC_HEIGHT' undeclared (first use in this function)
video_out_directfb.c:575: error: `DSDESC_PIXELFORMAT' undeclared (first use in this function)
video_out_directfb.c:576: error: `DSCAPS_INTERLACED' undeclared (first use in this function)
video_out_directfb.c:612: error: `s' undeclared (first use in this function)
video_out_directfb.c:618: error: `d' undeclared (first use in this function)
video_out_directfb.c:623: error: `flags' undeclared (first use in this function)
video_out_directfb.c:623: error: `DSBLIT_DEINTERLACE' undeclared (first use in this function)
video_out_directfb.c:623: error: `DSBLIT_NOFX' undeclared (first use in this function)
video_out_directfb.c:649: error: `DSFLIP_WAITFORSYNC' undeclared (first use in this function)
video_out_directfb.c:649: error: `DSFLIP_ONSYNC' undeclared (first use in this function)
video_out_directfb.c:652: error: `DSLF_READ' undeclared (first use in this function)
video_out_directfb.c:652: error: `DSLF_WRITE' undeclared (first use in this function)
video_out_directfb.c: In function `directfb_get_property':
video_out_directfb.c:659: error: `this' undeclared (first use in this function)
video_out_directfb.c:659: error: syntax error before ')' token
video_out_directfb.c:669: error: `DLCAPS_HUE' undeclared (first use in this function)
video_out_directfb.c:674: error: `DLCAPS_SATURATION' undeclared (first use in this function)
video_out_directfb.c:679: error: `DLCAPS_CONTRAST' undeclared (first use in this function)
video_out_directfb.c:684: error: `DLCAPS_BRIGHTNESS' undeclared (first use in this function)
video_out_directfb.c:689: error: `DLCAPS_DST_COLORKEY' undeclared (first use in this function)
video_out_directfb.c: In function `directfb_set_property':
video_out_directfb.c:714: error: `this' undeclared (first use in this function)
video_out_directfb.c:714: error: syntax error before ')' token
video_out_directfb.c:735: error: `DLCAPS_HUE' undeclared (first use in this function)
video_out_directfb.c:740: error: `DCAF_HUE' undeclared (first use in this function)
video_out_directfb.c:747: error: `DLCAPS_SATURATION' undeclared (first use in this function)
video_out_directfb.c:752: error: `DCAF_SATURATION' undeclared (first use in this function)
video_out_directfb.c:759: error: `DLCAPS_CONTRAST' undeclared (first use in this function)
video_out_directfb.c:764: error: `DCAF_CONTRAST' undeclared (first use in this function)
video_out_directfb.c:771: error: `DLCAPS_BRIGHTNESS' undeclared (first use in this function)
video_out_directfb.c:776: error: `DCAF_BRIGHTNESS' undeclared (first use in this function)
video_out_directfb.c:783: error: `DLCAPS_DST_COLORKEY' undeclared (first use in this function)
video_out_directfb.c: In function `directfb_get_property_min_max':
video_out_directfb.c:825: error: `this' undeclared (first use in this function)
video_out_directfb.c:825: error: syntax error before ')' token
video_out_directfb.c:839: error: `DLCAPS_HUE' undeclared (first use in this function)
video_out_directfb.c:847: error: `DLCAPS_SATURATION' undeclared (first use in this function)
video_out_directfb.c:855: error: `DLCAPS_CONTRAST' undeclared (first use in this function)
video_out_directfb.c:863: error: `DLCAPS_BRIGHTNESS' undeclared (first use in this function)
video_out_directfb.c:871: error: `DLCAPS_DST_COLORKEY' undeclared (first use in this function)
video_out_directfb.c: In function `directfb_gui_data_exchange':
video_out_directfb.c:894: error: `this' undeclared (first use in this function)
video_out_directfb.c:894: error: syntax error before ')' token
video_out_directfb.c: In function `directfb_dispose':
video_out_directfb.c:954: error: `this' undeclared (first use in this function)
video_out_directfb.c:954: error: syntax error before ')' token
video_out_directfb.c: At top level:
video_out_directfb.c:990: error: syntax error before "find_overlay"
video_out_directfb.c:990: error: syntax error before "id"
video_out_directfb.c: In function `find_overlay':
video_out_directfb.c:992: error: `DFBDisplayLayerID' undeclared (first use in this function)
video_out_directfb.c:992: error: `ret_id' undeclared (first use in this function)
video_out_directfb.c:992: error: syntax error before ')' token
video_out_directfb.c:994: error: `dsc' undeclared (first use in this function)
video_out_directfb.c:994: error: `DLCAPS_SURFACE' undeclared (first use in this function)
video_out_directfb.c:995: error: `DLCAPS_SCREEN_LOCATION' undeclared (first use in this function)
video_out_directfb.c:996: error: `id' undeclared (first use in this function)
video_out_directfb.c:997: error: `DFENUM_CANCEL' undeclared (first use in this function)
video_out_directfb.c:1000: error: `DFENUM_OK' undeclared (first use in this function)
video_out_directfb.c: At top level:
video_out_directfb.c:1003: error: syntax error before "probe_device"
video_out_directfb.c:1003: error: syntax error before '*' token
video_out_directfb.c: In function `probe_device':
video_out_directfb.c:1004: error: `IDirectFBDisplayLayer' undeclared (first use in this function)
video_out_directfb.c:1005: error: `DFBDisplayLayerDescription' undeclared (first use in this function)
video_out_directfb.c:1005: error: syntax error before "dsc"
video_out_directfb.c:1006: error: `DFBDisplayLayerConfig' undeclared (first use in this function)
video_out_directfb.c:1007: error: `DFBResult' undeclared (first use in this function)
video_out_directfb.c:1009: error: `ret' undeclared (first use in this function)
video_out_directfb.c:1009: error: `this' undeclared (first use in this function)
video_out_directfb.c:1009: error: `id' undeclared (first use in this function)
video_out_directfb.c:1010: error: `DFB_OK' undeclared (first use in this function)
video_out_directfb.c:1015: error: request for member `SetCooperativeLevel' in something not a structure or union
video_out_directfb.c:1015: error: `DLSCL_EXCLUSIVE' undeclared (first use in this function)
video_out_directfb.c:1018: error: request for member `SetOpacity' in something not a structure or union
video_out_directfb.c:1021: error: request for member `flags' in something not a structure or union
video_out_directfb.c:1021: error: `DLCONF_PIXELFORMAT' undeclared (first use in this function)
video_out_directfb.c:1022: error: request for member `pixelformat' in something not a structure or union
video_out_directfb.c:1022: error: `DSPF_YUY2' undeclared (first use in this function)
video_out_directfb.c:1024: error: request for member `TestConfiguration' in something not a structure or union
video_out_directfb.c:1028: error: request for member `Release' in something not a structure or union
video_out_directfb.c:1029: error: `DFB_UNSUPPORTED' undeclared (first use in this function)
video_out_directfb.c:1033: error: request for member `flags' in something not a structure or union
video_out_directfb.c:1034: error: request for member `pixelformat' in something not a structure or union
video_out_directfb.c:1034: error: `DSPF_YV12' undeclared (first use in this function)
video_out_directfb.c:1036: error: request for member `TestConfiguration' in something not a structure or union
video_out_directfb.c:1040: error: request for member `Release' in something not a structure or union
video_out_directfb.c:1044: error: request for member `GetDescription' in something not a structure or union
video_out_directfb.c:1044: error: `dsc' undeclared (first use in this function)
video_out_directfb.c: In function `update_config_cb':
video_out_directfb.c:1056: error: `this' undeclared (first use in this function)
video_out_directfb.c:1056: error: syntax error before ')' token
video_out_directfb.c:1059: error: `DFBDisplayLayerConfig' undeclared (first use in this function)
video_out_directfb.c:1059: error: syntax error before "config"
video_out_directfb.c:1063: error: request for member `buffermode' in something not a structure or union
video_out_directfb.c:1063: error: `DLBM_FRONTONLY' undeclared (first use in this function)
video_out_directfb.c:1066: error: request for member `buffermode' in something not a structure or union
video_out_directfb.c:1066: error: `DLBM_TRIPLE' undeclared (first use in this function)
video_out_directfb.c:1069: error: request for member `buffermode' in something not a structure or union
video_out_directfb.c:1069: error: `DLBM_BACKVIDEO' undeclared (first use in this function)
video_out_directfb.c:1073: error: request for member `buffermode' in something not a structure or union
video_out_directfb.c:1074: error: `DFB_OK' undeclared (first use in this function)
video_out_directfb.c: At top level:
video_out_directfb.c:1084: error: syntax error before "else"
video_out_directfb.c:1084: error: syntax error before '->' token
video_out_directfb.c:1084: error: `entry' undeclared here (not in a function)
video_out_directfb.c:1084: error: `__s2' undeclared here (not in a function)
video_out_directfb.c:1084: error: syntax error before "if"
video_out_directfb.c:1084: error: non-static declaration of '__result' follows static declaration
video_out_directfb.c:1084: error: previous definition of '__result' was here
video_out_directfb.c:1084: warning: data definition has no type or storage class
video_out_directfb.c:1084: error: syntax error before '}' token
video_out_directfb.c:1084: error: static declaration of '__result' follows non-static declaration
video_out_directfb.c:1084: error: previous declaration of '__result' was here
video_out_directfb.c:1084: error: static declaration of '__result' follows non-static declaration
video_out_directfb.c:1084: error: previous declaration of '__result' was here
video_out_directfb.c:1084: error: `__s1' undeclared here (not in a function)
video_out_directfb.c:1084: error: syntax error before "if"
video_out_directfb.c:1084: error: non-static declaration of '__result' follows static declaration
video_out_directfb.c:1084: error: previous definition of '__result' was here
video_out_directfb.c:1084: warning: data definition has no type or storage class
video_out_directfb.c:1084: error: syntax error before '}' token
video_out_directfb.c:1101: warning: parameter names (without types) in function declaration
video_out_directfb.c:1101: error: conflicting types for 'directfb_clean_output_area'
video_out_directfb.c:280: error: previous definition of 'directfb_clean_output_area' was here
video_out_directfb.c:1101: warning: data definition has no type or storage class
video_out_directfb.c:1102: error: syntax error before '}' token
video_out_directfb.c:1104: error: syntax error before '->' token
video_out_directfb.c:1104: error: static declaration of '__result' follows non-static declaration
video_out_directfb.c:1084: error: previous declaration of '__result' was here
video_out_directfb.c:1104: error: static declaration of '__result' follows non-static declaration
video_out_directfb.c:1084: error: previous declaration of '__result' was here
video_out_directfb.c:1104: error: syntax error before "if"
video_out_directfb.c:1104: error: non-static declaration of '__result' follows static declaration
video_out_directfb.c:1104: error: previous definition of '__result' was here
video_out_directfb.c:1104: warning: data definition has no type or storage class
video_out_directfb.c:1104: error: syntax error before '}' token
video_out_directfb.c:1104: error: static declaration of '__result' follows non-static declaration
video_out_directfb.c:1104: error: previous declaration of '__result' was here
video_out_directfb.c:1104: error: static declaration of '__result' follows non-static declaration
video_out_directfb.c:1104: error: previous declaration of '__result' was here
video_out_directfb.c:1104: error: syntax error before "if"
video_out_directfb.c:1104: error: non-static declaration of '__result' follows static declaration
video_out_directfb.c:1104: error: previous definition of '__result' was here
video_out_directfb.c:1104: warning: data definition has no type or storage class
video_out_directfb.c:1104: error: syntax error before '}' token
video_out_directfb.c:1115: warning: parameter names (without types) in function declaration
video_out_directfb.c:1115: warning: data definition has no type or storage class
video_out_directfb.c:1116: error: syntax error before '}' token
video_out_directfb.c:1117: error: syntax error before '->' token
video_out_directfb.c:1117: error: static declaration of '__result' follows non-static declaration
video_out_directfb.c:1104: error: previous declaration of '__result' was here
video_out_directfb.c:1117: error: static declaration of '__result' follows non-static declaration
video_out_directfb.c:1104: error: previous declaration of '__result' was here
video_out_directfb.c:1117: error: syntax error before "if"
video_out_directfb.c:1117: error: non-static declaration of '__result' follows static declaration
video_out_directfb.c:1117: error: previous definition of '__result' was here
video_out_directfb.c:1117: warning: data definition has no type or storage class
video_out_directfb.c:1117: error: syntax error before '}' token
video_out_directfb.c:1117: error: static declaration of '__result' follows non-static declaration
video_out_directfb.c:1117: error: previous declaration of '__result' was here
video_out_directfb.c:1117: error: static declaration of '__result' follows non-static declaration
video_out_directfb.c:1117: error: previous declaration of '__result' was here
video_out_directfb.c:1117: error: syntax error before "if"
video_out_directfb.c:1117: error: non-static declaration of '__result' follows static declaration
video_out_directfb.c:1117: error: previous definition of '__result' was here
video_out_directfb.c:1117: warning: data definition has no type or storage class
video_out_directfb.c:1117: error: syntax error before '}' token
video_out_directfb.c:1136: error: syntax error before '->' token
video_out_directfb.c:1136: error: static declaration of '__result' follows non-static declaration
video_out_directfb.c:1117: error: previous declaration of '__result' was here
video_out_directfb.c:1136: error: static declaration of '__result' follows non-static declaration
video_out_directfb.c:1117: error: previous declaration of '__result' was here
video_out_directfb.c:1136: error: syntax error before "if"
video_out_directfb.c:1136: error: non-static declaration of '__result' follows static declaration
video_out_directfb.c:1136: error: previous definition of '__result' was here
video_out_directfb.c:1136: warning: data definition has no type or storage class
video_out_directfb.c:1136: error: syntax error before '}' token
video_out_directfb.c:1136: error: static declaration of '__result' follows non-static declaration
video_out_directfb.c:1136: error: previous declaration of '__result' was here
video_out_directfb.c:1136: error: static declaration of '__result' follows non-static declaration
video_out_directfb.c:1136: error: previous declaration of '__result' was here
video_out_directfb.c:1136: error: syntax error before "if"
video_out_directfb.c:1136: error: non-static declaration of '__result' follows static declaration
video_out_directfb.c:1136: error: previous definition of '__result' was here
video_out_directfb.c:1136: warning: data definition has no type or storage class
video_out_directfb.c:1136: error: syntax error before '}' token
video_out_directfb.c:1155: error: syntax error before '->' token
video_out_directfb.c:1155: error: static declaration of '__result' follows non-static declaration
video_out_directfb.c:1136: error: previous declaration of '__result' was here
video_out_directfb.c:1155: error: static declaration of '__result' follows non-static declaration
video_out_directfb.c:1136: error: previous declaration of '__result' was here
video_out_directfb.c:1155: error: syntax error before "if"
video_out_directfb.c:1155: error: non-static declaration of '__result' follows static declaration
video_out_directfb.c:1155: error: previous definition of '__result' was here
video_out_directfb.c:1155: warning: data definition has no type or storage class
video_out_directfb.c:1155: error: syntax error before '}' token
video_out_directfb.c:1155: error: static declaration of '__result' follows non-static declaration
video_out_directfb.c:1155: error: previous declaration of '__result' was here
video_out_directfb.c:1155: error: static declaration of '__result' follows non-static declaration
video_out_directfb.c:1155: error: previous declaration of '__result' was here
video_out_directfb.c:1155: error: syntax error before "if"
video_out_directfb.c:1155: error: non-static declaration of '__result' follows static declaration
video_out_directfb.c:1155: error: previous definition of '__result' was here
video_out_directfb.c:1155: warning: data definition has no type or storage class
video_out_directfb.c:1155: error: syntax error before '}' token
video_out_directfb.c:1160: error: syntax error before '*' token
video_out_directfb.c: In function `init_config':
video_out_directfb.c:1161: error: `this' undeclared (first use in this function)
video_out_directfb.c:1180: error: `DLCAPS_DST_COLORKEY' undeclared (first use in this function)
video_out_directfb.c:1197: error: `DLCAPS_FLICKER_FILTERING' undeclared (first use in this function)
video_out_directfb.c:1205: error: `DLCAPS_FIELD_PARITY' undeclared (first use in this function)
video_out_directfb.c: At top level:
video_out_directfb.c:1215: error: syntax error before "find_underlay"
video_out_directfb.c:1215: error: syntax error before "id"
video_out_directfb.c: In function `find_underlay':
video_out_directfb.c:1217: error: `DFBDisplayLayerID' undeclared (first use in this function)
video_out_directfb.c:1217: error: `ret_id' undeclared (first use in this function)
video_out_directfb.c:1217: error: syntax error before ')' token
video_out_directfb.c:1219: error: `id' undeclared (first use in this function)
video_out_directfb.c:1221: error: `DFENUM_CANCEL' undeclared (first use in this function)
video_out_directfb.c: At top level:
video_out_directfb.c:1224: error: syntax error before "init_device"
video_out_directfb.c:1224: error: syntax error before '*' token
video_out_directfb.c: In function `init_device':
video_out_directfb.c:1225: error: `IDirectFBSurface' undeclared (first use in this function)
video_out_directfb.c:1226: error: `DFBDisplayLayerConfig' undeclared (first use in this function)
video_out_directfb.c:1226: error: syntax error before "config"
video_out_directfb.c:1227: error: `DFBDisplayLayerConfigFlags' undeclared (first use in this function)
video_out_directfb.c:1228: error: `DFBResult' undeclared (first use in this function)
video_out_directfb.c:1231: error: `this' undeclared (first use in this function)
video_out_directfb.c:1235: error: request for member `flags' in something not a structure or union
video_out_directfb.c:1235: error: `DLCONF_BUFFERMODE' undeclared (first use in this function)
video_out_directfb.c:1235: error: `DLCONF_PIXELFORMAT' undeclared (first use in this function)
video_out_directfb.c:1235: error: `DLCONF_OPTIONS' undeclared (first use in this function)
video_out_directfb.c:1236: error: request for member `pixelformat' in something not a structure or union
video_out_directfb.c:1236: error: `DSPF_YV12' undeclared (first use in this function)
video_out_directfb.c:1237: error: request for member `options' in something not a structure or union
video_out_directfb.c:1237: error: `DLOP_NONE' undeclared (first use in this function)
video_out_directfb.c:1241: error: request for member `buffermode' in something not a structure or union
video_out_directfb.c:1241: error: `DLBM_FRONTONLY' undeclared (first use in this function)
video_out_directfb.c:1244: error: request for member `buffermode' in something not a structure or union
video_out_directfb.c:1244: error: `DLBM_TRIPLE' undeclared (first use in this function)
video_out_directfb.c:1247: error: request for member `buffermode' in something not a structure or union
video_out_directfb.c:1247: error: `DLBM_BACKVIDEO' undeclared (first use in this function)
video_out_directfb.c:1252: error: request for member `options' in something not a structure or union
video_out_directfb.c:1252: error: `DLOP_DST_COLORKEY' undeclared (first use in this function)
video_out_directfb.c:1255: error: request for member `options' in something not a structure or union
video_out_directfb.c:1255: error: `DLOP_FLICKER_FILTERING' undeclared (first use in this function)
video_out_directfb.c:1258: error: request for member `options' in something not a structure or union
video_out_directfb.c:1258: error: `DLOP_FIELD_PARITY' undeclared (first use in this function)
video_out_directfb.c:1261: error: `ret' undeclared (first use in this function)
video_out_directfb.c:1261: error: `failed' undeclared (first use in this function)
video_out_directfb.c:1266: error: request for member `flags' in something not a structure or union
video_out_directfb.c:1269: error: request for member `options' in something not a structure or union
video_out_directfb.c:1272: error: request for member `flags' in something not a structure or union
video_out_directfb.c:1277: error: `DFB_OK' undeclared (first use in this function)
video_out_directfb.c:1284: error: `DLCAPS_DST_COLORKEY' undeclared (first use in this function)
video_out_directfb.c:1301: error: request for member `Clear' in something not a structure or union
video_out_directfb.c:1302: error: request for member `Flip' in something not a structure or union
video_out_directfb.c:1303: error: request for member `Clear' in something not a structure or union
video_out_directfb.c:1304: error: request for member `Flip' in something not a structure or union
video_out_directfb.c:1305: error: request for member `Clear' in something not a structure or union
video_out_directfb.c:1306: error: request for member `Flip' in something not a structure or union
video_out_directfb.c:1310: error: `DLCAPS_SCREEN_LOCATION' undeclared (first use in this function)
video_out_directfb.c:1311: error: `IDirectFBScreen' undeclared (first use in this function)
video_out_directfb.c:1312: error: `DFBDisplayLayerID' undeclared (first use in this function)
video_out_directfb.c:1312: error: syntax error before "layer_id"
video_out_directfb.c:1318: error: invalid type argument of `->'
video_out_directfb.c:1318: error: `layer_id' undeclared (first use in this function)
video_out_directfb.c:1319: error: invalid type argument of `->'
video_out_directfb.c:1323: error: `IDirectFBDisplayLayer' undeclared (first use in this function)
video_out_directfb.c:1324: error: syntax error before "config"
video_out_directfb.c:1328: error: request for member `GetConfiguration' in something not a structure or union
video_out_directfb.c:1329: error: request for member `Release' in something not a structure or union
video_out_directfb.c:1331: error: request for member `width' in something not a structure or union
video_out_directfb.c:1332: error: request for member `height' in something not a structure or union
video_out_directfb.c:1343: error: `DFBSurfaceDescription' undeclared (first use in this function)
video_out_directfb.c:1343: error: syntax error before "dsc"
video_out_directfb.c:1344: error: `DFBAccelerationMask' undeclared (first use in this function)
video_out_directfb.c:1346: error: `dsc' undeclared (first use in this function)
video_out_directfb.c:1346: error: `DSDESC_CAPS' undeclared (first use in this function)
video_out_directfb.c:1346: error: `DSDESC_WIDTH' undeclared (first use in this function)
video_out_directfb.c:1347: error: `DSDESC_HEIGHT' undeclared (first use in this function)
video_out_directfb.c:1347: error: `DSDESC_PIXELFORMAT' undeclared (first use in this function)
video_out_directfb.c:1348: error: `DSCAPS_INTERLACED' undeclared (first use in this function)
video_out_directfb.c:1354: error: `mask' undeclared (first use in this function)
video_out_directfb.c:1356: error: `DFXL_STRETCHBLIT' undeclared (first use in this function)
video_out_directfb.c:1363: error: `DSBLIT_DEINTERLACE' undeclared (first use in this function)
video_out_directfb.c:1365: error: `DSBLIT_NOFX' undeclared (first use in this function)
video_out_directfb.c:1375: error: request for member `GetSize' in something not a structure or union
video_out_directfb.c:1376: error: request for member `GetPixelFormat' in something not a structure or union
video_out_directfb.c:1379: error: request for member `Release' in something not a structure or union
video_out_directfb.c: In function `directfb_frame_output_cb':
video_out_directfb.c:1397: error: `this' undeclared (first use in this function)
video_out_directfb.c:1397: error: syntax error before ')' token
video_out_directfb.c: In function `open_plugin_fb':
video_out_directfb.c:1413: error: `this' undeclared (first use in this function)
video_out_directfb.c:1416: error: `IDirectFBScreen' undeclared (first use in this function)
video_out_directfb.c:1417: error: `DFBDisplayLayerID' undeclared (first use in this function)
video_out_directfb.c:1417: error: syntax error before "id"
video_out_directfb.c:1418: error: `DFBResult' undeclared (first use in this function)
video_out_directfb.c:1428: error: `ret' undeclared (first use in this function)
video_out_directfb.c:1429: error: `DFB_OK' undeclared (first use in this function)
video_out_directfb.c:1451: error: `DSCID_PRIMARY' undeclared (first use in this function)
video_out_directfb.c:1460: error: invalid type argument of `->'
video_out_directfb.c:1460: error: `id' undeclared (first use in this function)
video_out_directfb.c:1461: error: invalid type argument of `->'
video_out_directfb.c:1484: error: `DLID_PRIMARY' undeclared (first use in this function)
video_out_directfb.c:1485: error: `DLCAPS_SCREEN_LOCATION' undeclared (first use in this function)
video_out_directfb.c:1485: error: `DLCAPS_DST_COLORKEY' undeclared (first use in this function)
video_out_directfb.c: In function `init_class_fb':
video_out_directfb.c:1560: error: `DIRECTFB_MAJOR_VERSION' undeclared (first use in this function)
video_out_directfb.c:1561: error: `DIRECTFB_MINOR_VERSION' undeclared (first use in this function)
video_out_directfb.c:1562: error: `DIRECTFB_MICRO_VERSION' undeclared (first use in this function)
video_out_directfb.c:1562: warning: assignment makes pointer from integer without a cast
video_out_directfb.c: In function `open_plugin_x11':
video_out_directfb.c:1590: error: `this' undeclared (first use in this function)
video_out_directfb.c:1593: error: `IDirectFBScreen' undeclared (first use in this function)
video_out_directfb.c:1594: error: `DFBDisplayLayerID' undeclared (first use in this function)
video_out_directfb.c:1594: error: syntax error before "id"
video_out_directfb.c:1595: error: `DFBResult' undeclared (first use in this function)
video_out_directfb.c:1605: error: `ret' undeclared (first use in this function)
video_out_directfb.c:1606: error: `DFB_OK' undeclared (first use in this function)
video_out_directfb.c:1624: error: `DSCID_PRIMARY' undeclared (first use in this function)
video_out_directfb.c:1633: error: invalid type argument of `->'
video_out_directfb.c:1633: error: `id' undeclared (first use in this function)
video_out_directfb.c:1634: error: invalid type argument of `->'
video_out_directfb.c:1642: error: `DLID_PRIMARY' undeclared (first use in this function)
video_out_directfb.c:1654: error: `DLCAPS_DST_COLORKEY' undeclared (first use in this function)
video_out_directfb.c: In function `init_class_x11':
video_out_directfb.c:1741: error: `DIRECTFB_MAJOR_VERSION' undeclared (first use in this function)
video_out_directfb.c:1742: error: `DIRECTFB_MINOR_VERSION' undeclared (first use in this function)
video_out_directfb.c:1743: error: `DIRECTFB_MICRO_VERSION' undeclared (first use in this function)
video_out_directfb.c:1743: warning: assignment makes pointer from integer without a cast
make[4]: *** [xineplug_vo_out_directfb_la-video_out_directfb.lo] Error 1
make[4]: Leaving directory `/var/tmp/portage/xine-lib-1.1.2_pre20060328-r3/work/xine-lib-1.1.2cvs/src/video_out'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/var/tmp/portage/xine-lib-1.1.2_pre20060328-r3/work/xine-lib-1.1.2cvs/src/video_out'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/xine-lib-1.1.2_pre20060328-r3/work/xine-lib-1.1.2cvs/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/xine-lib-1.1.2_pre20060328-r3/work/xine-lib-1.1.2cvs'
make: *** [all] Error 2

directfb.h is located at /usr/include/directfb/directfb.h

output of emerge --info:
Portage 2.0.54 (default-linux/x86/2005.0, gcc-3.4.5, glibc-2.3.6-r3, 2.6.16-gentoo-r2 i686)
=================================================================
System uname: 2.6.16-gentoo-r2 i686 Intel(R) Pentium(R) M processor 1300MHz
Gentoo Base System version 1.12.0_pre18
distcc 2.18.3 i686-pc-linux-gnu (protocols 1 and 2) (default port 3632) [disabled]
ccache version 2.3 [disabled]
dev-lang/python:     2.3.5-r2, 2.4.2-r1
sys-apps/sandbox:    1.2.12
sys-devel/autoconf:  2.13, 2.59-r7
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r1
sys-devel/binutils:  2.16.1
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.11-r5
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O2 -march=pentium3 -pipe -frename-registers -fomit-frame-pointer -fforce-addr -s -falign-functions=64 -fprefetch-loop-arrays -mfpmath=sse -maccumulate-outgoing-args"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/kde/3/share/config /usr/lib/X11/xkb /usr/share/config /usr/share/texmf/dvipdfm/config/ /usr/share/texmf/dvips/config/ /usr/share/texmf/tex/generic/config/ /usr/share/texmf/tex/platex/config/ /usr/share/texmf/xdvi/ /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/eselect/compiler /etc/gconf /etc/splash /etc/terminfo /etc/env.d"
CXXFLAGS="-O2 -march=pentium3 -pipe -frename-registers -fomit-frame-pointer -fforce-addr -s -falign-functions=64 -fprefetch-loop-arrays -mfpmath=sse -maccumulate-outgoing-args -fpermissive"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks sandbox sfperms strict"
GENTOO_MIRRORS="http://distfiles.gentoo.org http://distro.ibiblio.org/pub/linux/distributions/gentoo"
LANG="en_US.utf8"
LC_ALL="en_US.utf8"
MAKEOPTS="-j4"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="x86 X aac aalib acpi alsa apm artswrappersuid audiofile avi bash-completion berkdb bitmap-fonts browserplugin bzip2 cddb cdparanoia cdr cli cups curl dbus directfb divx4linux dri dvd dvdr dvdread eds emboss encode ethereal exif expat ext3 f77 fam fbcon ffmpeg firefox flac foomaticdb fortran gcj gdbm gif glut gmp gnutls gpm gstreamer gtk gtk2 gtkhtml hal i8x0 idn imagemagick imap imlib ipv6 isdnlog jack java jpeg junit kde kdexdeltas lcms ldap libcaca libg++ libwww mad mikmod mmx mmx2 mmxext mng motif mp3 mpeg mplayer msn musepack musicbrainz ncurses nls ogg oggvorbis ooo-kde openal opengl oss pam pcmcia pcre pda pdf pdflib perl png pppd python qt qtmt quicktime radeon readline real recode reflection rtc ruby samba sasl sdl session slang sndfile speex spell spl sse sse2 ssl subtitles svga tcltk tcpd tetex theora tiff truetype truetype-fonts type1-fonts udev unicode usb utf8 v4l v4l2 vcd vorbis wifi win32codecs xine xinerama xml2 xmms xorg xv xvid zlib userland_GNU kernel_linux elibc_glibc"
Unset:  ASFLAGS, CTARGET, INSTALL_MASK, LDFLAGS, LINGUAS
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-04-27 04:04:47 UTC

*** This bug has been marked as a duplicate of 131287 ***