Advertisement
Guest User

Untitled

a guest
Jul 27th, 2017
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.60 KB | None | 0 0
  1. % gmake
  2. src/print_volume.c:20: error: expected specifier-qualifier-list before 'snd_mixer_selem_id_t'
  3. src/print_volume.c: In function 'print_volume':
  4. src/print_volume.c:48: error: 'struct mixer_hdl' has no member named 'handles'
  5. src/print_volume.c:73: warning: implicit declaration of function 'snd_mixer_selem_id_malloc'
  6. src/print_volume.c:73: error: 'struct mixer_hdl' has no member named 'sid'
  7. src/print_volume.c:74: error: 'struct mixer_hdl' has no member named 'sid'
  8. src/print_volume.c:79: warning: implicit declaration of function 'snd_mixer_open'
  9. src/print_volume.c:79: error: 'struct mixer_hdl' has no member named 'm'
  10. src/print_volume.c:80: warning: implicit declaration of function 'snd_strerror'
  11. src/print_volume.c:80: warning: format '%s' expects type 'char *', but argument 3 has type 'int'
  12. src/print_volume.c:86: warning: implicit declaration of function 'snd_mixer_attach'
  13. src/print_volume.c:86: error: 'struct mixer_hdl' has no member named 'm'
  14. src/print_volume.c:87: warning: format '%s' expects type 'char *', but argument 3 has type 'int'
  15. src/print_volume.c:88: warning: implicit declaration of function 'snd_mixer_close'
  16. src/print_volume.c:88: error: 'struct mixer_hdl' has no member named 'm'
  17. src/print_volume.c:94: warning: implicit declaration of function 'snd_mixer_selem_register'
  18. src/print_volume.c:94: error: 'struct mixer_hdl' has no member named 'm'
  19. src/print_volume.c:95: warning: format '%s' expects type 'char *', but argument 3 has type 'int'
  20. src/print_volume.c:96: error: 'struct mixer_hdl' has no member named 'm'
  21. src/print_volume.c:101: warning: implicit declaration of function 'snd_mixer_load'
  22. src/print_volume.c:101: error: 'struct mixer_hdl' has no member named 'm'
  23. src/print_volume.c:102: warning: format '%s' expects type 'char *', but argument 3 has type 'int'
  24. src/print_volume.c:103: error: 'struct mixer_hdl' has no member named 'm'
  25. src/print_volume.c:109: warning: implicit declaration of function 'snd_mixer_selem_id_set_index'
  26. src/print_volume.c:109: error: 'struct mixer_hdl' has no member named 'sid'
  27. src/print_volume.c:110: warning: implicit declaration of function 'snd_mixer_selem_id_set_name'
  28. src/print_volume.c:110: error: 'struct mixer_hdl' has no member named 'sid'
  29. src/print_volume.c:111: error: 'struct mixer_hdl' has no member named 'elem'
  30. src/print_volume.c:111: warning: implicit declaration of function 'snd_mixer_find_selem'
  31. src/print_volume.c:111: error: 'struct mixer_hdl' has no member named 'm'
  32. src/print_volume.c:111: error: 'struct mixer_hdl' has no member named 'sid'
  33. src/print_volume.c:113: warning: implicit declaration of function 'snd_mixer_selem_id_get_name'
  34. src/print_volume.c:113: error: 'struct mixer_hdl' has no member named 'sid'
  35. src/print_volume.c:113: warning: implicit declaration of function 'snd_mixer_selem_id_get_index'
  36. src/print_volume.c:113: error: 'struct mixer_hdl' has no member named 'sid'
  37. src/print_volume.c:113: warning: format '%s' expects type 'char *', but argument 3 has type 'int'
  38. src/print_volume.c:114: error: 'struct mixer_hdl' has no member named 'm'
  39. src/print_volume.c:120: warning: implicit declaration of function 'snd_mixer_selem_get_playback_volume_range'
  40. src/print_volume.c:120: error: 'struct mixer_hdl' has no member named 'elem'
  41. src/print_volume.c:120: error: 'struct mixer_hdl' has no member named 'min'
  42. src/print_volume.c:120: error: 'struct mixer_hdl' has no member named 'max'
  43. src/print_volume.c:121: error: 'struct mixer_hdl' has no member named 'handles'
  44. src/print_volume.c:121: error: 'struct mixer_hdl' has no member named 'handles'
  45. src/print_volume.c:121: error: 'struct mixer_hdl' has no member named 'handles'
  46. src/print_volume.c:125: warning: implicit declaration of function 'snd_mixer_handle_events'
  47. src/print_volume.c:125: error: 'struct mixer_hdl' has no member named 'm'
  48. src/print_volume.c:126: warning: implicit declaration of function 'snd_mixer_selem_get_playback_volume'
  49. src/print_volume.c:126: error: 'struct mixer_hdl' has no member named 'elem'
  50. src/print_volume.c:128: error: 'struct mixer_hdl' has no member named 'max'
  51. src/print_volume.c:129: error: 'struct mixer_hdl' has no member named 'max'
  52. src/print_volume.c:135: warning: implicit declaration of function 'snd_mixer_selem_has_playback_switch'
  53. src/print_volume.c:135: error: 'struct mixer_hdl' has no member named 'elem'
  54. src/print_volume.c:137: warning: implicit declaration of function 'snd_mixer_selem_get_playback_switch'
  55. src/print_volume.c:137: error: 'struct mixer_hdl' has no member named 'elem'
  56. src/print_volume.c:138: warning: format '%s' expects type 'char *', but argument 3 has type 'int'
  57. gmake: *** [src/print_volume.o] Erreur 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement