DaVince

Git compile failure of git://people.freedesktop.org/~cand/me

Jul 25th, 2011
179
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.24 KB | None | 0 0
  1. ....
  2. Compiling src/glx/dri2.c ...
  3. Compiling src/gallium/state_trackers/glx/xlib/glx_api.c ...
  4. src/glx/dri2.c: In function ‘DRI2WireToEvent’:
  5. src/glx/dri2.c:101:7: error: unknown type name ‘xDRI2BufferSwapComplete2’
  6. src/glx/dri2.c:101:42: error: ‘xDRI2BufferSwapComplete2’ undeclared (first use in this function)
  7. src/glx/dri2.c:101:42: note: each undeclared identifier is reported only once for each function it appears in
  8. src/glx/dri2.c:101:68: error: expected expression before ‘)’ token
  9. src/glx/dri2.c:104:59: error: request for member ‘drawable’ in something not a structure or union
  10. src/glx/dri2.c:107:53: error: request for member ‘drawable’ in something not a structure or union
  11. src/glx/dri2.c:112:34: error: request for member ‘type’ in something not a structure or union
  12. src/glx/dri2.c:114:31: error: request for member ‘drawable’ in something not a structure or union
  13. src/glx/dri2.c:115:20: error: request for member ‘event_type’ in something not a structure or union
  14. src/glx/dri2.c:129:35: error: request for member ‘ust_hi’ in something not a structure or union
  15. src/glx/dri2.c:129:58: error: request for member ‘ust_lo’ in something not a structure or union
  16. src/glx/dri2.c:130:35: error: request for member ‘msc_hi’ in something not a structure or union
  17. src/glx/dri2.c:130:58: error: request for member ‘msc_lo’ in something not a structure or union
  18. src/glx/dri2.c:133:16: error: request for member ‘sbc’ in something not a structure or union
  19. src/glx/dri2.c:135:36: error: request for member ‘sbc’ in something not a structure or union
  20. src/glx/dri2.c:136:26: error: request for member ‘sbc’ in something not a structure or union
  21. scons: *** [src/glx/dri2.os] Error 1
  22. src/gallium/state_trackers/glx/xlib/glx_api.c: In function ‘choose_visual’:
  23. src/gallium/state_trackers/glx/xlib/glx_api.c:676:8: warning: variable ‘trans_value’ set but not used [-Wunused-but-set-variable]
  24. src/gallium/state_trackers/glx/xlib/glx_api.c:675:8: warning: variable ‘trans_type’ set but not used [-Wunused-but-set-variable]
  25. src/gallium/state_trackers/glx/xlib/glx_api.c:661:8: warning: variable ‘min_ci’ set but not used [-Wunused-but-set-variable]
  26. scons: building terminated because of errors.
Add Comment
Please, Sign In to add comment