Advertisement
Guest User

Untitled

a guest
Nov 12th, 2012
294
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 4.72 KB | None | 0 0
  1. Checked out revision 454.
  2. pi@raspbmc:~$ cd boblight
  3. pi@raspbmc:~/boblight$ ./configure --with-ola
  4. checking for a BSD-compatible install... /usr/bin/install -c
  5. checking whether build environment is sane... yes
  6. checking for a thread-safe mkdir -p... /bin/mkdir -p
  7. checking for gawk... no
  8. checking for mawk... mawk
  9. checking whether make sets $(MAKE)... yes
  10. checking whether to enable maintainer-specific portions of Makefiles... no
  11. checking for style of include used by make... GNU
  12. checking for gcc... gcc
  13. checking whether the C compiler works... yes
  14. checking for C compiler default output file name... a.out
  15. checking for suffix of executables...
  16. checking whether we are cross compiling... no
  17. checking for suffix of object files... o
  18. checking whether we are using the GNU C compiler... yes
  19. checking whether gcc accepts -g... yes
  20. checking for gcc option to accept ISO C89... none needed
  21. checking dependency style of gcc... gcc3
  22. checking for library containing strerror... none required
  23. checking for g++... no
  24. checking for c++... no
  25. checking for gpp... no
  26. checking for aCC... no
  27. checking for CC... no
  28. checking for cxx... no
  29. checking for cc++... no
  30. checking for cl.exe... no
  31. checking for FCC... no
  32. checking for KCC... no
  33. checking for RCC... no
  34. checking for xlC_r... no
  35. checking for xlC... no
  36. checking whether we are using the GNU C++ compiler... no
  37. checking whether g++ accepts -g... no
  38. checking dependency style of g++... none
  39. checking for gcc... (cached) gcc
  40. checking whether we are using the GNU C compiler... (cached) yes
  41. checking whether gcc accepts -g... (cached) yes
  42. checking for gcc option to accept ISO C89... (cached) none needed
  43. checking dependency style of gcc... (cached) gcc3
  44. checking how to run the C preprocessor... gcc -E
  45. checking for grep that handles long lines and -e... /bin/grep
  46. checking for egrep... /bin/grep -E
  47. checking for ANSI C header files... yes
  48. checking build system type... armv6l-unknown-linux-gnueabi
  49. checking host system type... armv6l-unknown-linux-gnueabi
  50. checking for a sed that does not truncate output... /bin/sed
  51. checking for fgrep... /bin/grep -F
  52. checking for ld used by gcc... /usr/bin/ld
  53. checking if the linker (/usr/bin/ld) is GNU ld... yes
  54. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  55. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  56. checking whether ln -s works... yes
  57. checking the maximum length of command line arguments... 1572864
  58. checking whether the shell understands some XSI constructs... yes
  59. checking whether the shell understands "+="... yes
  60. checking for /usr/bin/ld option to reload object files... -r
  61. checking for objdump... objdump
  62. checking how to recognize dependent libraries... pass_all
  63. checking for ar... ar
  64. checking for strip... strip
  65. checking for ranlib... ranlib
  66. checking command to parse /usr/bin/nm -B output from gcc object... ok
  67. checking for sys/types.h... yes
  68. checking for sys/stat.h... yes
  69. checking for stdlib.h... yes
  70. checking for string.h... yes
  71. checking for memory.h... yes
  72. checking for strings.h... yes
  73. checking for inttypes.h... yes
  74. checking for stdint.h... yes
  75. checking for unistd.h... yes
  76. checking for dlfcn.h... yes
  77. checking whether we are using the GNU C++ compiler... (cached) no
  78. checking whether g++ accepts -g... (cached) no
  79. checking dependency style of g++... (cached) none
  80. checking for objdir... .libs
  81. checking if gcc supports -fno-rtti -fno-exceptions... no
  82. checking for gcc option to produce PIC... -fPIC -DPIC
  83. checking if gcc PIC flag -fPIC -DPIC works... yes
  84. checking if gcc static flag -static works... yes
  85. checking if gcc supports -c -o file.o... yes
  86. checking if gcc supports -c -o file.o... (cached) yes
  87. checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
  88. checking whether -lc should be explicitly linked in... no
  89. checking dynamic linker characteristics... GNU/Linux ld.so
  90. checking how to hardcode library paths into programs... immediate
  91. checking whether stripping libraries is possible... yes
  92. checking if libtool supports shared libraries... yes
  93. checking whether to build shared libraries... yes
  94. checking whether to build static libraries... yes
  95. checking for main in -lpthread... yes
  96. checking for main in -lrt... yes
  97. checking for main in -lm... yes
  98. checking for main in -ldl... yes
  99. checking whether clock_gettime is declared... yes
  100. checking portaudio.h usability... no
  101. checking portaudio.h presence... no
  102. checking for portaudio.h... no
  103. configure: error: Missing a required header, please install it or disable portaudio support by passing --without-portaudio to configure
  104. pi@raspbmc:~/boblight$ make
  105. make: *** No targets specified and no makefile found.  Stop.
  106. pi@raspbmc:~/boblight$ sudo make install
  107. make: *** No rule to make target `install'.  Stop.
  108. pi@raspbmc:~/boblight$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement