Advertisement
Guest User

Untitled

a guest
May 29th, 2012
162
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.73 KB | None | 0 0
  1. venom@venom-desktop ~/Desktop/alsa-plugins-1.0.25 $ make
  2. make all-recursive
  3. make[1]: Entering directory `/home/venom/Desktop/alsa-plugins-1.0.25'
  4. Making all in oss
  5. make[2]: Entering directory `/home/venom/Desktop/alsa-plugins-1.0.25/oss'
  6. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -Wall -g -I/usr/include/alsa -g -O2 -MT ctl_oss.lo -MD -MP -MF .deps/ctl_oss.Tpo -c -o ctl_oss.lo ctl_oss.c
  7. mkdir .libs
  8. gcc -DHAVE_CONFIG_H -I. -I.. -Wall -g -I/usr/include/alsa -g -O2 -MT ctl_oss.lo -MD -MP -MF .deps/ctl_oss.Tpo -c ctl_oss.c -fPIC -DPIC -o .libs/ctl_oss.o
  9. ctl_oss.c:64:3: error: 'SOUND_MIXER_PHONEIN' undeclared here (not in a function)
  10. ctl_oss.c:64:2: error: array index in initializer not of integer type
  11. ctl_oss.c:64:2: error: (near initialization for 'vol_devices')
  12. ctl_oss.c:65:3: error: 'SOUND_MIXER_PHONEOUT' undeclared here (not in a function)
  13. ctl_oss.c:65:2: error: array index in initializer not of integer type
  14. ctl_oss.c:65:2: error: (near initialization for 'vol_devices')
  15. ctl_oss.c:68:3: error: 'SOUND_MIXER_MONITOR' undeclared here (not in a function)
  16. ctl_oss.c:68:2: error: array index in initializer not of integer type
  17. ctl_oss.c:68:2: error: (near initialization for 'vol_devices')
  18. ctl_oss.c:84:2: error: array index in initializer not of integer type
  19. ctl_oss.c:84:2: error: (near initialization for 'rec_devices')
  20. ctl_oss.c:102:2: error: array index in initializer not of integer type
  21. ctl_oss.c:102:2: error: (near initialization for 'rec_items')
  22. make[2]: *** [ctl_oss.lo] Error 1
  23. make[2]: Leaving directory `/home/venom/Desktop/alsa-plugins-1.0.25/oss'
  24. make[1]: *** [all-recursive] Error 1
  25. make[1]: Leaving directory `/home/venom/Desktop/alsa-plugins-1.0.25'
  26. make: *** [all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement