Advertisement
Powderking

Shuttle Debian Squeeze XBMC configure

Mar 22nd, 2012
163
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.61 KB | None | 0 0
  1. $ ./configure --enable-vdpau=yes
  2.  
  3. checking for a BSD-compatible install... /usr/bin/install -c
  4. checking whether build environment is sane... yes
  5. checking for a thread-safe mkdir -p... /bin/mkdir -p
  6. checking for gawk... gawk
  7. checking whether make sets $(MAKE)... yes
  8. checking build system type... i686-pc-linux-gnu
  9. checking host system type... i686-pc-linux-gnu
  10. checking for g++... g++
  11. checking whether the C++ compiler works... yes
  12. checking for C++ compiler default output file name... a.out
  13. checking for suffix of executables...
  14. checking whether we are cross compiling... no
  15. checking for suffix of object files... o
  16. checking whether we are using the GNU C++ compiler... yes
  17. checking whether g++ accepts -g... yes
  18. checking for style of include used by make... GNU
  19. checking dependency style of g++... none
  20. checking for gcc... gcc
  21. checking whether we are using the GNU C compiler... yes
  22. checking whether gcc accepts -g... yes
  23. checking for gcc option to accept ISO C89... none needed
  24. checking dependency style of gcc... none
  25. checking how to print strings... printf
  26. checking for a sed that does not truncate output... /bin/sed
  27. checking for grep that handles long lines and -e... /bin/grep
  28. checking for egrep... /bin/grep -E
  29. checking for fgrep... /bin/grep -F
  30. checking for ld used by gcc... /usr/bin/ld
  31. checking if the linker (/usr/bin/ld) is GNU ld... yes
  32. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  33. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  34. checking whether ln -s works... yes
  35. checking the maximum length of command line arguments... 1572864
  36. checking whether the shell understands some XSI constructs... yes
  37. checking whether the shell understands "+="... yes
  38. checking how to convert i686-pc-linux-gnu file names to i686-pc-linux-gnu format... func_convert_file_noop
  39. checking how to convert i686-pc-linux-gnu file names to toolchain format... func_convert_file_noop
  40. checking for /usr/bin/ld option to reload object files... -r
  41. checking for objdump... objdump
  42. checking how to recognize dependent libraries... pass_all
  43. checking for dlltool... no
  44. checking how to associate runtime and link libraries... printf %s\n
  45. checking for ar... ar
  46. checking for archiver @FILE support... @
  47. checking for strip... strip
  48. checking for ranlib... ranlib
  49. checking command to parse /usr/bin/nm -B output from gcc object... ok
  50. checking for sysroot... no
  51. checking for mt... mt
  52. checking if mt is a manifest tool... no
  53. checking how to run the C preprocessor... gcc -E
  54. checking for ANSI C header files... yes
  55. checking for sys/types.h... yes
  56. checking for sys/stat.h... yes
  57. checking for stdlib.h... yes
  58. checking for string.h... yes
  59. checking for memory.h... yes
  60. checking for strings.h... yes
  61. checking for inttypes.h... yes
  62. checking for stdint.h... yes
  63. checking for unistd.h... yes
  64. checking for dlfcn.h... yes
  65. checking for objdir... .libs
  66. checking if gcc supports -fno-rtti -fno-exceptions... no
  67. checking for gcc option to produce PIC... -fPIC -DPIC
  68. checking if gcc PIC flag -fPIC -DPIC works... yes
  69. checking if gcc static flag -static works... yes
  70. checking if gcc supports -c -o file.o... yes
  71. checking if gcc supports -c -o file.o... (cached) yes
  72. checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
  73. checking whether -lc should be explicitly linked in... no
  74. checking dynamic linker characteristics... GNU/Linux ld.so
  75. checking how to hardcode library paths into programs... immediate
  76. checking whether stripping libraries is possible... yes
  77. checking if libtool supports shared libraries... yes
  78. checking whether to build shared libraries... yes
  79. checking whether to build static libraries... yes
  80. checking how to run the C++ preprocessor... g++ -E
  81. checking for ld used by g++... /usr/bin/ld
  82. checking if the linker (/usr/bin/ld) is GNU ld... yes
  83. checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
  84. checking for g++ option to produce PIC... -fPIC -DPIC
  85. checking if g++ PIC flag -fPIC -DPIC works... yes
  86. checking if g++ static flag -static works... yes
  87. checking if g++ supports -c -o file.o... yes
  88. checking if g++ supports -c -o file.o... (cached) yes
  89. checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
  90. checking dynamic linker characteristics... (cached) GNU/Linux ld.so
  91. checking how to hardcode library paths into programs... immediate
  92. checking for gawk... (cached) gawk
  93. checking whether ln -s works... yes
  94. checking whether make sets $(MAKE)... (cached) yes
  95. checking for size_t... yes
  96. checking for working alloca.h... yes
  97. checking for alloca... yes
  98. checking for uid_t in sys/types.h... yes
  99. checking for unistd.h... (cached) yes
  100. checking for working chown... yes
  101. checking for dirent.h that defines DIR... yes
  102. checking for library containing opendir... none required
  103. checking whether closedir returns void... no
  104. checking for error_at_line... yes
  105. checking for _LARGEFILE_SOURCE value needed for large files... no
  106. checking whether gcc needs -traditional... no
  107. checking whether lstat correctly handles trailing slash... yes
  108. checking whether lstat accepts an empty string... no
  109. checking whether lstat correctly handles trailing slash... (cached) yes
  110. checking for working memcmp... yes
  111. checking whether time.h and sys/time.h may both be included... yes
  112. checking for sys/time.h... yes
  113. checking for unistd.h... (cached) yes
  114. checking for stdlib.h... (cached) yes
  115. checking for sys/param.h... yes
  116. checking for utime.h... yes
  117. checking for alarm... yes
  118. checking for working mktime... yes
  119. checking for getpagesize... yes
  120. checking for working mmap... yes
  121. checking sys/select.h usability... yes
  122. checking sys/select.h presence... yes
  123. checking for sys/select.h... yes
  124. checking sys/socket.h usability... yes
  125. checking sys/socket.h presence... yes
  126. checking for sys/socket.h... yes
  127. checking types of arguments for select... int,fd_set *,struct timeval *
  128. checking return type of signal handlers... void
  129. checking whether stat accepts an empty string... no
  130. checking for working strcoll... yes
  131. checking for strftime... yes
  132. checking for working strtod... yes
  133. checking whether utime accepts a null argument... yes
  134. checking for vprintf... yes
  135. checking for _doprnt... no
  136. checking for atexit... yes
  137. checking for dup2... yes
  138. checking for fdatasync... yes
  139. checking for floor... no
  140. checking for fs_stat_dev... no
  141. checking for ftime... yes
  142. checking for ftruncate... yes
  143. checking for getcwd... yes
  144. checking for gethostbyaddr... yes
  145. checking for gethostbyname... yes
  146. checking for gethostname... yes
  147. checking for getpagesize... (cached) yes
  148. checking for getpass... yes
  149. checking for gettimeofday... yes
  150. checking for inet_ntoa... yes
  151. checking for lchown... yes
  152. checking for localeconv... yes
  153. checking for memchr... yes
  154. checking for memmove... yes
  155. checking for memset... yes
  156. checking for mkdir... yes
  157. checking for modf... yes
  158. checking for munmap... yes
  159. checking for pow... no
  160. checking for rmdir... yes
  161. checking for select... yes
  162. checking for setenv... yes
  163. checking for setlocale... yes
  164. checking for socket... yes
  165. checking for sqrt... no
  166. checking for strcasecmp... yes
  167. checking for strchr... yes
  168. checking for strcspn... yes
  169. checking for strdup... yes
  170. checking for strerror... yes
  171. checking for strncasecmp... yes
  172. checking for strpbrk... yes
  173. checking for strrchr... yes
  174. checking for strspn... yes
  175. checking for strstr... yes
  176. checking for strtol... yes
  177. checking for strtoul... yes
  178. checking for sysinfo... yes
  179. checking for tzset... yes
  180. checking for utime... yes
  181. checking size of int... 4
  182. checking size of size_t... 4
  183. checking sys/inotify.h usability... yes
  184. checking sys/inotify.h presence... yes
  185. checking for sys/inotify.h... yes
  186. checking boost/shared_ptr.hpp usability... yes
  187. checking boost/shared_ptr.hpp presence... yes
  188. checking for boost/shared_ptr.hpp... yes
  189. checking for main in -lGL... yes
  190. checking for main in -lGLEW... yes
  191. checking for main in -lGLU... yes
  192. checking for mysql_config... yes
  193. checking ass/ass.h usability... yes
  194. checking ass/ass.h presence... yes
  195. checking for ass/ass.h... yes
  196. checking mpeg2dec/mpeg2.h usability... yes
  197. checking mpeg2dec/mpeg2.h presence... yes
  198. checking for mpeg2dec/mpeg2.h... yes
  199. checking for mpeg2dec/mpeg2convert.h... yes
  200. checking mad.h usability... yes
  201. checking mad.h presence... yes
  202. checking for mad.h... yes
  203. checking jpeglib.h usability... yes
  204. checking jpeglib.h presence... yes
  205. checking for jpeglib.h... yes
  206. checking samplerate.h usability... yes
  207. checking samplerate.h presence... yes
  208. checking for samplerate.h... yes
  209. checking ogg/ogg.h usability... yes
  210. checking ogg/ogg.h presence... yes
  211. checking for ogg/ogg.h... yes
  212. checking vorbis/vorbisfile.h usability... yes
  213. checking vorbis/vorbisfile.h presence... yes
  214. checking for vorbis/vorbisfile.h... yes
  215. checking vorbis/vorbisenc.h usability... yes
  216. checking vorbis/vorbisenc.h presence... yes
  217. checking for vorbis/vorbisenc.h... yes
  218. checking libmodplug/modplug.h usability... yes
  219. checking libmodplug/modplug.h presence... yes
  220. checking for libmodplug/modplug.h... yes
  221. checking curl/curl.h usability... yes
  222. checking curl/curl.h presence... yes
  223. checking for curl/curl.h... yes
  224. checking FLAC/stream_decoder.h usability... yes
  225. checking FLAC/stream_decoder.h presence... yes
  226. checking for FLAC/stream_decoder.h... yes
  227. checking openssl/crypto.h usability... yes
  228. checking openssl/crypto.h presence... yes
  229. checking for openssl/crypto.h... yes
  230. checking gcrypt.h usability... yes
  231. checking gcrypt.h presence... yes
  232. checking for gcrypt.h... yes
  233. checking for gcry_control in -lgcrypt... yes
  234. checking for main in -lbz2... yes
  235. checking for main in -ljpeg... yes
  236. checking for main in -ltiff... no
  237. configure: error: Could not find a required library. Please see the README for your platform.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement