Advertisement
neuromancer85

rtaudio build output 2

Feb 26th, 2012
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.71 KB | None | 0 0
  1. [neuromancer85@arch rtaudio-4.0.10]$ ./configure --with-jack
  2. checking for g++... g++
  3. checking for C++ compiler default output file name... a.out
  4. checking whether the C++ compiler works... yes
  5. checking whether we are cross compiling... no
  6. checking for suffix of executables...
  7. checking for suffix of object files... o
  8. checking whether we are using the GNU C++ compiler... yes
  9. checking whether g++ accepts -g... yes
  10. checking for ranlib... ranlib
  11. checking for ar... /usr/bin/ar
  12. checking for gcc... gcc
  13. checking whether we are using the GNU C compiler... yes
  14. checking whether gcc accepts -g... yes
  15. checking for gcc option to accept ISO C89... none needed
  16. checking how to run the C preprocessor... gcc -E
  17. checking for grep that handles long lines and -e... /usr/bin/grep
  18. checking for egrep... /usr/bin/grep -E
  19. checking for ANSI C header files... yes
  20. checking for sys/types.h... yes
  21. checking for sys/stat.h... yes
  22. checking for stdlib.h... yes
  23. checking for string.h... yes
  24. checking for memory.h... yes
  25. checking for strings.h... yes
  26. checking for inttypes.h... yes
  27. checking for stdint.h... yes
  28. checking for unistd.h... yes
  29. checking sys/ioctl.h usability... yes
  30. checking sys/ioctl.h presence... yes
  31. checking for sys/ioctl.h... yes
  32. checking for unistd.h... (cached) yes
  33. checking whether to compile debug version... no
  34. checking for gettimeofday... yes
  35. checking build system type... x86_64-unknown-linux-gnu
  36. checking host system type... x86_64-unknown-linux-gnu
  37. checking for audio API... using JACK
  38. checking for jack_client_open in -ljack... yes
  39. checking for snd_pcm_open in -lasound... yes
  40. checking for pthread_create in -lpthread... yes
  41. configure: creating ./config.status
  42. config.status: creating rtaudio-config
  43. config.status: creating Makefile
  44. config.status: creating tests/Makefile
  45. [neuromancer85@arch rtaudio-4.0.10]$ make
  46. g++ -O2 -Wall -Iinclude -fPIC -DHAVE_GETTIMEOFDAY -D__UNIX_JACK__ -c RtAudio.cpp -o RtAudio.o
  47. RtAudio.cpp: In member function 'virtual bool RtApiJack::probeDeviceOpen(unsigned int, RtApi::StreamMode, unsigned int, unsigned int, unsigned int, RtAudioFormat, unsigned int*, RtAudio::StreamOptions*)':
  48. RtAudio.cpp:2090:29: warning: 'jack_nframes_t jack_port_get_latency(jack_port_t*)' is deprecated (declared at /usr/include/jack/jack.h:1167) [-Wdeprecated-declarations]
  49. RtAudio.cpp:2090:103: warning: 'jack_nframes_t jack_port_get_latency(jack_port_t*)' is deprecated (declared at /usr/include/jack/jack.h:1167) [-Wdeprecated-declarations]
  50. /usr/bin/ar ruv librtaudio.a RtAudio.o
  51. /usr/bin/ar: creating librtaudio.a
  52. a - RtAudio.o
  53. ranlib librtaudio.a
  54. g++ -fPIC -shared -Wl,-soname,librtaudio.so.4 -o librtaudio.so.4.0.9 RtAudio.o -lpthread -lasound -ljack
  55. /bin/ln -s librtaudio.so.4.0.9 librtaudio.so
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement