Advertisement
Guest User

kodi

a guest
Sep 24th, 2015
307
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.69 KB | None | 0 0
  1. root@krun:~/xbmc# dir
  2. aclocal.m4 configure.ac LICENSE.GPL tools
  3. addons CONTRIBUTING.md m4 userdata
  4. bootstrap copying.txt Makefile.in version.txt
  5. bootstrap.mk docs Makefile.include.in xbmc
  6. build-aux doxygen_resources media xbmc-xrandr.c
  7. codegenerator.mk gitrev.sh project
  8. config.log Kodi.xcodeproj README.md
  9. configure lib system
  10. root@krun:~/xbmc# ./configure
  11. checking for a BSD-compatible install... /usr/bin/install -c
  12. checking whether build environment is sane... yes
  13. checking for a thread-safe mkdir -p... /bin/mkdir -p
  14. checking for gawk... gawk
  15. checking whether make sets $(MAKE)... yes
  16. checking whether make supports nested variables... yes
  17. checking build system type... x86_64-pc-linux-gnu
  18. checking host system type... x86_64-pc-linux-gnu
  19. checking for git... yes
  20. checking for gcc... gcc
  21. checking whether the C compiler works... yes
  22. checking for C compiler default output file name... a.out
  23. checking for suffix of executables...
  24. checking whether we are cross compiling... no
  25. checking for suffix of object files... o
  26. checking whether we are using the GNU C compiler... yes
  27. checking whether gcc accepts -g... yes
  28. checking for gcc option to accept ISO C89... none needed
  29. checking whether gcc understands -c and -o together... yes
  30. checking for style of include used by make... GNU
  31. checking dependency style of gcc... none
  32. checking how to run the C preprocessor... gcc -E
  33. checking for gcc... gcc
  34. checking whether we are using the GNU C compiler... (cached) yes
  35. checking whether gcc accepts -g... yes
  36. checking for gcc option to accept ISO C89... (cached) none needed
  37. checking whether gcc understands -c and -o together... (cached) yes
  38. checking dependency style of gcc... (cached) none
  39. checking how to run the C preprocessor... gcc -E
  40. checking for g++... g++
  41. checking whether we are using the GNU C++ compiler... yes
  42. checking whether g++ accepts -g... yes
  43. checking dependency style of g++... none
  44. checking how to run the C++ preprocessor... g++ -E
  45. checking for g++... g++
  46. checking whether we are using the GNU C++ compiler... (cached) yes
  47. checking whether g++ accepts -g... yes
  48. checking dependency style of g++... (cached) none
  49. checking how to run the C++ preprocessor... g++ -E
  50. checking whether g++ supports C++11 features by default... no
  51. checking whether g++ supports C++11 features with -std=gnu++11... yes
  52. checking how to print strings... printf
  53. checking for a sed that does not truncate output... /bin/sed
  54. checking for grep that handles long lines and -e... /bin/grep
  55. checking for egrep... /bin/grep -E
  56. checking for fgrep... /bin/grep -F
  57. checking for ld used by gcc... /usr/bin/ld
  58. checking if the linker (/usr/bin/ld) is GNU ld... yes
  59. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  60. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  61. checking whether ln -s works... yes
  62. checking the maximum length of command line arguments... 1572864
  63. checking whether the shell understands some XSI constructs... yes
  64. checking whether the shell understands "+="... yes
  65. checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
  66. checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
  67. checking for /usr/bin/ld option to reload object files... -r
  68. checking for objdump... objdump
  69. checking how to recognize dependent libraries... pass_all
  70. checking for dlltool... no
  71. checking how to associate runtime and link libraries... printf %s\n
  72. checking for ar... ar
  73. checking for archiver @FILE support... @
  74. checking for strip... strip
  75. checking for ranlib... ranlib
  76. checking command to parse /usr/bin/nm -B output from gcc object... ok
  77. checking for sysroot... no
  78. checking for mt... mt
  79. checking if mt is a manifest tool... no
  80. checking for ANSI C header files... yes
  81. checking for sys/types.h... yes
  82. checking for sys/stat.h... yes
  83. checking for stdlib.h... yes
  84. checking for string.h... yes
  85. checking for memory.h... yes
  86. checking for strings.h... yes
  87. checking for inttypes.h... yes
  88. checking for stdint.h... yes
  89. checking for unistd.h... yes
  90. checking for dlfcn.h... yes
  91. checking for objdir... .libs
  92. checking if gcc supports -fno-rtti -fno-exceptions... no
  93. checking for gcc option to produce PIC... -fPIC -DPIC
  94. checking if gcc PIC flag -fPIC -DPIC works... yes
  95. checking if gcc static flag -static works... yes
  96. checking if gcc supports -c -o file.o... yes
  97. checking if gcc supports -c -o file.o... (cached) yes
  98. checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  99. checking whether -lc should be explicitly linked in... no
  100. checking dynamic linker characteristics... GNU/Linux ld.so
  101. checking how to hardcode library paths into programs... immediate
  102. checking whether stripping libraries is possible... yes
  103. checking if libtool supports shared libraries... yes
  104. checking whether to build shared libraries... yes
  105. checking whether to build static libraries... yes
  106. checking how to run the C++ preprocessor... g++ -E
  107. checking for ld used by g++... /usr/bin/ld -m elf_x86_64
  108. checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
  109. checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  110. checking for g++ option to produce PIC... -fPIC -DPIC
  111. checking if g++ PIC flag -fPIC -DPIC works... yes
  112. checking if g++ static flag -static works... yes
  113. checking if g++ supports -c -o file.o... yes
  114. checking if g++ supports -c -o file.o... (cached) yes
  115. checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  116. checking dynamic linker characteristics... (cached) GNU/Linux ld.so
  117. checking how to hardcode library paths into programs... immediate
  118. checking for gawk... (cached) gawk
  119. checking whether ln -s works... yes
  120. checking whether make sets $(MAKE)... (cached) yes
  121. checking for pkg-config... /usr/bin/pkg-config
  122. checking pkg-config is at least version 0.9.0... yes
  123. checking for size_t... yes
  124. checking for working alloca.h... yes
  125. checking for alloca... yes
  126. checking for uid_t in sys/types.h... yes
  127. checking for unistd.h... (cached) yes
  128. checking for working chown... yes
  129. checking for dirent.h that defines DIR... yes
  130. checking for library containing opendir... none required
  131. checking whether closedir returns void... no
  132. checking for error_at_line... yes
  133. checking for _LARGEFILE_SOURCE value needed for large files... no
  134. checking whether gcc needs -traditional... no
  135. checking whether lstat correctly handles trailing slash... yes
  136. checking whether lstat accepts an empty string... no
  137. checking whether lstat correctly handles trailing slash... (cached) yes
  138. checking for working memcmp... yes
  139. checking whether time.h and sys/time.h may both be included... yes
  140. checking for sys/time.h... yes
  141. checking for unistd.h... (cached) yes
  142. checking for stdlib.h... (cached) yes
  143. checking for sys/param.h... yes
  144. checking for utime.h... yes
  145. checking for alarm... yes
  146. checking for working mktime... yes
  147. checking for getpagesize... yes
  148. checking for working mmap... yes
  149. checking sys/select.h usability... yes
  150. checking sys/select.h presence... yes
  151. checking for sys/select.h... yes
  152. checking sys/socket.h usability... yes
  153. checking sys/socket.h presence... yes
  154. checking for sys/socket.h... yes
  155. checking types of arguments for select... int,fd_set *,struct timeval *
  156. checking return type of signal handlers... void
  157. checking whether stat accepts an empty string... no
  158. checking for working strcoll... yes
  159. checking for strftime... yes
  160. checking for working strtod... yes
  161. checking whether utime accepts a null argument... yes
  162. checking for vprintf... yes
  163. checking for _doprnt... no
  164. checking for atexit... yes
  165. checking for dup2... yes
  166. checking for fdatasync... yes
  167. checking for floor... no
  168. checking for fs_stat_dev... no
  169. checking for ftime... yes
  170. checking for ftruncate... yes
  171. checking for getcwd... yes
  172. checking for gethostbyaddr... yes
  173. checking for gethostbyname... yes
  174. checking for gethostname... yes
  175. checking for getpagesize... (cached) yes
  176. checking for getpass... yes
  177. checking for gettimeofday... yes
  178. checking for inet_ntoa... yes
  179. checking for lchown... yes
  180. checking for localeconv... yes
  181. checking for memchr... yes
  182. checking for memmove... yes
  183. checking for memset... yes
  184. checking for mkdir... yes
  185. checking for modf... yes
  186. checking for munmap... yes
  187. checking for pow... no
  188. checking for rmdir... yes
  189. checking for select... yes
  190. checking for setenv... yes
  191. checking for setlocale... yes
  192. checking for socket... yes
  193. checking for sqrt... no
  194. checking for strcasecmp... yes
  195. checking for strchr... yes
  196. checking for strcspn... yes
  197. checking for strdup... yes
  198. checking for strerror... yes
  199. checking for strncasecmp... yes
  200. checking for strpbrk... yes
  201. checking for strrchr... yes
  202. checking for strspn... yes
  203. checking for strstr... yes
  204. checking for strtol... yes
  205. checking for strtoul... yes
  206. checking for sysinfo... yes
  207. checking for tzset... yes
  208. checking for utime... yes
  209. checking for posix_fadvise... yes
  210. checking for localtime_r... yes
  211. checking size of int... 4
  212. checking size of size_t... 8
  213. checking for __sync_add_and_fetch(temp, 1)... yes
  214. checking for __sync_sub_and_fetch(temp, 1)... yes
  215. checking for __sync_val_compare_and_swap(temp, 1, 1)... yes
  216. checking for std::u16string... yes
  217. checking for std::u32string... yes
  218. checking for char16_t... yes
  219. checking for char32_t... yes
  220. checking size of wchar_t... 4
  221. checking sys/inotify.h usability... yes
  222. checking sys/inotify.h presence... yes
  223. checking for sys/inotify.h... yes
  224. checking boost/circular_buffer.hpp usability... yes
  225. checking boost/circular_buffer.hpp presence... yes
  226. checking for boost/circular_buffer.hpp... yes
  227. checking for python... /usr/bin/python
  228. checking for a version of Python >= '2.1.0'... yes
  229. checking for a version of Python >= '2.6'... yes
  230. checking for the distutils Python package... yes
  231. checking for Python include path... -I/usr/include/python2.7
  232. checking for Python library path... -L/usr/lib -lpython2.7
  233. checking for Python site-packages path... /usr/lib/python2.7/dist-packages
  234. checking python extra libraries... -lpthread -ldl -lutil -lm
  235. checking python extra linking flags... -Xlinker -export-dynamic -Wl,-O1 -Wl,-Bsymbolic-functions
  236. checking consistency of all components of python development environment... yes
  237. checking for python... (cached) /usr/bin/python
  238. checking for a version of Python >= '2.1.0'... yes
  239. checking for a version of Python < '3.0'... yes
  240. checking for the distutils Python package... yes
  241. checking for Python include path... -I/usr/include/python2.7
  242. checking for Python library path... -L/usr/lib -lpython2.7
  243. checking for Python site-packages path... /usr/lib/python2.7/dist-packages
  244. checking python extra libraries... -lpthread -ldl -lutil -lm
  245. checking python extra linking flags... -Xlinker -export-dynamic -Wl,-O1 -Wl,-Bsymbolic-functions
  246. checking consistency of all components of python development environment... yes
  247. configure: Using Python 2.7
  248. == Wayland disabled. ==
  249. checking for main in -lGL... yes
  250. checking for main in -lGLEW... yes
  251. checking for main in -lGLU... yes
  252. checking for mysql_config... /usr/bin/mysql_config
  253. checking ass/ass.h usability... yes
  254. checking ass/ass.h presence... yes
  255. checking for ass/ass.h... yes
  256. checking mpeg2dec/mpeg2.h usability... yes
  257. checking mpeg2dec/mpeg2.h presence... yes
  258. checking for mpeg2dec/mpeg2.h... yes
  259. checking for mpeg2dec/mpeg2convert.h... yes
  260. checking jpeglib.h usability... yes
  261. checking jpeglib.h presence... yes
  262. checking for jpeglib.h... yes
  263. checking ogg/ogg.h usability... yes
  264. checking ogg/ogg.h presence... yes
  265. checking for ogg/ogg.h... yes
  266. checking vorbis/vorbisfile.h usability... yes
  267. checking vorbis/vorbisfile.h presence... yes
  268. checking for vorbis/vorbisfile.h... yes
  269. checking for LIBDCADEC... no
  270. configure: error: libdcadec not found
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement