Skip to content

Instantly share code, notes, and snippets.

@shreyaspotnis
Created February 5, 2013 04:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shreyaspotnis/4712234 to your computer and use it in GitHub Desktop.
Save shreyaspotnis/4712234 to your computer and use it in GitHub Desktop.
In file included from /usr/include/alsa/asoundlib.h:49:0,
from /home/shreyas/github/libvisual/libvisual-plugins/plugins/input/alsa/input_alsa.c:35:
/usr/include/alsa/pcm.h:944:1: error: unknown type name ‘u_int8_t’
/usr/include/alsa/pcm.h:945:1: error: unknown type name ‘u_int16_t’
/usr/include/alsa/pcm.h:946:1: error: unknown type name ‘u_int32_t’
/usr/include/alsa/pcm.h:947:1: error: unknown type name ‘u_int64_t’
make[2]: *** [plugins/input/alsa/CMakeFiles/input_alsa.dir/input_alsa.c.o] Error 1
make[1]: *** [plugins/input/alsa/CMakeFiles/input_alsa.dir/all] Error 2
make: *** [all] Error 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment