Skip to content

Instantly share code, notes, and snippets.

@davispuh
Created November 22, 2014 08:14
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 davispuh/0452a3db4841e81600b7 to your computer and use it in GitHub Desktop.
Save davispuh/0452a3db4841e81600b7 to your computer and use it in GitHub Desktop.
cubeb make
make all-recursive
make[1]: Entering directory '/home/davis/GitHub/cubeb'
Making all in docs
make[2]: Entering directory '/home/davis/GitHub/cubeb/docs'
echo "*** Warning: Doxygen not found; documentation will not be built."
*** Warning: Doxygen not found; documentation will not be built.
touch doxygen-build.stamp
make[2]: Leaving directory '/home/davis/GitHub/cubeb/docs'
make[2]: Entering directory '/home/davis/GitHub/cubeb'
CC src/cubeb.lo
CXX src/cubeb_panner.lo
CC src/cubeb_pulse.lo
CC src/cubeb_alsa.lo
In file included from /usr/include/pthread.h:21:0,
from src/cubeb_alsa.c:10:
/usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
# warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
^
CXXLD src/libcubeb.la
make[2]: Leaving directory '/home/davis/GitHub/cubeb'
make[1]: Leaving directory '/home/davis/GitHub/cubeb'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment