Advertisement
Guest User

xbmc config.log pvr mac TSP branch

a guest
Jul 19th, 2012
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 359.46 KB | None | 0 0
  1. This file contains any messages produced by compilers while
  2. running configure, to aid debugging if configure makes a mistake.
  3.  
  4. It was created by xbmc configure 11.9.3, which was
  5. generated by GNU Autoconf 2.63.  Invocation command line was
  6.  
  7.   $ ./configure --prefix=/Users/Shared/xbmc-depends/macosx10.6_i386 --disable-rsxs PKG_CONFIG_PATH=/Users/Shared/xbmc-depends/macosx10.6_i386/lib/pkgconfig PYTHON=/Users/Shared/xbmc-depends/macosx10.6_i386/bin/python
  8.  
  9. ## --------- ##
  10. ## Platform. ##
  11. ## --------- ##
  12.  
  13. hostname = Bryans-Mac-Pro.local
  14. uname -m = x86_64
  15. uname -r = 11.4.0
  16. uname -s = Darwin
  17. uname -v = Darwin Kernel Version 11.4.0: Mon Apr  9 19:32:15 PDT 2012; root:xnu-1699.26.8~1/RELEASE_X86_64
  18.  
  19. /usr/bin/uname -p = i386
  20. /bin/uname -X     = unknown
  21.  
  22. /bin/arch              = unknown
  23. /usr/bin/arch -k       = unknown
  24. /usr/convex/getsysinfo = unknown
  25. /usr/bin/hostinfo      = Mach kernel version:
  26.      Darwin Kernel Version 11.4.0: Mon Apr  9 19:32:15 PDT 2012; root:xnu-1699.26.8~1/RELEASE_X86_64
  27. Kernel configured for up to 4 processors.
  28. 4 processors are physically available.
  29. 4 processors are logically available.
  30. Processor type: i486 (Intel 80486)
  31. Processors active: 0 1 2 3
  32. Primary memory available: 8.00 gigabytes
  33. Default processor set: 139 tasks, 664 threads, 4 processors
  34. Load average: 2.15, Mach factor: 1.84
  35. /bin/machine           = unknown
  36. /usr/bin/oslevel       = unknown
  37. /bin/universe          = unknown
  38.  
  39. PATH: /Users/Shared/xbmc-depends/toolchain/bin
  40. PATH: /Users/Shared/xbmc-depends/macosx10.6_i386/bin
  41. PATH: /Users/Shared/xbmc-depends/toolchain/bin
  42. PATH: /opt/local/bin
  43. PATH: /usr/bin
  44. PATH: /bin
  45. PATH: /usr/sbin
  46. PATH: /sbin
  47. PATH: /usr/local/bin
  48. PATH: /usr/X11/bin
  49. PATH: /usr/local/git/bin
  50.  
  51.  
  52. ## ----------- ##
  53. ## Core tests. ##
  54. ## ----------- ##
  55.  
  56. configure:2295: loading site script /Users/Shared/xbmc-depends/macosx10.6_i386/share/config.site
  57. | # setup the host_alias, gcc version based on sdk and arch
  58. | if test "10.6" = "10.4" ; then
  59. |   if test "i386" = "ppc" ; then
  60. |     host_alias=powerpc-apple-darwin8
  61. |   else
  62. |     host_alias=i386-apple-darwin8
  63. |   fi
  64. |   platform_gnu=gnu89
  65. |   platform_cc=gcc-4.0
  66. |   platform_cpp=cpp-4.0
  67. |   platform_cxx=g++-4.0
  68. |   platform_gcc_version=4.0
  69. |   platform_sdk_version=10.6u
  70. |   export MACOSX_DEPLOYMENT_TARGET=10.4
  71. |   platform_min_version=macosx-version-min=10.4
  72. | else
  73. |   case 3.2.5 in
  74. |     3.*.*)
  75. |       platform_cc=gcc-4.2
  76. |       platform_cpp=cpp-4.2
  77. |       platform_cxx=g++-4.2
  78. |       ;;
  79. |     *)
  80. |       platform_cc=llvm-gcc-4.2
  81. |       platform_cpp="llvm-gcc-4.2 -E"
  82. |       platform_cxx=llvm-g++-4.2
  83. |       ;;
  84. |   esac
  85. |   platform_gnu=gnu99
  86. |   platform_gcc_version=4.2
  87. |   platform_sdk_version=10.6
  88. |   host_alias=i386-apple-darwin
  89. |   export MACOSX_DEPLOYMENT_TARGET=10.6
  90. |   platform_min_version=macosx-version-min=10.6
  91. | fi
  92. |
  93. | platform_path=/Developer
  94. | platform_os_cflags="-arch i386 -no_compact_linkedit"
  95. | platform_os_ldflags="-arch i386 -Wl,-arch,i386 -no_compact_linkedit"
  96. | platform_sdk_path=/Developer/SDKs/MacOSX10.6.sdk
  97. |
  98. | export NM=${platform_path}/usr/bin/nm
  99. | export CPP=${platform_path}/usr/bin/${platform_cpp}
  100. | export CXXCPP=${CPP}
  101. | export CPPFLAGS="${CPPFLAGS} -no-cpp-precomp -I${prefix}/include -m${platform_min_version} -isysroot ${platform_sdk_path} ${platform_os_cflags}"
  102. | export CC=/usr/bin/${platform_cc}
  103. | export CFLAGS="${CFLAGS} -std=${platform_gnu} -no-cpp-precomp -m${platform_min_version} -isysroot ${platform_sdk_path} ${platform_os_cflags}"
  104. | export LD=${platform_path}/usr/bin/ld
  105. | export LDFLAGS="${LDFLAGS} -m${platform_min_version} -isysroot ${platform_sdk_path} ${platform_os_ldflags} -L${prefix}/lib"
  106. | export CXX=/usr/bin/${platform_cxx}
  107. | export CXXFLAGS="${CXXFLAGS} -m${platform_min_version} -isysroot ${platform_sdk_path} ${platform_os_cflags}"
  108. | export AR=${platform_path}/usr/bin/ar
  109. | export AS=${platform_path}/usr/bin/as
  110. | export M4=/Users/Shared/xbmc-depends/toolchain/bin/m4
  111. | export STRIP=${platform_path}/usr/bin/strip
  112. | export RANLIB=${platform_path}/usr/bin/ranlib
  113. | export ACLOCAL="/Users/Shared/xbmc-depends/toolchain/bin/aclocal -I ${prefix}/share/aclocal -I /Users/Shared/xbmc-depends/toolchain/share/aclocal"
  114. | export LIBTOOL=/Users/Shared/xbmc-depends/toolchain/bin/glibtool
  115. | export LIBTOOLIZE=/Users/Shared/xbmc-depends/toolchain/bin/glibtoolize
  116. | export PKG_CONFIG_PATH=${prefix}/lib/pkgconfig:${platform_sdk_path}/usr/lib/pkgconfig
  117. | export PATH="/Users/Shared/xbmc-depends/toolchain/bin:${prefix}/bin:${platform_path}/usr/bin:/Developer/usr/bin:${PATH}"
  118. |
  119. | # tweaks for samba
  120. | if test "${PACKAGE_NAME}" = "Samba" ; then
  121. |   # disable python support
  122. |   export PYTHON_VER=0.0
  123. |   # ios/osx-10.6 issue with collision of _MD5 exported from a system lib
  124. |   export LDFLAGS="${LDFLAGS} -Wl,-unexported_symbol,_MD5* -lc"
  125. |   # uses OPT instead of CFLAGS
  126. |   export OPT="${CFLAGS}"
  127. |   # various configure overrides
  128. |   samba_cv_SYSCONF_SC_NPROCESSORS_ONLN=no
  129. |   ac_cv_header_libunwind_h=no
  130. |   ac_cv_header_execinfo_h=no
  131. |   # fixes crash on 10.6 if xbmc is built using 10.7 SDK with 10.6 min
  132. |   ac_cv_func_vdprintf=no
  133. | fi
  134. |
  135. | # tweaks for mysql
  136. | if test "${PACKAGE_NAME}" = "MySQL Server" ; then
  137. |   # fixes crash on 10.6 if xbmc is built using 10.7 SDK with 10.6 min
  138. |   ac_cv_func_strnlen=no
  139. | fi
  140. |
  141. | # tweaks for python
  142. | if test "${PACKAGE_NAME}" = "python" ; then
  143. |   export OPT="${CFLAGS}"
  144. | fi
  145. |
  146. | # tweaks for libogg / libvorbis
  147. | if test "${PACKAGE_NAME}" = "libogg" || test "${PACKAGE_NAME}" = "libvorbis" ; then
  148. |   export CFLAGS="${CFLAGS} -O"
  149. | fi
  150. |
  151. | # tweaks for libjpeg-turbo
  152. | if test "${PACKAGE_NAME}" = "libjpeg-turbo" ; then
  153. |   export NASM="/Users/Shared/xbmc-depends/toolchain/bin/yasm"
  154. |   export CFLAGS="${CFLAGS} -fexceptions"
  155. | fi
  156. configure:2557: checking for a BSD-compatible install
  157. configure:2625: result: /opt/local/bin/ginstall -c
  158. configure:2636: checking whether build environment is sane
  159. configure:2679: result: yes
  160. configure:2806: checking for a thread-safe mkdir -p
  161. configure:2845: result: /opt/local/bin/gmkdir -p
  162. configure:2858: checking for gawk
  163. configure:2874: found /opt/local/bin/gawk
  164. configure:2885: result: gawk
  165. configure:2896: checking whether make sets $(MAKE)
  166. configure:2918: result: yes
  167. configure:3006: checking build system type
  168. configure:3024: result: x86_64-apple-darwin11.4.0
  169. configure:3046: checking host system type
  170. configure:3061: result: i386-apple-darwin
  171. configure:3713: checking for C++ compiler version
  172. configure:3721: /usr/bin/g++-4.2 --version >&5
  173. i686-apple-darwin10-g++-4.2.1 (GCC) 4.2.1 (Apple Inc. build 5664)
  174. Copyright (C) 2007 Free Software Foundation, Inc.
  175. This is free software; see the source for copying conditions.  There is NO
  176. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  177.  
  178. configure:3725: $? = 0
  179. configure:3732: /usr/bin/g++-4.2 -v >&5
  180. Using built-in specs.
  181. Target: i686-apple-darwin10
  182. Configured with: /var/tmp/gcc/gcc-5664~89/src/configure --disable-checking --enable-werror --prefix=/usr --mandir=/share/man --enable-languages=c,objc,c++,obj-c++ --program-transform-name=/^[cg][^.-]*$/s/$/-4.2/ --with-slibdir=/usr/lib --build=i686-apple-darwin10 --program-prefix=i686-apple-darwin10- --host=x86_64-apple-darwin10 --target=i686-apple-darwin10 --with-gxx-include-dir=/include/c++/4.2.1
  183. Thread model: posix
  184. gcc version 4.2.1 (Apple Inc. build 5664)
  185. configure:3736: $? = 0
  186. configure:3743: /usr/bin/g++-4.2 -V >&5
  187. g++-4.2: argument to `-V' is missing
  188. configure:3747: $? = 1
  189. configure:3770: checking for C++ compiler default output file name
  190. configure:3792: /usr/bin/g++-4.2  -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -Wl,-arch,i386 -no_compact_linkedit -L/Users/Shared/xbmc-depends/macosx10.6_i386/lib conftest.cpp  >&5
  191. configure:3796: $? = 0
  192. configure:3834: result: a.out
  193. configure:3853: checking whether the C++ compiler works
  194. configure:3863: ./a.out
  195. configure:3867: $? = 0
  196. configure:3886: result: yes
  197. configure:3893: checking whether we are cross compiling
  198. configure:3895: result: no
  199. configure:3898: checking for suffix of executables
  200. configure:3905: /usr/bin/g++-4.2 -o conftest  -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -Wl,-arch,i386 -no_compact_linkedit -L/Users/Shared/xbmc-depends/macosx10.6_i386/lib conftest.cpp  >&5
  201. configure:3909: $? = 0
  202. configure:3935: result:
  203. configure:3941: checking for suffix of object files
  204. configure:3967: /usr/bin/g++-4.2 -c  -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit conftest.cpp >&5
  205. configure:3971: $? = 0
  206. configure:3996: result: o
  207. configure:4000: checking whether we are using the GNU C++ compiler
  208. configure:4029: /usr/bin/g++-4.2 -c  -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit conftest.cpp >&5
  209. configure:4036: $? = 0
  210. configure:4053: result: yes
  211. configure:4062: checking whether /usr/bin/g++-4.2 accepts -g
  212. configure:4092: /usr/bin/g++-4.2 -c -g  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit conftest.cpp >&5
  213. configure:4099: $? = 0
  214. configure:4200: result: yes
  215. configure:4234: checking for style of include used by make
  216. configure:4262: result: GNU
  217. configure:4287: checking dependency style of /usr/bin/g++-4.2
  218. configure:4397: result: none
  219. configure:4462: checking for gcc
  220. configure:4489: result: /usr/bin/gcc-4.2
  221. configure:4721: checking for C compiler version
  222. configure:4729: /usr/bin/gcc-4.2 --version >&5
  223. i686-apple-darwin10-gcc-4.2.1 (GCC) 4.2.1 (Apple Inc. build 5664)
  224. Copyright (C) 2007 Free Software Foundation, Inc.
  225. This is free software; see the source for copying conditions.  There is NO
  226. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  227.  
  228. configure:4733: $? = 0
  229. configure:4740: /usr/bin/gcc-4.2 -v >&5
  230. Using built-in specs.
  231. Target: i686-apple-darwin10
  232. Configured with: /var/tmp/gcc/gcc-5664~89/src/configure --disable-checking --enable-werror --prefix=/usr --mandir=/share/man --enable-languages=c,objc,c++,obj-c++ --program-transform-name=/^[cg][^.-]*$/s/$/-4.2/ --with-slibdir=/usr/lib --build=i686-apple-darwin10 --program-prefix=i686-apple-darwin10- --host=x86_64-apple-darwin10 --target=i686-apple-darwin10 --with-gxx-include-dir=/include/c++/4.2.1
  233. Thread model: posix
  234. gcc version 4.2.1 (Apple Inc. build 5664)
  235. configure:4744: $? = 0
  236. configure:4751: /usr/bin/gcc-4.2 -V >&5
  237. gcc-4.2: argument to `-V' is missing
  238. configure:4755: $? = 1
  239. configure:4758: checking whether we are using the GNU C compiler
  240. configure:4787: /usr/bin/gcc-4.2 -c  -std=gnu99 -no-cpp-precomp -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit conftest.c >&5
  241. configure:4794: $? = 0
  242. configure:4811: result: yes
  243. configure:4820: checking whether /usr/bin/gcc-4.2 accepts -g
  244. configure:4850: /usr/bin/gcc-4.2 -c -g  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit conftest.c >&5
  245. configure:4857: $? = 0
  246. configure:4958: result: yes
  247. configure:4975: checking for /usr/bin/gcc-4.2 option to accept ISO C89
  248. configure:5049: /usr/bin/gcc-4.2  -c  -std=gnu99 -no-cpp-precomp -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit conftest.c >&5
  249. configure:5056: $? = 0
  250. configure:5079: result: none needed
  251. configure:5099: checking dependency style of /usr/bin/gcc-4.2
  252. configure:5209: result: none
  253. configure:5249: checking for a sed that does not truncate output
  254. configure:5315: result: /Users/Shared/xbmc-depends/toolchain/bin/sed
  255. configure:5333: checking for grep that handles long lines and -e
  256. configure:5393: result: /opt/local/bin/grep
  257. configure:5398: checking for egrep
  258. configure:5462: result: /opt/local/bin/grep -E
  259. configure:5467: checking for fgrep
  260. configure:5531: result: /opt/local/bin/grep -F
  261. configure:5566: checking for ld used by /usr/bin/gcc-4.2
  262. configure:5633: result: /Developer/usr/bin/ld
  263. configure:5642: checking if the linker (/Developer/usr/bin/ld) is GNU ld
  264. configure:5657: result: no
  265. configure:5669: checking for BSD- or MS-compatible name lister (nm)
  266. configure:5718: result: /Developer/usr/bin/nm
  267. configure:5836: checking the name lister (/Developer/usr/bin/nm) interface
  268. configure:5843: /usr/bin/gcc-4.2 -c  -std=gnu99 -no-cpp-precomp -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit conftest.c >&5
  269. configure:5846: /Developer/usr/bin/nm "conftest.o"
  270. configure:5849: output
  271. 00000000 D _some_variable
  272. configure:5856: result: BSD nm
  273. configure:5859: checking whether ln -s works
  274. configure:5863: result: yes
  275. configure:5871: checking the maximum length of command line arguments
  276. configure:5991: result: 196608
  277. configure:6008: checking whether the shell understands some XSI constructs
  278. configure:6018: result: yes
  279. configure:6022: checking whether the shell understands "+="
  280. configure:6028: result: yes
  281. configure:6063: checking for /Developer/usr/bin/ld option to reload object files
  282. configure:6070: result: -r
  283. configure:6139: checking for objdump
  284. configure:6169: result: no
  285. configure:6198: checking how to recognize dependent libraries
  286. configure:6394: result: pass_all
  287. configure:6454: checking for ar
  288. configure:6481: result: /Developer/usr/bin/ar
  289. configure:6559: checking for strip
  290. configure:6586: result: /Developer/usr/bin/strip
  291. configure:6658: checking for ranlib
  292. configure:6685: result: /Developer/usr/bin/ranlib
  293. configure:6775: checking command to parse /Developer/usr/bin/nm output from /usr/bin/gcc-4.2 object
  294. configure:6893: /usr/bin/gcc-4.2 -c  -std=gnu99 -no-cpp-precomp -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit conftest.c >&5
  295. configure:6896: $? = 0
  296. configure:6900: /Developer/usr/bin/nm conftest.o \| sed -n -e 's/^.*[    ]\([BCDEGRST][BCDEGRST]*\)[     ][  ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm
  297. configure:6903: $? = 0
  298. cannot find nm_test_var in conftest.nm
  299. configure:6893: /usr/bin/gcc-4.2 -c  -std=gnu99 -no-cpp-precomp -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit conftest.c >&5
  300. configure:6896: $? = 0
  301. configure:6900: /Developer/usr/bin/nm conftest.o \| sed -n -e 's/^.*[    ]\([BCDEGRST][BCDEGRST]*\)[     ][  ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p' \> conftest.nm
  302. configure:6903: $? = 0
  303. configure:6957: /usr/bin/gcc-4.2 -o conftest  -std=gnu99 -no-cpp-precomp -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -Wl,-arch,i386 -no_compact_linkedit -L/Users/Shared/xbmc-depends/macosx10.6_i386/lib conftest.c conftstm.o >&5
  304. configure:6960: $? = 0
  305. configure:6998: result: ok
  306. configure:7292: checking for dsymutil
  307. configure:7308: found /Developer/usr/bin/dsymutil
  308. configure:7319: result: dsymutil
  309. configure:7384: checking for nmedit
  310. configure:7400: found /Developer/usr/bin/nmedit
  311. configure:7411: result: nmedit
  312. configure:7476: checking for lipo
  313. configure:7492: found /opt/local/bin/lipo
  314. configure:7503: result: lipo
  315. configure:7568: checking for otool
  316. configure:7584: found /Developer/usr/bin/otool
  317. configure:7595: result: otool
  318. configure:7660: checking for otool64
  319. configure:7690: result: no
  320. configure:7735: checking for -single_module linker flag
  321. /usr/bin/gcc-4.2  -std=gnu99 -no-cpp-precomp -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -Wl,-arch,i386 -no_compact_linkedit -L/Users/Shared/xbmc-depends/macosx10.6_i386/lib -o libconftest.dylib -dynamiclib -Wl,-single_module conftest.c
  322. configure:7762: result: yes
  323. configure:7764: checking for -exported_symbols_list linker flag
  324. configure:7794: /usr/bin/gcc-4.2 -o conftest  -std=gnu99 -no-cpp-precomp -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -Wl,-arch,i386 -no_compact_linkedit -L/Users/Shared/xbmc-depends/macosx10.6_i386/lib -Wl,-exported_symbols_list,conftest.sym conftest.c  >&5
  325. configure:7801: $? = 0
  326. configure:7823: result: yes
  327. configure:7865: checking how to run the C preprocessor
  328. configure:7983: result: /Developer/usr/bin/cpp-4.2
  329. configure:8012: /Developer/usr/bin/cpp-4.2  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit conftest.c
  330. configure:8019: $? = 0
  331. configure:8050: /Developer/usr/bin/cpp-4.2  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit conftest.c
  332. conftest.c:11:28: error: ac_nonexistent.h: No such file or directory
  333. configure:8057: $? = 1
  334. configure: failed program was:
  335. | /* confdefs.h.  */
  336. | #define PACKAGE_NAME "xbmc"
  337. | #define PACKAGE_TARNAME "xbmc"
  338. | #define PACKAGE_VERSION "11.9.3"
  339. | #define PACKAGE_STRING "xbmc 11.9.3"
  340. | #define PACKAGE_BUGREPORT "http://trac.xbmc.org"
  341. | #define PACKAGE "xbmc"
  342. | #define VERSION "11.9.3"
  343. | #define LIRC_DEVICE "/dev/lircd"
  344. | /* end confdefs.h.  */
  345. | #include <ac_nonexistent.h>
  346. configure:8097: checking for ANSI C header files
  347. configure:8127: /usr/bin/gcc-4.2 -c  -std=gnu99 -no-cpp-precomp -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit conftest.c >&5
  348. configure:8134: $? = 0
  349. configure:8233: /usr/bin/gcc-4.2 -o conftest  -std=gnu99 -no-cpp-precomp -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -Wl,-arch,i386 -no_compact_linkedit -L/Users/Shared/xbmc-depends/macosx10.6_i386/lib conftest.c  >&5
  350. configure:8237: $? = 0
  351. configure:8243: ./conftest
  352. configure:8247: $? = 0
  353. configure:8265: result: yes
  354. configure:8289: checking for sys/types.h
  355. configure:8310: /usr/bin/gcc-4.2 -c  -std=gnu99 -no-cpp-precomp -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit conftest.c >&5
  356. configure:8317: $? = 0
  357. configure:8334: result: yes
  358. configure:8289: checking for sys/stat.h
  359. configure:8310: /usr/bin/gcc-4.2 -c  -std=gnu99 -no-cpp-precomp -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit conftest.c >&5
  360. configure:8317: $? = 0
  361. configure:8334: result: yes
  362. configure:8289: checking for stdlib.h
  363. configure:8310: /usr/bin/gcc-4.2 -c  -std=gnu99 -no-cpp-precomp -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit conftest.c >&5
  364. configure:8317: $? = 0
  365. configure:8334: result: yes
  366. configure:8289: checking for string.h
  367. configure:8310: /usr/bin/gcc-4.2 -c  -std=gnu99 -no-cpp-precomp -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit conftest.c >&5
  368. configure:8317: $? = 0
  369. configure:8334: result: yes
  370. configure:8289: checking for memory.h
  371. configure:8310: /usr/bin/gcc-4.2 -c  -std=gnu99 -no-cpp-precomp -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit conftest.c >&5
  372. configure:8317: $? = 0
  373. configure:8334: result: yes
  374. configure:8289: checking for strings.h
  375. configure:8310: /usr/bin/gcc-4.2 -c  -std=gnu99 -no-cpp-precomp -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit conftest.c >&5
  376. configure:8317: $? = 0
  377. configure:8334: result: yes
  378. configure:8289: checking for inttypes.h
  379. configure:8310: /usr/bin/gcc-4.2 -c  -std=gnu99 -no-cpp-precomp -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit conftest.c >&5
  380. configure:8317: $? = 0
  381. configure:8334: result: yes
  382. configure:8289: checking for stdint.h
  383. configure:8310: /usr/bin/gcc-4.2 -c  -std=gnu99 -no-cpp-precomp -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit conftest.c >&5
  384. configure:8317: $? = 0
  385. configure:8334: result: yes
  386. configure:8289: checking for unistd.h
  387. configure:8310: /usr/bin/gcc-4.2 -c  -std=gnu99 -no-cpp-precomp -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit conftest.c >&5
  388. configure:8317: $? = 0
  389. configure:8334: result: yes
  390. configure:8352: checking for dlfcn.h
  391. configure:8373: /usr/bin/gcc-4.2 -c  -std=gnu99 -no-cpp-precomp -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit conftest.c >&5
  392. configure:8380: $? = 0
  393. configure:8397: result: yes
  394. configure:8524: checking for C++ compiler version
  395. configure:8532: /usr/bin/g++-4.2 --version >&5
  396. i686-apple-darwin10-g++-4.2.1 (GCC) 4.2.1 (Apple Inc. build 5664)
  397. Copyright (C) 2007 Free Software Foundation, Inc.
  398. This is free software; see the source for copying conditions.  There is NO
  399. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  400.  
  401. configure:8536: $? = 0
  402. configure:8543: /usr/bin/g++-4.2 -v >&5
  403. Using built-in specs.
  404. Target: i686-apple-darwin10
  405. Configured with: /var/tmp/gcc/gcc-5664~89/src/configure --disable-checking --enable-werror --prefix=/usr --mandir=/share/man --enable-languages=c,objc,c++,obj-c++ --program-transform-name=/^[cg][^.-]*$/s/$/-4.2/ --with-slibdir=/usr/lib --build=i686-apple-darwin10 --program-prefix=i686-apple-darwin10- --host=x86_64-apple-darwin10 --target=i686-apple-darwin10 --with-gxx-include-dir=/include/c++/4.2.1
  406. Thread model: posix
  407. gcc version 4.2.1 (Apple Inc. build 5664)
  408. configure:8547: $? = 0
  409. configure:8554: /usr/bin/g++-4.2 -V >&5
  410. g++-4.2: argument to `-V' is missing
  411. configure:8558: $? = 1
  412. configure:8561: checking whether we are using the GNU C++ compiler
  413. configure:8614: result: yes
  414. configure:8623: checking whether /usr/bin/g++-4.2 accepts -g
  415. configure:8761: result: yes
  416. configure:8786: checking dependency style of /usr/bin/g++-4.2
  417. configure:8896: result: none
  418. configure:8919: checking how to run the C++ preprocessor
  419. configure:9033: result: /Developer/usr/bin/cpp-4.2
  420. configure:9062: /Developer/usr/bin/cpp-4.2  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit conftest.cpp
  421. configure:9069: $? = 0
  422. configure:9100: /Developer/usr/bin/cpp-4.2  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit conftest.cpp
  423. conftest.cpp:22:28: error: ac_nonexistent.h: No such file or directory
  424. configure:9107: $? = 1
  425. configure: failed program was:
  426. | /* confdefs.h.  */
  427. | #define PACKAGE_NAME "xbmc"
  428. | #define PACKAGE_TARNAME "xbmc"
  429. | #define PACKAGE_VERSION "11.9.3"
  430. | #define PACKAGE_STRING "xbmc 11.9.3"
  431. | #define PACKAGE_BUGREPORT "http://trac.xbmc.org"
  432. | #define PACKAGE "xbmc"
  433. | #define VERSION "11.9.3"
  434. | #define LIRC_DEVICE "/dev/lircd"
  435. | #define STDC_HEADERS 1
  436. | #define HAVE_SYS_TYPES_H 1
  437. | #define HAVE_SYS_STAT_H 1
  438. | #define HAVE_STDLIB_H 1
  439. | #define HAVE_STRING_H 1
  440. | #define HAVE_MEMORY_H 1
  441. | #define HAVE_STRINGS_H 1
  442. | #define HAVE_INTTYPES_H 1
  443. | #define HAVE_STDINT_H 1
  444. | #define HAVE_UNISTD_H 1
  445. | #define HAVE_DLFCN_H 1
  446. | /* end confdefs.h.  */
  447. | #include <ac_nonexistent.h>
  448. configure:9321: checking for objdir
  449. configure:9336: result: .libs
  450. configure:9628: checking if /usr/bin/gcc-4.2 supports -fno-rtti -fno-exceptions
  451. configure:9646: /usr/bin/gcc-4.2 -c  -std=gnu99 -no-cpp-precomp -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit -fno-rtti -fno-exceptions conftest.c >&5
  452. cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C
  453. configure:9650: $? = 0
  454. configure:9663: result: no
  455. configure:9683: checking for /usr/bin/gcc-4.2 option to produce PIC
  456. configure:9955: result: -fno-common -DPIC
  457. configure:9967: checking if /usr/bin/gcc-4.2 PIC flag -fno-common -DPIC works
  458. configure:9985: /usr/bin/gcc-4.2 -c  -std=gnu99 -no-cpp-precomp -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit -fno-common -DPIC -DPIC conftest.c >&5
  459. configure:9989: $? = 0
  460. configure:10002: result: yes
  461. configure:10026: checking if /usr/bin/gcc-4.2 static flag -static works
  462. configure:10054: result: no
  463. configure:10069: checking if /usr/bin/gcc-4.2 supports -c -o file.o
  464. configure:10090: /usr/bin/gcc-4.2 -c  -std=gnu99 -no-cpp-precomp -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit -o out/conftest2.o conftest.c >&5
  465. configure:10094: $? = 0
  466. configure:10116: result: yes
  467. configure:10124: checking if /usr/bin/gcc-4.2 supports -c -o file.o
  468. configure:10171: result: yes
  469. configure:10204: checking whether the /usr/bin/gcc-4.2 linker (/Developer/usr/bin/ld) supports shared libraries
  470. configure:11278: result: yes
  471. configure:11517: checking dynamic linker characteristics
  472. configure:12200: result: darwin dyld
  473. configure:12302: checking how to hardcode library paths into programs
  474. configure:12327: result: immediate
  475. configure:13160: checking whether stripping libraries is possible
  476. configure:13174: result: yes
  477. configure:13200: checking if libtool supports shared libraries
  478. configure:13202: result: yes
  479. configure:13205: checking whether to build shared libraries
  480. configure:13226: result: yes
  481. configure:13229: checking whether to build static libraries
  482. configure:13233: result: yes
  483. configure:13383: checking for ld used by /usr/bin/g++-4.2
  484. configure:13450: result: /Developer/usr/bin/ld
  485. configure:13459: checking if the linker (/Developer/usr/bin/ld) is GNU ld
  486. configure:13474: result: no
  487. configure:13529: checking whether the /usr/bin/g++-4.2 linker (/Developer/usr/bin/ld) supports shared libraries
  488. configure:14504: result: yes
  489. configure:14532: /usr/bin/g++-4.2 -c  -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit   -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit conftest.cpp >&5
  490. configure:14535: $? = 0
  491. configure:14717: checking for /usr/bin/g++-4.2 option to produce PIC
  492. configure:15034: result: -fno-common -DPIC
  493. configure:15043: checking if /usr/bin/g++-4.2 PIC flag -fno-common -DPIC works
  494. configure:15061: /usr/bin/g++-4.2 -c  -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit   -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit -fno-common -DPIC -DPIC conftest.cpp >&5
  495. configure:15065: $? = 0
  496. configure:15078: result: yes
  497. configure:15099: checking if /usr/bin/g++-4.2 static flag -static works
  498. configure:15127: result: no
  499. configure:15139: checking if /usr/bin/g++-4.2 supports -c -o file.o
  500. configure:15160: /usr/bin/g++-4.2 -c  -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit   -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit -o out/conftest2.o conftest.cpp >&5
  501. configure:15164: $? = 0
  502. configure:15186: result: yes
  503. configure:15191: checking if /usr/bin/g++-4.2 supports -c -o file.o
  504. configure:15238: result: yes
  505. configure:15268: checking whether the /usr/bin/g++-4.2 linker (/Developer/usr/bin/ld) supports shared libraries
  506. configure:15294: result: yes
  507. configure:15431: checking dynamic linker characteristics
  508. configure:16062: result: darwin dyld
  509. configure:16113: checking how to hardcode library paths into programs
  510. configure:16138: result: immediate
  511. configure:16201: checking for gawk
  512. configure:16228: result: gawk
  513. configure:16239: checking whether ln -s works
  514. configure:16243: result: yes
  515. configure:16250: checking whether make sets $(MAKE)
  516. configure:16272: result: yes
  517. configure:16507: checking for working alloca.h
  518. configure:16534: /usr/bin/gcc-4.2 -o conftest  -std=gnu99 -no-cpp-precomp -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -g -D_DEBUG -Wall -O2  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -Wl,-arch,i386 -no_compact_linkedit -L/Users/Shared/xbmc-depends/macosx10.6_i386/lib conftest.c  -framework IOKit -framework Cocoa -framework AppKit -framework Carbon -framework CoreAudio -framework QuickTime -framework AudioUnit -framework Foundation -framework CoreServices -framework CoreVideo -framework CoreAudio -framework AudioToolbox -framework CoreFoundation -framework DiskArbitration -framework ApplicationServices >&5
  519. configure:16541: $? = 0
  520. configure:16561: result: yes
  521. configure:16571: checking for alloca
  522. configure:16618: /usr/bin/gcc-4.2 -o conftest  -std=gnu99 -no-cpp-precomp -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -g -D_DEBUG -Wall -O2  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -Wl,-arch,i386 -no_compact_linkedit -L/Users/Shared/xbmc-depends/macosx10.6_i386/lib conftest.c  -framework IOKit -framework Cocoa -framework AppKit -framework Carbon -framework CoreAudio -framework QuickTime -framework AudioUnit -framework Foundation -framework CoreServices -framework CoreVideo -framework CoreAudio -framework AudioToolbox -framework CoreFoundation -framework DiskArbitration -framework ApplicationServices >&5
  523. configure:16625: $? = 0
  524. configure:16645: result: yes
  525. configure:16882: checking for uid_t in sys/types.h
  526. configure:16905: result: yes
  527. configure:16925: checking for unistd.h
  528. configure:16932: result: yes
  529. configure:17071: checking for working chown
  530. configure:17114: /usr/bin/gcc-4.2 -o conftest  -std=gnu99 -no-cpp-precomp -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -g -D_DEBUG -Wall -O2  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -Wl,-arch,i386 -no_compact_linkedit -L/Users/Shared/xbmc-depends/macosx10.6_i386/lib conftest.c  -framework IOKit -framework Cocoa -framework AppKit -framework Carbon -framework CoreAudio -framework QuickTime -framework AudioUnit -framework Foundation -framework CoreServices -framework CoreVideo -framework CoreAudio -framework AudioToolbox -framework CoreFoundation -framework DiskArbitration -framework ApplicationServices >&5
  531. configure:17118: $? = 0
  532. configure:17124: ./conftest
  533. configure:17128: $? = 0
  534. configure:17147: result: yes
  535. configure:17165: checking for dirent.h that defines DIR
  536. configure:17194: /usr/bin/gcc-4.2 -c  -std=gnu99 -no-cpp-precomp -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -g -D_DEBUG -Wall -O2  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit conftest.c >&5
  537. configure:17201: $? = 0
  538. configure:17218: result: yes
  539. configure:17233: checking for library containing opendir
  540. configure:17274: /usr/bin/gcc-4.2 -o conftest  -std=gnu99 -no-cpp-precomp -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -g -D_DEBUG -Wall -O2  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -Wl,-arch,i386 -no_compact_linkedit -L/Users/Shared/xbmc-depends/macosx10.6_i386/lib conftest.c  -framework IOKit -framework Cocoa -framework AppKit -framework Carbon -framework CoreAudio -framework QuickTime -framework AudioUnit -framework Foundation -framework CoreServices -framework CoreVideo -framework CoreAudio -framework AudioToolbox -framework CoreFoundation -framework DiskArbitration -framework ApplicationServices >&5
  541. configure:17281: $? = 0
  542. configure:17312: result: none required
  543. configure:17410: checking whether closedir returns void
  544. configure:17444: /usr/bin/gcc-4.2 -o conftest  -std=gnu99 -no-cpp-precomp -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -g -D_DEBUG -Wall -O2  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -Wl,-arch,i386 -no_compact_linkedit -L/Users/Shared/xbmc-depends/macosx10.6_i386/lib conftest.c  -framework IOKit -framework Cocoa -framework AppKit -framework Carbon -framework CoreAudio -framework QuickTime -framework AudioUnit -framework Foundation -framework CoreServices -framework CoreVideo -framework CoreAudio -framework AudioToolbox -framework CoreFoundation -framework DiskArbitration -framework ApplicationServices >&5
  545. configure:17448: $? = 0
  546. configure:17454: ./conftest
  547. configure:17458: $? = 0
  548. configure:17475: result: no
  549. configure:17485: checking for error_at_line
  550. configure:17511: /usr/bin/gcc-4.2 -o conftest  -std=gnu99 -no-cpp-precomp -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -g -D_DEBUG -Wall -O2  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -Wl,-arch,i386 -no_compact_linkedit -L/Users/Shared/xbmc-depends/macosx10.6_i386/lib conftest.c  -framework IOKit -framework Cocoa -framework AppKit -framework Carbon -framework CoreAudio -framework QuickTime -framework AudioUnit -framework Foundation -framework CoreServices -framework CoreVideo -framework CoreAudio -framework AudioToolbox -framework CoreFoundation -framework DiskArbitration -framework ApplicationServices >&5
  551. conftest.c:28:19: error: error.h: No such file or directory
  552. conftest.c: In function 'main':
  553. conftest.c:32: warning: implicit declaration of function 'error_at_line'
  554. configure:17518: $? = 1
  555. configure: failed program was:
  556. | /* confdefs.h.  */
  557. | #define PACKAGE_NAME "xbmc"
  558. | #define PACKAGE_TARNAME "xbmc"
  559. | #define PACKAGE_VERSION "11.9.3"
  560. | #define PACKAGE_STRING "xbmc 11.9.3"
  561. | #define PACKAGE_BUGREPORT "http://trac.xbmc.org"
  562. | #define PACKAGE "xbmc"
  563. | #define VERSION "11.9.3"
  564. | #define LIRC_DEVICE "/dev/lircd"
  565. | #define STDC_HEADERS 1
  566. | #define HAVE_SYS_TYPES_H 1
  567. | #define HAVE_SYS_STAT_H 1
  568. | #define HAVE_STDLIB_H 1
  569. | #define HAVE_STRING_H 1
  570. | #define HAVE_MEMORY_H 1
  571. | #define HAVE_STRINGS_H 1
  572. | #define HAVE_INTTYPES_H 1
  573. | #define HAVE_STDINT_H 1
  574. | #define HAVE_UNISTD_H 1
  575. | #define HAVE_DLFCN_H 1
  576. | #define LT_OBJDIR ".libs/"
  577. | #define HAVE_ALLOCA_H 1
  578. | #define HAVE_ALLOCA 1
  579. | #define HAVE_UNISTD_H 1
  580. | #define HAVE_CHOWN 1
  581. | #define HAVE_DIRENT_H 1
  582. | /* end confdefs.h.  */
  583. | #include <error.h>
  584. | int
  585. | main ()
  586. | {
  587. | error_at_line (0, 0, "", 0, "an error occurred");
  588. |   ;
  589. |   return 0;
  590. | }
  591. configure:17538: result: no
  592. configure:17549: checking for _LARGEFILE_SOURCE value needed for large files
  593. configure:17578: /usr/bin/gcc-4.2 -o conftest  -std=gnu99 -no-cpp-precomp -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -g -D_DEBUG -Wall -O2  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -Wl,-arch,i386 -no_compact_linkedit -L/Users/Shared/xbmc-depends/macosx10.6_i386/lib conftest.c  -framework IOKit -framework Cocoa -framework AppKit -framework Carbon -framework CoreAudio -framework QuickTime -framework AudioUnit -framework Foundation -framework CoreServices -framework CoreVideo -framework CoreAudio -framework AudioToolbox -framework CoreFoundation -framework DiskArbitration -framework ApplicationServices >&5
  594. configure:17585: $? = 0
  595. configure:17658: result: no
  596. configure:17682: checking whether /usr/bin/gcc-4.2 needs -traditional
  597. conftest.c:29:20: error: termio.h: No such file or directory
  598. configure:17724: result: no
  599. configure:17731: checking whether lstat dereferences a symlink specified with a trailing slash
  600. configure:17767: /usr/bin/gcc-4.2 -o conftest  -std=gnu99 -no-cpp-precomp -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -g -D_DEBUG -Wall -O2  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -Wl,-arch,i386 -no_compact_linkedit -L/Users/Shared/xbmc-depends/macosx10.6_i386/lib conftest.c  -framework IOKit -framework Cocoa -framework AppKit -framework Carbon -framework CoreAudio -framework QuickTime -framework AudioUnit -framework Foundation -framework CoreServices -framework CoreVideo -framework CoreAudio -framework AudioToolbox -framework CoreFoundation -framework DiskArbitration -framework ApplicationServices >&5
  601. configure:17771: $? = 0
  602. configure:17777: ./conftest
  603. configure:17781: $? = 1
  604. configure: program exited with status 1
  605. configure: failed program was:
  606. | /* confdefs.h.  */
  607. | #define PACKAGE_NAME "xbmc"
  608. | #define PACKAGE_TARNAME "xbmc"
  609. | #define PACKAGE_VERSION "11.9.3"
  610. | #define PACKAGE_STRING "xbmc 11.9.3"
  611. | #define PACKAGE_BUGREPORT "http://trac.xbmc.org"
  612. | #define PACKAGE "xbmc"
  613. | #define VERSION "11.9.3"
  614. | #define LIRC_DEVICE "/dev/lircd"
  615. | #define STDC_HEADERS 1
  616. | #define HAVE_SYS_TYPES_H 1
  617. | #define HAVE_SYS_STAT_H 1
  618. | #define HAVE_STDLIB_H 1
  619. | #define HAVE_STRING_H 1
  620. | #define HAVE_MEMORY_H 1
  621. | #define HAVE_STRINGS_H 1
  622. | #define HAVE_INTTYPES_H 1
  623. | #define HAVE_STDINT_H 1
  624. | #define HAVE_UNISTD_H 1
  625. | #define HAVE_DLFCN_H 1
  626. | #define LT_OBJDIR ".libs/"
  627. | #define HAVE_ALLOCA_H 1
  628. | #define HAVE_ALLOCA 1
  629. | #define HAVE_UNISTD_H 1
  630. | #define HAVE_CHOWN 1
  631. | #define HAVE_DIRENT_H 1
  632. | #define HAVE_FSEEKO 1
  633. | /* end confdefs.h.  */
  634. | #include <stdio.h>
  635. | #ifdef HAVE_SYS_TYPES_H
  636. | # include <sys/types.h>
  637. | #endif
  638. | #ifdef HAVE_SYS_STAT_H
  639. | # include <sys/stat.h>
  640. | #endif
  641. | #ifdef STDC_HEADERS
  642. | # include <stdlib.h>
  643. | # include <stddef.h>
  644. | #else
  645. | # ifdef HAVE_STDLIB_H
  646. | #  include <stdlib.h>
  647. | # endif
  648. | #endif
  649. | #ifdef HAVE_STRING_H
  650. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  651. | #  include <memory.h>
  652. | # endif
  653. | # include <string.h>
  654. | #endif
  655. | #ifdef HAVE_STRINGS_H
  656. | # include <strings.h>
  657. | #endif
  658. | #ifdef HAVE_INTTYPES_H
  659. | # include <inttypes.h>
  660. | #endif
  661. | #ifdef HAVE_STDINT_H
  662. | # include <stdint.h>
  663. | #endif
  664. | #ifdef HAVE_UNISTD_H
  665. | # include <unistd.h>
  666. | #endif
  667. | int
  668. | main ()
  669. | {
  670. | struct stat sbuf;
  671. |      /* Linux will dereference the symlink and fail.
  672. |   That is better in the sense that it means we will not
  673. |   have to compile and use the lstat wrapper.  */
  674. |      return lstat ("conftest.sym/", &sbuf) == 0;
  675. |   ;
  676. |   return 0;
  677. | }
  678. configure:17805: result: no
  679. configure:17824: checking whether lstat accepts an empty string
  680. configure:17854: /usr/bin/gcc-4.2 -o conftest  -std=gnu99 -no-cpp-precomp -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -g -D_DEBUG -Wall -O2  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -Wl,-arch,i386 -no_compact_linkedit -L/Users/Shared/xbmc-depends/macosx10.6_i386/lib conftest.c  -framework IOKit -framework Cocoa -framework AppKit -framework Carbon -framework CoreAudio -framework QuickTime -framework AudioUnit -framework Foundation -framework CoreServices -framework CoreVideo -framework CoreAudio -framework AudioToolbox -framework CoreFoundation -framework DiskArbitration -framework ApplicationServices >&5
  681. configure:17858: $? = 0
  682. configure:17864: ./conftest
  683. configure:17868: $? = 0
  684. configure:17885: result: no
  685. configure:17901: checking whether lstat dereferences a symlink specified with a trailing slash
  686. configure:17975: result: no
  687. configure:17994: checking for working memcmp
  688. configure:18047: /usr/bin/gcc-4.2 -o conftest  -std=gnu99 -no-cpp-precomp -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -g -D_DEBUG -Wall -O2  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -Wl,-arch,i386 -no_compact_linkedit -L/Users/Shared/xbmc-depends/macosx10.6_i386/lib conftest.c  -framework IOKit -framework Cocoa -framework AppKit -framework Carbon -framework CoreAudio -framework QuickTime -framework AudioUnit -framework Foundation -framework CoreServices -framework CoreVideo -framework CoreAudio -framework AudioToolbox -framework CoreFoundation -framework DiskArbitration -framework ApplicationServices >&5
  689. configure:18051: $? = 0
  690. configure:18057: ./conftest
  691. configure:18061: $? = 0
  692. configure:18078: result: yes
  693. configure:18087: checking whether time.h and sys/time.h may both be included
  694. configure:18117: /usr/bin/gcc-4.2 -c  -std=gnu99 -no-cpp-precomp -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -g -D_DEBUG -Wall -O2  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit conftest.c >&5
  695. configure:18124: $? = 0
  696. configure:18139: result: yes
  697. configure:18168: checking sys/time.h usability
  698. configure:18185: /usr/bin/gcc-4.2 -c  -std=gnu99 -no-cpp-precomp -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -g -D_DEBUG -Wall -O2  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit conftest.c >&5
  699. configure:18192: $? = 0
  700. configure:18206: result: yes
  701. configure:18210: checking sys/time.h presence
  702. configure:18225: /Developer/usr/bin/cpp-4.2  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit conftest.c
  703. configure:18232: $? = 0
  704. configure:18246: result: yes
  705. configure:18279: checking for sys/time.h
  706. configure:18288: result: yes
  707. configure:18157: checking for unistd.h
  708. configure:18164: result: yes
  709. configure:18168: checking utime.h usability
  710. configure:18185: /usr/bin/gcc-4.2 -c  -std=gnu99 -no-cpp-precomp -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -g -D_DEBUG -Wall -O2  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit conftest.c >&5
  711. configure:18192: $? = 0
  712. configure:18206: result: yes
  713. configure:18210: checking utime.h presence
  714. configure:18225: /Developer/usr/bin/cpp-4.2  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit conftest.c
  715. configure:18232: $? = 0
  716. configure:18246: result: yes
  717. configure:18279: checking for utime.h
  718. configure:18288: result: yes
  719. configure:18314: checking for alarm
  720. configure:18370: /usr/bin/gcc-4.2 -o conftest  -std=gnu99 -no-cpp-precomp -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -g -D_DEBUG -Wall -O2  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -Wl,-arch,i386 -no_compact_linkedit -L/Users/Shared/xbmc-depends/macosx10.6_i386/lib conftest.c  -framework IOKit -framework Cocoa -framework AppKit -framework Carbon -framework CoreAudio -framework QuickTime -framework AudioUnit -framework Foundation -framework CoreServices -framework CoreVideo -framework CoreAudio -framework AudioToolbox -framework CoreFoundation -framework DiskArbitration -framework ApplicationServices >&5
  721. configure:18377: $? = 0
  722. configure:18399: result: yes
  723. configure:18427: checking for working mktime
  724. configure:18642: /usr/bin/gcc-4.2 -o conftest  -std=gnu99 -no-cpp-precomp -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -g -D_DEBUG -Wall -O2  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -Wl,-arch,i386 -no_compact_linkedit -L/Users/Shared/xbmc-depends/macosx10.6_i386/lib conftest.c  -framework IOKit -framework Cocoa -framework AppKit -framework Carbon -framework CoreAudio -framework QuickTime -framework AudioUnit -framework Foundation -framework CoreServices -framework CoreVideo -framework CoreAudio -framework AudioToolbox -framework CoreFoundation -framework DiskArbitration -framework ApplicationServices >&5
  725. configure:18646: $? = 0
  726. configure:18652: ./conftest
  727. configure:18656: $? = 0
  728. configure:18673: result: yes
  729. configure:18690: checking for stdlib.h
  730. configure:18697: result: yes
  731. configure:18690: checking for unistd.h
  732. configure:18697: result: yes
  733. configure:18840: checking for getpagesize
  734. configure:18896: /usr/bin/gcc-4.2 -o conftest  -std=gnu99 -no-cpp-precomp -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -g -D_DEBUG -Wall -O2  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -Wl,-arch,i386 -no_compact_linkedit -L/Users/Shared/xbmc-depends/macosx10.6_i386/lib conftest.c  -framework IOKit -framework Cocoa -framework AppKit -framework Carbon -framework CoreAudio -framework QuickTime -framework AudioUnit -framework Foundation -framework CoreServices -framework CoreVideo -framework CoreAudio -framework AudioToolbox -framework CoreFoundation -framework DiskArbitration -framework ApplicationServices >&5
  735. configure:18903: $? = 0
  736. configure:18925: result: yes
  737. configure:18937: checking for working mmap
  738. configure:19084: /usr/bin/gcc-4.2 -o conftest  -std=gnu99 -no-cpp-precomp -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -g -D_DEBUG -Wall -O2  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -Wl,-arch,i386 -no_compact_linkedit -L/Users/Shared/xbmc-depends/macosx10.6_i386/lib conftest.c  -framework IOKit -framework Cocoa -framework AppKit -framework Carbon -framework CoreAudio -framework QuickTime -framework AudioUnit -framework Foundation -framework CoreServices -framework CoreVideo -framework CoreAudio -framework AudioToolbox -framework CoreFoundation -framework DiskArbitration -framework ApplicationServices >&5
  739. configure:19088: $? = 0
  740. configure:19094: ./conftest
  741. configure:19098: $? = 0
  742. configure:19115: result: yes
  743. configure:19146: checking sys/select.h usability
  744. configure:19163: /usr/bin/gcc-4.2 -c  -std=gnu99 -no-cpp-precomp -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -g -D_DEBUG -Wall -O2  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit conftest.c >&5
  745. configure:19170: $? = 0
  746. configure:19184: result: yes
  747. configure:19188: checking sys/select.h presence
  748. configure:19203: /Developer/usr/bin/cpp-4.2  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit conftest.c
  749. configure:19210: $? = 0
  750. configure:19224: result: yes
  751. configure:19257: checking for sys/select.h
  752. configure:19266: result: yes
  753. configure:19146: checking sys/socket.h usability
  754. configure:19163: /usr/bin/gcc-4.2 -c  -std=gnu99 -no-cpp-precomp -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -g -D_DEBUG -Wall -O2  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit conftest.c >&5
  755. configure:19170: $? = 0
  756. configure:19184: result: yes
  757. configure:19188: checking sys/socket.h presence
  758. configure:19203: /Developer/usr/bin/cpp-4.2  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit conftest.c
  759. configure:19210: $? = 0
  760. configure:19224: result: yes
  761. configure:19257: checking for sys/socket.h
  762. configure:19266: result: yes
  763. configure:19281: checking types of arguments for select
  764. configure:19319: /usr/bin/gcc-4.2 -c  -std=gnu99 -no-cpp-precomp -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -g -D_DEBUG -Wall -O2  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit conftest.c >&5
  765. configure:19326: $? = 0
  766. configure:19347: result: int,fd_set *,struct timeval *
  767. configure:19377: checking return type of signal handlers
  768. configure:19405: /usr/bin/gcc-4.2 -c  -std=gnu99 -no-cpp-precomp -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -g -D_DEBUG -Wall -O2  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit conftest.c >&5
  769. conftest.c: In function 'main':
  770. conftest.c:49: error: void value not ignored as it ought to be
  771. configure:19412: $? = 1
  772. configure: failed program was:
  773. | /* confdefs.h.  */
  774. | #define PACKAGE_NAME "xbmc"
  775. | #define PACKAGE_TARNAME "xbmc"
  776. | #define PACKAGE_VERSION "11.9.3"
  777. | #define PACKAGE_STRING "xbmc 11.9.3"
  778. | #define PACKAGE_BUGREPORT "http://trac.xbmc.org"
  779. | #define PACKAGE "xbmc"
  780. | #define VERSION "11.9.3"
  781. | #define LIRC_DEVICE "/dev/lircd"
  782. | #define STDC_HEADERS 1
  783. | #define HAVE_SYS_TYPES_H 1
  784. | #define HAVE_SYS_STAT_H 1
  785. | #define HAVE_STDLIB_H 1
  786. | #define HAVE_STRING_H 1
  787. | #define HAVE_MEMORY_H 1
  788. | #define HAVE_STRINGS_H 1
  789. | #define HAVE_INTTYPES_H 1
  790. | #define HAVE_STDINT_H 1
  791. | #define HAVE_UNISTD_H 1
  792. | #define HAVE_DLFCN_H 1
  793. | #define LT_OBJDIR ".libs/"
  794. | #define HAVE_ALLOCA_H 1
  795. | #define HAVE_ALLOCA 1
  796. | #define HAVE_UNISTD_H 1
  797. | #define HAVE_CHOWN 1
  798. | #define HAVE_DIRENT_H 1
  799. | #define HAVE_FSEEKO 1
  800. | #define TIME_WITH_SYS_TIME 1
  801. | #define HAVE_SYS_TIME_H 1
  802. | #define HAVE_UNISTD_H 1
  803. | #define HAVE_UTIME_H 1
  804. | #define HAVE_ALARM 1
  805. | #define HAVE_STDLIB_H 1
  806. | #define HAVE_UNISTD_H 1
  807. | #define HAVE_GETPAGESIZE 1
  808. | #define HAVE_MMAP 1
  809. | #define HAVE_SYS_SELECT_H 1
  810. | #define HAVE_SYS_SOCKET_H 1
  811. | #define SELECT_TYPE_ARG1 int
  812. | #define SELECT_TYPE_ARG234 (fd_set *)
  813. | #define SELECT_TYPE_ARG5 (struct timeval *)
  814. | /* end confdefs.h.  */
  815. | #include <sys/types.h>
  816. | #include <signal.h>
  817. |
  818. | int
  819. | main ()
  820. | {
  821. | return *(signal (0, 0)) (0) == 1;
  822. |   ;
  823. |   return 0;
  824. | }
  825. configure:19427: result: void
  826. configure:19435: checking whether stat accepts an empty string
  827. configure:19465: /usr/bin/gcc-4.2 -o conftest  -std=gnu99 -no-cpp-precomp -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -g -D_DEBUG -Wall -O2  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -Wl,-arch,i386 -no_compact_linkedit -L/Users/Shared/xbmc-depends/macosx10.6_i386/lib conftest.c  -framework IOKit -framework Cocoa -framework AppKit -framework Carbon -framework CoreAudio -framework QuickTime -framework AudioUnit -framework Foundation -framework CoreServices -framework CoreVideo -framework CoreAudio -framework AudioToolbox -framework CoreFoundation -framework DiskArbitration -framework ApplicationServices >&5
  828. configure:19469: $? = 0
  829. configure:19475: ./conftest
  830. configure:19479: $? = 0
  831. configure:19496: result: no
  832. configure:19512: checking for working strcoll
  833. configure:19543: /usr/bin/gcc-4.2 -o conftest  -std=gnu99 -no-cpp-precomp -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -g -D_DEBUG -Wall -O2  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -Wl,-arch,i386 -no_compact_linkedit -L/Users/Shared/xbmc-depends/macosx10.6_i386/lib conftest.c  -framework IOKit -framework Cocoa -framework AppKit -framework Carbon -framework CoreAudio -framework QuickTime -framework AudioUnit -framework Foundation -framework CoreServices -framework CoreVideo -framework CoreAudio -framework AudioToolbox -framework CoreFoundation -framework DiskArbitration -framework ApplicationServices >&5
  834. configure:19547: $? = 0
  835. configure:19553: ./conftest
  836. configure:19557: $? = 0
  837. configure:19574: result: yes
  838. configure:19588: checking for strftime
  839. configure:19644: /usr/bin/gcc-4.2 -o conftest  -std=gnu99 -no-cpp-precomp -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -g -D_DEBUG -Wall -O2  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -Wl,-arch,i386 -no_compact_linkedit -L/Users/Shared/xbmc-depends/macosx10.6_i386/lib conftest.c  -framework IOKit -framework Cocoa -framework AppKit -framework Carbon -framework CoreAudio -framework QuickTime -framework AudioUnit -framework Foundation -framework CoreServices -framework CoreVideo -framework CoreAudio -framework AudioToolbox -framework CoreFoundation -framework DiskArbitration -framework ApplicationServices >&5
  840. conftest.c:68: warning: conflicting types for built-in function 'strftime'
  841. configure:19651: $? = 0
  842. configure:19673: result: yes
  843. configure:19760: checking for working strtod
  844. configure:19811: /usr/bin/gcc-4.2 -o conftest  -std=gnu99 -no-cpp-precomp -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -g -D_DEBUG -Wall -O2  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -Wl,-arch,i386 -no_compact_linkedit -L/Users/Shared/xbmc-depends/macosx10.6_i386/lib conftest.c  -framework IOKit -framework Cocoa -framework AppKit -framework Carbon -framework CoreAudio -framework QuickTime -framework AudioUnit -framework Foundation -framework CoreServices -framework CoreVideo -framework CoreAudio -framework AudioToolbox -framework CoreFoundation -framework DiskArbitration -framework ApplicationServices >&5
  845. configure:19815: $? = 0
  846. configure:19821: ./conftest
  847. configure:19825: $? = 0
  848. configure:19842: result: yes
  849. configure:20022: checking whether utime accepts a null argument
  850. configure:20061: /usr/bin/gcc-4.2 -o conftest  -std=gnu99 -no-cpp-precomp -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -g -D_DEBUG -Wall -O2  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -Wl,-arch,i386 -no_compact_linkedit -L/Users/Shared/xbmc-depends/macosx10.6_i386/lib conftest.c  -framework IOKit -framework Cocoa -framework AppKit -framework Carbon -framework CoreAudio -framework QuickTime -framework AudioUnit -framework Foundation -framework CoreServices -framework CoreVideo -framework CoreAudio -framework AudioToolbox -framework CoreFoundation -framework DiskArbitration -framework ApplicationServices >&5
  851. configure:20065: $? = 0
  852. configure:20071: ./conftest
  853. configure:20075: $? = 0
  854. configure:20092: result: yes
  855. configure:20107: checking for vprintf
  856. configure:20163: /usr/bin/gcc-4.2 -o conftest  -std=gnu99 -no-cpp-precomp -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -g -D_DEBUG -Wall -O2  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -Wl,-arch,i386 -no_compact_linkedit -L/Users/Shared/xbmc-depends/macosx10.6_i386/lib conftest.c  -framework IOKit -framework Cocoa -framework AppKit -framework Carbon -framework CoreAudio -framework QuickTime -framework AudioUnit -framework Foundation -framework CoreServices -framework CoreVideo -framework CoreAudio -framework AudioToolbox -framework CoreFoundation -framework DiskArbitration -framework ApplicationServices >&5
  857. conftest.c:70: warning: conflicting types for built-in function 'vprintf'
  858. configure:20170: $? = 0
  859. configure:20192: result: yes
  860. configure:20201: checking for _doprnt
  861. configure:20257: /usr/bin/gcc-4.2 -o conftest  -std=gnu99 -no-cpp-precomp -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -g -D_DEBUG -Wall -O2  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -Wl,-arch,i386 -no_compact_linkedit -L/Users/Shared/xbmc-depends/macosx10.6_i386/lib conftest.c  -framework IOKit -framework Cocoa -framework AppKit -framework Carbon -framework CoreAudio -framework QuickTime -framework AudioUnit -framework Foundation -framework CoreServices -framework CoreVideo -framework CoreAudio -framework AudioToolbox -framework CoreFoundation -framework DiskArbitration -framework ApplicationServices >&5
  862. Undefined symbols:
  863.  "__doprnt", referenced from:
  864.      _main in ccpm3W9g.o
  865. ld: symbol(s) not found
  866. collect2: ld returned 1 exit status
  867. configure:20264: $? = 1
  868. configure: failed program was:
  869. | /* confdefs.h.  */
  870. | #define PACKAGE_NAME "xbmc"
  871. | #define PACKAGE_TARNAME "xbmc"
  872. | #define PACKAGE_VERSION "11.9.3"
  873. | #define PACKAGE_STRING "xbmc 11.9.3"
  874. | #define PACKAGE_BUGREPORT "http://trac.xbmc.org"
  875. | #define PACKAGE "xbmc"
  876. | #define VERSION "11.9.3"
  877. | #define LIRC_DEVICE "/dev/lircd"
  878. | #define STDC_HEADERS 1
  879. | #define HAVE_SYS_TYPES_H 1
  880. | #define HAVE_SYS_STAT_H 1
  881. | #define HAVE_STDLIB_H 1
  882. | #define HAVE_STRING_H 1
  883. | #define HAVE_MEMORY_H 1
  884. | #define HAVE_STRINGS_H 1
  885. | #define HAVE_INTTYPES_H 1
  886. | #define HAVE_STDINT_H 1
  887. | #define HAVE_UNISTD_H 1
  888. | #define HAVE_DLFCN_H 1
  889. | #define LT_OBJDIR ".libs/"
  890. | #define HAVE_ALLOCA_H 1
  891. | #define HAVE_ALLOCA 1
  892. | #define HAVE_UNISTD_H 1
  893. | #define HAVE_CHOWN 1
  894. | #define HAVE_DIRENT_H 1
  895. | #define HAVE_FSEEKO 1
  896. | #define TIME_WITH_SYS_TIME 1
  897. | #define HAVE_SYS_TIME_H 1
  898. | #define HAVE_UNISTD_H 1
  899. | #define HAVE_UTIME_H 1
  900. | #define HAVE_ALARM 1
  901. | #define HAVE_STDLIB_H 1
  902. | #define HAVE_UNISTD_H 1
  903. | #define HAVE_GETPAGESIZE 1
  904. | #define HAVE_MMAP 1
  905. | #define HAVE_SYS_SELECT_H 1
  906. | #define HAVE_SYS_SOCKET_H 1
  907. | #define SELECT_TYPE_ARG1 int
  908. | #define SELECT_TYPE_ARG234 (fd_set *)
  909. | #define SELECT_TYPE_ARG5 (struct timeval *)
  910. | #define RETSIGTYPE void
  911. | #define HAVE_STRCOLL 1
  912. | #define HAVE_STRFTIME 1
  913. | #define HAVE_UTIME_NULL 1
  914. | #define HAVE_VPRINTF 1
  915. | /* end confdefs.h.  */
  916. | /* Define _doprnt to an innocuous variant, in case <limits.h> declares _doprnt.
  917. |    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
  918. | #define _doprnt innocuous__doprnt
  919. |
  920. | /* System header to define __stub macros and hopefully few prototypes,
  921. |     which can conflict with char _doprnt (); below.
  922. |     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  923. |     <limits.h> exists even on freestanding compilers.  */
  924. |
  925. | #ifdef __STDC__
  926. | # include <limits.h>
  927. | #else
  928. | # include <assert.h>
  929. | #endif
  930. |
  931. | #undef _doprnt
  932. |
  933. | /* Override any GCC internal prototype to avoid an error.
  934. |    Use char because int might match the return type of a GCC
  935. |    builtin and then its argument prototype would still apply.  */
  936. | #ifdef __cplusplus
  937. | extern "C"
  938. | #endif
  939. | char _doprnt ();
  940. | /* The GNU C library defines this for functions which it implements
  941. |     to always fail with ENOSYS.  Some functions are actually named
  942. |     something starting with __ and the normal name is an alias.  */
  943. | #if defined __stub__doprnt || defined __stub____doprnt
  944. | choke me
  945. | #endif
  946. |
  947. | int
  948. | main ()
  949. | {
  950. | return _doprnt ();
  951. |   ;
  952. |   return 0;
  953. | }
  954. configure:20284: result: no
  955. configure:20346: checking for atexit
  956. configure:20402: /usr/bin/gcc-4.2 -o conftest  -std=gnu99 -no-cpp-precomp -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -g -D_DEBUG -Wall -O2  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -Wl,-arch,i386 -no_compact_linkedit -L/Users/Shared/xbmc-depends/macosx10.6_i386/lib conftest.c  -framework IOKit -framework Cocoa -framework AppKit -framework Carbon -framework CoreAudio -framework QuickTime -framework AudioUnit -framework Foundation -framework CoreServices -framework CoreVideo -framework CoreAudio -framework AudioToolbox -framework CoreFoundation -framework DiskArbitration -framework ApplicationServices >&5
  957. configure:20409: $? = 0
  958. configure:20431: result: yes
  959. configure:20346: checking for dup2
  960. configure:20402: /usr/bin/gcc-4.2 -o conftest  -std=gnu99 -no-cpp-precomp -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -g -D_DEBUG -Wall -O2  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -Wl,-arch,i386 -no_compact_linkedit -L/Users/Shared/xbmc-depends/macosx10.6_i386/lib conftest.c  -framework IOKit -framework Cocoa -framework AppKit -framework Carbon -framework CoreAudio -framework QuickTime -framework AudioUnit -framework Foundation -framework CoreServices -framework CoreVideo -framework CoreAudio -framework AudioToolbox -framework CoreFoundation -framework DiskArbitration -framework ApplicationServices >&5
  961. configure:20409: $? = 0
  962. configure:20431: result: yes
  963. configure:20346: checking for fdatasync
  964. configure:20402: /usr/bin/gcc-4.2 -o conftest  -std=gnu99 -no-cpp-precomp -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -g -D_DEBUG -Wall -O2  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -Wl,-arch,i386 -no_compact_linkedit -L/Users/Shared/xbmc-depends/macosx10.6_i386/lib conftest.c  -framework IOKit -framework Cocoa -framework AppKit -framework Carbon -framework CoreAudio -framework QuickTime -framework AudioUnit -framework Foundation -framework CoreServices -framework CoreVideo -framework CoreAudio -framework AudioToolbox -framework CoreFoundation -framework DiskArbitration -framework ApplicationServices >&5
  965. configure:20409: $? = 0
  966. configure:20431: result: yes
  967. configure:20346: checking for floor
  968. configure:20402: /usr/bin/gcc-4.2 -o conftest  -std=gnu99 -no-cpp-precomp -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -g -D_DEBUG -Wall -O2  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -Wl,-arch,i386 -no_compact_linkedit -L/Users/Shared/xbmc-depends/macosx10.6_i386/lib conftest.c  -framework IOKit -framework Cocoa -framework AppKit -framework Carbon -framework CoreAudio -framework QuickTime -framework AudioUnit -framework Foundation -framework CoreServices -framework CoreVideo -framework CoreAudio -framework AudioToolbox -framework CoreFoundation -framework DiskArbitration -framework ApplicationServices >&5
  969. conftest.c:74: warning: conflicting types for built-in function 'floor'
  970. configure:20409: $? = 0
  971. configure:20431: result: yes
  972. configure:20346: checking for fs_stat_dev
  973. configure:20402: /usr/bin/gcc-4.2 -o conftest  -std=gnu99 -no-cpp-precomp -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -g -D_DEBUG -Wall -O2  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -Wl,-arch,i386 -no_compact_linkedit -L/Users/Shared/xbmc-depends/macosx10.6_i386/lib conftest.c  -framework IOKit -framework Cocoa -framework AppKit -framework Carbon -framework CoreAudio -framework QuickTime -framework AudioUnit -framework Foundation -framework CoreServices -framework CoreVideo -framework CoreAudio -framework AudioToolbox -framework CoreFoundation -framework DiskArbitration -framework ApplicationServices >&5
  974. Undefined symbols:
  975.  "_fs_stat_dev", referenced from:
  976.      _main in ccV8encO.o
  977. ld: symbol(s) not found
  978. collect2: ld returned 1 exit status
  979. configure:20409: $? = 1
  980. configure: failed program was:
  981. | /* confdefs.h.  */
  982. | #define PACKAGE_NAME "xbmc"
  983. | #define PACKAGE_TARNAME "xbmc"
  984. | #define PACKAGE_VERSION "11.9.3"
  985. | #define PACKAGE_STRING "xbmc 11.9.3"
  986. | #define PACKAGE_BUGREPORT "http://trac.xbmc.org"
  987. | #define PACKAGE "xbmc"
  988. | #define VERSION "11.9.3"
  989. | #define LIRC_DEVICE "/dev/lircd"
  990. | #define STDC_HEADERS 1
  991. | #define HAVE_SYS_TYPES_H 1
  992. | #define HAVE_SYS_STAT_H 1
  993. | #define HAVE_STDLIB_H 1
  994. | #define HAVE_STRING_H 1
  995. | #define HAVE_MEMORY_H 1
  996. | #define HAVE_STRINGS_H 1
  997. | #define HAVE_INTTYPES_H 1
  998. | #define HAVE_STDINT_H 1
  999. | #define HAVE_UNISTD_H 1
  1000. | #define HAVE_DLFCN_H 1
  1001. | #define LT_OBJDIR ".libs/"
  1002. | #define HAVE_ALLOCA_H 1
  1003. | #define HAVE_ALLOCA 1
  1004. | #define HAVE_UNISTD_H 1
  1005. | #define HAVE_CHOWN 1
  1006. | #define HAVE_DIRENT_H 1
  1007. | #define HAVE_FSEEKO 1
  1008. | #define TIME_WITH_SYS_TIME 1
  1009. | #define HAVE_SYS_TIME_H 1
  1010. | #define HAVE_UNISTD_H 1
  1011. | #define HAVE_UTIME_H 1
  1012. | #define HAVE_ALARM 1
  1013. | #define HAVE_STDLIB_H 1
  1014. | #define HAVE_UNISTD_H 1
  1015. | #define HAVE_GETPAGESIZE 1
  1016. | #define HAVE_MMAP 1
  1017. | #define HAVE_SYS_SELECT_H 1
  1018. | #define HAVE_SYS_SOCKET_H 1
  1019. | #define SELECT_TYPE_ARG1 int
  1020. | #define SELECT_TYPE_ARG234 (fd_set *)
  1021. | #define SELECT_TYPE_ARG5 (struct timeval *)
  1022. | #define RETSIGTYPE void
  1023. | #define HAVE_STRCOLL 1
  1024. | #define HAVE_STRFTIME 1
  1025. | #define HAVE_UTIME_NULL 1
  1026. | #define HAVE_VPRINTF 1
  1027. | #define HAVE_ATEXIT 1
  1028. | #define HAVE_DUP2 1
  1029. | #define HAVE_FDATASYNC 1
  1030. | #define HAVE_FLOOR 1
  1031. | /* end confdefs.h.  */
  1032. | /* Define fs_stat_dev to an innocuous variant, in case <limits.h> declares fs_stat_dev.
  1033. |    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
  1034. | #define fs_stat_dev innocuous_fs_stat_dev
  1035. |
  1036. | /* System header to define __stub macros and hopefully few prototypes,
  1037. |     which can conflict with char fs_stat_dev (); below.
  1038. |     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  1039. |     <limits.h> exists even on freestanding compilers.  */
  1040. |
  1041. | #ifdef __STDC__
  1042. | # include <limits.h>
  1043. | #else
  1044. | # include <assert.h>
  1045. | #endif
  1046. |
  1047. | #undef fs_stat_dev
  1048. |
  1049. | /* Override any GCC internal prototype to avoid an error.
  1050. |    Use char because int might match the return type of a GCC
  1051. |    builtin and then its argument prototype would still apply.  */
  1052. | #ifdef __cplusplus
  1053. | extern "C"
  1054. | #endif
  1055. | char fs_stat_dev ();
  1056. | /* The GNU C library defines this for functions which it implements
  1057. |     to always fail with ENOSYS.  Some functions are actually named
  1058. |     something starting with __ and the normal name is an alias.  */
  1059. | #if defined __stub_fs_stat_dev || defined __stub___fs_stat_dev
  1060. | choke me
  1061. | #endif
  1062. |
  1063. | int
  1064. | main ()
  1065. | {
  1066. | return fs_stat_dev ();
  1067. |   ;
  1068. |   return 0;
  1069. | }
  1070. configure:20431: result: no
  1071. configure:20346: checking for ftime
  1072. configure:20402: /usr/bin/gcc-4.2 -o conftest  -std=gnu99 -no-cpp-precomp -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -g -D_DEBUG -Wall -O2  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -Wl,-arch,i386 -no_compact_linkedit -L/Users/Shared/xbmc-depends/macosx10.6_i386/lib conftest.c  -framework IOKit -framework Cocoa -framework AppKit -framework Carbon -framework CoreAudio -framework QuickTime -framework AudioUnit -framework Foundation -framework CoreServices -framework CoreVideo -framework CoreAudio -framework AudioToolbox -framework CoreFoundation -framework DiskArbitration -framework ApplicationServices >&5
  1073. configure:20409: $? = 0
  1074. configure:20431: result: yes
  1075. configure:20346: checking for ftruncate
  1076. configure:20402: /usr/bin/gcc-4.2 -o conftest  -std=gnu99 -no-cpp-precomp -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -g -D_DEBUG -Wall -O2  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -Wl,-arch,i386 -no_compact_linkedit -L/Users/Shared/xbmc-depends/macosx10.6_i386/lib conftest.c  -framework IOKit -framework Cocoa -framework AppKit -framework Carbon -framework CoreAudio -framework QuickTime -framework AudioUnit -framework Foundation -framework CoreServices -framework CoreVideo -framework CoreAudio -framework AudioToolbox -framework CoreFoundation -framework DiskArbitration -framework ApplicationServices >&5
  1077. configure:20409: $? = 0
  1078. configure:20431: result: yes
  1079. configure:20346: checking for getcwd
  1080. configure:20402: /usr/bin/gcc-4.2 -o conftest  -std=gnu99 -no-cpp-precomp -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -g -D_DEBUG -Wall -O2  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -Wl,-arch,i386 -no_compact_linkedit -L/Users/Shared/xbmc-depends/macosx10.6_i386/lib conftest.c  -framework IOKit -framework Cocoa -framework AppKit -framework Carbon -framework CoreAudio -framework QuickTime -framework AudioUnit -framework Foundation -framework CoreServices -framework CoreVideo -framework CoreAudio -framework AudioToolbox -framework CoreFoundation -framework DiskArbitration -framework ApplicationServices >&5
  1081. configure:20409: $? = 0
  1082. configure:20431: result: yes
  1083. configure:20346: checking for gethostbyaddr
  1084. configure:20402: /usr/bin/gcc-4.2 -o conftest  -std=gnu99 -no-cpp-precomp -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -g -D_DEBUG -Wall -O2  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -Wl,-arch,i386 -no_compact_linkedit -L/Users/Shared/xbmc-depends/macosx10.6_i386/lib conftest.c  -framework IOKit -framework Cocoa -framework AppKit -framework Carbon -framework CoreAudio -framework QuickTime -framework AudioUnit -framework Foundation -framework CoreServices -framework CoreVideo -framework CoreAudio -framework AudioToolbox -framework CoreFoundation -framework DiskArbitration -framework ApplicationServices >&5
  1085. configure:20409: $? = 0
  1086. configure:20431: result: yes
  1087. configure:20346: checking for gethostbyname
  1088. configure:20402: /usr/bin/gcc-4.2 -o conftest  -std=gnu99 -no-cpp-precomp -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -g -D_DEBUG -Wall -O2  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -Wl,-arch,i386 -no_compact_linkedit -L/Users/Shared/xbmc-depends/macosx10.6_i386/lib conftest.c  -framework IOKit -framework Cocoa -framework AppKit -framework Carbon -framework CoreAudio -framework QuickTime -framework AudioUnit -framework Foundation -framework CoreServices -framework CoreVideo -framework CoreAudio -framework AudioToolbox -framework CoreFoundation -framework DiskArbitration -framework ApplicationServices >&5
  1089. configure:20409: $? = 0
  1090. configure:20431: result: yes
  1091. configure:20346: checking for gethostname
  1092. configure:20402: /usr/bin/gcc-4.2 -o conftest  -std=gnu99 -no-cpp-precomp -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -g -D_DEBUG -Wall -O2  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -Wl,-arch,i386 -no_compact_linkedit -L/Users/Shared/xbmc-depends/macosx10.6_i386/lib conftest.c  -framework IOKit -framework Cocoa -framework AppKit -framework Carbon -framework CoreAudio -framework QuickTime -framework AudioUnit -framework Foundation -framework CoreServices -framework CoreVideo -framework CoreAudio -framework AudioToolbox -framework CoreFoundation -framework DiskArbitration -framework ApplicationServices >&5
  1093. configure:20409: $? = 0
  1094. configure:20431: result: yes
  1095. configure:20346: checking for getpagesize
  1096. configure:20431: result: yes
  1097. configure:20346: checking for getpass
  1098. configure:20402: /usr/bin/gcc-4.2 -o conftest  -std=gnu99 -no-cpp-precomp -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -g -D_DEBUG -Wall -O2  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -Wl,-arch,i386 -no_compact_linkedit -L/Users/Shared/xbmc-depends/macosx10.6_i386/lib conftest.c  -framework IOKit -framework Cocoa -framework AppKit -framework Carbon -framework CoreAudio -framework QuickTime -framework AudioUnit -framework Foundation -framework CoreServices -framework CoreVideo -framework CoreAudio -framework AudioToolbox -framework CoreFoundation -framework DiskArbitration -framework ApplicationServices >&5
  1099. configure:20409: $? = 0
  1100. configure:20431: result: yes
  1101. configure:20346: checking for gettimeofday
  1102. configure:20402: /usr/bin/gcc-4.2 -o conftest  -std=gnu99 -no-cpp-precomp -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -g -D_DEBUG -Wall -O2  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -Wl,-arch,i386 -no_compact_linkedit -L/Users/Shared/xbmc-depends/macosx10.6_i386/lib conftest.c  -framework IOKit -framework Cocoa -framework AppKit -framework Carbon -framework CoreAudio -framework QuickTime -framework AudioUnit -framework Foundation -framework CoreServices -framework CoreVideo -framework CoreAudio -framework AudioToolbox -framework CoreFoundation -framework DiskArbitration -framework ApplicationServices >&5
  1103. configure:20409: $? = 0
  1104. configure:20431: result: yes
  1105. configure:20346: checking for inet_ntoa
  1106. configure:20402: /usr/bin/gcc-4.2 -o conftest  -std=gnu99 -no-cpp-precomp -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -g -D_DEBUG -Wall -O2  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -Wl,-arch,i386 -no_compact_linkedit -L/Users/Shared/xbmc-depends/macosx10.6_i386/lib conftest.c  -framework IOKit -framework Cocoa -framework AppKit -framework Carbon -framework CoreAudio -framework QuickTime -framework AudioUnit -framework Foundation -framework CoreServices -framework CoreVideo -framework CoreAudio -framework AudioToolbox -framework CoreFoundation -framework DiskArbitration -framework ApplicationServices >&5
  1107. configure:20409: $? = 0
  1108. configure:20431: result: yes
  1109. configure:20346: checking for lchown
  1110. configure:20402: /usr/bin/gcc-4.2 -o conftest  -std=gnu99 -no-cpp-precomp -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -g -D_DEBUG -Wall -O2  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -Wl,-arch,i386 -no_compact_linkedit -L/Users/Shared/xbmc-depends/macosx10.6_i386/lib conftest.c  -framework IOKit -framework Cocoa -framework AppKit -framework Carbon -framework CoreAudio -framework QuickTime -framework AudioUnit -framework Foundation -framework CoreServices -framework CoreVideo -framework CoreAudio -framework AudioToolbox -framework CoreFoundation -framework DiskArbitration -framework ApplicationServices >&5
  1111. configure:20409: $? = 0
  1112. configure:20431: result: yes
  1113. configure:20346: checking for localeconv
  1114. configure:20402: /usr/bin/gcc-4.2 -o conftest  -std=gnu99 -no-cpp-precomp -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -g -D_DEBUG -Wall -O2  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -Wl,-arch,i386 -no_compact_linkedit -L/Users/Shared/xbmc-depends/macosx10.6_i386/lib conftest.c  -framework IOKit -framework Cocoa -framework AppKit -framework Carbon -framework CoreAudio -framework QuickTime -framework AudioUnit -framework Foundation -framework CoreServices -framework CoreVideo -framework CoreAudio -framework AudioToolbox -framework CoreFoundation -framework DiskArbitration -framework ApplicationServices >&5
  1115. configure:20409: $? = 0
  1116. configure:20431: result: yes
  1117. configure:20346: checking for memchr
  1118. configure:20402: /usr/bin/gcc-4.2 -o conftest  -std=gnu99 -no-cpp-precomp -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -g -D_DEBUG -Wall -O2  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -Wl,-arch,i386 -no_compact_linkedit -L/Users/Shared/xbmc-depends/macosx10.6_i386/lib conftest.c  -framework IOKit -framework Cocoa -framework AppKit -framework Carbon -framework CoreAudio -framework QuickTime -framework AudioUnit -framework Foundation -framework CoreServices -framework CoreVideo -framework CoreAudio -framework AudioToolbox -framework CoreFoundation -framework DiskArbitration -framework ApplicationServices >&5
  1119. configure:20409: $? = 0
  1120. configure:20431: result: yes
  1121. configure:20346: checking for memmove
  1122. configure:20402: /usr/bin/gcc-4.2 -o conftest  -std=gnu99 -no-cpp-precomp -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -g -D_DEBUG -Wall -O2  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -Wl,-arch,i386 -no_compact_linkedit -L/Users/Shared/xbmc-depends/macosx10.6_i386/lib conftest.c  -framework IOKit -framework Cocoa -framework AppKit -framework Carbon -framework CoreAudio -framework QuickTime -framework AudioUnit -framework Foundation -framework CoreServices -framework CoreVideo -framework CoreAudio -framework AudioToolbox -framework CoreFoundation -framework DiskArbitration -framework ApplicationServices >&5
  1123. conftest.c:88: warning: conflicting types for built-in function 'memmove'
  1124. configure:20409: $? = 0
  1125. configure:20431: result: yes
  1126. configure:20346: checking for memset
  1127. configure:20402: /usr/bin/gcc-4.2 -o conftest  -std=gnu99 -no-cpp-precomp -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -g -D_DEBUG -Wall -O2  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -Wl,-arch,i386 -no_compact_linkedit -L/Users/Shared/xbmc-depends/macosx10.6_i386/lib conftest.c  -framework IOKit -framework Cocoa -framework AppKit -framework Carbon -framework CoreAudio -framework QuickTime -framework AudioUnit -framework Foundation -framework CoreServices -framework CoreVideo -framework CoreAudio -framework AudioToolbox -framework CoreFoundation -framework DiskArbitration -framework ApplicationServices >&5
  1128. conftest.c:89: warning: conflicting types for built-in function 'memset'
  1129. configure:20409: $? = 0
  1130. configure:20431: result: yes
  1131. configure:20346: checking for mkdir
  1132. configure:20402: /usr/bin/gcc-4.2 -o conftest  -std=gnu99 -no-cpp-precomp -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -g -D_DEBUG -Wall -O2  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -Wl,-arch,i386 -no_compact_linkedit -L/Users/Shared/xbmc-depends/macosx10.6_i386/lib conftest.c  -framework IOKit -framework Cocoa -framework AppKit -framework Carbon -framework CoreAudio -framework QuickTime -framework AudioUnit -framework Foundation -framework CoreServices -framework CoreVideo -framework CoreAudio -framework AudioToolbox -framework CoreFoundation -framework DiskArbitration -framework ApplicationServices >&5
  1133. configure:20409: $? = 0
  1134. configure:20431: result: yes
  1135. configure:20346: checking for modf
  1136. configure:20402: /usr/bin/gcc-4.2 -o conftest  -std=gnu99 -no-cpp-precomp -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -g -D_DEBUG -Wall -O2  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -Wl,-arch,i386 -no_compact_linkedit -L/Users/Shared/xbmc-depends/macosx10.6_i386/lib conftest.c  -framework IOKit -framework Cocoa -framework AppKit -framework Carbon -framework CoreAudio -framework QuickTime -framework AudioUnit -framework Foundation -framework CoreServices -framework CoreVideo -framework CoreAudio -framework AudioToolbox -framework CoreFoundation -framework DiskArbitration -framework ApplicationServices >&5
  1137. conftest.c:91: warning: conflicting types for built-in function 'modf'
  1138. configure:20409: $? = 0
  1139. configure:20431: result: yes
  1140. configure:20346: checking for munmap
  1141. configure:20402: /usr/bin/gcc-4.2 -o conftest  -std=gnu99 -no-cpp-precomp -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -g -D_DEBUG -Wall -O2  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -Wl,-arch,i386 -no_compact_linkedit -L/Users/Shared/xbmc-depends/macosx10.6_i386/lib conftest.c  -framework IOKit -framework Cocoa -framework AppKit -framework Carbon -framework CoreAudio -framework QuickTime -framework AudioUnit -framework Foundation -framework CoreServices -framework CoreVideo -framework CoreAudio -framework AudioToolbox -framework CoreFoundation -framework DiskArbitration -framework ApplicationServices >&5
  1142. configure:20409: $? = 0
  1143. configure:20431: result: yes
  1144. configure:20346: checking for pow
  1145. configure:20402: /usr/bin/gcc-4.2 -o conftest  -std=gnu99 -no-cpp-precomp -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -g -D_DEBUG -Wall -O2  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -Wl,-arch,i386 -no_compact_linkedit -L/Users/Shared/xbmc-depends/macosx10.6_i386/lib conftest.c  -framework IOKit -framework Cocoa -framework AppKit -framework Carbon -framework CoreAudio -framework QuickTime -framework AudioUnit -framework Foundation -framework CoreServices -framework CoreVideo -framework CoreAudio -framework AudioToolbox -framework CoreFoundation -framework DiskArbitration -framework ApplicationServices >&5
  1146. conftest.c:93: warning: conflicting types for built-in function 'pow'
  1147. configure:20409: $? = 0
  1148. configure:20431: result: yes
  1149. configure:20346: checking for rmdir
  1150. configure:20402: /usr/bin/gcc-4.2 -o conftest  -std=gnu99 -no-cpp-precomp -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -g -D_DEBUG -Wall -O2  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -Wl,-arch,i386 -no_compact_linkedit -L/Users/Shared/xbmc-depends/macosx10.6_i386/lib conftest.c  -framework IOKit -framework Cocoa -framework AppKit -framework Carbon -framework CoreAudio -framework QuickTime -framework AudioUnit -framework Foundation -framework CoreServices -framework CoreVideo -framework CoreAudio -framework AudioToolbox -framework CoreFoundation -framework DiskArbitration -framework ApplicationServices >&5
  1151. configure:20409: $? = 0
  1152. configure:20431: result: yes
  1153. configure:20346: checking for select
  1154. configure:20402: /usr/bin/gcc-4.2 -o conftest  -std=gnu99 -no-cpp-precomp -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -g -D_DEBUG -Wall -O2  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -Wl,-arch,i386 -no_compact_linkedit -L/Users/Shared/xbmc-depends/macosx10.6_i386/lib conftest.c  -framework IOKit -framework Cocoa -framework AppKit -framework Carbon -framework CoreAudio -framework QuickTime -framework AudioUnit -framework Foundation -framework CoreServices -framework CoreVideo -framework CoreAudio -framework AudioToolbox -framework CoreFoundation -framework DiskArbitration -framework ApplicationServices >&5
  1155. configure:20409: $? = 0
  1156. configure:20431: result: yes
  1157. configure:20346: checking for setenv
  1158. configure:20402: /usr/bin/gcc-4.2 -o conftest  -std=gnu99 -no-cpp-precomp -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -g -D_DEBUG -Wall -O2  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -Wl,-arch,i386 -no_compact_linkedit -L/Users/Shared/xbmc-depends/macosx10.6_i386/lib conftest.c  -framework IOKit -framework Cocoa -framework AppKit -framework Carbon -framework CoreAudio -framework QuickTime -framework AudioUnit -framework Foundation -framework CoreServices -framework CoreVideo -framework CoreAudio -framework AudioToolbox -framework CoreFoundation -framework DiskArbitration -framework ApplicationServices >&5
  1159. configure:20409: $? = 0
  1160. configure:20431: result: yes
  1161. configure:20346: checking for setlocale
  1162. configure:20402: /usr/bin/gcc-4.2 -o conftest  -std=gnu99 -no-cpp-precomp -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -g -D_DEBUG -Wall -O2  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -Wl,-arch,i386 -no_compact_linkedit -L/Users/Shared/xbmc-depends/macosx10.6_i386/lib conftest.c  -framework IOKit -framework Cocoa -framework AppKit -framework Carbon -framework CoreAudio -framework QuickTime -framework AudioUnit -framework Foundation -framework CoreServices -framework CoreVideo -framework CoreAudio -framework AudioToolbox -framework CoreFoundation -framework DiskArbitration -framework ApplicationServices >&5
  1163. configure:20409: $? = 0
  1164. configure:20431: result: yes
  1165. configure:20346: checking for socket
  1166. configure:20402: /usr/bin/gcc-4.2 -o conftest  -std=gnu99 -no-cpp-precomp -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -g -D_DEBUG -Wall -O2  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -Wl,-arch,i386 -no_compact_linkedit -L/Users/Shared/xbmc-depends/macosx10.6_i386/lib conftest.c  -framework IOKit -framework Cocoa -framework AppKit -framework Carbon -framework CoreAudio -framework QuickTime -framework AudioUnit -framework Foundation -framework CoreServices -framework CoreVideo -framework CoreAudio -framework AudioToolbox -framework CoreFoundation -framework DiskArbitration -framework ApplicationServices >&5
  1167. configure:20409: $? = 0
  1168. configure:20431: result: yes
  1169. configure:20346: checking for sqrt
  1170. configure:20402: /usr/bin/gcc-4.2 -o conftest  -std=gnu99 -no-cpp-precomp -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -g -D_DEBUG -Wall -O2  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -Wl,-arch,i386 -no_compact_linkedit -L/Users/Shared/xbmc-depends/macosx10.6_i386/lib conftest.c  -framework IOKit -framework Cocoa -framework AppKit -framework Carbon -framework CoreAudio -framework QuickTime -framework AudioUnit -framework Foundation -framework CoreServices -framework CoreVideo -framework CoreAudio -framework AudioToolbox -framework CoreFoundation -framework DiskArbitration -framework ApplicationServices >&5
  1171. conftest.c:99: warning: conflicting types for built-in function 'sqrt'
  1172. configure:20409: $? = 0
  1173. configure:20431: result: yes
  1174. configure:20346: checking for strcasecmp
  1175. configure:20402: /usr/bin/gcc-4.2 -o conftest  -std=gnu99 -no-cpp-precomp -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -g -D_DEBUG -Wall -O2  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -Wl,-arch,i386 -no_compact_linkedit -L/Users/Shared/xbmc-depends/macosx10.6_i386/lib conftest.c  -framework IOKit -framework Cocoa -framework AppKit -framework Carbon -framework CoreAudio -framework QuickTime -framework AudioUnit -framework Foundation -framework CoreServices -framework CoreVideo -framework CoreAudio -framework AudioToolbox -framework CoreFoundation -framework DiskArbitration -framework ApplicationServices >&5
  1176. conftest.c:100: warning: conflicting types for built-in function 'strcasecmp'
  1177. configure:20409: $? = 0
  1178. configure:20431: result: yes
  1179. configure:20346: checking for strchr
  1180. configure:20402: /usr/bin/gcc-4.2 -o conftest  -std=gnu99 -no-cpp-precomp -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -g -D_DEBUG -Wall -O2  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -Wl,-arch,i386 -no_compact_linkedit -L/Users/Shared/xbmc-depends/macosx10.6_i386/lib conftest.c  -framework IOKit -framework Cocoa -framework AppKit -framework Carbon -framework CoreAudio -framework QuickTime -framework AudioUnit -framework Foundation -framework CoreServices -framework CoreVideo -framework CoreAudio -framework AudioToolbox -framework CoreFoundation -framework DiskArbitration -framework ApplicationServices >&5
  1181. conftest.c:101: warning: conflicting types for built-in function 'strchr'
  1182. configure:20409: $? = 0
  1183. configure:20431: result: yes
  1184. configure:20346: checking for strcspn
  1185. configure:20402: /usr/bin/gcc-4.2 -o conftest  -std=gnu99 -no-cpp-precomp -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -g -D_DEBUG -Wall -O2  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -Wl,-arch,i386 -no_compact_linkedit -L/Users/Shared/xbmc-depends/macosx10.6_i386/lib conftest.c  -framework IOKit -framework Cocoa -framework AppKit -framework Carbon -framework CoreAudio -framework QuickTime -framework AudioUnit -framework Foundation -framework CoreServices -framework CoreVideo -framework CoreAudio -framework AudioToolbox -framework CoreFoundation -framework DiskArbitration -framework ApplicationServices >&5
  1186. conftest.c:102: warning: conflicting types for built-in function 'strcspn'
  1187. configure:20409: $? = 0
  1188. configure:20431: result: yes
  1189. configure:20346: checking for strdup
  1190. configure:20402: /usr/bin/gcc-4.2 -o conftest  -std=gnu99 -no-cpp-precomp -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -g -D_DEBUG -Wall -O2  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -Wl,-arch,i386 -no_compact_linkedit -L/Users/Shared/xbmc-depends/macosx10.6_i386/lib conftest.c  -framework IOKit -framework Cocoa -framework AppKit -framework Carbon -framework CoreAudio -framework QuickTime -framework AudioUnit -framework Foundation -framework CoreServices -framework CoreVideo -framework CoreAudio -framework AudioToolbox -framework CoreFoundation -framework DiskArbitration -framework ApplicationServices >&5
  1191. conftest.c:103: warning: conflicting types for built-in function 'strdup'
  1192. configure:20409: $? = 0
  1193. configure:20431: result: yes
  1194. configure:20346: checking for strerror
  1195. configure:20402: /usr/bin/gcc-4.2 -o conftest  -std=gnu99 -no-cpp-precomp -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -g -D_DEBUG -Wall -O2  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -Wl,-arch,i386 -no_compact_linkedit -L/Users/Shared/xbmc-depends/macosx10.6_i386/lib conftest.c  -framework IOKit -framework Cocoa -framework AppKit -framework Carbon -framework CoreAudio -framework QuickTime -framework AudioUnit -framework Foundation -framework CoreServices -framework CoreVideo -framework CoreAudio -framework AudioToolbox -framework CoreFoundation -framework DiskArbitration -framework ApplicationServices >&5
  1196. configure:20409: $? = 0
  1197. configure:20431: result: yes
  1198. configure:20346: checking for strncasecmp
  1199. configure:20402: /usr/bin/gcc-4.2 -o conftest  -std=gnu99 -no-cpp-precomp -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -g -D_DEBUG -Wall -O2  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -Wl,-arch,i386 -no_compact_linkedit -L/Users/Shared/xbmc-depends/macosx10.6_i386/lib conftest.c  -framework IOKit -framework Cocoa -framework AppKit -framework Carbon -framework CoreAudio -framework QuickTime -framework AudioUnit -framework Foundation -framework CoreServices -framework CoreVideo -framework CoreAudio -framework AudioToolbox -framework CoreFoundation -framework DiskArbitration -framework ApplicationServices >&5
  1200. conftest.c:105: warning: conflicting types for built-in function 'strncasecmp'
  1201. configure:20409: $? = 0
  1202. configure:20431: result: yes
  1203. configure:20346: checking for strpbrk
  1204. configure:20402: /usr/bin/gcc-4.2 -o conftest  -std=gnu99 -no-cpp-precomp -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -g -D_DEBUG -Wall -O2  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -Wl,-arch,i386 -no_compact_linkedit -L/Users/Shared/xbmc-depends/macosx10.6_i386/lib conftest.c  -framework IOKit -framework Cocoa -framework AppKit -framework Carbon -framework CoreAudio -framework QuickTime -framework AudioUnit -framework Foundation -framework CoreServices -framework CoreVideo -framework CoreAudio -framework AudioToolbox -framework CoreFoundation -framework DiskArbitration -framework ApplicationServices >&5
  1205. conftest.c:106: warning: conflicting types for built-in function 'strpbrk'
  1206. configure:20409: $? = 0
  1207. configure:20431: result: yes
  1208. configure:20346: checking for strrchr
  1209. configure:20402: /usr/bin/gcc-4.2 -o conftest  -std=gnu99 -no-cpp-precomp -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -g -D_DEBUG -Wall -O2  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -Wl,-arch,i386 -no_compact_linkedit -L/Users/Shared/xbmc-depends/macosx10.6_i386/lib conftest.c  -framework IOKit -framework Cocoa -framework AppKit -framework Carbon -framework CoreAudio -framework QuickTime -framework AudioUnit -framework Foundation -framework CoreServices -framework CoreVideo -framework CoreAudio -framework AudioToolbox -framework CoreFoundation -framework DiskArbitration -framework ApplicationServices >&5
  1210. conftest.c:107: warning: conflicting types for built-in function 'strrchr'
  1211. configure:20409: $? = 0
  1212. configure:20431: result: yes
  1213. configure:20346: checking for strspn
  1214. configure:20402: /usr/bin/gcc-4.2 -o conftest  -std=gnu99 -no-cpp-precomp -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -g -D_DEBUG -Wall -O2  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -Wl,-arch,i386 -no_compact_linkedit -L/Users/Shared/xbmc-depends/macosx10.6_i386/lib conftest.c  -framework IOKit -framework Cocoa -framework AppKit -framework Carbon -framework CoreAudio -framework QuickTime -framework AudioUnit -framework Foundation -framework CoreServices -framework CoreVideo -framework CoreAudio -framework AudioToolbox -framework CoreFoundation -framework DiskArbitration -framework ApplicationServices >&5
  1215. conftest.c:108: warning: conflicting types for built-in function 'strspn'
  1216. configure:20409: $? = 0
  1217. configure:20431: result: yes
  1218. configure:20346: checking for strstr
  1219. configure:20402: /usr/bin/gcc-4.2 -o conftest  -std=gnu99 -no-cpp-precomp -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -g -D_DEBUG -Wall -O2  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -Wl,-arch,i386 -no_compact_linkedit -L/Users/Shared/xbmc-depends/macosx10.6_i386/lib conftest.c  -framework IOKit -framework Cocoa -framework AppKit -framework Carbon -framework CoreAudio -framework QuickTime -framework AudioUnit -framework Foundation -framework CoreServices -framework CoreVideo -framework CoreAudio -framework AudioToolbox -framework CoreFoundation -framework DiskArbitration -framework ApplicationServices >&5
  1220. conftest.c:109: warning: conflicting types for built-in function 'strstr'
  1221. configure:20409: $? = 0
  1222. configure:20431: result: yes
  1223. configure:20346: checking for strtol
  1224. configure:20402: /usr/bin/gcc-4.2 -o conftest  -std=gnu99 -no-cpp-precomp -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -g -D_DEBUG -Wall -O2  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -Wl,-arch,i386 -no_compact_linkedit -L/Users/Shared/xbmc-depends/macosx10.6_i386/lib conftest.c  -framework IOKit -framework Cocoa -framework AppKit -framework Carbon -framework CoreAudio -framework QuickTime -framework AudioUnit -framework Foundation -framework CoreServices -framework CoreVideo -framework CoreAudio -framework AudioToolbox -framework CoreFoundation -framework DiskArbitration -framework ApplicationServices >&5
  1225. configure:20409: $? = 0
  1226. configure:20431: result: yes
  1227. configure:20346: checking for strtoul
  1228. configure:20402: /usr/bin/gcc-4.2 -o conftest  -std=gnu99 -no-cpp-precomp -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -g -D_DEBUG -Wall -O2  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -Wl,-arch,i386 -no_compact_linkedit -L/Users/Shared/xbmc-depends/macosx10.6_i386/lib conftest.c  -framework IOKit -framework Cocoa -framework AppKit -framework Carbon -framework CoreAudio -framework QuickTime -framework AudioUnit -framework Foundation -framework CoreServices -framework CoreVideo -framework CoreAudio -framework AudioToolbox -framework CoreFoundation -framework DiskArbitration -framework ApplicationServices >&5
  1229. configure:20409: $? = 0
  1230. configure:20431: result: yes
  1231. configure:20346: checking for sysinfo
  1232. configure:20402: /usr/bin/gcc-4.2 -o conftest  -std=gnu99 -no-cpp-precomp -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -g -D_DEBUG -Wall -O2  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -Wl,-arch,i386 -no_compact_linkedit -L/Users/Shared/xbmc-depends/macosx10.6_i386/lib conftest.c  -framework IOKit -framework Cocoa -framework AppKit -framework Carbon -framework CoreAudio -framework QuickTime -framework AudioUnit -framework Foundation -framework CoreServices -framework CoreVideo -framework CoreAudio -framework AudioToolbox -framework CoreFoundation -framework DiskArbitration -framework ApplicationServices >&5
  1233. Undefined symbols:
  1234.  "_sysinfo", referenced from:
  1235.      _main in ccWJ96iY.o
  1236. ld: symbol(s) not found
  1237. collect2: ld returned 1 exit status
  1238. configure:20409: $? = 1
  1239. configure: failed program was:
  1240. | /* confdefs.h.  */
  1241. | #define PACKAGE_NAME "xbmc"
  1242. | #define PACKAGE_TARNAME "xbmc"
  1243. | #define PACKAGE_VERSION "11.9.3"
  1244. | #define PACKAGE_STRING "xbmc 11.9.3"
  1245. | #define PACKAGE_BUGREPORT "http://trac.xbmc.org"
  1246. | #define PACKAGE "xbmc"
  1247. | #define VERSION "11.9.3"
  1248. | #define LIRC_DEVICE "/dev/lircd"
  1249. | #define STDC_HEADERS 1
  1250. | #define HAVE_SYS_TYPES_H 1
  1251. | #define HAVE_SYS_STAT_H 1
  1252. | #define HAVE_STDLIB_H 1
  1253. | #define HAVE_STRING_H 1
  1254. | #define HAVE_MEMORY_H 1
  1255. | #define HAVE_STRINGS_H 1
  1256. | #define HAVE_INTTYPES_H 1
  1257. | #define HAVE_STDINT_H 1
  1258. | #define HAVE_UNISTD_H 1
  1259. | #define HAVE_DLFCN_H 1
  1260. | #define LT_OBJDIR ".libs/"
  1261. | #define HAVE_ALLOCA_H 1
  1262. | #define HAVE_ALLOCA 1
  1263. | #define HAVE_UNISTD_H 1
  1264. | #define HAVE_CHOWN 1
  1265. | #define HAVE_DIRENT_H 1
  1266. | #define HAVE_FSEEKO 1
  1267. | #define TIME_WITH_SYS_TIME 1
  1268. | #define HAVE_SYS_TIME_H 1
  1269. | #define HAVE_UNISTD_H 1
  1270. | #define HAVE_UTIME_H 1
  1271. | #define HAVE_ALARM 1
  1272. | #define HAVE_STDLIB_H 1
  1273. | #define HAVE_UNISTD_H 1
  1274. | #define HAVE_GETPAGESIZE 1
  1275. | #define HAVE_MMAP 1
  1276. | #define HAVE_SYS_SELECT_H 1
  1277. | #define HAVE_SYS_SOCKET_H 1
  1278. | #define SELECT_TYPE_ARG1 int
  1279. | #define SELECT_TYPE_ARG234 (fd_set *)
  1280. | #define SELECT_TYPE_ARG5 (struct timeval *)
  1281. | #define RETSIGTYPE void
  1282. | #define HAVE_STRCOLL 1
  1283. | #define HAVE_STRFTIME 1
  1284. | #define HAVE_UTIME_NULL 1
  1285. | #define HAVE_VPRINTF 1
  1286. | #define HAVE_ATEXIT 1
  1287. | #define HAVE_DUP2 1
  1288. | #define HAVE_FDATASYNC 1
  1289. | #define HAVE_FLOOR 1
  1290. | #define HAVE_FTIME 1
  1291. | #define HAVE_FTRUNCATE 1
  1292. | #define HAVE_GETCWD 1
  1293. | #define HAVE_GETHOSTBYADDR 1
  1294. | #define HAVE_GETHOSTBYNAME 1
  1295. | #define HAVE_GETHOSTNAME 1
  1296. | #define HAVE_GETPAGESIZE 1
  1297. | #define HAVE_GETPASS 1
  1298. | #define HAVE_GETTIMEOFDAY 1
  1299. | #define HAVE_INET_NTOA 1
  1300. | #define HAVE_LCHOWN 1
  1301. | #define HAVE_LOCALECONV 1
  1302. | #define HAVE_MEMCHR 1
  1303. | #define HAVE_MEMMOVE 1
  1304. | #define HAVE_MEMSET 1
  1305. | #define HAVE_MKDIR 1
  1306. | #define HAVE_MODF 1
  1307. | #define HAVE_MUNMAP 1
  1308. | #define HAVE_POW 1
  1309. | #define HAVE_RMDIR 1
  1310. | #define HAVE_SELECT 1
  1311. | #define HAVE_SETENV 1
  1312. | #define HAVE_SETLOCALE 1
  1313. | #define HAVE_SOCKET 1
  1314. | #define HAVE_SQRT 1
  1315. | #define HAVE_STRCASECMP 1
  1316. | #define HAVE_STRCHR 1
  1317. | #define HAVE_STRCSPN 1
  1318. | #define HAVE_STRDUP 1
  1319. | #define HAVE_STRERROR 1
  1320. | #define HAVE_STRNCASECMP 1
  1321. | #define HAVE_STRPBRK 1
  1322. | #define HAVE_STRRCHR 1
  1323. | #define HAVE_STRSPN 1
  1324. | #define HAVE_STRSTR 1
  1325. | #define HAVE_STRTOL 1
  1326. | #define HAVE_STRTOUL 1
  1327. | /* end confdefs.h.  */
  1328. | /* Define sysinfo to an innocuous variant, in case <limits.h> declares sysinfo.
  1329. |    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
  1330. | #define sysinfo innocuous_sysinfo
  1331. |
  1332. | /* System header to define __stub macros and hopefully few prototypes,
  1333. |     which can conflict with char sysinfo (); below.
  1334. |     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  1335. |     <limits.h> exists even on freestanding compilers.  */
  1336. |
  1337. | #ifdef __STDC__
  1338. | # include <limits.h>
  1339. | #else
  1340. | # include <assert.h>
  1341. | #endif
  1342. |
  1343. | #undef sysinfo
  1344. |
  1345. | /* Override any GCC internal prototype to avoid an error.
  1346. |    Use char because int might match the return type of a GCC
  1347. |    builtin and then its argument prototype would still apply.  */
  1348. | #ifdef __cplusplus
  1349. | extern "C"
  1350. | #endif
  1351. | char sysinfo ();
  1352. | /* The GNU C library defines this for functions which it implements
  1353. |     to always fail with ENOSYS.  Some functions are actually named
  1354. |     something starting with __ and the normal name is an alias.  */
  1355. | #if defined __stub_sysinfo || defined __stub___sysinfo
  1356. | choke me
  1357. | #endif
  1358. |
  1359. | int
  1360. | main ()
  1361. | {
  1362. | return sysinfo ();
  1363. |   ;
  1364. |   return 0;
  1365. | }
  1366. configure:20431: result: no
  1367. configure:20346: checking for tzset
  1368. configure:20402: /usr/bin/gcc-4.2 -o conftest  -std=gnu99 -no-cpp-precomp -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -g -D_DEBUG -Wall -O2  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -Wl,-arch,i386 -no_compact_linkedit -L/Users/Shared/xbmc-depends/macosx10.6_i386/lib conftest.c  -framework IOKit -framework Cocoa -framework AppKit -framework Carbon -framework CoreAudio -framework QuickTime -framework AudioUnit -framework Foundation -framework CoreServices -framework CoreVideo -framework CoreAudio -framework AudioToolbox -framework CoreFoundation -framework DiskArbitration -framework ApplicationServices >&5
  1369. configure:20409: $? = 0
  1370. configure:20431: result: yes
  1371. configure:20346: checking for utime
  1372. configure:20402: /usr/bin/gcc-4.2 -o conftest  -std=gnu99 -no-cpp-precomp -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -g -D_DEBUG -Wall -O2  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -Wl,-arch,i386 -no_compact_linkedit -L/Users/Shared/xbmc-depends/macosx10.6_i386/lib conftest.c  -framework IOKit -framework Cocoa -framework AppKit -framework Carbon -framework CoreAudio -framework QuickTime -framework AudioUnit -framework Foundation -framework CoreServices -framework CoreVideo -framework CoreAudio -framework AudioToolbox -framework CoreFoundation -framework DiskArbitration -framework ApplicationServices >&5
  1373. configure:20409: $? = 0
  1374. configure:20431: result: yes
  1375. configure:20449: checking size of int
  1376. configure:20754: /usr/bin/gcc-4.2 -o conftest  -std=gnu99 -no-cpp-precomp -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -g -D_DEBUG -Wall -O2  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -Wl,-arch,i386 -no_compact_linkedit -L/Users/Shared/xbmc-depends/macosx10.6_i386/lib conftest.c  -framework IOKit -framework Cocoa -framework AppKit -framework Carbon -framework CoreAudio -framework QuickTime -framework AudioUnit -framework Foundation -framework CoreServices -framework CoreVideo -framework CoreAudio -framework AudioToolbox -framework CoreFoundation -framework DiskArbitration -framework ApplicationServices >&5
  1377. configure:20758: $? = 0
  1378. configure:20764: ./conftest
  1379. configure:20768: $? = 0
  1380. configure:20794: result: 4
  1381. configure:20808: checking size of size_t
  1382. configure:21113: /usr/bin/gcc-4.2 -o conftest  -std=gnu99 -no-cpp-precomp -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -g -D_DEBUG -Wall -O2  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -Wl,-arch,i386 -no_compact_linkedit -L/Users/Shared/xbmc-depends/macosx10.6_i386/lib conftest.c  -framework IOKit -framework Cocoa -framework AppKit -framework Carbon -framework CoreAudio -framework QuickTime -framework AudioUnit -framework Foundation -framework CoreServices -framework CoreVideo -framework CoreAudio -framework AudioToolbox -framework CoreFoundation -framework DiskArbitration -framework ApplicationServices >&5
  1383. configure:21117: $? = 0
  1384. configure:21123: ./conftest
  1385. configure:21127: $? = 0
  1386. configure:21153: result: 4
  1387. configure:21178: checking sys/inotify.h usability
  1388. configure:21195: /usr/bin/gcc-4.2 -c  -std=gnu99 -no-cpp-precomp -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -g -D_DEBUG -Wall -O2  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit conftest.c >&5
  1389. conftest.c:126:25: error: sys/inotify.h: No such file or directory
  1390. configure:21202: $? = 1
  1391. configure: failed program was:
  1392. | /* confdefs.h.  */
  1393. | #define PACKAGE_NAME "xbmc"
  1394. | #define PACKAGE_TARNAME "xbmc"
  1395. | #define PACKAGE_VERSION "11.9.3"
  1396. | #define PACKAGE_STRING "xbmc 11.9.3"
  1397. | #define PACKAGE_BUGREPORT "http://trac.xbmc.org"
  1398. | #define PACKAGE "xbmc"
  1399. | #define VERSION "11.9.3"
  1400. | #define LIRC_DEVICE "/dev/lircd"
  1401. | #define STDC_HEADERS 1
  1402. | #define HAVE_SYS_TYPES_H 1
  1403. | #define HAVE_SYS_STAT_H 1
  1404. | #define HAVE_STDLIB_H 1
  1405. | #define HAVE_STRING_H 1
  1406. | #define HAVE_MEMORY_H 1
  1407. | #define HAVE_STRINGS_H 1
  1408. | #define HAVE_INTTYPES_H 1
  1409. | #define HAVE_STDINT_H 1
  1410. | #define HAVE_UNISTD_H 1
  1411. | #define HAVE_DLFCN_H 1
  1412. | #define LT_OBJDIR ".libs/"
  1413. | #define HAVE_ALLOCA_H 1
  1414. | #define HAVE_ALLOCA 1
  1415. | #define HAVE_UNISTD_H 1
  1416. | #define HAVE_CHOWN 1
  1417. | #define HAVE_DIRENT_H 1
  1418. | #define HAVE_FSEEKO 1
  1419. | #define TIME_WITH_SYS_TIME 1
  1420. | #define HAVE_SYS_TIME_H 1
  1421. | #define HAVE_UNISTD_H 1
  1422. | #define HAVE_UTIME_H 1
  1423. | #define HAVE_ALARM 1
  1424. | #define HAVE_STDLIB_H 1
  1425. | #define HAVE_UNISTD_H 1
  1426. | #define HAVE_GETPAGESIZE 1
  1427. | #define HAVE_MMAP 1
  1428. | #define HAVE_SYS_SELECT_H 1
  1429. | #define HAVE_SYS_SOCKET_H 1
  1430. | #define SELECT_TYPE_ARG1 int
  1431. | #define SELECT_TYPE_ARG234 (fd_set *)
  1432. | #define SELECT_TYPE_ARG5 (struct timeval *)
  1433. | #define RETSIGTYPE void
  1434. | #define HAVE_STRCOLL 1
  1435. | #define HAVE_STRFTIME 1
  1436. | #define HAVE_UTIME_NULL 1
  1437. | #define HAVE_VPRINTF 1
  1438. | #define HAVE_ATEXIT 1
  1439. | #define HAVE_DUP2 1
  1440. | #define HAVE_FDATASYNC 1
  1441. | #define HAVE_FLOOR 1
  1442. | #define HAVE_FTIME 1
  1443. | #define HAVE_FTRUNCATE 1
  1444. | #define HAVE_GETCWD 1
  1445. | #define HAVE_GETHOSTBYADDR 1
  1446. | #define HAVE_GETHOSTBYNAME 1
  1447. | #define HAVE_GETHOSTNAME 1
  1448. | #define HAVE_GETPAGESIZE 1
  1449. | #define HAVE_GETPASS 1
  1450. | #define HAVE_GETTIMEOFDAY 1
  1451. | #define HAVE_INET_NTOA 1
  1452. | #define HAVE_LCHOWN 1
  1453. | #define HAVE_LOCALECONV 1
  1454. | #define HAVE_MEMCHR 1
  1455. | #define HAVE_MEMMOVE 1
  1456. | #define HAVE_MEMSET 1
  1457. | #define HAVE_MKDIR 1
  1458. | #define HAVE_MODF 1
  1459. | #define HAVE_MUNMAP 1
  1460. | #define HAVE_POW 1
  1461. | #define HAVE_RMDIR 1
  1462. | #define HAVE_SELECT 1
  1463. | #define HAVE_SETENV 1
  1464. | #define HAVE_SETLOCALE 1
  1465. | #define HAVE_SOCKET 1
  1466. | #define HAVE_SQRT 1
  1467. | #define HAVE_STRCASECMP 1
  1468. | #define HAVE_STRCHR 1
  1469. | #define HAVE_STRCSPN 1
  1470. | #define HAVE_STRDUP 1
  1471. | #define HAVE_STRERROR 1
  1472. | #define HAVE_STRNCASECMP 1
  1473. | #define HAVE_STRPBRK 1
  1474. | #define HAVE_STRRCHR 1
  1475. | #define HAVE_STRSPN 1
  1476. | #define HAVE_STRSTR 1
  1477. | #define HAVE_STRTOL 1
  1478. | #define HAVE_STRTOUL 1
  1479. | #define HAVE_TZSET 1
  1480. | #define HAVE_UTIME 1
  1481. | #define SIZEOF_INT 4
  1482. | #define SIZEOF_SIZE_T 4
  1483. | /* end confdefs.h.  */
  1484. | #include <stdio.h>
  1485. | #ifdef HAVE_SYS_TYPES_H
  1486. | # include <sys/types.h>
  1487. | #endif
  1488. | #ifdef HAVE_SYS_STAT_H
  1489. | # include <sys/stat.h>
  1490. | #endif
  1491. | #ifdef STDC_HEADERS
  1492. | # include <stdlib.h>
  1493. | # include <stddef.h>
  1494. | #else
  1495. | # ifdef HAVE_STDLIB_H
  1496. | #  include <stdlib.h>
  1497. | # endif
  1498. | #endif
  1499. | #ifdef HAVE_STRING_H
  1500. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1501. | #  include <memory.h>
  1502. | # endif
  1503. | # include <string.h>
  1504. | #endif
  1505. | #ifdef HAVE_STRINGS_H
  1506. | # include <strings.h>
  1507. | #endif
  1508. | #ifdef HAVE_INTTYPES_H
  1509. | # include <inttypes.h>
  1510. | #endif
  1511. | #ifdef HAVE_STDINT_H
  1512. | # include <stdint.h>
  1513. | #endif
  1514. | #ifdef HAVE_UNISTD_H
  1515. | # include <unistd.h>
  1516. | #endif
  1517. | #include <sys/inotify.h>
  1518. configure:21216: result: no
  1519. configure:21220: checking sys/inotify.h presence
  1520. configure:21235: /Developer/usr/bin/cpp-4.2  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit conftest.c
  1521. conftest.c:93:25: error: sys/inotify.h: No such file or directory
  1522. configure:21242: $? = 1
  1523. configure: failed program was:
  1524. | /* confdefs.h.  */
  1525. | #define PACKAGE_NAME "xbmc"
  1526. | #define PACKAGE_TARNAME "xbmc"
  1527. | #define PACKAGE_VERSION "11.9.3"
  1528. | #define PACKAGE_STRING "xbmc 11.9.3"
  1529. | #define PACKAGE_BUGREPORT "http://trac.xbmc.org"
  1530. | #define PACKAGE "xbmc"
  1531. | #define VERSION "11.9.3"
  1532. | #define LIRC_DEVICE "/dev/lircd"
  1533. | #define STDC_HEADERS 1
  1534. | #define HAVE_SYS_TYPES_H 1
  1535. | #define HAVE_SYS_STAT_H 1
  1536. | #define HAVE_STDLIB_H 1
  1537. | #define HAVE_STRING_H 1
  1538. | #define HAVE_MEMORY_H 1
  1539. | #define HAVE_STRINGS_H 1
  1540. | #define HAVE_INTTYPES_H 1
  1541. | #define HAVE_STDINT_H 1
  1542. | #define HAVE_UNISTD_H 1
  1543. | #define HAVE_DLFCN_H 1
  1544. | #define LT_OBJDIR ".libs/"
  1545. | #define HAVE_ALLOCA_H 1
  1546. | #define HAVE_ALLOCA 1
  1547. | #define HAVE_UNISTD_H 1
  1548. | #define HAVE_CHOWN 1
  1549. | #define HAVE_DIRENT_H 1
  1550. | #define HAVE_FSEEKO 1
  1551. | #define TIME_WITH_SYS_TIME 1
  1552. | #define HAVE_SYS_TIME_H 1
  1553. | #define HAVE_UNISTD_H 1
  1554. | #define HAVE_UTIME_H 1
  1555. | #define HAVE_ALARM 1
  1556. | #define HAVE_STDLIB_H 1
  1557. | #define HAVE_UNISTD_H 1
  1558. | #define HAVE_GETPAGESIZE 1
  1559. | #define HAVE_MMAP 1
  1560. | #define HAVE_SYS_SELECT_H 1
  1561. | #define HAVE_SYS_SOCKET_H 1
  1562. | #define SELECT_TYPE_ARG1 int
  1563. | #define SELECT_TYPE_ARG234 (fd_set *)
  1564. | #define SELECT_TYPE_ARG5 (struct timeval *)
  1565. | #define RETSIGTYPE void
  1566. | #define HAVE_STRCOLL 1
  1567. | #define HAVE_STRFTIME 1
  1568. | #define HAVE_UTIME_NULL 1
  1569. | #define HAVE_VPRINTF 1
  1570. | #define HAVE_ATEXIT 1
  1571. | #define HAVE_DUP2 1
  1572. | #define HAVE_FDATASYNC 1
  1573. | #define HAVE_FLOOR 1
  1574. | #define HAVE_FTIME 1
  1575. | #define HAVE_FTRUNCATE 1
  1576. | #define HAVE_GETCWD 1
  1577. | #define HAVE_GETHOSTBYADDR 1
  1578. | #define HAVE_GETHOSTBYNAME 1
  1579. | #define HAVE_GETHOSTNAME 1
  1580. | #define HAVE_GETPAGESIZE 1
  1581. | #define HAVE_GETPASS 1
  1582. | #define HAVE_GETTIMEOFDAY 1
  1583. | #define HAVE_INET_NTOA 1
  1584. | #define HAVE_LCHOWN 1
  1585. | #define HAVE_LOCALECONV 1
  1586. | #define HAVE_MEMCHR 1
  1587. | #define HAVE_MEMMOVE 1
  1588. | #define HAVE_MEMSET 1
  1589. | #define HAVE_MKDIR 1
  1590. | #define HAVE_MODF 1
  1591. | #define HAVE_MUNMAP 1
  1592. | #define HAVE_POW 1
  1593. | #define HAVE_RMDIR 1
  1594. | #define HAVE_SELECT 1
  1595. | #define HAVE_SETENV 1
  1596. | #define HAVE_SETLOCALE 1
  1597. | #define HAVE_SOCKET 1
  1598. | #define HAVE_SQRT 1
  1599. | #define HAVE_STRCASECMP 1
  1600. | #define HAVE_STRCHR 1
  1601. | #define HAVE_STRCSPN 1
  1602. | #define HAVE_STRDUP 1
  1603. | #define HAVE_STRERROR 1
  1604. | #define HAVE_STRNCASECMP 1
  1605. | #define HAVE_STRPBRK 1
  1606. | #define HAVE_STRRCHR 1
  1607. | #define HAVE_STRSPN 1
  1608. | #define HAVE_STRSTR 1
  1609. | #define HAVE_STRTOL 1
  1610. | #define HAVE_STRTOUL 1
  1611. | #define HAVE_TZSET 1
  1612. | #define HAVE_UTIME 1
  1613. | #define SIZEOF_INT 4
  1614. | #define SIZEOF_SIZE_T 4
  1615. | /* end confdefs.h.  */
  1616. | #include <sys/inotify.h>
  1617. configure:21256: result: no
  1618. configure:21289: checking for sys/inotify.h
  1619. configure:21296: result: no
  1620. configure:21328: checking boost/shared_ptr.hpp usability
  1621. configure:21345: /usr/bin/g++-4.2 -c  -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -g -D_DEBUG -Wall -O2  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit conftest.cpp >&5
  1622. configure:21352: $? = 0
  1623. configure:21366: result: yes
  1624. configure:21370: checking boost/shared_ptr.hpp presence
  1625. configure:21385: /Developer/usr/bin/cpp-4.2  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit conftest.cpp
  1626. configure:21392: $? = 0
  1627. configure:21406: result: yes
  1628. configure:21439: checking for boost/shared_ptr.hpp
  1629. configure:21446: result: yes
  1630. configure:21641: result: == WARNING: OpenGL support is assumed.
  1631. configure:21648: result: == WARNING: OpenGLU support is assumed.
  1632. configure:21651: checking for main in -lGLEW
  1633. configure:21680: /usr/bin/gcc-4.2 -o conftest  -std=gnu99 -no-cpp-precomp -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -g -D_DEBUG -Wall -O2  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -Wl,-arch,i386 -no_compact_linkedit -L/Users/Shared/xbmc-depends/macosx10.6_i386/lib conftest.c -lGLEW   -framework IOKit -framework Cocoa -framework AppKit -framework Carbon -framework CoreAudio -framework QuickTime -framework AudioUnit -framework Foundation -framework CoreServices -framework CoreVideo -framework CoreAudio -framework AudioToolbox -framework CoreFoundation -framework DiskArbitration -framework ApplicationServices -framework OpenGL >&5
  1634. configure:21687: $? = 0
  1635. configure:21708: result: yes
  1636. configure:22022: checking for mysql_config
  1637. configure:22038: found /Users/Shared/xbmc-depends/macosx10.6_i386/bin/mysql_config
  1638. configure:22050: result: yes
  1639. configure:22078: checking ass/ass.h usability
  1640. configure:22095: /usr/bin/gcc-4.2 -c  -std=gnu99 -no-cpp-precomp -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -g -D_DEBUG -Wall -O2  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit conftest.c >&5
  1641. configure:22102: $? = 0
  1642. configure:22116: result: yes
  1643. configure:22120: checking ass/ass.h presence
  1644. configure:22135: /Developer/usr/bin/cpp-4.2  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit conftest.c
  1645. configure:22142: $? = 0
  1646. configure:22156: result: yes
  1647. configure:22189: checking for ass/ass.h
  1648. configure:22196: result: yes
  1649. configure:22219: checking mpeg2dec/mpeg2.h usability
  1650. configure:22236: /usr/bin/gcc-4.2 -c  -std=gnu99 -no-cpp-precomp -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -g -D_DEBUG -Wall -O2  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit conftest.c >&5
  1651. configure:22243: $? = 0
  1652. configure:22257: result: yes
  1653. configure:22261: checking mpeg2dec/mpeg2.h presence
  1654. configure:22276: /Developer/usr/bin/cpp-4.2  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit conftest.c
  1655. configure:22283: $? = 0
  1656. configure:22297: result: yes
  1657. configure:22330: checking for mpeg2dec/mpeg2.h
  1658. configure:22337: result: yes
  1659. configure:22350: checking for mpeg2dec/mpeg2convert.h
  1660. configure:22372: /usr/bin/gcc-4.2 -c  -std=gnu99 -no-cpp-precomp -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -g -D_DEBUG -Wall -O2  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit conftest.c >&5
  1661. configure:22379: $? = 0
  1662. configure:22394: result: yes
  1663. configure:22415: checking mad.h usability
  1664. configure:22432: /usr/bin/gcc-4.2 -c  -std=gnu99 -no-cpp-precomp -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -g -D_DEBUG -Wall -O2  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit conftest.c >&5
  1665. configure:22439: $? = 0
  1666. configure:22453: result: yes
  1667. configure:22457: checking mad.h presence
  1668. configure:22472: /Developer/usr/bin/cpp-4.2  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit conftest.c
  1669. configure:22479: $? = 0
  1670. configure:22493: result: yes
  1671. configure:22526: checking for mad.h
  1672. configure:22533: result: yes
  1673. configure:22556: checking jpeglib.h usability
  1674. configure:22573: /usr/bin/gcc-4.2 -c  -std=gnu99 -no-cpp-precomp -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -g -D_DEBUG -Wall -O2  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit conftest.c >&5
  1675. configure:22580: $? = 0
  1676. configure:22594: result: yes
  1677. configure:22598: checking jpeglib.h presence
  1678. configure:22613: /Developer/usr/bin/cpp-4.2  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit conftest.c
  1679. configure:22620: $? = 0
  1680. configure:22634: result: yes
  1681. configure:22667: checking for jpeglib.h
  1682. configure:22674: result: yes
  1683. configure:22697: checking samplerate.h usability
  1684. configure:22714: /usr/bin/gcc-4.2 -c  -std=gnu99 -no-cpp-precomp -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -g -D_DEBUG -Wall -O2  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit conftest.c >&5
  1685. configure:22721: $? = 0
  1686. configure:22735: result: yes
  1687. configure:22739: checking samplerate.h presence
  1688. configure:22754: /Developer/usr/bin/cpp-4.2  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit conftest.c
  1689. configure:22761: $? = 0
  1690. configure:22775: result: yes
  1691. configure:22808: checking for samplerate.h
  1692. configure:22815: result: yes
  1693. configure:22838: checking ogg/ogg.h usability
  1694. configure:22855: /usr/bin/gcc-4.2 -c  -std=gnu99 -no-cpp-precomp -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -g -D_DEBUG -Wall -O2  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit conftest.c >&5
  1695. configure:22862: $? = 0
  1696. configure:22876: result: yes
  1697. configure:22880: checking ogg/ogg.h presence
  1698. configure:22895: /Developer/usr/bin/cpp-4.2  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit conftest.c
  1699. configure:22902: $? = 0
  1700. configure:22916: result: yes
  1701. configure:22949: checking for ogg/ogg.h
  1702. configure:22956: result: yes
  1703. configure:22979: checking vorbis/vorbisfile.h usability
  1704. configure:22996: /usr/bin/gcc-4.2 -c  -std=gnu99 -no-cpp-precomp -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -g -D_DEBUG -Wall -O2  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit conftest.c >&5
  1705. /Users/Shared/xbmc-depends/macosx10.6_i386/include/vorbis/vorbisfile.h:75: warning: 'OV_CALLBACKS_DEFAULT' defined but not used
  1706. /Users/Shared/xbmc-depends/macosx10.6_i386/include/vorbis/vorbisfile.h:82: warning: 'OV_CALLBACKS_NOCLOSE' defined but not used
  1707. /Users/Shared/xbmc-depends/macosx10.6_i386/include/vorbis/vorbisfile.h:89: warning: 'OV_CALLBACKS_STREAMONLY' defined but not used
  1708. /Users/Shared/xbmc-depends/macosx10.6_i386/include/vorbis/vorbisfile.h:96: warning: 'OV_CALLBACKS_STREAMONLY_NOCLOSE' defined but not used
  1709. configure:23003: $? = 0
  1710. configure:23017: result: yes
  1711. configure:23021: checking vorbis/vorbisfile.h presence
  1712. configure:23036: /Developer/usr/bin/cpp-4.2  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit conftest.c
  1713. configure:23043: $? = 0
  1714. configure:23057: result: yes
  1715. configure:23090: checking for vorbis/vorbisfile.h
  1716. configure:23097: result: yes
  1717. configure:23120: checking libmodplug/modplug.h usability
  1718. configure:23137: /usr/bin/gcc-4.2 -c  -std=gnu99 -no-cpp-precomp -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -g -D_DEBUG -Wall -O2  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit conftest.c >&5
  1719. configure:23144: $? = 0
  1720. configure:23158: result: yes
  1721. configure:23162: checking libmodplug/modplug.h presence
  1722. configure:23177: /Developer/usr/bin/cpp-4.2  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit conftest.c
  1723. configure:23184: $? = 0
  1724. configure:23198: result: yes
  1725. configure:23231: checking for libmodplug/modplug.h
  1726. configure:23238: result: yes
  1727. configure:23261: checking curl/curl.h usability
  1728. configure:23278: /usr/bin/gcc-4.2 -c  -std=gnu99 -no-cpp-precomp -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -g -D_DEBUG -Wall -O2  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit conftest.c >&5
  1729. configure:23285: $? = 0
  1730. configure:23299: result: yes
  1731. configure:23303: checking curl/curl.h presence
  1732. configure:23318: /Developer/usr/bin/cpp-4.2  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit conftest.c
  1733. configure:23325: $? = 0
  1734. configure:23339: result: yes
  1735. configure:23372: checking for curl/curl.h
  1736. configure:23379: result: yes
  1737. configure:23402: checking FLAC/stream_decoder.h usability
  1738. configure:23419: /usr/bin/gcc-4.2 -c  -std=gnu99 -no-cpp-precomp -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -g -D_DEBUG -Wall -O2  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit conftest.c >&5
  1739. configure:23426: $? = 0
  1740. configure:23440: result: yes
  1741. configure:23444: checking FLAC/stream_decoder.h presence
  1742. configure:23459: /Developer/usr/bin/cpp-4.2  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit conftest.c
  1743. configure:23466: $? = 0
  1744. configure:23480: result: yes
  1745. configure:23513: checking for FLAC/stream_decoder.h
  1746. configure:23520: result: yes
  1747. configure:23547: checking openssl/crypto.h usability
  1748. configure:23564: /usr/bin/gcc-4.2 -c  -std=gnu99 -no-cpp-precomp -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -g -D_DEBUG -Wall -O2  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit conftest.c >&5
  1749. configure:23571: $? = 0
  1750. configure:23585: result: yes
  1751. configure:23589: checking openssl/crypto.h presence
  1752. configure:23604: /Developer/usr/bin/cpp-4.2  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit conftest.c
  1753. configure:23611: $? = 0
  1754. configure:23625: result: yes
  1755. configure:23658: checking for openssl/crypto.h
  1756. configure:23665: result: yes
  1757. configure:23688: checking gcrypt.h usability
  1758. configure:23705: /usr/bin/gcc-4.2 -c  -std=gnu99 -no-cpp-precomp -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -g -D_DEBUG -Wall -O2  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit conftest.c >&5
  1759. configure:23712: $? = 0
  1760. configure:23726: result: yes
  1761. configure:23730: checking gcrypt.h presence
  1762. configure:23745: /Developer/usr/bin/cpp-4.2  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit conftest.c
  1763. configure:23752: $? = 0
  1764. configure:23766: result: yes
  1765. configure:23799: checking for gcrypt.h
  1766. configure:23806: result: yes
  1767. configure:23820: checking for gcry_control in -lgcrypt
  1768. configure:23855: /usr/bin/gcc-4.2 -o conftest  -std=gnu99 -no-cpp-precomp -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -g -D_DEBUG -Wall -O2  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -Wl,-arch,i386 -no_compact_linkedit -L/Users/Shared/xbmc-depends/macosx10.6_i386/lib conftest.c -lgcrypt  -lGLEW  -framework IOKit -framework Cocoa -framework AppKit -framework Carbon -framework CoreAudio -framework QuickTime -framework AudioUnit -framework Foundation -framework CoreServices -framework CoreVideo -framework CoreAudio -framework AudioToolbox -framework CoreFoundation -framework DiskArbitration -framework ApplicationServices -framework OpenGL -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -Wl,-arch,i386 -no_compact_linkedit -L/Users/Shared/xbmc-depends/macosx10.6_i386/lib -L/Users/Shared/xbmc-depends/macosx10.6_i386/lib/mysql -lmysqlclient -lz -lm >&5
  1769. ld: warning: in /Users/Shared/xbmc-depends/macosx10.6_i386/lib/libz.dylib, file was built for unsupported file format which is not the architecture being linked (i386)
  1770. configure:23862: $? = 0
  1771. configure:23883: result: yes
  1772. configure:23906: checking for main in -lbz2
  1773. configure:23935: /usr/bin/gcc-4.2 -o conftest  -std=gnu99 -no-cpp-precomp -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -g -D_DEBUG -Wall -O2  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -Wl,-arch,i386 -no_compact_linkedit -L/Users/Shared/xbmc-depends/macosx10.6_i386/lib conftest.c -lbz2  -lgcrypt -lGLEW  -framework IOKit -framework Cocoa -framework AppKit -framework Carbon -framework CoreAudio -framework QuickTime -framework AudioUnit -framework Foundation -framework CoreServices -framework CoreVideo -framework CoreAudio -framework AudioToolbox -framework CoreFoundation -framework DiskArbitration -framework ApplicationServices -framework OpenGL -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -Wl,-arch,i386 -no_compact_linkedit -L/Users/Shared/xbmc-depends/macosx10.6_i386/lib -L/Users/Shared/xbmc-depends/macosx10.6_i386/lib/mysql -lmysqlclient -lz -lm >&5
  1774. ld: warning: in /Users/Shared/xbmc-depends/macosx10.6_i386/lib/libbz2.dylib, file was built for unsupported file format which is not the architecture being linked (i386)
  1775. ld: warning: in /Users/Shared/xbmc-depends/macosx10.6_i386/lib/libz.dylib, file was built for unsupported file format which is not the architecture being linked (i386)
  1776. configure:23942: $? = 0
  1777. configure:23963: result: yes
  1778. configure:23979: checking for main in -ljpeg
  1779. configure:24008: /usr/bin/gcc-4.2 -o conftest  -std=gnu99 -no-cpp-precomp -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -g -D_DEBUG -Wall -O2  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -Wl,-arch,i386 -no_compact_linkedit -L/Users/Shared/xbmc-depends/macosx10.6_i386/lib conftest.c -ljpeg  -lbz2 -lgcrypt -lGLEW  -framework IOKit -framework Cocoa -framework AppKit -framework Carbon -framework CoreAudio -framework QuickTime -framework AudioUnit -framework Foundation -framework CoreServices -framework CoreVideo -framework CoreAudio -framework AudioToolbox -framework CoreFoundation -framework DiskArbitration -framework ApplicationServices -framework OpenGL -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -Wl,-arch,i386 -no_compact_linkedit -L/Users/Shared/xbmc-depends/macosx10.6_i386/lib -L/Users/Shared/xbmc-depends/macosx10.6_i386/lib/mysql -lmysqlclient -lz -lm >&5
  1780. ld: warning: in /Users/Shared/xbmc-depends/macosx10.6_i386/lib/libbz2.dylib, file was built for unsupported file format which is not the architecture being linked (i386)
  1781. ld: warning: in /Users/Shared/xbmc-depends/macosx10.6_i386/lib/libz.dylib, file was built for unsupported file format which is not the architecture being linked (i386)
  1782. configure:24015: $? = 0
  1783. configure:24036: result: yes
  1784. configure:24052: checking for main in -ltiff
  1785. configure:24081: /usr/bin/gcc-4.2 -o conftest  -std=gnu99 -no-cpp-precomp -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -g -D_DEBUG -Wall -O2  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -Wl,-arch,i386 -no_compact_linkedit -L/Users/Shared/xbmc-depends/macosx10.6_i386/lib conftest.c -ltiff  -ljpeg -lbz2 -lgcrypt -lGLEW  -framework IOKit -framework Cocoa -framework AppKit -framework Carbon -framework CoreAudio -framework QuickTime -framework AudioUnit -framework Foundation -framework CoreServices -framework CoreVideo -framework CoreAudio -framework AudioToolbox -framework CoreFoundation -framework DiskArbitration -framework ApplicationServices -framework OpenGL -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -Wl,-arch,i386 -no_compact_linkedit -L/Users/Shared/xbmc-depends/macosx10.6_i386/lib -L/Users/Shared/xbmc-depends/macosx10.6_i386/lib/mysql -lmysqlclient -lz -lm >&5
  1786. ld: warning: in /Users/Shared/xbmc-depends/macosx10.6_i386/lib/libbz2.dylib, file was built for unsupported file format which is not the architecture being linked (i386)
  1787. ld: warning: in /Users/Shared/xbmc-depends/macosx10.6_i386/lib/libz.dylib, file was built for unsupported file format which is not the architecture being linked (i386)
  1788. configure:24088: $? = 0
  1789. configure:24109: result: yes
  1790. configure:24194: checking for main in -lpthread
  1791. configure:24223: /usr/bin/gcc-4.2 -o conftest  -std=gnu99 -no-cpp-precomp -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -g -D_DEBUG -Wall -O2  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -Wl,-arch,i386 -no_compact_linkedit -L/Users/Shared/xbmc-depends/macosx10.6_i386/lib conftest.c -lpthread  -ltiff -ljpeg -lbz2 -lgcrypt -lGLEW  -framework IOKit -framework Cocoa -framework AppKit -framework Carbon -framework CoreAudio -framework QuickTime -framework AudioUnit -framework Foundation -framework CoreServices -framework CoreVideo -framework CoreAudio -framework AudioToolbox -framework CoreFoundation -framework DiskArbitration -framework ApplicationServices -framework OpenGL -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -Wl,-arch,i386 -no_compact_linkedit -L/Users/Shared/xbmc-depends/macosx10.6_i386/lib -L/Users/Shared/xbmc-depends/macosx10.6_i386/lib/mysql -lmysqlclient -lz -lm >&5
  1792. ld: warning: in /Users/Shared/xbmc-depends/macosx10.6_i386/lib/libbz2.dylib, file was built for unsupported file format which is not the architecture being linked (i386)
  1793. ld: warning: in /Users/Shared/xbmc-depends/macosx10.6_i386/lib/libz.dylib, file was built for unsupported file format which is not the architecture being linked (i386)
  1794. configure:24230: $? = 0
  1795. configure:24251: result: yes
  1796. configure:24268: checking for main in -llzo2
  1797. configure:24297: /usr/bin/gcc-4.2 -o conftest  -std=gnu99 -no-cpp-precomp -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -g -D_DEBUG -Wall -O2  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -Wl,-arch,i386 -no_compact_linkedit -L/Users/Shared/xbmc-depends/macosx10.6_i386/lib conftest.c -llzo2  -lpthread -ltiff -ljpeg -lbz2 -lgcrypt -lGLEW  -framework IOKit -framework Cocoa -framework AppKit -framework Carbon -framework CoreAudio -framework QuickTime -framework AudioUnit -framework Foundation -framework CoreServices -framework CoreVideo -framework CoreAudio -framework AudioToolbox -framework CoreFoundation -framework DiskArbitration -framework ApplicationServices -framework OpenGL -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -Wl,-arch,i386 -no_compact_linkedit -L/Users/Shared/xbmc-depends/macosx10.6_i386/lib -L/Users/Shared/xbmc-depends/macosx10.6_i386/lib/mysql -lmysqlclient -lz -lm >&5
  1798. ld: warning: in /Users/Shared/xbmc-depends/macosx10.6_i386/lib/libbz2.dylib, file was built for unsupported file format which is not the architecture being linked (i386)
  1799. ld: warning: in /Users/Shared/xbmc-depends/macosx10.6_i386/lib/libz.dylib, file was built for unsupported file format which is not the architecture being linked (i386)
  1800. configure:24304: $? = 0
  1801. configure:24325: result: yes
  1802. configure:24341: checking for main in -lz
  1803. configure:24370: /usr/bin/gcc-4.2 -o conftest  -std=gnu99 -no-cpp-precomp -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -g -D_DEBUG -Wall -O2  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -Wl,-arch,i386 -no_compact_linkedit -L/Users/Shared/xbmc-depends/macosx10.6_i386/lib conftest.c -lz  -llzo2 -lpthread -ltiff -ljpeg -lbz2 -lgcrypt -lGLEW  -framework IOKit -framework Cocoa -framework AppKit -framework Carbon -framework CoreAudio -framework QuickTime -framework AudioUnit -framework Foundation -framework CoreServices -framework CoreVideo -framework CoreAudio -framework AudioToolbox -framework CoreFoundation -framework DiskArbitration -framework ApplicationServices -framework OpenGL -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -Wl,-arch,i386 -no_compact_linkedit -L/Users/Shared/xbmc-depends/macosx10.6_i386/lib -L/Users/Shared/xbmc-depends/macosx10.6_i386/lib/mysql -lmysqlclient -lz -lm >&5
  1804. ld: warning: in /Users/Shared/xbmc-depends/macosx10.6_i386/lib/libz.dylib, file was built for unsupported file format which is not the architecture being linked (i386)
  1805. ld: warning: in /Users/Shared/xbmc-depends/macosx10.6_i386/lib/libbz2.dylib, file was built for unsupported file format which is not the architecture being linked (i386)
  1806. configure:24377: $? = 0
  1807. configure:24398: result: yes
  1808. configure:24414: checking for main in -lcrypto
  1809. configure:24443: /usr/bin/gcc-4.2 -o conftest  -std=gnu99 -no-cpp-precomp -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -g -D_DEBUG -Wall -O2  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -Wl,-arch,i386 -no_compact_linkedit -L/Users/Shared/xbmc-depends/macosx10.6_i386/lib conftest.c -lcrypto  -lz -llzo2 -lpthread -ltiff -ljpeg -lbz2 -lgcrypt -lGLEW  -framework IOKit -framework Cocoa -framework AppKit -framework Carbon -framework CoreAudio -framework QuickTime -framework AudioUnit -framework Foundation -framework CoreServices -framework CoreVideo -framework CoreAudio -framework AudioToolbox -framework CoreFoundation -framework DiskArbitration -framework ApplicationServices -framework OpenGL -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -Wl,-arch,i386 -no_compact_linkedit -L/Users/Shared/xbmc-depends/macosx10.6_i386/lib -L/Users/Shared/xbmc-depends/macosx10.6_i386/lib/mysql -lmysqlclient -lz -lm >&5
  1810. ld: warning: in /Users/Shared/xbmc-depends/macosx10.6_i386/lib/libz.dylib, file was built for unsupported file format which is not the architecture being linked (i386)
  1811. ld: warning: in /Users/Shared/xbmc-depends/macosx10.6_i386/lib/libbz2.dylib, file was built for unsupported file format which is not the architecture being linked (i386)
  1812. configure:24450: $? = 0
  1813. configure:24471: result: yes
  1814. configure:24487: checking for main in -lssl
  1815. configure:24516: /usr/bin/gcc-4.2 -o conftest  -std=gnu99 -no-cpp-precomp -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -g -D_DEBUG -Wall -O2  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -Wl,-arch,i386 -no_compact_linkedit -L/Users/Shared/xbmc-depends/macosx10.6_i386/lib conftest.c -lssl  -lcrypto -lz -llzo2 -lpthread -ltiff -ljpeg -lbz2 -lgcrypt -lGLEW  -framework IOKit -framework Cocoa -framework AppKit -framework Carbon -framework CoreAudio -framework QuickTime -framework AudioUnit -framework Foundation -framework CoreServices -framework CoreVideo -framework CoreAudio -framework AudioToolbox -framework CoreFoundation -framework DiskArbitration -framework ApplicationServices -framework OpenGL -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -Wl,-arch,i386 -no_compact_linkedit -L/Users/Shared/xbmc-depends/macosx10.6_i386/lib -L/Users/Shared/xbmc-depends/macosx10.6_i386/lib/mysql -lmysqlclient -lz -lm >&5
  1816. ld: warning: in /Users/Shared/xbmc-depends/macosx10.6_i386/lib/libz.dylib, file was built for unsupported file format which is not the architecture being linked (i386)
  1817. ld: warning: in /Users/Shared/xbmc-depends/macosx10.6_i386/lib/libbz2.dylib, file was built for unsupported file format which is not the architecture being linked (i386)
  1818. configure:24523: $? = 0
  1819. configure:24544: result: yes
  1820. configure:24560: checking for main in -lmysqlclient
  1821. configure:24589: /usr/bin/gcc-4.2 -o conftest  -std=gnu99 -no-cpp-precomp -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -g -D_DEBUG -Wall -O2  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -Wl,-arch,i386 -no_compact_linkedit -L/Users/Shared/xbmc-depends/macosx10.6_i386/lib conftest.c -lmysqlclient  -lssl -lcrypto -lz -llzo2 -lpthread -ltiff -ljpeg -lbz2 -lgcrypt -lGLEW  -framework IOKit -framework Cocoa -framework AppKit -framework Carbon -framework CoreAudio -framework QuickTime -framework AudioUnit -framework Foundation -framework CoreServices -framework CoreVideo -framework CoreAudio -framework AudioToolbox -framework CoreFoundation -framework DiskArbitration -framework ApplicationServices -framework OpenGL -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -Wl,-arch,i386 -no_compact_linkedit -L/Users/Shared/xbmc-depends/macosx10.6_i386/lib -L/Users/Shared/xbmc-depends/macosx10.6_i386/lib/mysql -lmysqlclient -lz -lm >&5
  1822. ld: warning: in /Users/Shared/xbmc-depends/macosx10.6_i386/lib/libz.dylib, file was built for unsupported file format which is not the architecture being linked (i386)
  1823. ld: warning: in /Users/Shared/xbmc-depends/macosx10.6_i386/lib/libbz2.dylib, file was built for unsupported file format which is not the architecture being linked (i386)
  1824. configure:24596: $? = 0
  1825. configure:24617: result: yes
  1826. configure:24633: checking for sftp_tell64 in -lssh
  1827. configure:24668: /usr/bin/gcc-4.2 -o conftest  -std=gnu99 -no-cpp-precomp -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -g -D_DEBUG -Wall -O2  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -Wl,-arch,i386 -no_compact_linkedit -L/Users/Shared/xbmc-depends/macosx10.6_i386/lib conftest.c -lssh  -lmysqlclient -lssl -lcrypto -lz -llzo2 -lpthread -ltiff -ljpeg -lbz2 -lgcrypt -lGLEW  -framework IOKit -framework Cocoa -framework AppKit -framework Carbon -framework CoreAudio -framework QuickTime -framework AudioUnit -framework Foundation -framework CoreServices -framework CoreVideo -framework CoreAudio -framework AudioToolbox -framework CoreFoundation -framework DiskArbitration -framework ApplicationServices -framework OpenGL -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -Wl,-arch,i386 -no_compact_linkedit -L/Users/Shared/xbmc-depends/macosx10.6_i386/lib -L/Users/Shared/xbmc-depends/macosx10.6_i386/lib/mysql -lmysqlclient -lz -lm >&5
  1828. ld: warning: in /Users/Shared/xbmc-depends/macosx10.6_i386/lib/libz.dylib, file was built for unsupported file format which is not the architecture being linked (i386)
  1829. ld: warning: in /Users/Shared/xbmc-depends/macosx10.6_i386/lib/libbz2.dylib, file was built for unsupported file format which is not the architecture being linked (i386)
  1830. configure:24675: $? = 0
  1831. configure:24696: result: yes
  1832. configure:24711: checking for hci_devid in -lbluetooth
  1833. configure:24746: /usr/bin/gcc-4.2 -o conftest  -std=gnu99 -no-cpp-precomp -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -g -D_DEBUG -Wall -O2  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -Wl,-arch,i386 -no_compact_linkedit -L/Users/Shared/xbmc-depends/macosx10.6_i386/lib conftest.c -lbluetooth  -lssh -lmysqlclient -lssl -lcrypto -lz -llzo2 -lpthread -ltiff -ljpeg -lbz2 -lgcrypt -lGLEW  -framework IOKit -framework Cocoa -framework AppKit -framework Carbon -framework CoreAudio -framework QuickTime -framework AudioUnit -framework Foundation -framework CoreServices -framework CoreVideo -framework CoreAudio -framework AudioToolbox -framework CoreFoundation -framework DiskArbitration -framework ApplicationServices -framework OpenGL -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -Wl,-arch,i386 -no_compact_linkedit -L/Users/Shared/xbmc-depends/macosx10.6_i386/lib -L/Users/Shared/xbmc-depends/macosx10.6_i386/lib/mysql -lmysqlclient -lz -lm >&5
  1834. ld: library not found for -lbluetooth
  1835. collect2: ld returned 1 exit status
  1836. configure:24753: $? = 1
  1837. configure: failed program was:
  1838. | /* confdefs.h.  */
  1839. | #define PACKAGE_NAME "xbmc"
  1840. | #define PACKAGE_TARNAME "xbmc"
  1841. | #define PACKAGE_VERSION "11.9.3"
  1842. | #define PACKAGE_STRING "xbmc 11.9.3"
  1843. | #define PACKAGE_BUGREPORT "http://trac.xbmc.org"
  1844. | #define PACKAGE "xbmc"
  1845. | #define VERSION "11.9.3"
  1846. | #define LIRC_DEVICE "/dev/lircd"
  1847. | #define STDC_HEADERS 1
  1848. | #define HAVE_SYS_TYPES_H 1
  1849. | #define HAVE_SYS_STAT_H 1
  1850. | #define HAVE_STDLIB_H 1
  1851. | #define HAVE_STRING_H 1
  1852. | #define HAVE_MEMORY_H 1
  1853. | #define HAVE_STRINGS_H 1
  1854. | #define HAVE_INTTYPES_H 1
  1855. | #define HAVE_STDINT_H 1
  1856. | #define HAVE_UNISTD_H 1
  1857. | #define HAVE_DLFCN_H 1
  1858. | #define LT_OBJDIR ".libs/"
  1859. | #define HAVE_ALLOCA_H 1
  1860. | #define HAVE_ALLOCA 1
  1861. | #define HAVE_UNISTD_H 1
  1862. | #define HAVE_CHOWN 1
  1863. | #define HAVE_DIRENT_H 1
  1864. | #define HAVE_FSEEKO 1
  1865. | #define TIME_WITH_SYS_TIME 1
  1866. | #define HAVE_SYS_TIME_H 1
  1867. | #define HAVE_UNISTD_H 1
  1868. | #define HAVE_UTIME_H 1
  1869. | #define HAVE_ALARM 1
  1870. | #define HAVE_STDLIB_H 1
  1871. | #define HAVE_UNISTD_H 1
  1872. | #define HAVE_GETPAGESIZE 1
  1873. | #define HAVE_MMAP 1
  1874. | #define HAVE_SYS_SELECT_H 1
  1875. | #define HAVE_SYS_SOCKET_H 1
  1876. | #define SELECT_TYPE_ARG1 int
  1877. | #define SELECT_TYPE_ARG234 (fd_set *)
  1878. | #define SELECT_TYPE_ARG5 (struct timeval *)
  1879. | #define RETSIGTYPE void
  1880. | #define HAVE_STRCOLL 1
  1881. | #define HAVE_STRFTIME 1
  1882. | #define HAVE_UTIME_NULL 1
  1883. | #define HAVE_VPRINTF 1
  1884. | #define HAVE_ATEXIT 1
  1885. | #define HAVE_DUP2 1
  1886. | #define HAVE_FDATASYNC 1
  1887. | #define HAVE_FLOOR 1
  1888. | #define HAVE_FTIME 1
  1889. | #define HAVE_FTRUNCATE 1
  1890. | #define HAVE_GETCWD 1
  1891. | #define HAVE_GETHOSTBYADDR 1
  1892. | #define HAVE_GETHOSTBYNAME 1
  1893. | #define HAVE_GETHOSTNAME 1
  1894. | #define HAVE_GETPAGESIZE 1
  1895. | #define HAVE_GETPASS 1
  1896. | #define HAVE_GETTIMEOFDAY 1
  1897. | #define HAVE_INET_NTOA 1
  1898. | #define HAVE_LCHOWN 1
  1899. | #define HAVE_LOCALECONV 1
  1900. | #define HAVE_MEMCHR 1
  1901. | #define HAVE_MEMMOVE 1
  1902. | #define HAVE_MEMSET 1
  1903. | #define HAVE_MKDIR 1
  1904. | #define HAVE_MODF 1
  1905. | #define HAVE_MUNMAP 1
  1906. | #define HAVE_POW 1
  1907. | #define HAVE_RMDIR 1
  1908. | #define HAVE_SELECT 1
  1909. | #define HAVE_SETENV 1
  1910. | #define HAVE_SETLOCALE 1
  1911. | #define HAVE_SOCKET 1
  1912. | #define HAVE_SQRT 1
  1913. | #define HAVE_STRCASECMP 1
  1914. | #define HAVE_STRCHR 1
  1915. | #define HAVE_STRCSPN 1
  1916. | #define HAVE_STRDUP 1
  1917. | #define HAVE_STRERROR 1
  1918. | #define HAVE_STRNCASECMP 1
  1919. | #define HAVE_STRPBRK 1
  1920. | #define HAVE_STRRCHR 1
  1921. | #define HAVE_STRSPN 1
  1922. | #define HAVE_STRSTR 1
  1923. | #define HAVE_STRTOL 1
  1924. | #define HAVE_STRTOUL 1
  1925. | #define HAVE_TZSET 1
  1926. | #define HAVE_UTIME 1
  1927. | #define SIZEOF_INT 4
  1928. | #define SIZEOF_SIZE_T 4
  1929. | #define HAVE_LIBGL 1
  1930. | #define HAVE_LIBGLU 1
  1931. | #define HAVE_LIBGLEW 1
  1932. | #define HAVE_OPENSSL 1
  1933. | #define HAVE_LIBGCRYPT 1
  1934. | #define HAVE_GCRYPT 1
  1935. | #define HAVE_LIBBZ2 1
  1936. | #define HAVE_LIBJPEG 1
  1937. | #define HAVE_LIBTIFF 1
  1938. | #define HAVE_LIBPTHREAD 1
  1939. | #define HAVE_LIBLZO2 1
  1940. | #define HAVE_LIBZ 1
  1941. | #define HAVE_LIBCRYPTO 1
  1942. | #define HAVE_LIBSSL 1
  1943. | #define HAVE_LIBMYSQLCLIENT 1
  1944. | #define HAVE_LIBSSH 1
  1945. | /* end confdefs.h.  */
  1946. |
  1947. | /* Override any GCC internal prototype to avoid an error.
  1948. |    Use char because int might match the return type of a GCC
  1949. |    builtin and then its argument prototype would still apply.  */
  1950. | #ifdef __cplusplus
  1951. | extern "C"
  1952. | #endif
  1953. | char hci_devid ();
  1954. | int
  1955. | main ()
  1956. | {
  1957. | return hci_devid ();
  1958. |   ;
  1959. |   return 0;
  1960. | }
  1961. configure:24774: result: no
  1962. configure:24784: result: Could not find suitable version of libbluetooth
  1963. configure:24789: checking for main in -lyajl
  1964. configure:24818: /usr/bin/gcc-4.2 -o conftest  -std=gnu99 -no-cpp-precomp -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -g -D_DEBUG -Wall -O2  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -Wl,-arch,i386 -no_compact_linkedit -L/Users/Shared/xbmc-depends/macosx10.6_i386/lib conftest.c -lyajl  -lssh -lmysqlclient -lssl -lcrypto -lz -llzo2 -lpthread -ltiff -ljpeg -lbz2 -lgcrypt -lGLEW  -framework IOKit -framework Cocoa -framework AppKit -framework Carbon -framework CoreAudio -framework QuickTime -framework AudioUnit -framework Foundation -framework CoreServices -framework CoreVideo -framework CoreAudio -framework AudioToolbox -framework CoreFoundation -framework DiskArbitration -framework ApplicationServices -framework OpenGL -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -Wl,-arch,i386 -no_compact_linkedit -L/Users/Shared/xbmc-depends/macosx10.6_i386/lib -L/Users/Shared/xbmc-depends/macosx10.6_i386/lib/mysql -lmysqlclient -lz -lm >&5
  1965. ld: warning: in /Users/Shared/xbmc-depends/macosx10.6_i386/lib/libz.dylib, file was built for unsupported file format which is not the architecture being linked (i386)
  1966. ld: warning: in /Users/Shared/xbmc-depends/macosx10.6_i386/lib/libbz2.dylib, file was built for unsupported file format which is not the architecture being linked (i386)
  1967. configure:24825: $? = 0
  1968. configure:24846: result: yes
  1969. configure:24862: checking for main in -ltinyxml
  1970. configure:24891: /usr/bin/gcc-4.2 -o conftest  -std=gnu99 -no-cpp-precomp -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -g -D_DEBUG -Wall -O2  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -Wl,-arch,i386 -no_compact_linkedit -L/Users/Shared/xbmc-depends/macosx10.6_i386/lib conftest.c -ltinyxml  -lyajl -lssh -lmysqlclient -lssl -lcrypto -lz -llzo2 -lpthread -ltiff -ljpeg -lbz2 -lgcrypt -lGLEW  -framework IOKit -framework Cocoa -framework AppKit -framework Carbon -framework CoreAudio -framework QuickTime -framework AudioUnit -framework Foundation -framework CoreServices -framework CoreVideo -framework CoreAudio -framework AudioToolbox -framework CoreFoundation -framework DiskArbitration -framework ApplicationServices -framework OpenGL -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -Wl,-arch,i386 -no_compact_linkedit -L/Users/Shared/xbmc-depends/macosx10.6_i386/lib -L/Users/Shared/xbmc-depends/macosx10.6_i386/lib/mysql -lmysqlclient -lz -lm >&5
  1971. ld: warning: in /Users/Shared/xbmc-depends/macosx10.6_i386/lib/libz.dylib, file was built for unsupported file format which is not the architecture being linked (i386)
  1972. ld: warning: in /Users/Shared/xbmc-depends/macosx10.6_i386/lib/libbz2.dylib, file was built for unsupported file format which is not the architecture being linked (i386)
  1973. configure:24898: $? = 0
  1974. configure:24919: result: yes
  1975. configure:24984: checking for pkg-config
  1976. configure:25002: found /Users/Shared/xbmc-depends/toolchain/bin/pkg-config
  1977. configure:25014: result: /Users/Shared/xbmc-depends/toolchain/bin/pkg-config
  1978. configure:25039: checking pkg-config is at least version 0.9.0
  1979. configure:25042: result: yes
  1980. configure:25053: checking for FONTCONFIG
  1981. configure:25060: $PKG_CONFIG --exists --print-errors "fontconfig"
  1982. configure:25063: $? = 0
  1983. configure:25076: $PKG_CONFIG --exists --print-errors "fontconfig"
  1984. configure:25079: $? = 0
  1985. configure:25118: result: yes
  1986. configure:25124: checking for FRIBIDI
  1987. configure:25131: $PKG_CONFIG --exists --print-errors "fribidi"
  1988. configure:25134: $? = 0
  1989. configure:25147: $PKG_CONFIG --exists --print-errors "fribidi"
  1990. configure:25150: $? = 0
  1991. configure:25189: result: yes
  1992. configure:25195: checking for SQLITE3
  1993. configure:25202: $PKG_CONFIG --exists --print-errors "sqlite3"
  1994. configure:25205: $? = 0
  1995. configure:25218: $PKG_CONFIG --exists --print-errors "sqlite3"
  1996. configure:25221: $? = 0
  1997. configure:25260: result: yes
  1998. configure:25266: checking for PNG
  1999. configure:25273: $PKG_CONFIG --exists --print-errors "libpng"
  2000. configure:25276: $? = 0
  2001. configure:25289: $PKG_CONFIG --exists --print-errors "libpng"
  2002. configure:25292: $? = 0
  2003. configure:25331: result: yes
  2004. configure:25337: checking for PCRE
  2005. configure:25344: $PKG_CONFIG --exists --print-errors "libpcre"
  2006. configure:25347: $? = 0
  2007. configure:25360: $PKG_CONFIG --exists --print-errors "libpcre"
  2008. configure:25363: $? = 0
  2009. configure:25402: result: yes
  2010. configure:25413: checking for PCRECPP
  2011. configure:25420: $PKG_CONFIG --exists --print-errors "libpcrecpp"
  2012. configure:25423: $? = 0
  2013. configure:25436: $PKG_CONFIG --exists --print-errors "libpcrecpp"
  2014. configure:25439: $? = 0
  2015. configure:25478: result: yes
  2016. configure:25489: checking for CDIO
  2017. configure:25496: $PKG_CONFIG --exists --print-errors "libcdio"
  2018. configure:25499: $? = 0
  2019. configure:25512: $PKG_CONFIG --exists --print-errors "libcdio"
  2020. configure:25515: $? = 0
  2021. configure:25554: result: yes
  2022. configure:25560: checking for SAMPLERATE
  2023. configure:25567: $PKG_CONFIG --exists --print-errors "samplerate"
  2024. configure:25570: $? = 0
  2025. configure:25583: $PKG_CONFIG --exists --print-errors "samplerate"
  2026. configure:25586: $? = 0
  2027. configure:25625: result: yes
  2028. configure:25631: checking for FREETYPE2
  2029. configure:25638: $PKG_CONFIG --exists --print-errors "freetype2"
  2030. configure:25641: $? = 0
  2031. configure:25654: $PKG_CONFIG --exists --print-errors "freetype2"
  2032. configure:25657: $? = 0
  2033. configure:25696: result: yes
  2034. configure:25779: checking for LIBBLURAY
  2035. configure:25786: $PKG_CONFIG --exists --print-errors "libbluray >= 0.2.1"
  2036. configure:25789: $? = 0
  2037. configure:25802: $PKG_CONFIG --exists --print-errors "libbluray >= 0.2.1"
  2038. configure:25805: $? = 0
  2039. configure:25840: result: yes
  2040. configure:25867: checking for libbluray dylib
  2041. configure:25900: result: libbluray.1.dylib
  2042. configure:25924: checking for main in -liconv
  2043. configure:25953: /usr/bin/gcc-4.2 -o conftest  -std=gnu99 -no-cpp-precomp -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -g -D_DEBUG -Wall -O2  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -Wl,-arch,i386 -no_compact_linkedit -L/Users/Shared/xbmc-depends/macosx10.6_i386/lib conftest.c -liconv  -ltinyxml -lyajl -lssh -lmysqlclient -lssl -lcrypto -lz -llzo2 -lpthread -ltiff -ljpeg -lbz2 -lgcrypt -lGLEW  -framework IOKit -framework Cocoa -framework AppKit -framework Carbon -framework CoreAudio -framework QuickTime -framework AudioUnit -framework Foundation -framework CoreServices -framework CoreVideo -framework CoreAudio -framework AudioToolbox -framework CoreFoundation -framework DiskArbitration -framework ApplicationServices -framework OpenGL -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -Wl,-arch,i386 -no_compact_linkedit -L/Users/Shared/xbmc-depends/macosx10.6_i386/lib -L/Users/Shared/xbmc-depends/macosx10.6_i386/lib/mysql -lmysqlclient -lz -lm -L/Users/Shared/xbmc-depends/macosx10.6_i386/lib -lfontconfig -lexpat -lfreetype -lz -lbz2 -liconv   -L/Users/Shared/xbmc-depends/macosx10.6_i386/lib -lfribidi   -L/Users/Shared/xbmc-depends/macosx10.6_i386/lib -lsqlite3   -L/Users/Shared/xbmc-depends/macosx10.6_i386/lib -lpng12 -lz   -L/Users/Shared/xbmc-depends/macosx10.6_i386/lib -lpcre   -L/Users/Shared/xbmc-depends/macosx10.6_i386/lib -lpcre -lpcrecpp   -L/Users/Shared/xbmc-depends/macosx10.6_i386/lib -lcdio -lm -liconv   -L/Users/Shared/xbmc-depends/macosx10.6_i386/lib -lsamplerate   -L/Users/Shared/xbmc-depends/macosx10.6_i386/lib -lfreetype -lz -lbz2   >&5
  2044. ld: warning: in /Users/Shared/xbmc-depends/macosx10.6_i386/lib/libiconv.dylib, file was built for unsupported file format which is not the architecture being linked (i386)
  2045. ld: warning: in /Users/Shared/xbmc-depends/macosx10.6_i386/lib/libz.dylib, file was built for unsupported file format which is not the architecture being linked (i386)
  2046. ld: warning: in /Users/Shared/xbmc-depends/macosx10.6_i386/lib/libbz2.dylib, file was built for unsupported file format which is not the architecture being linked (i386)
  2047. configure:25960: $? = 0
  2048. configure:25981: result: yes
  2049. configure:25998: checking for main in -lSDL
  2050. configure:26027: /usr/bin/gcc-4.2 -o conftest  -std=gnu99 -no-cpp-precomp -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -g -D_DEBUG -Wall -O2  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -Wl,-arch,i386 -no_compact_linkedit -L/Users/Shared/xbmc-depends/macosx10.6_i386/lib conftest.c -lSDL  -liconv -ltinyxml -lyajl -lssh -lmysqlclient -lssl -lcrypto -lz -llzo2 -lpthread -ltiff -ljpeg -lbz2 -lgcrypt -lGLEW  -framework IOKit -framework Cocoa -framework AppKit -framework Carbon -framework CoreAudio -framework QuickTime -framework AudioUnit -framework Foundation -framework CoreServices -framework CoreVideo -framework CoreAudio -framework AudioToolbox -framework CoreFoundation -framework DiskArbitration -framework ApplicationServices -framework OpenGL -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -Wl,-arch,i386 -no_compact_linkedit -L/Users/Shared/xbmc-depends/macosx10.6_i386/lib -L/Users/Shared/xbmc-depends/macosx10.6_i386/lib/mysql -lmysqlclient -lz -lm -L/Users/Shared/xbmc-depends/macosx10.6_i386/lib -lfontconfig -lexpat -lfreetype -lz -lbz2 -liconv   -L/Users/Shared/xbmc-depends/macosx10.6_i386/lib -lfribidi   -L/Users/Shared/xbmc-depends/macosx10.6_i386/lib -lsqlite3   -L/Users/Shared/xbmc-depends/macosx10.6_i386/lib -lpng12 -lz   -L/Users/Shared/xbmc-depends/macosx10.6_i386/lib -lpcre   -L/Users/Shared/xbmc-depends/macosx10.6_i386/lib -lpcre -lpcrecpp   -L/Users/Shared/xbmc-depends/macosx10.6_i386/lib -lcdio -lm -liconv   -L/Users/Shared/xbmc-depends/macosx10.6_i386/lib -lsamplerate   -L/Users/Shared/xbmc-depends/macosx10.6_i386/lib -lfreetype -lz -lbz2   >&5
  2051. ld: warning: in /Users/Shared/xbmc-depends/macosx10.6_i386/lib/libiconv.dylib, file was built for unsupported file format which is not the architecture being linked (i386)
  2052. ld: warning: in /Users/Shared/xbmc-depends/macosx10.6_i386/lib/libz.dylib, file was built for unsupported file format which is not the architecture being linked (i386)
  2053. ld: warning: in /Users/Shared/xbmc-depends/macosx10.6_i386/lib/libbz2.dylib, file was built for unsupported file format which is not the architecture being linked (i386)
  2054. configure:26034: $? = 0
  2055. configure:26055: result: yes
  2056. configure:26767: checking for libmad dylib
  2057. configure:26800: result: libmad.0.dylib
  2058. configure:26821: checking for libogg dylib
  2059. configure:26854: result: libogg.0.dylib
  2060. configure:26875: checking for libcurl dylib
  2061. configure:26908: result: libcurl.4.dylib
  2062. configure:26929: checking for libFLAC dylib
  2063. configure:26962: result: libFLAC.8.dylib
  2064. configure:26983: checking for libvorbis dylib
  2065. configure:27016: result: libvorbis.0.dylib
  2066. configure:27037: checking for libvorbisfile dylib
  2067. configure:27070: result: libvorbisfile.3.dylib
  2068. configure:27091: checking for libmodplug dylib
  2069. configure:27124: result: libmodplug.0.dylib
  2070. configure:27145: checking for libass dylib
  2071. configure:27178: result: libass.4.dylib
  2072. configure:27199: checking for libmpeg2 dylib
  2073. configure:27232: result: libmpeg2.0.dylib
  2074. configure:27256: checking for libmp3lame dylib
  2075. configure:27289: result: libmp3lame.0.dylib
  2076. configure:27305: checking lame/lame.h usability
  2077. configure:27322: /usr/bin/gcc-4.2 -c  -std=gnu99 -no-cpp-precomp -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -g -D_DEBUG -Wall -O2  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit conftest.c >&5
  2078. configure:27329: $? = 0
  2079. configure:27343: result: yes
  2080. configure:27347: checking lame/lame.h presence
  2081. configure:27362: /Developer/usr/bin/cpp-4.2  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit conftest.c
  2082. configure:27369: $? = 0
  2083. configure:27383: result: yes
  2084. configure:27416: checking for lame/lame.h
  2085. configure:27423: result: yes
  2086. configure:27472: checking for libvorbisenc dylib
  2087. configure:27505: result: libvorbisenc.2.dylib
  2088. configure:27521: checking vorbis/vorbisenc.h usability
  2089. configure:27538: /usr/bin/gcc-4.2 -c  -std=gnu99 -no-cpp-precomp -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -g -D_DEBUG -Wall -O2  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit conftest.c >&5
  2090. configure:27545: $? = 0
  2091. configure:27559: result: yes
  2092. configure:27563: checking vorbis/vorbisenc.h presence
  2093. configure:27578: /Developer/usr/bin/cpp-4.2  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit conftest.c
  2094. configure:27585: $? = 0
  2095. configure:27599: result: yes
  2096. configure:27632: checking for vorbis/vorbisenc.h
  2097. configure:27639: result: yes
  2098. configure:27675: checking for main in -lmicrohttpd
  2099. configure:27704: /usr/bin/gcc-4.2 -o conftest  -std=gnu99 -no-cpp-precomp -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -g -D_DEBUG -Wall -O2  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -Wl,-arch,i386 -no_compact_linkedit -L/Users/Shared/xbmc-depends/macosx10.6_i386/lib conftest.c -lmicrohttpd  -lSDL -liconv -ltinyxml -lyajl -lssh -lmysqlclient -lssl -lcrypto -lz -llzo2 -lpthread -ltiff -ljpeg -lbz2 -lgcrypt -lGLEW  -framework IOKit -framework Cocoa -framework AppKit -framework Carbon -framework CoreAudio -framework QuickTime -framework AudioUnit -framework Foundation -framework CoreServices -framework CoreVideo -framework CoreAudio -framework AudioToolbox -framework CoreFoundation -framework DiskArbitration -framework ApplicationServices -framework OpenGL -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -Wl,-arch,i386 -no_compact_linkedit -L/Users/Shared/xbmc-depends/macosx10.6_i386/lib -L/Users/Shared/xbmc-depends/macosx10.6_i386/lib/mysql -lmysqlclient -lz -lm -L/Users/Shared/xbmc-depends/macosx10.6_i386/lib -lfontconfig -lexpat -lfreetype -lz -lbz2 -liconv   -L/Users/Shared/xbmc-depends/macosx10.6_i386/lib -lfribidi   -L/Users/Shared/xbmc-depends/macosx10.6_i386/lib -lsqlite3   -L/Users/Shared/xbmc-depends/macosx10.6_i386/lib -lpng12 -lz   -L/Users/Shared/xbmc-depends/macosx10.6_i386/lib -lpcre   -L/Users/Shared/xbmc-depends/macosx10.6_i386/lib -lpcre -lpcrecpp   -L/Users/Shared/xbmc-depends/macosx10.6_i386/lib -lcdio -lm -liconv   -L/Users/Shared/xbmc-depends/macosx10.6_i386/lib -lsamplerate   -L/Users/Shared/xbmc-depends/macosx10.6_i386/lib -lfreetype -lz -lbz2   >&5
  2100. ld: warning: in /Users/Shared/xbmc-depends/macosx10.6_i386/lib/libiconv.dylib, file was built for unsupported file format which is not the architecture being linked (i386)
  2101. ld: warning: in /Users/Shared/xbmc-depends/macosx10.6_i386/lib/libz.dylib, file was built for unsupported file format which is not the architecture being linked (i386)
  2102. ld: warning: in /Users/Shared/xbmc-depends/macosx10.6_i386/lib/libbz2.dylib, file was built for unsupported file format which is not the architecture being linked (i386)
  2103. configure:27711: $? = 0
  2104. configure:27732: result: yes
  2105. configure:27838: result: == ALSA support disabled. ==
  2106. configure:27939: result: == PulseAudio support manually disabled. ==
  2107. configure:27947: result: == HAL support disabled. ==
  2108. configure:28105: result: == Avahi support disabled. ==
  2109. configure:28414: result: == X11 disabled. ==
  2110. configure:28421: result: == XRandR support disabled. SDL will be used for resolution support. ==
  2111. configure:28505: == GOOM disabled. ==
  2112. configure:28522: == RSXS disabled. ==
  2113. configure:28682: == ProjectM enabled. ==
  2114. configure:28722: checking librtmp/log.h usability
  2115. configure:28739: /usr/bin/gcc-4.2 -c  -std=gnu99 -no-cpp-precomp -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -g -D_DEBUG -Wall -O2  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit conftest.c >&5
  2116. configure:28746: $? = 0
  2117. configure:28760: result: yes
  2118. configure:28764: checking librtmp/log.h presence
  2119. configure:28779: /Developer/usr/bin/cpp-4.2  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit conftest.c
  2120. configure:28786: $? = 0
  2121. configure:28800: result: yes
  2122. configure:28833: checking for librtmp/log.h
  2123. configure:28842: result: yes
  2124. configure:28722: checking librtmp/amf.h usability
  2125. configure:28739: /usr/bin/gcc-4.2 -c  -std=gnu99 -no-cpp-precomp -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -g -D_DEBUG -Wall -O2  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit conftest.c >&5
  2126. configure:28746: $? = 0
  2127. configure:28760: result: yes
  2128. configure:28764: checking librtmp/amf.h presence
  2129. configure:28779: /Developer/usr/bin/cpp-4.2  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit conftest.c
  2130. configure:28786: $? = 0
  2131. configure:28800: result: yes
  2132. configure:28833: checking for librtmp/amf.h
  2133. configure:28842: result: yes
  2134. configure:28722: checking librtmp/rtmp.h usability
  2135. configure:28739: /usr/bin/gcc-4.2 -c  -std=gnu99 -no-cpp-precomp -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -g -D_DEBUG -Wall -O2  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit conftest.c >&5
  2136. configure:28746: $? = 0
  2137. configure:28760: result: yes
  2138. configure:28764: checking librtmp/rtmp.h presence
  2139. configure:28779: /Developer/usr/bin/cpp-4.2  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit conftest.c
  2140. configure:28786: $? = 0
  2141. configure:28800: result: yes
  2142. configure:28833: checking for librtmp/rtmp.h
  2143. configure:28842: result: yes
  2144. configure:28885: checking for librtmp dylib
  2145. configure:28918: result: librtmp.0.dylib
  2146. configure:28939: checking for main in -lsmbclient
  2147. configure:28968: /usr/bin/gcc-4.2 -o conftest  -std=gnu99 -no-cpp-precomp -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -g -D_DEBUG -Wall -O2  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -Wl,-arch,i386 -no_compact_linkedit -L/Users/Shared/xbmc-depends/macosx10.6_i386/lib conftest.c -lsmbclient  -lmicrohttpd -lSDL -liconv -ltinyxml -lyajl -lssh -lmysqlclient -lssl -lcrypto -lz -llzo2 -lpthread -ltiff -ljpeg -lbz2 -lgcrypt -lGLEW  -framework IOKit -framework Cocoa -framework AppKit -framework Carbon -framework CoreAudio -framework QuickTime -framework AudioUnit -framework Foundation -framework CoreServices -framework CoreVideo -framework CoreAudio -framework AudioToolbox -framework CoreFoundation -framework DiskArbitration -framework ApplicationServices -framework OpenGL -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -Wl,-arch,i386 -no_compact_linkedit -L/Users/Shared/xbmc-depends/macosx10.6_i386/lib -L/Users/Shared/xbmc-depends/macosx10.6_i386/lib/mysql -lmysqlclient -lz -lm -L/Users/Shared/xbmc-depends/macosx10.6_i386/lib -lfontconfig -lexpat -lfreetype -lz -lbz2 -liconv   -L/Users/Shared/xbmc-depends/macosx10.6_i386/lib -lfribidi   -L/Users/Shared/xbmc-depends/macosx10.6_i386/lib -lsqlite3   -L/Users/Shared/xbmc-depends/macosx10.6_i386/lib -lpng12 -lz   -L/Users/Shared/xbmc-depends/macosx10.6_i386/lib -lpcre   -L/Users/Shared/xbmc-depends/macosx10.6_i386/lib -lpcre -lpcrecpp   -L/Users/Shared/xbmc-depends/macosx10.6_i386/lib -lcdio -lm -liconv   -L/Users/Shared/xbmc-depends/macosx10.6_i386/lib -lsamplerate   -L/Users/Shared/xbmc-depends/macosx10.6_i386/lib -lfreetype -lz -lbz2   >&5
  2148. ld: warning: in /Users/Shared/xbmc-depends/macosx10.6_i386/lib/libiconv.dylib, file was built for unsupported file format which is not the architecture being linked (i386)
  2149. ld: warning: in /Users/Shared/xbmc-depends/macosx10.6_i386/lib/libz.dylib, file was built for unsupported file format which is not the architecture being linked (i386)
  2150. ld: warning: in /Users/Shared/xbmc-depends/macosx10.6_i386/lib/libbz2.dylib, file was built for unsupported file format which is not the architecture being linked (i386)
  2151. configure:28975: $? = 0
  2152. configure:28996: result: yes
  2153. configure:29045: checking nfsc/libnfs.h usability
  2154. configure:29062: /usr/bin/gcc-4.2 -c  -std=gnu99 -no-cpp-precomp -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -g -D_DEBUG -Wall -O2  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit conftest.c >&5
  2155. configure:29069: $? = 0
  2156. configure:29083: result: yes
  2157. configure:29087: checking nfsc/libnfs.h presence
  2158. configure:29102: /Developer/usr/bin/cpp-4.2  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit conftest.c
  2159. configure:29109: $? = 0
  2160. configure:29123: result: yes
  2161. configure:29156: checking for nfsc/libnfs.h
  2162. configure:29165: result: yes
  2163. configure:29210: checking for libnfs dylib
  2164. configure:29243: result: libnfs.1.dylib
  2165. configure:29282: checking afpfs-ng/libafpclient.h usability
  2166. configure:29299: /usr/bin/gcc-4.2 -c  -std=gnu99 -no-cpp-precomp -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -g -D_DEBUG -Wall -O2  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit conftest.c >&5
  2167. configure:29306: $? = 0
  2168. configure:29320: result: yes
  2169. configure:29324: checking afpfs-ng/libafpclient.h presence
  2170. configure:29339: /Developer/usr/bin/cpp-4.2  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit conftest.c
  2171. configure:29346: $? = 0
  2172. configure:29360: result: yes
  2173. configure:29393: checking for afpfs-ng/libafpclient.h
  2174. configure:29402: result: yes
  2175. configure:29445: checking for libafpclient dylib
  2176. configure:29478: result: libafpclient.0.dylib
  2177. configure:29499: checking for main in -lplist
  2178. configure:29528: /usr/bin/gcc-4.2 -o conftest  -std=gnu99 -no-cpp-precomp -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -g -D_DEBUG -Wall -O2  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -Wl,-arch,i386 -no_compact_linkedit -L/Users/Shared/xbmc-depends/macosx10.6_i386/lib conftest.c -lplist  -lsmbclient -lmicrohttpd -lSDL -liconv -ltinyxml -lyajl -lssh -lmysqlclient -lssl -lcrypto -lz -llzo2 -lpthread -ltiff -ljpeg -lbz2 -lgcrypt -lGLEW  -framework IOKit -framework Cocoa -framework AppKit -framework Carbon -framework CoreAudio -framework QuickTime -framework AudioUnit -framework Foundation -framework CoreServices -framework CoreVideo -framework CoreAudio -framework AudioToolbox -framework CoreFoundation -framework DiskArbitration -framework ApplicationServices -framework OpenGL -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -Wl,-arch,i386 -no_compact_linkedit -L/Users/Shared/xbmc-depends/macosx10.6_i386/lib -L/Users/Shared/xbmc-depends/macosx10.6_i386/lib/mysql -lmysqlclient -lz -lm -L/Users/Shared/xbmc-depends/macosx10.6_i386/lib -lfontconfig -lexpat -lfreetype -lz -lbz2 -liconv   -L/Users/Shared/xbmc-depends/macosx10.6_i386/lib -lfribidi   -L/Users/Shared/xbmc-depends/macosx10.6_i386/lib -lsqlite3   -L/Users/Shared/xbmc-depends/macosx10.6_i386/lib -lpng12 -lz   -L/Users/Shared/xbmc-depends/macosx10.6_i386/lib -lpcre   -L/Users/Shared/xbmc-depends/macosx10.6_i386/lib -lpcre -lpcrecpp   -L/Users/Shared/xbmc-depends/macosx10.6_i386/lib -lcdio -lm -liconv   -L/Users/Shared/xbmc-depends/macosx10.6_i386/lib -lsamplerate   -L/Users/Shared/xbmc-depends/macosx10.6_i386/lib -lfreetype -lz -lbz2   >&5
  2179. ld: warning: in /Users/Shared/xbmc-depends/macosx10.6_i386/lib/libiconv.dylib, file was built for unsupported file format which is not the architecture being linked (i386)
  2180. ld: warning: in /Users/Shared/xbmc-depends/macosx10.6_i386/lib/libz.dylib, file was built for unsupported file format which is not the architecture being linked (i386)
  2181. ld: warning: in /Users/Shared/xbmc-depends/macosx10.6_i386/lib/libbz2.dylib, file was built for unsupported file format which is not the architecture being linked (i386)
  2182. configure:29535: $? = 0
  2183. configure:29556: result: yes
  2184. configure:29596: checking for libplist dylib
  2185. configure:29629: result: libplist.1.dylib
  2186. configure:29642: checking for shairport_set_ao in -lshairport
  2187. configure:29677: /usr/bin/gcc-4.2 -o conftest  -std=gnu99 -no-cpp-precomp -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -g -D_DEBUG -Wall -O2  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -Wl,-arch,i386 -no_compact_linkedit -L/Users/Shared/xbmc-depends/macosx10.6_i386/lib conftest.c -lshairport  -lplist -lsmbclient -lmicrohttpd -lSDL -liconv -ltinyxml -lyajl -lssh -lmysqlclient -lssl -lcrypto -lz -llzo2 -lpthread -ltiff -ljpeg -lbz2 -lgcrypt -lGLEW  -framework IOKit -framework Cocoa -framework AppKit -framework Carbon -framework CoreAudio -framework QuickTime -framework AudioUnit -framework Foundation -framework CoreServices -framework CoreVideo -framework CoreAudio -framework AudioToolbox -framework CoreFoundation -framework DiskArbitration -framework ApplicationServices -framework OpenGL -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -Wl,-arch,i386 -no_compact_linkedit -L/Users/Shared/xbmc-depends/macosx10.6_i386/lib -L/Users/Shared/xbmc-depends/macosx10.6_i386/lib/mysql -lmysqlclient -lz -lm -L/Users/Shared/xbmc-depends/macosx10.6_i386/lib -lfontconfig -lexpat -lfreetype -lz -lbz2 -liconv   -L/Users/Shared/xbmc-depends/macosx10.6_i386/lib -lfribidi   -L/Users/Shared/xbmc-depends/macosx10.6_i386/lib -lsqlite3   -L/Users/Shared/xbmc-depends/macosx10.6_i386/lib -lpng12 -lz   -L/Users/Shared/xbmc-depends/macosx10.6_i386/lib -lpcre   -L/Users/Shared/xbmc-depends/macosx10.6_i386/lib -lpcre -lpcrecpp   -L/Users/Shared/xbmc-depends/macosx10.6_i386/lib -lcdio -lm -liconv   -L/Users/Shared/xbmc-depends/macosx10.6_i386/lib -lsamplerate   -L/Users/Shared/xbmc-depends/macosx10.6_i386/lib -lfreetype -lz -lbz2   >&5
  2188. ld: warning: in /Users/Shared/xbmc-depends/macosx10.6_i386/lib/libiconv.dylib, file was built for unsupported file format which is not the architecture being linked (i386)
  2189. ld: warning: in /Users/Shared/xbmc-depends/macosx10.6_i386/lib/libz.dylib, file was built for unsupported file format which is not the architecture being linked (i386)
  2190. ld: warning: in /Users/Shared/xbmc-depends/macosx10.6_i386/lib/libbz2.dylib, file was built for unsupported file format which is not the architecture being linked (i386)
  2191. configure:29684: $? = 0
  2192. configure:29705: result: yes
  2193. configure:29745: checking for libshairport dylib
  2194. configure:29778: result: libshairport.0.dylib
  2195. configure:29784: checking for AudioOutput.ao_set_metadata AudioOutput.ao_set_metadata_coverart
  2196. configure:29812: /usr/bin/gcc-4.2 -c  -std=gnu99 -no-cpp-precomp -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -g -D_DEBUG -Wall -O2  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit conftest.c >&5
  2197. conftest.c: In function 'main':
  2198. conftest.c:169: error: nested functions are disabled, use -fnested-functions to re-enable
  2199. conftest.c:169: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'ac_aggr'
  2200. conftest.c:169: error: 'ac_aggr' undeclared (first use in this function)
  2201. conftest.c:169: error: (Each undeclared identifier is reported only once
  2202. conftest.c:169: error: for each function it appears in.)
  2203. conftest.c:170: error: expected ')' before 'AudioOutput'
  2204. configure:29819: $? = 1
  2205. configure: failed program was:
  2206. | /* confdefs.h.  */
  2207. | #define PACKAGE_NAME "xbmc"
  2208. | #define PACKAGE_TARNAME "xbmc"
  2209. | #define PACKAGE_VERSION "11.9.3"
  2210. | #define PACKAGE_STRING "xbmc 11.9.3"
  2211. | #define PACKAGE_BUGREPORT "http://trac.xbmc.org"
  2212. | #define PACKAGE "xbmc"
  2213. | #define VERSION "11.9.3"
  2214. | #define LIRC_DEVICE "/dev/lircd"
  2215. | #define STDC_HEADERS 1
  2216. | #define HAVE_SYS_TYPES_H 1
  2217. | #define HAVE_SYS_STAT_H 1
  2218. | #define HAVE_STDLIB_H 1
  2219. | #define HAVE_STRING_H 1
  2220. | #define HAVE_MEMORY_H 1
  2221. | #define HAVE_STRINGS_H 1
  2222. | #define HAVE_INTTYPES_H 1
  2223. | #define HAVE_STDINT_H 1
  2224. | #define HAVE_UNISTD_H 1
  2225. | #define HAVE_DLFCN_H 1
  2226. | #define LT_OBJDIR ".libs/"
  2227. | #define HAVE_ALLOCA_H 1
  2228. | #define HAVE_ALLOCA 1
  2229. | #define HAVE_UNISTD_H 1
  2230. | #define HAVE_CHOWN 1
  2231. | #define HAVE_DIRENT_H 1
  2232. | #define HAVE_FSEEKO 1
  2233. | #define TIME_WITH_SYS_TIME 1
  2234. | #define HAVE_SYS_TIME_H 1
  2235. | #define HAVE_UNISTD_H 1
  2236. | #define HAVE_UTIME_H 1
  2237. | #define HAVE_ALARM 1
  2238. | #define HAVE_STDLIB_H 1
  2239. | #define HAVE_UNISTD_H 1
  2240. | #define HAVE_GETPAGESIZE 1
  2241. | #define HAVE_MMAP 1
  2242. | #define HAVE_SYS_SELECT_H 1
  2243. | #define HAVE_SYS_SOCKET_H 1
  2244. | #define SELECT_TYPE_ARG1 int
  2245. | #define SELECT_TYPE_ARG234 (fd_set *)
  2246. | #define SELECT_TYPE_ARG5 (struct timeval *)
  2247. | #define RETSIGTYPE void
  2248. | #define HAVE_STRCOLL 1
  2249. | #define HAVE_STRFTIME 1
  2250. | #define HAVE_UTIME_NULL 1
  2251. | #define HAVE_VPRINTF 1
  2252. | #define HAVE_ATEXIT 1
  2253. | #define HAVE_DUP2 1
  2254. | #define HAVE_FDATASYNC 1
  2255. | #define HAVE_FLOOR 1
  2256. | #define HAVE_FTIME 1
  2257. | #define HAVE_FTRUNCATE 1
  2258. | #define HAVE_GETCWD 1
  2259. | #define HAVE_GETHOSTBYADDR 1
  2260. | #define HAVE_GETHOSTBYNAME 1
  2261. | #define HAVE_GETHOSTNAME 1
  2262. | #define HAVE_GETPAGESIZE 1
  2263. | #define HAVE_GETPASS 1
  2264. | #define HAVE_GETTIMEOFDAY 1
  2265. | #define HAVE_INET_NTOA 1
  2266. | #define HAVE_LCHOWN 1
  2267. | #define HAVE_LOCALECONV 1
  2268. | #define HAVE_MEMCHR 1
  2269. | #define HAVE_MEMMOVE 1
  2270. | #define HAVE_MEMSET 1
  2271. | #define HAVE_MKDIR 1
  2272. | #define HAVE_MODF 1
  2273. | #define HAVE_MUNMAP 1
  2274. | #define HAVE_POW 1
  2275. | #define HAVE_RMDIR 1
  2276. | #define HAVE_SELECT 1
  2277. | #define HAVE_SETENV 1
  2278. | #define HAVE_SETLOCALE 1
  2279. | #define HAVE_SOCKET 1
  2280. | #define HAVE_SQRT 1
  2281. | #define HAVE_STRCASECMP 1
  2282. | #define HAVE_STRCHR 1
  2283. | #define HAVE_STRCSPN 1
  2284. | #define HAVE_STRDUP 1
  2285. | #define HAVE_STRERROR 1
  2286. | #define HAVE_STRNCASECMP 1
  2287. | #define HAVE_STRPBRK 1
  2288. | #define HAVE_STRRCHR 1
  2289. | #define HAVE_STRSPN 1
  2290. | #define HAVE_STRSTR 1
  2291. | #define HAVE_STRTOL 1
  2292. | #define HAVE_STRTOUL 1
  2293. | #define HAVE_TZSET 1
  2294. | #define HAVE_UTIME 1
  2295. | #define SIZEOF_INT 4
  2296. | #define SIZEOF_SIZE_T 4
  2297. | #define HAVE_LIBGL 1
  2298. | #define HAVE_LIBGLU 1
  2299. | #define HAVE_LIBGLEW 1
  2300. | #define HAVE_OPENSSL 1
  2301. | #define HAVE_LIBGCRYPT 1
  2302. | #define HAVE_GCRYPT 1
  2303. | #define HAVE_LIBBZ2 1
  2304. | #define HAVE_LIBJPEG 1
  2305. | #define HAVE_LIBTIFF 1
  2306. | #define HAVE_LIBPTHREAD 1
  2307. | #define HAVE_LIBLZO2 1
  2308. | #define HAVE_LIBZ 1
  2309. | #define HAVE_LIBCRYPTO 1
  2310. | #define HAVE_LIBSSL 1
  2311. | #define HAVE_LIBMYSQLCLIENT 1
  2312. | #define HAVE_LIBSSH 1
  2313. | #define HAVE_LIBYAJL 1
  2314. | #define HAVE_LIBTINYXML 1
  2315. | #define HAVE_LIBPCRE 1
  2316. | #define HAVE_LIBPCRECPP 1
  2317. | #define HAVE_LIBBLURAY 1
  2318. | #define HAVE_LIBICONV 1
  2319. | #define HAVE_LIBSDL 1
  2320. | #define HAVE_SDL 1
  2321. | #define HAVE_LIBMP3LAME 1
  2322. | #define HAVE_LIBVORBISENC 1
  2323. | #define HAVE_LIBMICROHTTPD 1
  2324. | #define HAS_DVD_DRIVE 1
  2325. | #define HAVE_LIBRTMP_LOG_H 1
  2326. | #define HAVE_LIBRTMP_AMF_H 1
  2327. | #define HAVE_LIBRTMP_RTMP_H 1
  2328. | #define HAS_LIBRTMP 1
  2329. | #define HAVE_LIBSMBCLIENT 1
  2330. | #define HAVE_LIBSMBCLIENT 1
  2331. | #define HAVE_NFSC_LIBNFS_H 1
  2332. | #define HAVE_LIBNFS 1
  2333. | #define HAVE_AFPFS_NG_LIBAFPCLIENT_H 1
  2334. | #define HAVE_LIBAFPCLIENT 1
  2335. | #define HAVE_LIBPLIST 1
  2336. | #define HAVE_LIBSHAIRPORT 1
  2337. | /* end confdefs.h.  */
  2338. | #include <stdio.h>
  2339. | #ifdef HAVE_SYS_TYPES_H
  2340. | # include <sys/types.h>
  2341. | #endif
  2342. | #ifdef HAVE_SYS_STAT_H
  2343. | # include <sys/stat.h>
  2344. | #endif
  2345. | #ifdef STDC_HEADERS
  2346. | # include <stdlib.h>
  2347. | # include <stddef.h>
  2348. | #else
  2349. | # ifdef HAVE_STDLIB_H
  2350. | #  include <stdlib.h>
  2351. | # endif
  2352. | #endif
  2353. | #ifdef HAVE_STRING_H
  2354. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  2355. | #  include <memory.h>
  2356. | # endif
  2357. | # include <string.h>
  2358. | #endif
  2359. | #ifdef HAVE_STRINGS_H
  2360. | # include <strings.h>
  2361. | #endif
  2362. | #ifdef HAVE_INTTYPES_H
  2363. | # include <inttypes.h>
  2364. | #endif
  2365. | #ifdef HAVE_STDINT_H
  2366. | # include <stdint.h>
  2367. | #endif
  2368. | #ifdef HAVE_UNISTD_H
  2369. | # include <unistd.h>
  2370. | #endif
  2371. | int
  2372. | main ()
  2373. | {
  2374. | static AudioOutput ac_aggr;
  2375. | if (ac_aggr.ao_set_metadata AudioOutput.ao_set_metadata_coverart)
  2376. | return 0;
  2377. |   ;
  2378. |   return 0;
  2379. | }
  2380. configure:29852: /usr/bin/gcc-4.2 -c  -std=gnu99 -no-cpp-precomp -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -g -D_DEBUG -Wall -O2  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit conftest.c >&5
  2381. conftest.c: In function 'main':
  2382. conftest.c:169: error: nested functions are disabled, use -fnested-functions to re-enable
  2383. conftest.c:169: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'ac_aggr'
  2384. conftest.c:169: error: 'ac_aggr' undeclared (first use in this function)
  2385. conftest.c:169: error: (Each undeclared identifier is reported only once
  2386. conftest.c:169: error: for each function it appears in.)
  2387. conftest.c:170: error: expected ')' before 'AudioOutput'
  2388. configure:29859: $? = 1
  2389. configure: failed program was:
  2390. | /* confdefs.h.  */
  2391. | #define PACKAGE_NAME "xbmc"
  2392. | #define PACKAGE_TARNAME "xbmc"
  2393. | #define PACKAGE_VERSION "11.9.3"
  2394. | #define PACKAGE_STRING "xbmc 11.9.3"
  2395. | #define PACKAGE_BUGREPORT "http://trac.xbmc.org"
  2396. | #define PACKAGE "xbmc"
  2397. | #define VERSION "11.9.3"
  2398. | #define LIRC_DEVICE "/dev/lircd"
  2399. | #define STDC_HEADERS 1
  2400. | #define HAVE_SYS_TYPES_H 1
  2401. | #define HAVE_SYS_STAT_H 1
  2402. | #define HAVE_STDLIB_H 1
  2403. | #define HAVE_STRING_H 1
  2404. | #define HAVE_MEMORY_H 1
  2405. | #define HAVE_STRINGS_H 1
  2406. | #define HAVE_INTTYPES_H 1
  2407. | #define HAVE_STDINT_H 1
  2408. | #define HAVE_UNISTD_H 1
  2409. | #define HAVE_DLFCN_H 1
  2410. | #define LT_OBJDIR ".libs/"
  2411. | #define HAVE_ALLOCA_H 1
  2412. | #define HAVE_ALLOCA 1
  2413. | #define HAVE_UNISTD_H 1
  2414. | #define HAVE_CHOWN 1
  2415. | #define HAVE_DIRENT_H 1
  2416. | #define HAVE_FSEEKO 1
  2417. | #define TIME_WITH_SYS_TIME 1
  2418. | #define HAVE_SYS_TIME_H 1
  2419. | #define HAVE_UNISTD_H 1
  2420. | #define HAVE_UTIME_H 1
  2421. | #define HAVE_ALARM 1
  2422. | #define HAVE_STDLIB_H 1
  2423. | #define HAVE_UNISTD_H 1
  2424. | #define HAVE_GETPAGESIZE 1
  2425. | #define HAVE_MMAP 1
  2426. | #define HAVE_SYS_SELECT_H 1
  2427. | #define HAVE_SYS_SOCKET_H 1
  2428. | #define SELECT_TYPE_ARG1 int
  2429. | #define SELECT_TYPE_ARG234 (fd_set *)
  2430. | #define SELECT_TYPE_ARG5 (struct timeval *)
  2431. | #define RETSIGTYPE void
  2432. | #define HAVE_STRCOLL 1
  2433. | #define HAVE_STRFTIME 1
  2434. | #define HAVE_UTIME_NULL 1
  2435. | #define HAVE_VPRINTF 1
  2436. | #define HAVE_ATEXIT 1
  2437. | #define HAVE_DUP2 1
  2438. | #define HAVE_FDATASYNC 1
  2439. | #define HAVE_FLOOR 1
  2440. | #define HAVE_FTIME 1
  2441. | #define HAVE_FTRUNCATE 1
  2442. | #define HAVE_GETCWD 1
  2443. | #define HAVE_GETHOSTBYADDR 1
  2444. | #define HAVE_GETHOSTBYNAME 1
  2445. | #define HAVE_GETHOSTNAME 1
  2446. | #define HAVE_GETPAGESIZE 1
  2447. | #define HAVE_GETPASS 1
  2448. | #define HAVE_GETTIMEOFDAY 1
  2449. | #define HAVE_INET_NTOA 1
  2450. | #define HAVE_LCHOWN 1
  2451. | #define HAVE_LOCALECONV 1
  2452. | #define HAVE_MEMCHR 1
  2453. | #define HAVE_MEMMOVE 1
  2454. | #define HAVE_MEMSET 1
  2455. | #define HAVE_MKDIR 1
  2456. | #define HAVE_MODF 1
  2457. | #define HAVE_MUNMAP 1
  2458. | #define HAVE_POW 1
  2459. | #define HAVE_RMDIR 1
  2460. | #define HAVE_SELECT 1
  2461. | #define HAVE_SETENV 1
  2462. | #define HAVE_SETLOCALE 1
  2463. | #define HAVE_SOCKET 1
  2464. | #define HAVE_SQRT 1
  2465. | #define HAVE_STRCASECMP 1
  2466. | #define HAVE_STRCHR 1
  2467. | #define HAVE_STRCSPN 1
  2468. | #define HAVE_STRDUP 1
  2469. | #define HAVE_STRERROR 1
  2470. | #define HAVE_STRNCASECMP 1
  2471. | #define HAVE_STRPBRK 1
  2472. | #define HAVE_STRRCHR 1
  2473. | #define HAVE_STRSPN 1
  2474. | #define HAVE_STRSTR 1
  2475. | #define HAVE_STRTOL 1
  2476. | #define HAVE_STRTOUL 1
  2477. | #define HAVE_TZSET 1
  2478. | #define HAVE_UTIME 1
  2479. | #define SIZEOF_INT 4
  2480. | #define SIZEOF_SIZE_T 4
  2481. | #define HAVE_LIBGL 1
  2482. | #define HAVE_LIBGLU 1
  2483. | #define HAVE_LIBGLEW 1
  2484. | #define HAVE_OPENSSL 1
  2485. | #define HAVE_LIBGCRYPT 1
  2486. | #define HAVE_GCRYPT 1
  2487. | #define HAVE_LIBBZ2 1
  2488. | #define HAVE_LIBJPEG 1
  2489. | #define HAVE_LIBTIFF 1
  2490. | #define HAVE_LIBPTHREAD 1
  2491. | #define HAVE_LIBLZO2 1
  2492. | #define HAVE_LIBZ 1
  2493. | #define HAVE_LIBCRYPTO 1
  2494. | #define HAVE_LIBSSL 1
  2495. | #define HAVE_LIBMYSQLCLIENT 1
  2496. | #define HAVE_LIBSSH 1
  2497. | #define HAVE_LIBYAJL 1
  2498. | #define HAVE_LIBTINYXML 1
  2499. | #define HAVE_LIBPCRE 1
  2500. | #define HAVE_LIBPCRECPP 1
  2501. | #define HAVE_LIBBLURAY 1
  2502. | #define HAVE_LIBICONV 1
  2503. | #define HAVE_LIBSDL 1
  2504. | #define HAVE_SDL 1
  2505. | #define HAVE_LIBMP3LAME 1
  2506. | #define HAVE_LIBVORBISENC 1
  2507. | #define HAVE_LIBMICROHTTPD 1
  2508. | #define HAS_DVD_DRIVE 1
  2509. | #define HAVE_LIBRTMP_LOG_H 1
  2510. | #define HAVE_LIBRTMP_AMF_H 1
  2511. | #define HAVE_LIBRTMP_RTMP_H 1
  2512. | #define HAS_LIBRTMP 1
  2513. | #define HAVE_LIBSMBCLIENT 1
  2514. | #define HAVE_LIBSMBCLIENT 1
  2515. | #define HAVE_NFSC_LIBNFS_H 1
  2516. | #define HAVE_LIBNFS 1
  2517. | #define HAVE_AFPFS_NG_LIBAFPCLIENT_H 1
  2518. | #define HAVE_LIBAFPCLIENT 1
  2519. | #define HAVE_LIBPLIST 1
  2520. | #define HAVE_LIBSHAIRPORT 1
  2521. | /* end confdefs.h.  */
  2522. | #include <stdio.h>
  2523. | #ifdef HAVE_SYS_TYPES_H
  2524. | # include <sys/types.h>
  2525. | #endif
  2526. | #ifdef HAVE_SYS_STAT_H
  2527. | # include <sys/stat.h>
  2528. | #endif
  2529. | #ifdef STDC_HEADERS
  2530. | # include <stdlib.h>
  2531. | # include <stddef.h>
  2532. | #else
  2533. | # ifdef HAVE_STDLIB_H
  2534. | #  include <stdlib.h>
  2535. | # endif
  2536. | #endif
  2537. | #ifdef HAVE_STRING_H
  2538. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  2539. | #  include <memory.h>
  2540. | # endif
  2541. | # include <string.h>
  2542. | #endif
  2543. | #ifdef HAVE_STRINGS_H
  2544. | # include <strings.h>
  2545. | #endif
  2546. | #ifdef HAVE_INTTYPES_H
  2547. | # include <inttypes.h>
  2548. | #endif
  2549. | #ifdef HAVE_STDINT_H
  2550. | # include <stdint.h>
  2551. | #endif
  2552. | #ifdef HAVE_UNISTD_H
  2553. | # include <unistd.h>
  2554. | #endif
  2555. | int
  2556. | main ()
  2557. | {
  2558. | static AudioOutput ac_aggr;
  2559. | if (sizeof ac_aggr.ao_set_metadata AudioOutput.ao_set_metadata_coverart)
  2560. | return 0;
  2561. |   ;
  2562. |   return 0;
  2563. | }
  2564. configure:29877: result: no
  2565. configure:29895: == udev support disabled. Will use polling to check for device changes. ==
  2566. configure:30066: == libusb disabled. Plug and play USB device support will not be available. ==
  2567. configure:30314: checking for CEC
  2568. configure:30321: $PKG_CONFIG --exists --print-errors "libcec >= 1.5.0"
  2569. configure:30324: $? = 0
  2570. configure:30337: $PKG_CONFIG --exists --print-errors "libcec >= 1.5.0"
  2571. configure:30340: $? = 0
  2572. configure:30377: result: yes
  2573. configure:30405: checking for libcec dylib
  2574. configure:30438: result: libcec.1.dylib
  2575. configure:30443: == libcec enabled. ==
  2576. configure:30475: checking sys/capability.h usability
  2577. configure:30492: /usr/bin/gcc-4.2 -c  -std=gnu99 -no-cpp-precomp -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -g -D_DEBUG -Wall -O2  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit conftest.c >&5
  2578. conftest.c:167:28: error: sys/capability.h: No such file or directory
  2579. configure:30499: $? = 1
  2580. configure: failed program was:
  2581. | /* confdefs.h.  */
  2582. | #define PACKAGE_NAME "xbmc"
  2583. | #define PACKAGE_TARNAME "xbmc"
  2584. | #define PACKAGE_VERSION "11.9.3"
  2585. | #define PACKAGE_STRING "xbmc 11.9.3"
  2586. | #define PACKAGE_BUGREPORT "http://trac.xbmc.org"
  2587. | #define PACKAGE "xbmc"
  2588. | #define VERSION "11.9.3"
  2589. | #define LIRC_DEVICE "/dev/lircd"
  2590. | #define STDC_HEADERS 1
  2591. | #define HAVE_SYS_TYPES_H 1
  2592. | #define HAVE_SYS_STAT_H 1
  2593. | #define HAVE_STDLIB_H 1
  2594. | #define HAVE_STRING_H 1
  2595. | #define HAVE_MEMORY_H 1
  2596. | #define HAVE_STRINGS_H 1
  2597. | #define HAVE_INTTYPES_H 1
  2598. | #define HAVE_STDINT_H 1
  2599. | #define HAVE_UNISTD_H 1
  2600. | #define HAVE_DLFCN_H 1
  2601. | #define LT_OBJDIR ".libs/"
  2602. | #define HAVE_ALLOCA_H 1
  2603. | #define HAVE_ALLOCA 1
  2604. | #define HAVE_UNISTD_H 1
  2605. | #define HAVE_CHOWN 1
  2606. | #define HAVE_DIRENT_H 1
  2607. | #define HAVE_FSEEKO 1
  2608. | #define TIME_WITH_SYS_TIME 1
  2609. | #define HAVE_SYS_TIME_H 1
  2610. | #define HAVE_UNISTD_H 1
  2611. | #define HAVE_UTIME_H 1
  2612. | #define HAVE_ALARM 1
  2613. | #define HAVE_STDLIB_H 1
  2614. | #define HAVE_UNISTD_H 1
  2615. | #define HAVE_GETPAGESIZE 1
  2616. | #define HAVE_MMAP 1
  2617. | #define HAVE_SYS_SELECT_H 1
  2618. | #define HAVE_SYS_SOCKET_H 1
  2619. | #define SELECT_TYPE_ARG1 int
  2620. | #define SELECT_TYPE_ARG234 (fd_set *)
  2621. | #define SELECT_TYPE_ARG5 (struct timeval *)
  2622. | #define RETSIGTYPE void
  2623. | #define HAVE_STRCOLL 1
  2624. | #define HAVE_STRFTIME 1
  2625. | #define HAVE_UTIME_NULL 1
  2626. | #define HAVE_VPRINTF 1
  2627. | #define HAVE_ATEXIT 1
  2628. | #define HAVE_DUP2 1
  2629. | #define HAVE_FDATASYNC 1
  2630. | #define HAVE_FLOOR 1
  2631. | #define HAVE_FTIME 1
  2632. | #define HAVE_FTRUNCATE 1
  2633. | #define HAVE_GETCWD 1
  2634. | #define HAVE_GETHOSTBYADDR 1
  2635. | #define HAVE_GETHOSTBYNAME 1
  2636. | #define HAVE_GETHOSTNAME 1
  2637. | #define HAVE_GETPAGESIZE 1
  2638. | #define HAVE_GETPASS 1
  2639. | #define HAVE_GETTIMEOFDAY 1
  2640. | #define HAVE_INET_NTOA 1
  2641. | #define HAVE_LCHOWN 1
  2642. | #define HAVE_LOCALECONV 1
  2643. | #define HAVE_MEMCHR 1
  2644. | #define HAVE_MEMMOVE 1
  2645. | #define HAVE_MEMSET 1
  2646. | #define HAVE_MKDIR 1
  2647. | #define HAVE_MODF 1
  2648. | #define HAVE_MUNMAP 1
  2649. | #define HAVE_POW 1
  2650. | #define HAVE_RMDIR 1
  2651. | #define HAVE_SELECT 1
  2652. | #define HAVE_SETENV 1
  2653. | #define HAVE_SETLOCALE 1
  2654. | #define HAVE_SOCKET 1
  2655. | #define HAVE_SQRT 1
  2656. | #define HAVE_STRCASECMP 1
  2657. | #define HAVE_STRCHR 1
  2658. | #define HAVE_STRCSPN 1
  2659. | #define HAVE_STRDUP 1
  2660. | #define HAVE_STRERROR 1
  2661. | #define HAVE_STRNCASECMP 1
  2662. | #define HAVE_STRPBRK 1
  2663. | #define HAVE_STRRCHR 1
  2664. | #define HAVE_STRSPN 1
  2665. | #define HAVE_STRSTR 1
  2666. | #define HAVE_STRTOL 1
  2667. | #define HAVE_STRTOUL 1
  2668. | #define HAVE_TZSET 1
  2669. | #define HAVE_UTIME 1
  2670. | #define SIZEOF_INT 4
  2671. | #define SIZEOF_SIZE_T 4
  2672. | #define HAVE_LIBGL 1
  2673. | #define HAVE_LIBGLU 1
  2674. | #define HAVE_LIBGLEW 1
  2675. | #define HAVE_OPENSSL 1
  2676. | #define HAVE_LIBGCRYPT 1
  2677. | #define HAVE_GCRYPT 1
  2678. | #define HAVE_LIBBZ2 1
  2679. | #define HAVE_LIBJPEG 1
  2680. | #define HAVE_LIBTIFF 1
  2681. | #define HAVE_LIBPTHREAD 1
  2682. | #define HAVE_LIBLZO2 1
  2683. | #define HAVE_LIBZ 1
  2684. | #define HAVE_LIBCRYPTO 1
  2685. | #define HAVE_LIBSSL 1
  2686. | #define HAVE_LIBMYSQLCLIENT 1
  2687. | #define HAVE_LIBSSH 1
  2688. | #define HAVE_LIBYAJL 1
  2689. | #define HAVE_LIBTINYXML 1
  2690. | #define HAVE_LIBPCRE 1
  2691. | #define HAVE_LIBPCRECPP 1
  2692. | #define HAVE_LIBBLURAY 1
  2693. | #define HAVE_LIBICONV 1
  2694. | #define HAVE_LIBSDL 1
  2695. | #define HAVE_SDL 1
  2696. | #define HAVE_LIBMP3LAME 1
  2697. | #define HAVE_LIBVORBISENC 1
  2698. | #define HAVE_LIBMICROHTTPD 1
  2699. | #define HAS_DVD_DRIVE 1
  2700. | #define HAVE_LIBRTMP_LOG_H 1
  2701. | #define HAVE_LIBRTMP_AMF_H 1
  2702. | #define HAVE_LIBRTMP_RTMP_H 1
  2703. | #define HAS_LIBRTMP 1
  2704. | #define HAVE_LIBSMBCLIENT 1
  2705. | #define HAVE_LIBSMBCLIENT 1
  2706. | #define HAVE_NFSC_LIBNFS_H 1
  2707. | #define HAVE_LIBNFS 1
  2708. | #define HAVE_AFPFS_NG_LIBAFPCLIENT_H 1
  2709. | #define HAVE_LIBAFPCLIENT 1
  2710. | #define HAVE_LIBPLIST 1
  2711. | #define HAVE_LIBSHAIRPORT 1
  2712. | #define HAVE_LIBCEC 1
  2713. | /* end confdefs.h.  */
  2714. | #include <stdio.h>
  2715. | #ifdef HAVE_SYS_TYPES_H
  2716. | # include <sys/types.h>
  2717. | #endif
  2718. | #ifdef HAVE_SYS_STAT_H
  2719. | # include <sys/stat.h>
  2720. | #endif
  2721. | #ifdef STDC_HEADERS
  2722. | # include <stdlib.h>
  2723. | # include <stddef.h>
  2724. | #else
  2725. | # ifdef HAVE_STDLIB_H
  2726. | #  include <stdlib.h>
  2727. | # endif
  2728. | #endif
  2729. | #ifdef HAVE_STRING_H
  2730. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  2731. | #  include <memory.h>
  2732. | # endif
  2733. | # include <string.h>
  2734. | #endif
  2735. | #ifdef HAVE_STRINGS_H
  2736. | # include <strings.h>
  2737. | #endif
  2738. | #ifdef HAVE_INTTYPES_H
  2739. | # include <inttypes.h>
  2740. | #endif
  2741. | #ifdef HAVE_STDINT_H
  2742. | # include <stdint.h>
  2743. | #endif
  2744. | #ifdef HAVE_UNISTD_H
  2745. | # include <unistd.h>
  2746. | #endif
  2747. | #include <sys/capability.h>
  2748. configure:30513: result: no
  2749. configure:30517: checking sys/capability.h presence
  2750. configure:30532: /Developer/usr/bin/cpp-4.2  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit conftest.c
  2751. conftest.c:134:28: error: sys/capability.h: No such file or directory
  2752. configure:30539: $? = 1
  2753. configure: failed program was:
  2754. | /* confdefs.h.  */
  2755. | #define PACKAGE_NAME "xbmc"
  2756. | #define PACKAGE_TARNAME "xbmc"
  2757. | #define PACKAGE_VERSION "11.9.3"
  2758. | #define PACKAGE_STRING "xbmc 11.9.3"
  2759. | #define PACKAGE_BUGREPORT "http://trac.xbmc.org"
  2760. | #define PACKAGE "xbmc"
  2761. | #define VERSION "11.9.3"
  2762. | #define LIRC_DEVICE "/dev/lircd"
  2763. | #define STDC_HEADERS 1
  2764. | #define HAVE_SYS_TYPES_H 1
  2765. | #define HAVE_SYS_STAT_H 1
  2766. | #define HAVE_STDLIB_H 1
  2767. | #define HAVE_STRING_H 1
  2768. | #define HAVE_MEMORY_H 1
  2769. | #define HAVE_STRINGS_H 1
  2770. | #define HAVE_INTTYPES_H 1
  2771. | #define HAVE_STDINT_H 1
  2772. | #define HAVE_UNISTD_H 1
  2773. | #define HAVE_DLFCN_H 1
  2774. | #define LT_OBJDIR ".libs/"
  2775. | #define HAVE_ALLOCA_H 1
  2776. | #define HAVE_ALLOCA 1
  2777. | #define HAVE_UNISTD_H 1
  2778. | #define HAVE_CHOWN 1
  2779. | #define HAVE_DIRENT_H 1
  2780. | #define HAVE_FSEEKO 1
  2781. | #define TIME_WITH_SYS_TIME 1
  2782. | #define HAVE_SYS_TIME_H 1
  2783. | #define HAVE_UNISTD_H 1
  2784. | #define HAVE_UTIME_H 1
  2785. | #define HAVE_ALARM 1
  2786. | #define HAVE_STDLIB_H 1
  2787. | #define HAVE_UNISTD_H 1
  2788. | #define HAVE_GETPAGESIZE 1
  2789. | #define HAVE_MMAP 1
  2790. | #define HAVE_SYS_SELECT_H 1
  2791. | #define HAVE_SYS_SOCKET_H 1
  2792. | #define SELECT_TYPE_ARG1 int
  2793. | #define SELECT_TYPE_ARG234 (fd_set *)
  2794. | #define SELECT_TYPE_ARG5 (struct timeval *)
  2795. | #define RETSIGTYPE void
  2796. | #define HAVE_STRCOLL 1
  2797. | #define HAVE_STRFTIME 1
  2798. | #define HAVE_UTIME_NULL 1
  2799. | #define HAVE_VPRINTF 1
  2800. | #define HAVE_ATEXIT 1
  2801. | #define HAVE_DUP2 1
  2802. | #define HAVE_FDATASYNC 1
  2803. | #define HAVE_FLOOR 1
  2804. | #define HAVE_FTIME 1
  2805. | #define HAVE_FTRUNCATE 1
  2806. | #define HAVE_GETCWD 1
  2807. | #define HAVE_GETHOSTBYADDR 1
  2808. | #define HAVE_GETHOSTBYNAME 1
  2809. | #define HAVE_GETHOSTNAME 1
  2810. | #define HAVE_GETPAGESIZE 1
  2811. | #define HAVE_GETPASS 1
  2812. | #define HAVE_GETTIMEOFDAY 1
  2813. | #define HAVE_INET_NTOA 1
  2814. | #define HAVE_LCHOWN 1
  2815. | #define HAVE_LOCALECONV 1
  2816. | #define HAVE_MEMCHR 1
  2817. | #define HAVE_MEMMOVE 1
  2818. | #define HAVE_MEMSET 1
  2819. | #define HAVE_MKDIR 1
  2820. | #define HAVE_MODF 1
  2821. | #define HAVE_MUNMAP 1
  2822. | #define HAVE_POW 1
  2823. | #define HAVE_RMDIR 1
  2824. | #define HAVE_SELECT 1
  2825. | #define HAVE_SETENV 1
  2826. | #define HAVE_SETLOCALE 1
  2827. | #define HAVE_SOCKET 1
  2828. | #define HAVE_SQRT 1
  2829. | #define HAVE_STRCASECMP 1
  2830. | #define HAVE_STRCHR 1
  2831. | #define HAVE_STRCSPN 1
  2832. | #define HAVE_STRDUP 1
  2833. | #define HAVE_STRERROR 1
  2834. | #define HAVE_STRNCASECMP 1
  2835. | #define HAVE_STRPBRK 1
  2836. | #define HAVE_STRRCHR 1
  2837. | #define HAVE_STRSPN 1
  2838. | #define HAVE_STRSTR 1
  2839. | #define HAVE_STRTOL 1
  2840. | #define HAVE_STRTOUL 1
  2841. | #define HAVE_TZSET 1
  2842. | #define HAVE_UTIME 1
  2843. | #define SIZEOF_INT 4
  2844. | #define SIZEOF_SIZE_T 4
  2845. | #define HAVE_LIBGL 1
  2846. | #define HAVE_LIBGLU 1
  2847. | #define HAVE_LIBGLEW 1
  2848. | #define HAVE_OPENSSL 1
  2849. | #define HAVE_LIBGCRYPT 1
  2850. | #define HAVE_GCRYPT 1
  2851. | #define HAVE_LIBBZ2 1
  2852. | #define HAVE_LIBJPEG 1
  2853. | #define HAVE_LIBTIFF 1
  2854. | #define HAVE_LIBPTHREAD 1
  2855. | #define HAVE_LIBLZO2 1
  2856. | #define HAVE_LIBZ 1
  2857. | #define HAVE_LIBCRYPTO 1
  2858. | #define HAVE_LIBSSL 1
  2859. | #define HAVE_LIBMYSQLCLIENT 1
  2860. | #define HAVE_LIBSSH 1
  2861. | #define HAVE_LIBYAJL 1
  2862. | #define HAVE_LIBTINYXML 1
  2863. | #define HAVE_LIBPCRE 1
  2864. | #define HAVE_LIBPCRECPP 1
  2865. | #define HAVE_LIBBLURAY 1
  2866. | #define HAVE_LIBICONV 1
  2867. | #define HAVE_LIBSDL 1
  2868. | #define HAVE_SDL 1
  2869. | #define HAVE_LIBMP3LAME 1
  2870. | #define HAVE_LIBVORBISENC 1
  2871. | #define HAVE_LIBMICROHTTPD 1
  2872. | #define HAS_DVD_DRIVE 1
  2873. | #define HAVE_LIBRTMP_LOG_H 1
  2874. | #define HAVE_LIBRTMP_AMF_H 1
  2875. | #define HAVE_LIBRTMP_RTMP_H 1
  2876. | #define HAS_LIBRTMP 1
  2877. | #define HAVE_LIBSMBCLIENT 1
  2878. | #define HAVE_LIBSMBCLIENT 1
  2879. | #define HAVE_NFSC_LIBNFS_H 1
  2880. | #define HAVE_LIBNFS 1
  2881. | #define HAVE_AFPFS_NG_LIBAFPCLIENT_H 1
  2882. | #define HAVE_LIBAFPCLIENT 1
  2883. | #define HAVE_LIBPLIST 1
  2884. | #define HAVE_LIBSHAIRPORT 1
  2885. | #define HAVE_LIBCEC 1
  2886. | /* end confdefs.h.  */
  2887. | #include <sys/capability.h>
  2888. configure:30553: result: no
  2889. configure:30586: checking for sys/capability.h
  2890. configure:30595: result: no
  2891. configure:30612: == Could not find libcap. Capabilities detection support disabled. ==
  2892. configure:32330: == Use of external ffmpeg disabled. ==
  2893. configure:32350: checking for python
  2894. configure:32380: result: /Users/Shared/xbmc-depends/macosx10.6_i386/bin/python
  2895. configure:32398: checking for a version of Python >= '2.1.0'
  2896. configure:32435: result: yes
  2897. configure:32443: checking for a version of Python >= 2.4
  2898. configure:32449: result: yes
  2899. configure:32472: checking for the distutils Python package
  2900. configure:32476: result: yes
  2901. configure:32494: checking for Python include path
  2902. configure:32504: result: -I/Users/Shared/xbmc-depends/macosx10.6_i386/include/python2.6
  2903. configure:32511: checking for Python library path
  2904. configure:32609: result: -L/Users/Shared/xbmc-depends/macosx10.6_i386/lib -lpython2.6
  2905. configure:32616: checking for Python site-packages path
  2906. configure:32622: result: /Users/Shared/xbmc-depends/macosx10.6_i386/lib/python2.6/site-packages
  2907. configure:32629: checking python extra libraries
  2908. configure:32636: result:  -ldl  -framework CoreFoundation
  2909. configure:32643: checking python extra linking flags
  2910. configure:32650: result:
  2911. configure:32657: checking consistency of all components of python development environment
  2912. configure:32693: /usr/bin/gcc-4.2 -o conftest  -std=gnu99 -no-cpp-precomp -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -g -D_DEBUG -Wall -O2  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit -I/Users/Shared/xbmc-depends/macosx10.6_i386/include/python2.6  -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -Wl,-arch,i386 -no_compact_linkedit -L/Users/Shared/xbmc-depends/macosx10.6_i386/lib conftest.c -lshairport -lplist -lsmbclient -lmicrohttpd -lSDL -liconv -ltinyxml -lyajl -lssh -lmysqlclient -lssl -lcrypto -lz -llzo2 -lpthread -ltiff -ljpeg -lbz2 -lgcrypt -lGLEW  -framework IOKit -framework Cocoa -framework AppKit -framework Carbon -framework CoreAudio -framework QuickTime -framework AudioUnit -framework Foundation -framework CoreServices -framework CoreVideo -framework CoreAudio -framework AudioToolbox -framework CoreFoundation -framework DiskArbitration -framework ApplicationServices -framework OpenGL -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -Wl,-arch,i386 -no_compact_linkedit -L/Users/Shared/xbmc-depends/macosx10.6_i386/lib -L/Users/Shared/xbmc-depends/macosx10.6_i386/lib/mysql -lmysqlclient -lz -lm -L/Users/Shared/xbmc-depends/macosx10.6_i386/lib -lfontconfig -lexpat -lfreetype -lz -lbz2 -liconv   -L/Users/Shared/xbmc-depends/macosx10.6_i386/lib -lfribidi   -L/Users/Shared/xbmc-depends/macosx10.6_i386/lib -lsqlite3   -L/Users/Shared/xbmc-depends/macosx10.6_i386/lib -lpng12 -lz   -L/Users/Shared/xbmc-depends/macosx10.6_i386/lib -lpcre   -L/Users/Shared/xbmc-depends/macosx10.6_i386/lib -lpcre -lpcrecpp   -L/Users/Shared/xbmc-depends/macosx10.6_i386/lib -lcdio -lm -liconv   -L/Users/Shared/xbmc-depends/macosx10.6_i386/lib -lsamplerate   -L/Users/Shared/xbmc-depends/macosx10.6_i386/lib -lfreetype -lz -lbz2   -L/Users/Shared/xbmc-depends/macosx10.6_i386/lib -lpython2.6   -ldl  -framework CoreFoundation >&5
  2913. ld: warning: in /Users/Shared/xbmc-depends/macosx10.6_i386/lib/libiconv.dylib, file was built for unsupported file format which is not the architecture being linked (i386)
  2914. ld: warning: in /Users/Shared/xbmc-depends/macosx10.6_i386/lib/libz.dylib, file was built for unsupported file format which is not the architecture being linked (i386)
  2915. ld: warning: in /Users/Shared/xbmc-depends/macosx10.6_i386/lib/libbz2.dylib, file was built for unsupported file format which is not the architecture being linked (i386)
  2916. configure:32700: $? = 0
  2917. configure:32729: result: yes
  2918. configure:32775: Using Python 2.6
  2919. configure:32788: == VDPAU support manually disabled. ==
  2920. configure:32963: == VAAPI support manually disabled. ==
  2921. configure:33141: checking libcrystalhd/libcrystalhd_if.h usability
  2922. configure:33158: /usr/bin/gcc-4.2 -c -D__LINUX_USER__  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit conftest.c >&5
  2923. configure:33165: $? = 0
  2924. configure:33179: result: yes
  2925. configure:33183: checking libcrystalhd/libcrystalhd_if.h presence
  2926. configure:33198: /Developer/usr/bin/cpp-4.2  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit conftest.c
  2927. configure:33205: $? = 0
  2928. configure:33219: result: yes
  2929. configure:33252: checking for libcrystalhd/libcrystalhd_if.h
  2930. configure:33259: result: yes
  2931. configure:33357: /usr/bin/gcc-4.2 -c -D__LINUX_USER__ -lcrystalhd  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit conftest.c >&5
  2932. i686-apple-darwin10-gcc-4.2.1: -lcrystalhd: linker input file unused because linking not done
  2933. configure:33364: $? = 0
  2934. configure:33404: == VDADecoder support enabled. ==
  2935. configure:33447: == VTBDecoder support manually disabled. ==
  2936. configure:33455: == OpenMax support manually disabled. ==
  2937. configure:33625: checking yajl/yajl_version.h usability
  2938. configure:33642: /usr/bin/gcc-4.2 -c  -std=gnu99 -no-cpp-precomp -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -g -D_DEBUG -Wall -O2  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit conftest.c >&5
  2939. configure:33649: $? = 0
  2940. configure:33663: result: yes
  2941. configure:33667: checking yajl/yajl_version.h presence
  2942. configure:33682: /Developer/usr/bin/cpp-4.2  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit conftest.c
  2943. configure:33689: $? = 0
  2944. configure:33703: result: yes
  2945. configure:33736: checking for yajl/yajl_version.h
  2946. configure:33745: result: yes
  2947. configure:33819: checking for cmake
  2948. configure:33835: found /Users/Shared/xbmc-depends/toolchain/bin/cmake
  2949. configure:33847: result: yes
  2950. configure:33864: checking for gperf
  2951. configure:33880: found /Developer/usr/bin/gperf
  2952. configure:33892: result: yes
  2953. configure:33908: checking for unzip
  2954. configure:33924: found /opt/local/bin/unzip
  2955. configure:33936: result: yes
  2956. configure:33952: checking for zip
  2957. configure:33968: found /opt/local/bin/zip
  2958. configure:33980: result: yes
  2959. configure:34042: checking for git
  2960. configure:34058: found /opt/local/bin/git
  2961. configure:34070: result: yes
  2962. configure:34088: checking for dirent.h that defines DIR
  2963. configure:34141: result: yes
  2964. configure:34156: checking for library containing opendir
  2965. configure:34235: result: none required
  2966. configure:34333: checking for ANSI C header files
  2967. configure:34501: result: yes
  2968. configure:34511: checking for sys/wait.h that is POSIX.1 compatible
  2969. configure:34547: /usr/bin/gcc-4.2 -c  -std=gnu99 -no-cpp-precomp -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -g -D_DEBUG -Wall -O2  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit conftest.c >&5
  2970. configure:34554: $? = 0
  2971. configure:34569: result: yes
  2972. configure:34625: checking arpa/inet.h usability
  2973. configure:34642: /usr/bin/gcc-4.2 -c  -std=gnu99 -no-cpp-precomp -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -g -D_DEBUG -Wall -O2  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit conftest.c >&5
  2974. configure:34649: $? = 0
  2975. configure:34663: result: yes
  2976. configure:34667: checking arpa/inet.h presence
  2977. configure:34682: /Developer/usr/bin/cpp-4.2  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit conftest.c
  2978. configure:34689: $? = 0
  2979. configure:34703: result: yes
  2980. configure:34736: checking for arpa/inet.h
  2981. configure:34745: result: yes
  2982. configure:34625: checking fcntl.h usability
  2983. configure:34642: /usr/bin/gcc-4.2 -c  -std=gnu99 -no-cpp-precomp -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -g -D_DEBUG -Wall -O2  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit conftest.c >&5
  2984. configure:34649: $? = 0
  2985. configure:34663: result: yes
  2986. configure:34667: checking fcntl.h presence
  2987. configure:34682: /Developer/usr/bin/cpp-4.2  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit conftest.c
  2988. configure:34689: $? = 0
  2989. configure:34703: result: yes
  2990. configure:34736: checking for fcntl.h
  2991. configure:34745: result: yes
  2992. configure:34625: checking float.h usability
  2993. configure:34642: /usr/bin/gcc-4.2 -c  -std=gnu99 -no-cpp-precomp -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -g -D_DEBUG -Wall -O2  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit conftest.c >&5
  2994. configure:34649: $? = 0
  2995. configure:34663: result: yes
  2996. configure:34667: checking float.h presence
  2997. configure:34682: /Developer/usr/bin/cpp-4.2  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit conftest.c
  2998. configure:34689: $? = 0
  2999. configure:34703: result: yes
  3000. configure:34736: checking for float.h
  3001. configure:34745: result: yes
  3002. configure:34614: checking for inttypes.h
  3003. configure:34621: result: yes
  3004. configure:34625: checking limits.h usability
  3005. configure:34642: /usr/bin/gcc-4.2 -c  -std=gnu99 -no-cpp-precomp -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -g -D_DEBUG -Wall -O2  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit conftest.c >&5
  3006. configure:34649: $? = 0
  3007. configure:34663: result: yes
  3008. configure:34667: checking limits.h presence
  3009. configure:34682: /Developer/usr/bin/cpp-4.2  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit conftest.c
  3010. configure:34689: $? = 0
  3011. configure:34703: result: yes
  3012. configure:34736: checking for limits.h
  3013. configure:34745: result: yes
  3014. configure:34625: checking locale.h usability
  3015. configure:34642: /usr/bin/gcc-4.2 -c  -std=gnu99 -no-cpp-precomp -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -g -D_DEBUG -Wall -O2  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit conftest.c >&5
  3016. configure:34649: $? = 0
  3017. configure:34663: result: yes
  3018. configure:34667: checking locale.h presence
  3019. configure:34682: /Developer/usr/bin/cpp-4.2  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit conftest.c
  3020. configure:34689: $? = 0
  3021. configure:34703: result: yes
  3022. configure:34736: checking for locale.h
  3023. configure:34745: result: yes
  3024. configure:34625: checking malloc.h usability
  3025. configure:34642: /usr/bin/gcc-4.2 -c  -std=gnu99 -no-cpp-precomp -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -g -D_DEBUG -Wall -O2  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit conftest.c >&5
  3026. conftest.c:181:20: error: malloc.h: No such file or directory
  3027. configure:34649: $? = 1
  3028. configure: failed program was:
  3029. | /* confdefs.h.  */
  3030. | #define PACKAGE_NAME "xbmc"
  3031. | #define PACKAGE_TARNAME "xbmc"
  3032. | #define PACKAGE_VERSION "11.9.3"
  3033. | #define PACKAGE_STRING "xbmc 11.9.3"
  3034. | #define PACKAGE_BUGREPORT "http://trac.xbmc.org"
  3035. | #define PACKAGE "xbmc"
  3036. | #define VERSION "11.9.3"
  3037. | #define LIRC_DEVICE "/dev/lircd"
  3038. | #define STDC_HEADERS 1
  3039. | #define HAVE_SYS_TYPES_H 1
  3040. | #define HAVE_SYS_STAT_H 1
  3041. | #define HAVE_STDLIB_H 1
  3042. | #define HAVE_STRING_H 1
  3043. | #define HAVE_MEMORY_H 1
  3044. | #define HAVE_STRINGS_H 1
  3045. | #define HAVE_INTTYPES_H 1
  3046. | #define HAVE_STDINT_H 1
  3047. | #define HAVE_UNISTD_H 1
  3048. | #define HAVE_DLFCN_H 1
  3049. | #define LT_OBJDIR ".libs/"
  3050. | #define HAVE_ALLOCA_H 1
  3051. | #define HAVE_ALLOCA 1
  3052. | #define HAVE_UNISTD_H 1
  3053. | #define HAVE_CHOWN 1
  3054. | #define HAVE_DIRENT_H 1
  3055. | #define HAVE_FSEEKO 1
  3056. | #define TIME_WITH_SYS_TIME 1
  3057. | #define HAVE_SYS_TIME_H 1
  3058. | #define HAVE_UNISTD_H 1
  3059. | #define HAVE_UTIME_H 1
  3060. | #define HAVE_ALARM 1
  3061. | #define HAVE_STDLIB_H 1
  3062. | #define HAVE_UNISTD_H 1
  3063. | #define HAVE_GETPAGESIZE 1
  3064. | #define HAVE_MMAP 1
  3065. | #define HAVE_SYS_SELECT_H 1
  3066. | #define HAVE_SYS_SOCKET_H 1
  3067. | #define SELECT_TYPE_ARG1 int
  3068. | #define SELECT_TYPE_ARG234 (fd_set *)
  3069. | #define SELECT_TYPE_ARG5 (struct timeval *)
  3070. | #define RETSIGTYPE void
  3071. | #define HAVE_STRCOLL 1
  3072. | #define HAVE_STRFTIME 1
  3073. | #define HAVE_UTIME_NULL 1
  3074. | #define HAVE_VPRINTF 1
  3075. | #define HAVE_ATEXIT 1
  3076. | #define HAVE_DUP2 1
  3077. | #define HAVE_FDATASYNC 1
  3078. | #define HAVE_FLOOR 1
  3079. | #define HAVE_FTIME 1
  3080. | #define HAVE_FTRUNCATE 1
  3081. | #define HAVE_GETCWD 1
  3082. | #define HAVE_GETHOSTBYADDR 1
  3083. | #define HAVE_GETHOSTBYNAME 1
  3084. | #define HAVE_GETHOSTNAME 1
  3085. | #define HAVE_GETPAGESIZE 1
  3086. | #define HAVE_GETPASS 1
  3087. | #define HAVE_GETTIMEOFDAY 1
  3088. | #define HAVE_INET_NTOA 1
  3089. | #define HAVE_LCHOWN 1
  3090. | #define HAVE_LOCALECONV 1
  3091. | #define HAVE_MEMCHR 1
  3092. | #define HAVE_MEMMOVE 1
  3093. | #define HAVE_MEMSET 1
  3094. | #define HAVE_MKDIR 1
  3095. | #define HAVE_MODF 1
  3096. | #define HAVE_MUNMAP 1
  3097. | #define HAVE_POW 1
  3098. | #define HAVE_RMDIR 1
  3099. | #define HAVE_SELECT 1
  3100. | #define HAVE_SETENV 1
  3101. | #define HAVE_SETLOCALE 1
  3102. | #define HAVE_SOCKET 1
  3103. | #define HAVE_SQRT 1
  3104. | #define HAVE_STRCASECMP 1
  3105. | #define HAVE_STRCHR 1
  3106. | #define HAVE_STRCSPN 1
  3107. | #define HAVE_STRDUP 1
  3108. | #define HAVE_STRERROR 1
  3109. | #define HAVE_STRNCASECMP 1
  3110. | #define HAVE_STRPBRK 1
  3111. | #define HAVE_STRRCHR 1
  3112. | #define HAVE_STRSPN 1
  3113. | #define HAVE_STRSTR 1
  3114. | #define HAVE_STRTOL 1
  3115. | #define HAVE_STRTOUL 1
  3116. | #define HAVE_TZSET 1
  3117. | #define HAVE_UTIME 1
  3118. | #define SIZEOF_INT 4
  3119. | #define SIZEOF_SIZE_T 4
  3120. | #define HAVE_LIBGL 1
  3121. | #define HAVE_LIBGLU 1
  3122. | #define HAVE_LIBGLEW 1
  3123. | #define HAVE_OPENSSL 1
  3124. | #define HAVE_LIBGCRYPT 1
  3125. | #define HAVE_GCRYPT 1
  3126. | #define HAVE_LIBBZ2 1
  3127. | #define HAVE_LIBJPEG 1
  3128. | #define HAVE_LIBTIFF 1
  3129. | #define HAVE_LIBPTHREAD 1
  3130. | #define HAVE_LIBLZO2 1
  3131. | #define HAVE_LIBZ 1
  3132. | #define HAVE_LIBCRYPTO 1
  3133. | #define HAVE_LIBSSL 1
  3134. | #define HAVE_LIBMYSQLCLIENT 1
  3135. | #define HAVE_LIBSSH 1
  3136. | #define HAVE_LIBYAJL 1
  3137. | #define HAVE_LIBTINYXML 1
  3138. | #define HAVE_LIBPCRE 1
  3139. | #define HAVE_LIBPCRECPP 1
  3140. | #define HAVE_LIBBLURAY 1
  3141. | #define HAVE_LIBICONV 1
  3142. | #define HAVE_LIBSDL 1
  3143. | #define HAVE_SDL 1
  3144. | #define HAVE_LIBMP3LAME 1
  3145. | #define HAVE_LIBVORBISENC 1
  3146. | #define HAVE_LIBMICROHTTPD 1
  3147. | #define HAS_DVD_DRIVE 1
  3148. | #define HAVE_LIBRTMP_LOG_H 1
  3149. | #define HAVE_LIBRTMP_AMF_H 1
  3150. | #define HAVE_LIBRTMP_RTMP_H 1
  3151. | #define HAS_LIBRTMP 1
  3152. | #define HAVE_LIBSMBCLIENT 1
  3153. | #define HAVE_LIBSMBCLIENT 1
  3154. | #define HAVE_NFSC_LIBNFS_H 1
  3155. | #define HAVE_LIBNFS 1
  3156. | #define HAVE_AFPFS_NG_LIBAFPCLIENT_H 1
  3157. | #define HAVE_LIBAFPCLIENT 1
  3158. | #define HAVE_LIBPLIST 1
  3159. | #define HAVE_LIBSHAIRPORT 1
  3160. | #define HAVE_LIBCEC 1
  3161. | #define PIX_FMT_VDPAU_MPEG4_IN_AVUTIL 1
  3162. | #define HAVE_PYTHON "2.6"
  3163. | #define HAVE_LIBCRYSTALHD 2
  3164. | #define HAVE_LIBVDADECODER 1
  3165. | #define HAVE_YAJL_YAJL_VERSION_H 1
  3166. | #define HAVE_DIRENT_H 1
  3167. | #define STDC_HEADERS 1
  3168. | #define HAVE_SYS_WAIT_H 1
  3169. | #define HAVE_ARPA_INET_H 1
  3170. | #define HAVE_FCNTL_H 1
  3171. | #define HAVE_FLOAT_H 1
  3172. | #define HAVE_INTTYPES_H 1
  3173. | #define HAVE_LIMITS_H 1
  3174. | #define HAVE_LOCALE_H 1
  3175. | /* end confdefs.h.  */
  3176. | #include <stdio.h>
  3177. | #ifdef HAVE_SYS_TYPES_H
  3178. | # include <sys/types.h>
  3179. | #endif
  3180. | #ifdef HAVE_SYS_STAT_H
  3181. | # include <sys/stat.h>
  3182. | #endif
  3183. | #ifdef STDC_HEADERS
  3184. | # include <stdlib.h>
  3185. | # include <stddef.h>
  3186. | #else
  3187. | # ifdef HAVE_STDLIB_H
  3188. | #  include <stdlib.h>
  3189. | # endif
  3190. | #endif
  3191. | #ifdef HAVE_STRING_H
  3192. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  3193. | #  include <memory.h>
  3194. | # endif
  3195. | # include <string.h>
  3196. | #endif
  3197. | #ifdef HAVE_STRINGS_H
  3198. | # include <strings.h>
  3199. | #endif
  3200. | #ifdef HAVE_INTTYPES_H
  3201. | # include <inttypes.h>
  3202. | #endif
  3203. | #ifdef HAVE_STDINT_H
  3204. | # include <stdint.h>
  3205. | #endif
  3206. | #ifdef HAVE_UNISTD_H
  3207. | # include <unistd.h>
  3208. | #endif
  3209. | #include <malloc.h>
  3210. configure:34663: result: no
  3211. configure:34667: checking malloc.h presence
  3212. configure:34682: /Developer/usr/bin/cpp-4.2  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit conftest.c
  3213. conftest.c:148:20: error: malloc.h: No such file or directory
  3214. configure:34689: $? = 1
  3215. configure: failed program was:
  3216. | /* confdefs.h.  */
  3217. | #define PACKAGE_NAME "xbmc"
  3218. | #define PACKAGE_TARNAME "xbmc"
  3219. | #define PACKAGE_VERSION "11.9.3"
  3220. | #define PACKAGE_STRING "xbmc 11.9.3"
  3221. | #define PACKAGE_BUGREPORT "http://trac.xbmc.org"
  3222. | #define PACKAGE "xbmc"
  3223. | #define VERSION "11.9.3"
  3224. | #define LIRC_DEVICE "/dev/lircd"
  3225. | #define STDC_HEADERS 1
  3226. | #define HAVE_SYS_TYPES_H 1
  3227. | #define HAVE_SYS_STAT_H 1
  3228. | #define HAVE_STDLIB_H 1
  3229. | #define HAVE_STRING_H 1
  3230. | #define HAVE_MEMORY_H 1
  3231. | #define HAVE_STRINGS_H 1
  3232. | #define HAVE_INTTYPES_H 1
  3233. | #define HAVE_STDINT_H 1
  3234. | #define HAVE_UNISTD_H 1
  3235. | #define HAVE_DLFCN_H 1
  3236. | #define LT_OBJDIR ".libs/"
  3237. | #define HAVE_ALLOCA_H 1
  3238. | #define HAVE_ALLOCA 1
  3239. | #define HAVE_UNISTD_H 1
  3240. | #define HAVE_CHOWN 1
  3241. | #define HAVE_DIRENT_H 1
  3242. | #define HAVE_FSEEKO 1
  3243. | #define TIME_WITH_SYS_TIME 1
  3244. | #define HAVE_SYS_TIME_H 1
  3245. | #define HAVE_UNISTD_H 1
  3246. | #define HAVE_UTIME_H 1
  3247. | #define HAVE_ALARM 1
  3248. | #define HAVE_STDLIB_H 1
  3249. | #define HAVE_UNISTD_H 1
  3250. | #define HAVE_GETPAGESIZE 1
  3251. | #define HAVE_MMAP 1
  3252. | #define HAVE_SYS_SELECT_H 1
  3253. | #define HAVE_SYS_SOCKET_H 1
  3254. | #define SELECT_TYPE_ARG1 int
  3255. | #define SELECT_TYPE_ARG234 (fd_set *)
  3256. | #define SELECT_TYPE_ARG5 (struct timeval *)
  3257. | #define RETSIGTYPE void
  3258. | #define HAVE_STRCOLL 1
  3259. | #define HAVE_STRFTIME 1
  3260. | #define HAVE_UTIME_NULL 1
  3261. | #define HAVE_VPRINTF 1
  3262. | #define HAVE_ATEXIT 1
  3263. | #define HAVE_DUP2 1
  3264. | #define HAVE_FDATASYNC 1
  3265. | #define HAVE_FLOOR 1
  3266. | #define HAVE_FTIME 1
  3267. | #define HAVE_FTRUNCATE 1
  3268. | #define HAVE_GETCWD 1
  3269. | #define HAVE_GETHOSTBYADDR 1
  3270. | #define HAVE_GETHOSTBYNAME 1
  3271. | #define HAVE_GETHOSTNAME 1
  3272. | #define HAVE_GETPAGESIZE 1
  3273. | #define HAVE_GETPASS 1
  3274. | #define HAVE_GETTIMEOFDAY 1
  3275. | #define HAVE_INET_NTOA 1
  3276. | #define HAVE_LCHOWN 1
  3277. | #define HAVE_LOCALECONV 1
  3278. | #define HAVE_MEMCHR 1
  3279. | #define HAVE_MEMMOVE 1
  3280. | #define HAVE_MEMSET 1
  3281. | #define HAVE_MKDIR 1
  3282. | #define HAVE_MODF 1
  3283. | #define HAVE_MUNMAP 1
  3284. | #define HAVE_POW 1
  3285. | #define HAVE_RMDIR 1
  3286. | #define HAVE_SELECT 1
  3287. | #define HAVE_SETENV 1
  3288. | #define HAVE_SETLOCALE 1
  3289. | #define HAVE_SOCKET 1
  3290. | #define HAVE_SQRT 1
  3291. | #define HAVE_STRCASECMP 1
  3292. | #define HAVE_STRCHR 1
  3293. | #define HAVE_STRCSPN 1
  3294. | #define HAVE_STRDUP 1
  3295. | #define HAVE_STRERROR 1
  3296. | #define HAVE_STRNCASECMP 1
  3297. | #define HAVE_STRPBRK 1
  3298. | #define HAVE_STRRCHR 1
  3299. | #define HAVE_STRSPN 1
  3300. | #define HAVE_STRSTR 1
  3301. | #define HAVE_STRTOL 1
  3302. | #define HAVE_STRTOUL 1
  3303. | #define HAVE_TZSET 1
  3304. | #define HAVE_UTIME 1
  3305. | #define SIZEOF_INT 4
  3306. | #define SIZEOF_SIZE_T 4
  3307. | #define HAVE_LIBGL 1
  3308. | #define HAVE_LIBGLU 1
  3309. | #define HAVE_LIBGLEW 1
  3310. | #define HAVE_OPENSSL 1
  3311. | #define HAVE_LIBGCRYPT 1
  3312. | #define HAVE_GCRYPT 1
  3313. | #define HAVE_LIBBZ2 1
  3314. | #define HAVE_LIBJPEG 1
  3315. | #define HAVE_LIBTIFF 1
  3316. | #define HAVE_LIBPTHREAD 1
  3317. | #define HAVE_LIBLZO2 1
  3318. | #define HAVE_LIBZ 1
  3319. | #define HAVE_LIBCRYPTO 1
  3320. | #define HAVE_LIBSSL 1
  3321. | #define HAVE_LIBMYSQLCLIENT 1
  3322. | #define HAVE_LIBSSH 1
  3323. | #define HAVE_LIBYAJL 1
  3324. | #define HAVE_LIBTINYXML 1
  3325. | #define HAVE_LIBPCRE 1
  3326. | #define HAVE_LIBPCRECPP 1
  3327. | #define HAVE_LIBBLURAY 1
  3328. | #define HAVE_LIBICONV 1
  3329. | #define HAVE_LIBSDL 1
  3330. | #define HAVE_SDL 1
  3331. | #define HAVE_LIBMP3LAME 1
  3332. | #define HAVE_LIBVORBISENC 1
  3333. | #define HAVE_LIBMICROHTTPD 1
  3334. | #define HAS_DVD_DRIVE 1
  3335. | #define HAVE_LIBRTMP_LOG_H 1
  3336. | #define HAVE_LIBRTMP_AMF_H 1
  3337. | #define HAVE_LIBRTMP_RTMP_H 1
  3338. | #define HAS_LIBRTMP 1
  3339. | #define HAVE_LIBSMBCLIENT 1
  3340. | #define HAVE_LIBSMBCLIENT 1
  3341. | #define HAVE_NFSC_LIBNFS_H 1
  3342. | #define HAVE_LIBNFS 1
  3343. | #define HAVE_AFPFS_NG_LIBAFPCLIENT_H 1
  3344. | #define HAVE_LIBAFPCLIENT 1
  3345. | #define HAVE_LIBPLIST 1
  3346. | #define HAVE_LIBSHAIRPORT 1
  3347. | #define HAVE_LIBCEC 1
  3348. | #define PIX_FMT_VDPAU_MPEG4_IN_AVUTIL 1
  3349. | #define HAVE_PYTHON "2.6"
  3350. | #define HAVE_LIBCRYSTALHD 2
  3351. | #define HAVE_LIBVDADECODER 1
  3352. | #define HAVE_YAJL_YAJL_VERSION_H 1
  3353. | #define HAVE_DIRENT_H 1
  3354. | #define STDC_HEADERS 1
  3355. | #define HAVE_SYS_WAIT_H 1
  3356. | #define HAVE_ARPA_INET_H 1
  3357. | #define HAVE_FCNTL_H 1
  3358. | #define HAVE_FLOAT_H 1
  3359. | #define HAVE_INTTYPES_H 1
  3360. | #define HAVE_LIMITS_H 1
  3361. | #define HAVE_LOCALE_H 1
  3362. | /* end confdefs.h.  */
  3363. | #include <malloc.h>
  3364. configure:34703: result: no
  3365. configure:34736: checking for malloc.h
  3366. configure:34745: result: no
  3367. configure:34614: checking for memory.h
  3368. configure:34621: result: yes
  3369. configure:34625: checking netdb.h usability
  3370. configure:34642: /usr/bin/gcc-4.2 -c  -std=gnu99 -no-cpp-precomp -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -g -D_DEBUG -Wall -O2  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit conftest.c >&5
  3371. configure:34649: $? = 0
  3372. configure:34663: result: yes
  3373. configure:34667: checking netdb.h presence
  3374. configure:34682: /Developer/usr/bin/cpp-4.2  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit conftest.c
  3375. configure:34689: $? = 0
  3376. configure:34703: result: yes
  3377. configure:34736: checking for netdb.h
  3378. configure:34745: result: yes
  3379. configure:34625: checking netinet/in.h usability
  3380. configure:34642: /usr/bin/gcc-4.2 -c  -std=gnu99 -no-cpp-precomp -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -g -D_DEBUG -Wall -O2  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit conftest.c >&5
  3381. configure:34649: $? = 0
  3382. configure:34663: result: yes
  3383. configure:34667: checking netinet/in.h presence
  3384. configure:34682: /Developer/usr/bin/cpp-4.2  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit conftest.c
  3385. configure:34689: $? = 0
  3386. configure:34703: result: yes
  3387. configure:34736: checking for netinet/in.h
  3388. configure:34745: result: yes
  3389. configure:34625: checking stddef.h usability
  3390. configure:34642: /usr/bin/gcc-4.2 -c  -std=gnu99 -no-cpp-precomp -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -g -D_DEBUG -Wall -O2  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit conftest.c >&5
  3391. configure:34649: $? = 0
  3392. configure:34663: result: yes
  3393. configure:34667: checking stddef.h presence
  3394. configure:34682: /Developer/usr/bin/cpp-4.2  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit conftest.c
  3395. configure:34689: $? = 0
  3396. configure:34703: result: yes
  3397. configure:34736: checking for stddef.h
  3398. configure:34745: result: yes
  3399. configure:34614: checking for stdint.h
  3400. configure:34621: result: yes
  3401. configure:34614: checking for stdlib.h
  3402. configure:34621: result: yes
  3403. configure:34614: checking for string.h
  3404. configure:34621: result: yes
  3405. configure:34614: checking for strings.h
  3406. configure:34621: result: yes
  3407. configure:34625: checking sys/file.h usability
  3408. configure:34642: /usr/bin/gcc-4.2 -c  -std=gnu99 -no-cpp-precomp -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -g -D_DEBUG -Wall -O2  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit conftest.c >&5
  3409. configure:34649: $? = 0
  3410. configure:34663: result: yes
  3411. configure:34667: checking sys/file.h presence
  3412. configure:34682: /Developer/usr/bin/cpp-4.2  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit conftest.c
  3413. configure:34689: $? = 0
  3414. configure:34703: result: yes
  3415. configure:34736: checking for sys/file.h
  3416. configure:34745: result: yes
  3417. configure:34625: checking sys/ioctl.h usability
  3418. configure:34642: /usr/bin/gcc-4.2 -c  -std=gnu99 -no-cpp-precomp -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -g -D_DEBUG -Wall -O2  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit conftest.c >&5
  3419. configure:34649: $? = 0
  3420. configure:34663: result: yes
  3421. configure:34667: checking sys/ioctl.h presence
  3422. configure:34682: /Developer/usr/bin/cpp-4.2  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit conftest.c
  3423. configure:34689: $? = 0
  3424. configure:34703: result: yes
  3425. configure:34736: checking for sys/ioctl.h
  3426. configure:34745: result: yes
  3427. configure:34625: checking sys/mount.h usability
  3428. configure:34642: /usr/bin/gcc-4.2 -c  -std=gnu99 -no-cpp-precomp -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -g -D_DEBUG -Wall -O2  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit conftest.c >&5
  3429. configure:34649: $? = 0
  3430. configure:34663: result: yes
  3431. configure:34667: checking sys/mount.h presence
  3432. configure:34682: /Developer/usr/bin/cpp-4.2  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit conftest.c
  3433. configure:34689: $? = 0
  3434. configure:34703: result: yes
  3435. configure:34736: checking for sys/mount.h
  3436. configure:34745: result: yes
  3437. configure:34625: checking sys/param.h usability
  3438. configure:34642: /usr/bin/gcc-4.2 -c  -std=gnu99 -no-cpp-precomp -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -g -D_DEBUG -Wall -O2  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit conftest.c >&5
  3439. configure:34649: $? = 0
  3440. configure:34663: result: yes
  3441. configure:34667: checking sys/param.h presence
  3442. configure:34682: /Developer/usr/bin/cpp-4.2  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit conftest.c
  3443. configure:34689: $? = 0
  3444. configure:34703: result: yes
  3445. configure:34736: checking for sys/param.h
  3446. configure:34745: result: yes
  3447. configure:34614: checking for sys/socket.h
  3448. configure:34621: result: yes
  3449. configure:34614: checking for sys/time.h
  3450. configure:34621: result: yes
  3451. configure:34625: checking sys/timeb.h usability
  3452. configure:34642: /usr/bin/gcc-4.2 -c  -std=gnu99 -no-cpp-precomp -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -g -D_DEBUG -Wall -O2  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit conftest.c >&5
  3453. configure:34649: $? = 0
  3454. configure:34663: result: yes
  3455. configure:34667: checking sys/timeb.h presence
  3456. configure:34682: /Developer/usr/bin/cpp-4.2  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit conftest.c
  3457. configure:34689: $? = 0
  3458. configure:34703: result: yes
  3459. configure:34736: checking for sys/timeb.h
  3460. configure:34745: result: yes
  3461. configure:34625: checking sys/vfs.h usability
  3462. configure:34642: /usr/bin/gcc-4.2 -c  -std=gnu99 -no-cpp-precomp -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -g -D_DEBUG -Wall -O2  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit conftest.c >&5
  3463. conftest.c:196:21: error: sys/vfs.h: No such file or directory
  3464. configure:34649: $? = 1
  3465. configure: failed program was:
  3466. | /* confdefs.h.  */
  3467. | #define PACKAGE_NAME "xbmc"
  3468. | #define PACKAGE_TARNAME "xbmc"
  3469. | #define PACKAGE_VERSION "11.9.3"
  3470. | #define PACKAGE_STRING "xbmc 11.9.3"
  3471. | #define PACKAGE_BUGREPORT "http://trac.xbmc.org"
  3472. | #define PACKAGE "xbmc"
  3473. | #define VERSION "11.9.3"
  3474. | #define LIRC_DEVICE "/dev/lircd"
  3475. | #define STDC_HEADERS 1
  3476. | #define HAVE_SYS_TYPES_H 1
  3477. | #define HAVE_SYS_STAT_H 1
  3478. | #define HAVE_STDLIB_H 1
  3479. | #define HAVE_STRING_H 1
  3480. | #define HAVE_MEMORY_H 1
  3481. | #define HAVE_STRINGS_H 1
  3482. | #define HAVE_INTTYPES_H 1
  3483. | #define HAVE_STDINT_H 1
  3484. | #define HAVE_UNISTD_H 1
  3485. | #define HAVE_DLFCN_H 1
  3486. | #define LT_OBJDIR ".libs/"
  3487. | #define HAVE_ALLOCA_H 1
  3488. | #define HAVE_ALLOCA 1
  3489. | #define HAVE_UNISTD_H 1
  3490. | #define HAVE_CHOWN 1
  3491. | #define HAVE_DIRENT_H 1
  3492. | #define HAVE_FSEEKO 1
  3493. | #define TIME_WITH_SYS_TIME 1
  3494. | #define HAVE_SYS_TIME_H 1
  3495. | #define HAVE_UNISTD_H 1
  3496. | #define HAVE_UTIME_H 1
  3497. | #define HAVE_ALARM 1
  3498. | #define HAVE_STDLIB_H 1
  3499. | #define HAVE_UNISTD_H 1
  3500. | #define HAVE_GETPAGESIZE 1
  3501. | #define HAVE_MMAP 1
  3502. | #define HAVE_SYS_SELECT_H 1
  3503. | #define HAVE_SYS_SOCKET_H 1
  3504. | #define SELECT_TYPE_ARG1 int
  3505. | #define SELECT_TYPE_ARG234 (fd_set *)
  3506. | #define SELECT_TYPE_ARG5 (struct timeval *)
  3507. | #define RETSIGTYPE void
  3508. | #define HAVE_STRCOLL 1
  3509. | #define HAVE_STRFTIME 1
  3510. | #define HAVE_UTIME_NULL 1
  3511. | #define HAVE_VPRINTF 1
  3512. | #define HAVE_ATEXIT 1
  3513. | #define HAVE_DUP2 1
  3514. | #define HAVE_FDATASYNC 1
  3515. | #define HAVE_FLOOR 1
  3516. | #define HAVE_FTIME 1
  3517. | #define HAVE_FTRUNCATE 1
  3518. | #define HAVE_GETCWD 1
  3519. | #define HAVE_GETHOSTBYADDR 1
  3520. | #define HAVE_GETHOSTBYNAME 1
  3521. | #define HAVE_GETHOSTNAME 1
  3522. | #define HAVE_GETPAGESIZE 1
  3523. | #define HAVE_GETPASS 1
  3524. | #define HAVE_GETTIMEOFDAY 1
  3525. | #define HAVE_INET_NTOA 1
  3526. | #define HAVE_LCHOWN 1
  3527. | #define HAVE_LOCALECONV 1
  3528. | #define HAVE_MEMCHR 1
  3529. | #define HAVE_MEMMOVE 1
  3530. | #define HAVE_MEMSET 1
  3531. | #define HAVE_MKDIR 1
  3532. | #define HAVE_MODF 1
  3533. | #define HAVE_MUNMAP 1
  3534. | #define HAVE_POW 1
  3535. | #define HAVE_RMDIR 1
  3536. | #define HAVE_SELECT 1
  3537. | #define HAVE_SETENV 1
  3538. | #define HAVE_SETLOCALE 1
  3539. | #define HAVE_SOCKET 1
  3540. | #define HAVE_SQRT 1
  3541. | #define HAVE_STRCASECMP 1
  3542. | #define HAVE_STRCHR 1
  3543. | #define HAVE_STRCSPN 1
  3544. | #define HAVE_STRDUP 1
  3545. | #define HAVE_STRERROR 1
  3546. | #define HAVE_STRNCASECMP 1
  3547. | #define HAVE_STRPBRK 1
  3548. | #define HAVE_STRRCHR 1
  3549. | #define HAVE_STRSPN 1
  3550. | #define HAVE_STRSTR 1
  3551. | #define HAVE_STRTOL 1
  3552. | #define HAVE_STRTOUL 1
  3553. | #define HAVE_TZSET 1
  3554. | #define HAVE_UTIME 1
  3555. | #define SIZEOF_INT 4
  3556. | #define SIZEOF_SIZE_T 4
  3557. | #define HAVE_LIBGL 1
  3558. | #define HAVE_LIBGLU 1
  3559. | #define HAVE_LIBGLEW 1
  3560. | #define HAVE_OPENSSL 1
  3561. | #define HAVE_LIBGCRYPT 1
  3562. | #define HAVE_GCRYPT 1
  3563. | #define HAVE_LIBBZ2 1
  3564. | #define HAVE_LIBJPEG 1
  3565. | #define HAVE_LIBTIFF 1
  3566. | #define HAVE_LIBPTHREAD 1
  3567. | #define HAVE_LIBLZO2 1
  3568. | #define HAVE_LIBZ 1
  3569. | #define HAVE_LIBCRYPTO 1
  3570. | #define HAVE_LIBSSL 1
  3571. | #define HAVE_LIBMYSQLCLIENT 1
  3572. | #define HAVE_LIBSSH 1
  3573. | #define HAVE_LIBYAJL 1
  3574. | #define HAVE_LIBTINYXML 1
  3575. | #define HAVE_LIBPCRE 1
  3576. | #define HAVE_LIBPCRECPP 1
  3577. | #define HAVE_LIBBLURAY 1
  3578. | #define HAVE_LIBICONV 1
  3579. | #define HAVE_LIBSDL 1
  3580. | #define HAVE_SDL 1
  3581. | #define HAVE_LIBMP3LAME 1
  3582. | #define HAVE_LIBVORBISENC 1
  3583. | #define HAVE_LIBMICROHTTPD 1
  3584. | #define HAS_DVD_DRIVE 1
  3585. | #define HAVE_LIBRTMP_LOG_H 1
  3586. | #define HAVE_LIBRTMP_AMF_H 1
  3587. | #define HAVE_LIBRTMP_RTMP_H 1
  3588. | #define HAS_LIBRTMP 1
  3589. | #define HAVE_LIBSMBCLIENT 1
  3590. | #define HAVE_LIBSMBCLIENT 1
  3591. | #define HAVE_NFSC_LIBNFS_H 1
  3592. | #define HAVE_LIBNFS 1
  3593. | #define HAVE_AFPFS_NG_LIBAFPCLIENT_H 1
  3594. | #define HAVE_LIBAFPCLIENT 1
  3595. | #define HAVE_LIBPLIST 1
  3596. | #define HAVE_LIBSHAIRPORT 1
  3597. | #define HAVE_LIBCEC 1
  3598. | #define PIX_FMT_VDPAU_MPEG4_IN_AVUTIL 1
  3599. | #define HAVE_PYTHON "2.6"
  3600. | #define HAVE_LIBCRYSTALHD 2
  3601. | #define HAVE_LIBVDADECODER 1
  3602. | #define HAVE_YAJL_YAJL_VERSION_H 1
  3603. | #define HAVE_DIRENT_H 1
  3604. | #define STDC_HEADERS 1
  3605. | #define HAVE_SYS_WAIT_H 1
  3606. | #define HAVE_ARPA_INET_H 1
  3607. | #define HAVE_FCNTL_H 1
  3608. | #define HAVE_FLOAT_H 1
  3609. | #define HAVE_INTTYPES_H 1
  3610. | #define HAVE_LIMITS_H 1
  3611. | #define HAVE_LOCALE_H 1
  3612. | #define HAVE_MEMORY_H 1
  3613. | #define HAVE_NETDB_H 1
  3614. | #define HAVE_NETINET_IN_H 1
  3615. | #define HAVE_STDDEF_H 1
  3616. | #define HAVE_STDINT_H 1
  3617. | #define HAVE_STDLIB_H 1
  3618. | #define HAVE_STRING_H 1
  3619. | #define HAVE_STRINGS_H 1
  3620. | #define HAVE_SYS_FILE_H 1
  3621. | #define HAVE_SYS_IOCTL_H 1
  3622. | #define HAVE_SYS_MOUNT_H 1
  3623. | #define HAVE_SYS_PARAM_H 1
  3624. | #define HAVE_SYS_SOCKET_H 1
  3625. | #define HAVE_SYS_TIME_H 1
  3626. | #define HAVE_SYS_TIMEB_H 1
  3627. | /* end confdefs.h.  */
  3628. | #include <stdio.h>
  3629. | #ifdef HAVE_SYS_TYPES_H
  3630. | # include <sys/types.h>
  3631. | #endif
  3632. | #ifdef HAVE_SYS_STAT_H
  3633. | # include <sys/stat.h>
  3634. | #endif
  3635. | #ifdef STDC_HEADERS
  3636. | # include <stdlib.h>
  3637. | # include <stddef.h>
  3638. | #else
  3639. | # ifdef HAVE_STDLIB_H
  3640. | #  include <stdlib.h>
  3641. | # endif
  3642. | #endif
  3643. | #ifdef HAVE_STRING_H
  3644. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  3645. | #  include <memory.h>
  3646. | # endif
  3647. | # include <string.h>
  3648. | #endif
  3649. | #ifdef HAVE_STRINGS_H
  3650. | # include <strings.h>
  3651. | #endif
  3652. | #ifdef HAVE_INTTYPES_H
  3653. | # include <inttypes.h>
  3654. | #endif
  3655. | #ifdef HAVE_STDINT_H
  3656. | # include <stdint.h>
  3657. | #endif
  3658. | #ifdef HAVE_UNISTD_H
  3659. | # include <unistd.h>
  3660. | #endif
  3661. | #include <sys/vfs.h>
  3662. configure:34663: result: no
  3663. configure:34667: checking sys/vfs.h presence
  3664. configure:34682: /Developer/usr/bin/cpp-4.2  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit conftest.c
  3665. conftest.c:163:21: error: sys/vfs.h: No such file or directory
  3666. configure:34689: $? = 1
  3667. configure: failed program was:
  3668. | /* confdefs.h.  */
  3669. | #define PACKAGE_NAME "xbmc"
  3670. | #define PACKAGE_TARNAME "xbmc"
  3671. | #define PACKAGE_VERSION "11.9.3"
  3672. | #define PACKAGE_STRING "xbmc 11.9.3"
  3673. | #define PACKAGE_BUGREPORT "http://trac.xbmc.org"
  3674. | #define PACKAGE "xbmc"
  3675. | #define VERSION "11.9.3"
  3676. | #define LIRC_DEVICE "/dev/lircd"
  3677. | #define STDC_HEADERS 1
  3678. | #define HAVE_SYS_TYPES_H 1
  3679. | #define HAVE_SYS_STAT_H 1
  3680. | #define HAVE_STDLIB_H 1
  3681. | #define HAVE_STRING_H 1
  3682. | #define HAVE_MEMORY_H 1
  3683. | #define HAVE_STRINGS_H 1
  3684. | #define HAVE_INTTYPES_H 1
  3685. | #define HAVE_STDINT_H 1
  3686. | #define HAVE_UNISTD_H 1
  3687. | #define HAVE_DLFCN_H 1
  3688. | #define LT_OBJDIR ".libs/"
  3689. | #define HAVE_ALLOCA_H 1
  3690. | #define HAVE_ALLOCA 1
  3691. | #define HAVE_UNISTD_H 1
  3692. | #define HAVE_CHOWN 1
  3693. | #define HAVE_DIRENT_H 1
  3694. | #define HAVE_FSEEKO 1
  3695. | #define TIME_WITH_SYS_TIME 1
  3696. | #define HAVE_SYS_TIME_H 1
  3697. | #define HAVE_UNISTD_H 1
  3698. | #define HAVE_UTIME_H 1
  3699. | #define HAVE_ALARM 1
  3700. | #define HAVE_STDLIB_H 1
  3701. | #define HAVE_UNISTD_H 1
  3702. | #define HAVE_GETPAGESIZE 1
  3703. | #define HAVE_MMAP 1
  3704. | #define HAVE_SYS_SELECT_H 1
  3705. | #define HAVE_SYS_SOCKET_H 1
  3706. | #define SELECT_TYPE_ARG1 int
  3707. | #define SELECT_TYPE_ARG234 (fd_set *)
  3708. | #define SELECT_TYPE_ARG5 (struct timeval *)
  3709. | #define RETSIGTYPE void
  3710. | #define HAVE_STRCOLL 1
  3711. | #define HAVE_STRFTIME 1
  3712. | #define HAVE_UTIME_NULL 1
  3713. | #define HAVE_VPRINTF 1
  3714. | #define HAVE_ATEXIT 1
  3715. | #define HAVE_DUP2 1
  3716. | #define HAVE_FDATASYNC 1
  3717. | #define HAVE_FLOOR 1
  3718. | #define HAVE_FTIME 1
  3719. | #define HAVE_FTRUNCATE 1
  3720. | #define HAVE_GETCWD 1
  3721. | #define HAVE_GETHOSTBYADDR 1
  3722. | #define HAVE_GETHOSTBYNAME 1
  3723. | #define HAVE_GETHOSTNAME 1
  3724. | #define HAVE_GETPAGESIZE 1
  3725. | #define HAVE_GETPASS 1
  3726. | #define HAVE_GETTIMEOFDAY 1
  3727. | #define HAVE_INET_NTOA 1
  3728. | #define HAVE_LCHOWN 1
  3729. | #define HAVE_LOCALECONV 1
  3730. | #define HAVE_MEMCHR 1
  3731. | #define HAVE_MEMMOVE 1
  3732. | #define HAVE_MEMSET 1
  3733. | #define HAVE_MKDIR 1
  3734. | #define HAVE_MODF 1
  3735. | #define HAVE_MUNMAP 1
  3736. | #define HAVE_POW 1
  3737. | #define HAVE_RMDIR 1
  3738. | #define HAVE_SELECT 1
  3739. | #define HAVE_SETENV 1
  3740. | #define HAVE_SETLOCALE 1
  3741. | #define HAVE_SOCKET 1
  3742. | #define HAVE_SQRT 1
  3743. | #define HAVE_STRCASECMP 1
  3744. | #define HAVE_STRCHR 1
  3745. | #define HAVE_STRCSPN 1
  3746. | #define HAVE_STRDUP 1
  3747. | #define HAVE_STRERROR 1
  3748. | #define HAVE_STRNCASECMP 1
  3749. | #define HAVE_STRPBRK 1
  3750. | #define HAVE_STRRCHR 1
  3751. | #define HAVE_STRSPN 1
  3752. | #define HAVE_STRSTR 1
  3753. | #define HAVE_STRTOL 1
  3754. | #define HAVE_STRTOUL 1
  3755. | #define HAVE_TZSET 1
  3756. | #define HAVE_UTIME 1
  3757. | #define SIZEOF_INT 4
  3758. | #define SIZEOF_SIZE_T 4
  3759. | #define HAVE_LIBGL 1
  3760. | #define HAVE_LIBGLU 1
  3761. | #define HAVE_LIBGLEW 1
  3762. | #define HAVE_OPENSSL 1
  3763. | #define HAVE_LIBGCRYPT 1
  3764. | #define HAVE_GCRYPT 1
  3765. | #define HAVE_LIBBZ2 1
  3766. | #define HAVE_LIBJPEG 1
  3767. | #define HAVE_LIBTIFF 1
  3768. | #define HAVE_LIBPTHREAD 1
  3769. | #define HAVE_LIBLZO2 1
  3770. | #define HAVE_LIBZ 1
  3771. | #define HAVE_LIBCRYPTO 1
  3772. | #define HAVE_LIBSSL 1
  3773. | #define HAVE_LIBMYSQLCLIENT 1
  3774. | #define HAVE_LIBSSH 1
  3775. | #define HAVE_LIBYAJL 1
  3776. | #define HAVE_LIBTINYXML 1
  3777. | #define HAVE_LIBPCRE 1
  3778. | #define HAVE_LIBPCRECPP 1
  3779. | #define HAVE_LIBBLURAY 1
  3780. | #define HAVE_LIBICONV 1
  3781. | #define HAVE_LIBSDL 1
  3782. | #define HAVE_SDL 1
  3783. | #define HAVE_LIBMP3LAME 1
  3784. | #define HAVE_LIBVORBISENC 1
  3785. | #define HAVE_LIBMICROHTTPD 1
  3786. | #define HAS_DVD_DRIVE 1
  3787. | #define HAVE_LIBRTMP_LOG_H 1
  3788. | #define HAVE_LIBRTMP_AMF_H 1
  3789. | #define HAVE_LIBRTMP_RTMP_H 1
  3790. | #define HAS_LIBRTMP 1
  3791. | #define HAVE_LIBSMBCLIENT 1
  3792. | #define HAVE_LIBSMBCLIENT 1
  3793. | #define HAVE_NFSC_LIBNFS_H 1
  3794. | #define HAVE_LIBNFS 1
  3795. | #define HAVE_AFPFS_NG_LIBAFPCLIENT_H 1
  3796. | #define HAVE_LIBAFPCLIENT 1
  3797. | #define HAVE_LIBPLIST 1
  3798. | #define HAVE_LIBSHAIRPORT 1
  3799. | #define HAVE_LIBCEC 1
  3800. | #define PIX_FMT_VDPAU_MPEG4_IN_AVUTIL 1
  3801. | #define HAVE_PYTHON "2.6"
  3802. | #define HAVE_LIBCRYSTALHD 2
  3803. | #define HAVE_LIBVDADECODER 1
  3804. | #define HAVE_YAJL_YAJL_VERSION_H 1
  3805. | #define HAVE_DIRENT_H 1
  3806. | #define STDC_HEADERS 1
  3807. | #define HAVE_SYS_WAIT_H 1
  3808. | #define HAVE_ARPA_INET_H 1
  3809. | #define HAVE_FCNTL_H 1
  3810. | #define HAVE_FLOAT_H 1
  3811. | #define HAVE_INTTYPES_H 1
  3812. | #define HAVE_LIMITS_H 1
  3813. | #define HAVE_LOCALE_H 1
  3814. | #define HAVE_MEMORY_H 1
  3815. | #define HAVE_NETDB_H 1
  3816. | #define HAVE_NETINET_IN_H 1
  3817. | #define HAVE_STDDEF_H 1
  3818. | #define HAVE_STDINT_H 1
  3819. | #define HAVE_STDLIB_H 1
  3820. | #define HAVE_STRING_H 1
  3821. | #define HAVE_STRINGS_H 1
  3822. | #define HAVE_SYS_FILE_H 1
  3823. | #define HAVE_SYS_IOCTL_H 1
  3824. | #define HAVE_SYS_MOUNT_H 1
  3825. | #define HAVE_SYS_PARAM_H 1
  3826. | #define HAVE_SYS_SOCKET_H 1
  3827. | #define HAVE_SYS_TIME_H 1
  3828. | #define HAVE_SYS_TIMEB_H 1
  3829. | /* end confdefs.h.  */
  3830. | #include <sys/vfs.h>
  3831. configure:34703: result: no
  3832. configure:34736: checking for sys/vfs.h
  3833. configure:34745: result: no
  3834. configure:34625: checking termios.h usability
  3835. configure:34642: /usr/bin/gcc-4.2 -c  -std=gnu99 -no-cpp-precomp -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -g -D_DEBUG -Wall -O2  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit conftest.c >&5
  3836. configure:34649: $? = 0
  3837. configure:34663: result: yes
  3838. configure:34667: checking termios.h presence
  3839. configure:34682: /Developer/usr/bin/cpp-4.2  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit conftest.c
  3840. configure:34689: $? = 0
  3841. configure:34703: result: yes
  3842. configure:34736: checking for termios.h
  3843. configure:34745: result: yes
  3844. configure:34614: checking for unistd.h
  3845. configure:34621: result: yes
  3846. configure:34614: checking for utime.h
  3847. configure:34621: result: yes
  3848. configure:34625: checking wchar.h usability
  3849. configure:34642: /usr/bin/gcc-4.2 -c  -std=gnu99 -no-cpp-precomp -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -g -D_DEBUG -Wall -O2  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit conftest.c >&5
  3850. configure:34649: $? = 0
  3851. configure:34663: result: yes
  3852. configure:34667: checking wchar.h presence
  3853. configure:34682: /Developer/usr/bin/cpp-4.2  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit conftest.c
  3854. configure:34689: $? = 0
  3855. configure:34703: result: yes
  3856. configure:34736: checking for wchar.h
  3857. configure:34745: result: yes
  3858. configure:34625: checking wctype.h usability
  3859. configure:34642: /usr/bin/gcc-4.2 -c  -std=gnu99 -no-cpp-precomp -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -g -D_DEBUG -Wall -O2  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit conftest.c >&5
  3860. configure:34649: $? = 0
  3861. configure:34663: result: yes
  3862. configure:34667: checking wctype.h presence
  3863. configure:34682: /Developer/usr/bin/cpp-4.2  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit conftest.c
  3864. configure:34689: $? = 0
  3865. configure:34703: result: yes
  3866. configure:34736: checking for wctype.h
  3867. configure:34745: result: yes
  3868. configure:34776: checking cdio/iso9660.h usability
  3869. configure:34793: /usr/bin/gcc-4.2 -c  -std=gnu99 -no-cpp-precomp -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -g -D_DEBUG -Wall -O2  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit conftest.c >&5
  3870. configure:34800: $? = 0
  3871. configure:34814: result: yes
  3872. configure:34818: checking cdio/iso9660.h presence
  3873. configure:34833: /Developer/usr/bin/cpp-4.2  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit conftest.c
  3874. configure:34840: $? = 0
  3875. configure:34854: result: yes
  3876. configure:34887: checking for cdio/iso9660.h
  3877. configure:34896: result: yes
  3878. configure:34917: checking whether stat file-mode macros are broken
  3879. configure:34954: /usr/bin/gcc-4.2 -c  -std=gnu99 -no-cpp-precomp -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -g -D_DEBUG -Wall -O2  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit conftest.c >&5
  3880. configure:34961: $? = 0
  3881. configure:34976: result: no
  3882. configure:34986: checking for stdbool.h that conforms to C99
  3883. configure:35081: /usr/bin/gcc-4.2 -c  -std=gnu99 -no-cpp-precomp -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -g -D_DEBUG -Wall -O2  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit conftest.c >&5
  3884. conftest.c:196: warning: the address of 's' will always evaluate as 'true'
  3885. conftest.c: In function 'main':
  3886. conftest.c:240: warning: the address of 'a' will always evaluate as 'true'
  3887. conftest.c:240: warning: the address of 'b' will always evaluate as 'true'
  3888. conftest.c:240: warning: the address of 'c' will always evaluate as 'true'
  3889. conftest.c:240: warning: the address of 'd' will always evaluate as 'true'
  3890. conftest.c:240: warning: the address of 'f' will always evaluate as 'true'
  3891. conftest.c:240: warning: the address of 'g' will always evaluate as 'true'
  3892. conftest.c:240: warning: the address of 'h' will always evaluate as 'true'
  3893. conftest.c:240: warning: the address of 'i' will always evaluate as 'true'
  3894. conftest.c:241: warning: the address of 'n' will always evaluate as 'true'
  3895. conftest.c:241: warning: the address of 'o' will always evaluate as 'true'
  3896. conftest.c:241: warning: the address of 'p' will always evaluate as 'true'
  3897. configure:35088: $? = 0
  3898. configure:35103: result: yes
  3899. configure:35105: checking for _Bool
  3900. configure:35133: /usr/bin/gcc-4.2 -c  -std=gnu99 -no-cpp-precomp -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -g -D_DEBUG -Wall -O2  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit conftest.c >&5
  3901. configure:35140: $? = 0
  3902. configure:35167: /usr/bin/gcc-4.2 -c  -std=gnu99 -no-cpp-precomp -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -g -D_DEBUG -Wall -O2  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit conftest.c >&5
  3903. conftest.c: In function 'main':
  3904. conftest.c:205: error: expected expression before ')' token
  3905. configure:35174: $? = 1
  3906. configure: failed program was:
  3907. | /* confdefs.h.  */
  3908. | #define PACKAGE_NAME "xbmc"
  3909. | #define PACKAGE_TARNAME "xbmc"
  3910. | #define PACKAGE_VERSION "11.9.3"
  3911. | #define PACKAGE_STRING "xbmc 11.9.3"
  3912. | #define PACKAGE_BUGREPORT "http://trac.xbmc.org"
  3913. | #define PACKAGE "xbmc"
  3914. | #define VERSION "11.9.3"
  3915. | #define LIRC_DEVICE "/dev/lircd"
  3916. | #define STDC_HEADERS 1
  3917. | #define HAVE_SYS_TYPES_H 1
  3918. | #define HAVE_SYS_STAT_H 1
  3919. | #define HAVE_STDLIB_H 1
  3920. | #define HAVE_STRING_H 1
  3921. | #define HAVE_MEMORY_H 1
  3922. | #define HAVE_STRINGS_H 1
  3923. | #define HAVE_INTTYPES_H 1
  3924. | #define HAVE_STDINT_H 1
  3925. | #define HAVE_UNISTD_H 1
  3926. | #define HAVE_DLFCN_H 1
  3927. | #define LT_OBJDIR ".libs/"
  3928. | #define HAVE_ALLOCA_H 1
  3929. | #define HAVE_ALLOCA 1
  3930. | #define HAVE_UNISTD_H 1
  3931. | #define HAVE_CHOWN 1
  3932. | #define HAVE_DIRENT_H 1
  3933. | #define HAVE_FSEEKO 1
  3934. | #define TIME_WITH_SYS_TIME 1
  3935. | #define HAVE_SYS_TIME_H 1
  3936. | #define HAVE_UNISTD_H 1
  3937. | #define HAVE_UTIME_H 1
  3938. | #define HAVE_ALARM 1
  3939. | #define HAVE_STDLIB_H 1
  3940. | #define HAVE_UNISTD_H 1
  3941. | #define HAVE_GETPAGESIZE 1
  3942. | #define HAVE_MMAP 1
  3943. | #define HAVE_SYS_SELECT_H 1
  3944. | #define HAVE_SYS_SOCKET_H 1
  3945. | #define SELECT_TYPE_ARG1 int
  3946. | #define SELECT_TYPE_ARG234 (fd_set *)
  3947. | #define SELECT_TYPE_ARG5 (struct timeval *)
  3948. | #define RETSIGTYPE void
  3949. | #define HAVE_STRCOLL 1
  3950. | #define HAVE_STRFTIME 1
  3951. | #define HAVE_UTIME_NULL 1
  3952. | #define HAVE_VPRINTF 1
  3953. | #define HAVE_ATEXIT 1
  3954. | #define HAVE_DUP2 1
  3955. | #define HAVE_FDATASYNC 1
  3956. | #define HAVE_FLOOR 1
  3957. | #define HAVE_FTIME 1
  3958. | #define HAVE_FTRUNCATE 1
  3959. | #define HAVE_GETCWD 1
  3960. | #define HAVE_GETHOSTBYADDR 1
  3961. | #define HAVE_GETHOSTBYNAME 1
  3962. | #define HAVE_GETHOSTNAME 1
  3963. | #define HAVE_GETPAGESIZE 1
  3964. | #define HAVE_GETPASS 1
  3965. | #define HAVE_GETTIMEOFDAY 1
  3966. | #define HAVE_INET_NTOA 1
  3967. | #define HAVE_LCHOWN 1
  3968. | #define HAVE_LOCALECONV 1
  3969. | #define HAVE_MEMCHR 1
  3970. | #define HAVE_MEMMOVE 1
  3971. | #define HAVE_MEMSET 1
  3972. | #define HAVE_MKDIR 1
  3973. | #define HAVE_MODF 1
  3974. | #define HAVE_MUNMAP 1
  3975. | #define HAVE_POW 1
  3976. | #define HAVE_RMDIR 1
  3977. | #define HAVE_SELECT 1
  3978. | #define HAVE_SETENV 1
  3979. | #define HAVE_SETLOCALE 1
  3980. | #define HAVE_SOCKET 1
  3981. | #define HAVE_SQRT 1
  3982. | #define HAVE_STRCASECMP 1
  3983. | #define HAVE_STRCHR 1
  3984. | #define HAVE_STRCSPN 1
  3985. | #define HAVE_STRDUP 1
  3986. | #define HAVE_STRERROR 1
  3987. | #define HAVE_STRNCASECMP 1
  3988. | #define HAVE_STRPBRK 1
  3989. | #define HAVE_STRRCHR 1
  3990. | #define HAVE_STRSPN 1
  3991. | #define HAVE_STRSTR 1
  3992. | #define HAVE_STRTOL 1
  3993. | #define HAVE_STRTOUL 1
  3994. | #define HAVE_TZSET 1
  3995. | #define HAVE_UTIME 1
  3996. | #define SIZEOF_INT 4
  3997. | #define SIZEOF_SIZE_T 4
  3998. | #define HAVE_LIBGL 1
  3999. | #define HAVE_LIBGLU 1
  4000. | #define HAVE_LIBGLEW 1
  4001. | #define HAVE_OPENSSL 1
  4002. | #define HAVE_LIBGCRYPT 1
  4003. | #define HAVE_GCRYPT 1
  4004. | #define HAVE_LIBBZ2 1
  4005. | #define HAVE_LIBJPEG 1
  4006. | #define HAVE_LIBTIFF 1
  4007. | #define HAVE_LIBPTHREAD 1
  4008. | #define HAVE_LIBLZO2 1
  4009. | #define HAVE_LIBZ 1
  4010. | #define HAVE_LIBCRYPTO 1
  4011. | #define HAVE_LIBSSL 1
  4012. | #define HAVE_LIBMYSQLCLIENT 1
  4013. | #define HAVE_LIBSSH 1
  4014. | #define HAVE_LIBYAJL 1
  4015. | #define HAVE_LIBTINYXML 1
  4016. | #define HAVE_LIBPCRE 1
  4017. | #define HAVE_LIBPCRECPP 1
  4018. | #define HAVE_LIBBLURAY 1
  4019. | #define HAVE_LIBICONV 1
  4020. | #define HAVE_LIBSDL 1
  4021. | #define HAVE_SDL 1
  4022. | #define HAVE_LIBMP3LAME 1
  4023. | #define HAVE_LIBVORBISENC 1
  4024. | #define HAVE_LIBMICROHTTPD 1
  4025. | #define HAS_DVD_DRIVE 1
  4026. | #define HAVE_LIBRTMP_LOG_H 1
  4027. | #define HAVE_LIBRTMP_AMF_H 1
  4028. | #define HAVE_LIBRTMP_RTMP_H 1
  4029. | #define HAS_LIBRTMP 1
  4030. | #define HAVE_LIBSMBCLIENT 1
  4031. | #define HAVE_LIBSMBCLIENT 1
  4032. | #define HAVE_NFSC_LIBNFS_H 1
  4033. | #define HAVE_LIBNFS 1
  4034. | #define HAVE_AFPFS_NG_LIBAFPCLIENT_H 1
  4035. | #define HAVE_LIBAFPCLIENT 1
  4036. | #define HAVE_LIBPLIST 1
  4037. | #define HAVE_LIBSHAIRPORT 1
  4038. | #define HAVE_LIBCEC 1
  4039. | #define PIX_FMT_VDPAU_MPEG4_IN_AVUTIL 1
  4040. | #define HAVE_PYTHON "2.6"
  4041. | #define HAVE_LIBCRYSTALHD 2
  4042. | #define HAVE_LIBVDADECODER 1
  4043. | #define HAVE_YAJL_YAJL_VERSION_H 1
  4044. | #define HAVE_DIRENT_H 1
  4045. | #define STDC_HEADERS 1
  4046. | #define HAVE_SYS_WAIT_H 1
  4047. | #define HAVE_ARPA_INET_H 1
  4048. | #define HAVE_FCNTL_H 1
  4049. | #define HAVE_FLOAT_H 1
  4050. | #define HAVE_INTTYPES_H 1
  4051. | #define HAVE_LIMITS_H 1
  4052. | #define HAVE_LOCALE_H 1
  4053. | #define HAVE_MEMORY_H 1
  4054. | #define HAVE_NETDB_H 1
  4055. | #define HAVE_NETINET_IN_H 1
  4056. | #define HAVE_STDDEF_H 1
  4057. | #define HAVE_STDINT_H 1
  4058. | #define HAVE_STDLIB_H 1
  4059. | #define HAVE_STRING_H 1
  4060. | #define HAVE_STRINGS_H 1
  4061. | #define HAVE_SYS_FILE_H 1
  4062. | #define HAVE_SYS_IOCTL_H 1
  4063. | #define HAVE_SYS_MOUNT_H 1
  4064. | #define HAVE_SYS_PARAM_H 1
  4065. | #define HAVE_SYS_SOCKET_H 1
  4066. | #define HAVE_SYS_TIME_H 1
  4067. | #define HAVE_SYS_TIMEB_H 1
  4068. | #define HAVE_TERMIOS_H 1
  4069. | #define HAVE_UNISTD_H 1
  4070. | #define HAVE_UTIME_H 1
  4071. | #define HAVE_WCHAR_H 1
  4072. | #define HAVE_WCTYPE_H 1
  4073. | #define HAVE_CDIO_ISO9660_H 1
  4074. | /* end confdefs.h.  */
  4075. | #include <stdio.h>
  4076. | #ifdef HAVE_SYS_TYPES_H
  4077. | # include <sys/types.h>
  4078. | #endif
  4079. | #ifdef HAVE_SYS_STAT_H
  4080. | # include <sys/stat.h>
  4081. | #endif
  4082. | #ifdef STDC_HEADERS
  4083. | # include <stdlib.h>
  4084. | # include <stddef.h>
  4085. | #else
  4086. | # ifdef HAVE_STDLIB_H
  4087. | #  include <stdlib.h>
  4088. | # endif
  4089. | #endif
  4090. | #ifdef HAVE_STRING_H
  4091. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  4092. | #  include <memory.h>
  4093. | # endif
  4094. | # include <string.h>
  4095. | #endif
  4096. | #ifdef HAVE_STRINGS_H
  4097. | # include <strings.h>
  4098. | #endif
  4099. | #ifdef HAVE_INTTYPES_H
  4100. | # include <inttypes.h>
  4101. | #endif
  4102. | #ifdef HAVE_STDINT_H
  4103. | # include <stdint.h>
  4104. | #endif
  4105. | #ifdef HAVE_UNISTD_H
  4106. | # include <unistd.h>
  4107. | #endif
  4108. | int
  4109. | main ()
  4110. | {
  4111. | if (sizeof ((_Bool)))
  4112. |     return 0;
  4113. |   ;
  4114. |   return 0;
  4115. | }
  4116. configure:35197: result: yes
  4117. configure:35216: checking for an ANSI C-conforming const
  4118. configure:35291: /usr/bin/gcc-4.2 -c  -std=gnu99 -no-cpp-precomp -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -g -D_DEBUG -Wall -O2  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit conftest.c >&5
  4119. conftest.c: In function 'main':
  4120. conftest.c:200: warning: 't' is used uninitialized in this function
  4121. conftest.c:216: warning: 'b' is used uninitialized in this function
  4122. conftest.c:222: warning: 'cs[0]' is used uninitialized in this function
  4123. configure:35298: $? = 0
  4124. configure:35313: result: yes
  4125. configure:35323: checking for uid_t in sys/types.h
  4126. configure:35346: result: yes
  4127. configure:35361: checking for inline
  4128. configure:35387: /usr/bin/gcc-4.2 -c  -std=gnu99 -no-cpp-precomp -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -g -D_DEBUG -Wall -O2  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit conftest.c >&5
  4129. configure:35394: $? = 0
  4130. configure:35412: result: inline
  4131. configure:35432: checking for int8_t
  4132. configure:35463: /usr/bin/gcc-4.2 -c  -std=gnu99 -no-cpp-precomp -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -g -D_DEBUG -Wall -O2  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit conftest.c >&5
  4133. configure:35470: $? = 0
  4134. configure:35499: /usr/bin/gcc-4.2 -c  -std=gnu99 -no-cpp-precomp -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -g -D_DEBUG -Wall -O2  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit conftest.c >&5
  4135. conftest.c: In function 'main':
  4136. conftest.c:208: error: size of array 'test_array' is negative
  4137. configure:35506: $? = 1
  4138. configure: failed program was:
  4139. | /* confdefs.h.  */
  4140. | #define PACKAGE_NAME "xbmc"
  4141. | #define PACKAGE_TARNAME "xbmc"
  4142. | #define PACKAGE_VERSION "11.9.3"
  4143. | #define PACKAGE_STRING "xbmc 11.9.3"
  4144. | #define PACKAGE_BUGREPORT "http://trac.xbmc.org"
  4145. | #define PACKAGE "xbmc"
  4146. | #define VERSION "11.9.3"
  4147. | #define LIRC_DEVICE "/dev/lircd"
  4148. | #define STDC_HEADERS 1
  4149. | #define HAVE_SYS_TYPES_H 1
  4150. | #define HAVE_SYS_STAT_H 1
  4151. | #define HAVE_STDLIB_H 1
  4152. | #define HAVE_STRING_H 1
  4153. | #define HAVE_MEMORY_H 1
  4154. | #define HAVE_STRINGS_H 1
  4155. | #define HAVE_INTTYPES_H 1
  4156. | #define HAVE_STDINT_H 1
  4157. | #define HAVE_UNISTD_H 1
  4158. | #define HAVE_DLFCN_H 1
  4159. | #define LT_OBJDIR ".libs/"
  4160. | #define HAVE_ALLOCA_H 1
  4161. | #define HAVE_ALLOCA 1
  4162. | #define HAVE_UNISTD_H 1
  4163. | #define HAVE_CHOWN 1
  4164. | #define HAVE_DIRENT_H 1
  4165. | #define HAVE_FSEEKO 1
  4166. | #define TIME_WITH_SYS_TIME 1
  4167. | #define HAVE_SYS_TIME_H 1
  4168. | #define HAVE_UNISTD_H 1
  4169. | #define HAVE_UTIME_H 1
  4170. | #define HAVE_ALARM 1
  4171. | #define HAVE_STDLIB_H 1
  4172. | #define HAVE_UNISTD_H 1
  4173. | #define HAVE_GETPAGESIZE 1
  4174. | #define HAVE_MMAP 1
  4175. | #define HAVE_SYS_SELECT_H 1
  4176. | #define HAVE_SYS_SOCKET_H 1
  4177. | #define SELECT_TYPE_ARG1 int
  4178. | #define SELECT_TYPE_ARG234 (fd_set *)
  4179. | #define SELECT_TYPE_ARG5 (struct timeval *)
  4180. | #define RETSIGTYPE void
  4181. | #define HAVE_STRCOLL 1
  4182. | #define HAVE_STRFTIME 1
  4183. | #define HAVE_UTIME_NULL 1
  4184. | #define HAVE_VPRINTF 1
  4185. | #define HAVE_ATEXIT 1
  4186. | #define HAVE_DUP2 1
  4187. | #define HAVE_FDATASYNC 1
  4188. | #define HAVE_FLOOR 1
  4189. | #define HAVE_FTIME 1
  4190. | #define HAVE_FTRUNCATE 1
  4191. | #define HAVE_GETCWD 1
  4192. | #define HAVE_GETHOSTBYADDR 1
  4193. | #define HAVE_GETHOSTBYNAME 1
  4194. | #define HAVE_GETHOSTNAME 1
  4195. | #define HAVE_GETPAGESIZE 1
  4196. | #define HAVE_GETPASS 1
  4197. | #define HAVE_GETTIMEOFDAY 1
  4198. | #define HAVE_INET_NTOA 1
  4199. | #define HAVE_LCHOWN 1
  4200. | #define HAVE_LOCALECONV 1
  4201. | #define HAVE_MEMCHR 1
  4202. | #define HAVE_MEMMOVE 1
  4203. | #define HAVE_MEMSET 1
  4204. | #define HAVE_MKDIR 1
  4205. | #define HAVE_MODF 1
  4206. | #define HAVE_MUNMAP 1
  4207. | #define HAVE_POW 1
  4208. | #define HAVE_RMDIR 1
  4209. | #define HAVE_SELECT 1
  4210. | #define HAVE_SETENV 1
  4211. | #define HAVE_SETLOCALE 1
  4212. | #define HAVE_SOCKET 1
  4213. | #define HAVE_SQRT 1
  4214. | #define HAVE_STRCASECMP 1
  4215. | #define HAVE_STRCHR 1
  4216. | #define HAVE_STRCSPN 1
  4217. | #define HAVE_STRDUP 1
  4218. | #define HAVE_STRERROR 1
  4219. | #define HAVE_STRNCASECMP 1
  4220. | #define HAVE_STRPBRK 1
  4221. | #define HAVE_STRRCHR 1
  4222. | #define HAVE_STRSPN 1
  4223. | #define HAVE_STRSTR 1
  4224. | #define HAVE_STRTOL 1
  4225. | #define HAVE_STRTOUL 1
  4226. | #define HAVE_TZSET 1
  4227. | #define HAVE_UTIME 1
  4228. | #define SIZEOF_INT 4
  4229. | #define SIZEOF_SIZE_T 4
  4230. | #define HAVE_LIBGL 1
  4231. | #define HAVE_LIBGLU 1
  4232. | #define HAVE_LIBGLEW 1
  4233. | #define HAVE_OPENSSL 1
  4234. | #define HAVE_LIBGCRYPT 1
  4235. | #define HAVE_GCRYPT 1
  4236. | #define HAVE_LIBBZ2 1
  4237. | #define HAVE_LIBJPEG 1
  4238. | #define HAVE_LIBTIFF 1
  4239. | #define HAVE_LIBPTHREAD 1
  4240. | #define HAVE_LIBLZO2 1
  4241. | #define HAVE_LIBZ 1
  4242. | #define HAVE_LIBCRYPTO 1
  4243. | #define HAVE_LIBSSL 1
  4244. | #define HAVE_LIBMYSQLCLIENT 1
  4245. | #define HAVE_LIBSSH 1
  4246. | #define HAVE_LIBYAJL 1
  4247. | #define HAVE_LIBTINYXML 1
  4248. | #define HAVE_LIBPCRE 1
  4249. | #define HAVE_LIBPCRECPP 1
  4250. | #define HAVE_LIBBLURAY 1
  4251. | #define HAVE_LIBICONV 1
  4252. | #define HAVE_LIBSDL 1
  4253. | #define HAVE_SDL 1
  4254. | #define HAVE_LIBMP3LAME 1
  4255. | #define HAVE_LIBVORBISENC 1
  4256. | #define HAVE_LIBMICROHTTPD 1
  4257. | #define HAS_DVD_DRIVE 1
  4258. | #define HAVE_LIBRTMP_LOG_H 1
  4259. | #define HAVE_LIBRTMP_AMF_H 1
  4260. | #define HAVE_LIBRTMP_RTMP_H 1
  4261. | #define HAS_LIBRTMP 1
  4262. | #define HAVE_LIBSMBCLIENT 1
  4263. | #define HAVE_LIBSMBCLIENT 1
  4264. | #define HAVE_NFSC_LIBNFS_H 1
  4265. | #define HAVE_LIBNFS 1
  4266. | #define HAVE_AFPFS_NG_LIBAFPCLIENT_H 1
  4267. | #define HAVE_LIBAFPCLIENT 1
  4268. | #define HAVE_LIBPLIST 1
  4269. | #define HAVE_LIBSHAIRPORT 1
  4270. | #define HAVE_LIBCEC 1
  4271. | #define PIX_FMT_VDPAU_MPEG4_IN_AVUTIL 1
  4272. | #define HAVE_PYTHON "2.6"
  4273. | #define HAVE_LIBCRYSTALHD 2
  4274. | #define HAVE_LIBVDADECODER 1
  4275. | #define HAVE_YAJL_YAJL_VERSION_H 1
  4276. | #define HAVE_DIRENT_H 1
  4277. | #define STDC_HEADERS 1
  4278. | #define HAVE_SYS_WAIT_H 1
  4279. | #define HAVE_ARPA_INET_H 1
  4280. | #define HAVE_FCNTL_H 1
  4281. | #define HAVE_FLOAT_H 1
  4282. | #define HAVE_INTTYPES_H 1
  4283. | #define HAVE_LIMITS_H 1
  4284. | #define HAVE_LOCALE_H 1
  4285. | #define HAVE_MEMORY_H 1
  4286. | #define HAVE_NETDB_H 1
  4287. | #define HAVE_NETINET_IN_H 1
  4288. | #define HAVE_STDDEF_H 1
  4289. | #define HAVE_STDINT_H 1
  4290. | #define HAVE_STDLIB_H 1
  4291. | #define HAVE_STRING_H 1
  4292. | #define HAVE_STRINGS_H 1
  4293. | #define HAVE_SYS_FILE_H 1
  4294. | #define HAVE_SYS_IOCTL_H 1
  4295. | #define HAVE_SYS_MOUNT_H 1
  4296. | #define HAVE_SYS_PARAM_H 1
  4297. | #define HAVE_SYS_SOCKET_H 1
  4298. | #define HAVE_SYS_TIME_H 1
  4299. | #define HAVE_SYS_TIMEB_H 1
  4300. | #define HAVE_TERMIOS_H 1
  4301. | #define HAVE_UNISTD_H 1
  4302. | #define HAVE_UTIME_H 1
  4303. | #define HAVE_WCHAR_H 1
  4304. | #define HAVE_WCTYPE_H 1
  4305. | #define HAVE_CDIO_ISO9660_H 1
  4306. | #define HAVE__BOOL 1
  4307. | #define HAVE_STDBOOL_H 1
  4308. | /* end confdefs.h.  */
  4309. | #include <stdio.h>
  4310. | #ifdef HAVE_SYS_TYPES_H
  4311. | # include <sys/types.h>
  4312. | #endif
  4313. | #ifdef HAVE_SYS_STAT_H
  4314. | # include <sys/stat.h>
  4315. | #endif
  4316. | #ifdef STDC_HEADERS
  4317. | # include <stdlib.h>
  4318. | # include <stddef.h>
  4319. | #else
  4320. | # ifdef HAVE_STDLIB_H
  4321. | #  include <stdlib.h>
  4322. | # endif
  4323. | #endif
  4324. | #ifdef HAVE_STRING_H
  4325. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  4326. | #  include <memory.h>
  4327. | # endif
  4328. | # include <string.h>
  4329. | #endif
  4330. | #ifdef HAVE_STRINGS_H
  4331. | # include <strings.h>
  4332. | #endif
  4333. | #ifdef HAVE_INTTYPES_H
  4334. | # include <inttypes.h>
  4335. | #endif
  4336. | #ifdef HAVE_STDINT_H
  4337. | # include <stdint.h>
  4338. | #endif
  4339. | #ifdef HAVE_UNISTD_H
  4340. | # include <unistd.h>
  4341. | #endif
  4342. | int
  4343. | main ()
  4344. | {
  4345. | static int test_array [1 - 2 * !((int8_t) ((((int8_t) 1 << (8 - 2)) - 1) * 2 + 1)
  4346. |        < (int8_t) ((((int8_t) 1 << (8 - 2)) - 1) * 2 + 2))];
  4347. | test_array [0] = 0
  4348. |
  4349. |   ;
  4350. |   return 0;
  4351. | }
  4352. configure:35535: result: yes
  4353. configure:35548: checking for int16_t
  4354. configure:35579: /usr/bin/gcc-4.2 -c  -std=gnu99 -no-cpp-precomp -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -g -D_DEBUG -Wall -O2  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit conftest.c >&5
  4355. configure:35586: $? = 0
  4356. configure:35615: /usr/bin/gcc-4.2 -c  -std=gnu99 -no-cpp-precomp -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -g -D_DEBUG -Wall -O2  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit conftest.c >&5
  4357. conftest.c: In function 'main':
  4358. conftest.c:208: error: size of array 'test_array' is negative
  4359. configure:35622: $? = 1
  4360. configure: failed program was:
  4361. | /* confdefs.h.  */
  4362. | #define PACKAGE_NAME "xbmc"
  4363. | #define PACKAGE_TARNAME "xbmc"
  4364. | #define PACKAGE_VERSION "11.9.3"
  4365. | #define PACKAGE_STRING "xbmc 11.9.3"
  4366. | #define PACKAGE_BUGREPORT "http://trac.xbmc.org"
  4367. | #define PACKAGE "xbmc"
  4368. | #define VERSION "11.9.3"
  4369. | #define LIRC_DEVICE "/dev/lircd"
  4370. | #define STDC_HEADERS 1
  4371. | #define HAVE_SYS_TYPES_H 1
  4372. | #define HAVE_SYS_STAT_H 1
  4373. | #define HAVE_STDLIB_H 1
  4374. | #define HAVE_STRING_H 1
  4375. | #define HAVE_MEMORY_H 1
  4376. | #define HAVE_STRINGS_H 1
  4377. | #define HAVE_INTTYPES_H 1
  4378. | #define HAVE_STDINT_H 1
  4379. | #define HAVE_UNISTD_H 1
  4380. | #define HAVE_DLFCN_H 1
  4381. | #define LT_OBJDIR ".libs/"
  4382. | #define HAVE_ALLOCA_H 1
  4383. | #define HAVE_ALLOCA 1
  4384. | #define HAVE_UNISTD_H 1
  4385. | #define HAVE_CHOWN 1
  4386. | #define HAVE_DIRENT_H 1
  4387. | #define HAVE_FSEEKO 1
  4388. | #define TIME_WITH_SYS_TIME 1
  4389. | #define HAVE_SYS_TIME_H 1
  4390. | #define HAVE_UNISTD_H 1
  4391. | #define HAVE_UTIME_H 1
  4392. | #define HAVE_ALARM 1
  4393. | #define HAVE_STDLIB_H 1
  4394. | #define HAVE_UNISTD_H 1
  4395. | #define HAVE_GETPAGESIZE 1
  4396. | #define HAVE_MMAP 1
  4397. | #define HAVE_SYS_SELECT_H 1
  4398. | #define HAVE_SYS_SOCKET_H 1
  4399. | #define SELECT_TYPE_ARG1 int
  4400. | #define SELECT_TYPE_ARG234 (fd_set *)
  4401. | #define SELECT_TYPE_ARG5 (struct timeval *)
  4402. | #define RETSIGTYPE void
  4403. | #define HAVE_STRCOLL 1
  4404. | #define HAVE_STRFTIME 1
  4405. | #define HAVE_UTIME_NULL 1
  4406. | #define HAVE_VPRINTF 1
  4407. | #define HAVE_ATEXIT 1
  4408. | #define HAVE_DUP2 1
  4409. | #define HAVE_FDATASYNC 1
  4410. | #define HAVE_FLOOR 1
  4411. | #define HAVE_FTIME 1
  4412. | #define HAVE_FTRUNCATE 1
  4413. | #define HAVE_GETCWD 1
  4414. | #define HAVE_GETHOSTBYADDR 1
  4415. | #define HAVE_GETHOSTBYNAME 1
  4416. | #define HAVE_GETHOSTNAME 1
  4417. | #define HAVE_GETPAGESIZE 1
  4418. | #define HAVE_GETPASS 1
  4419. | #define HAVE_GETTIMEOFDAY 1
  4420. | #define HAVE_INET_NTOA 1
  4421. | #define HAVE_LCHOWN 1
  4422. | #define HAVE_LOCALECONV 1
  4423. | #define HAVE_MEMCHR 1
  4424. | #define HAVE_MEMMOVE 1
  4425. | #define HAVE_MEMSET 1
  4426. | #define HAVE_MKDIR 1
  4427. | #define HAVE_MODF 1
  4428. | #define HAVE_MUNMAP 1
  4429. | #define HAVE_POW 1
  4430. | #define HAVE_RMDIR 1
  4431. | #define HAVE_SELECT 1
  4432. | #define HAVE_SETENV 1
  4433. | #define HAVE_SETLOCALE 1
  4434. | #define HAVE_SOCKET 1
  4435. | #define HAVE_SQRT 1
  4436. | #define HAVE_STRCASECMP 1
  4437. | #define HAVE_STRCHR 1
  4438. | #define HAVE_STRCSPN 1
  4439. | #define HAVE_STRDUP 1
  4440. | #define HAVE_STRERROR 1
  4441. | #define HAVE_STRNCASECMP 1
  4442. | #define HAVE_STRPBRK 1
  4443. | #define HAVE_STRRCHR 1
  4444. | #define HAVE_STRSPN 1
  4445. | #define HAVE_STRSTR 1
  4446. | #define HAVE_STRTOL 1
  4447. | #define HAVE_STRTOUL 1
  4448. | #define HAVE_TZSET 1
  4449. | #define HAVE_UTIME 1
  4450. | #define SIZEOF_INT 4
  4451. | #define SIZEOF_SIZE_T 4
  4452. | #define HAVE_LIBGL 1
  4453. | #define HAVE_LIBGLU 1
  4454. | #define HAVE_LIBGLEW 1
  4455. | #define HAVE_OPENSSL 1
  4456. | #define HAVE_LIBGCRYPT 1
  4457. | #define HAVE_GCRYPT 1
  4458. | #define HAVE_LIBBZ2 1
  4459. | #define HAVE_LIBJPEG 1
  4460. | #define HAVE_LIBTIFF 1
  4461. | #define HAVE_LIBPTHREAD 1
  4462. | #define HAVE_LIBLZO2 1
  4463. | #define HAVE_LIBZ 1
  4464. | #define HAVE_LIBCRYPTO 1
  4465. | #define HAVE_LIBSSL 1
  4466. | #define HAVE_LIBMYSQLCLIENT 1
  4467. | #define HAVE_LIBSSH 1
  4468. | #define HAVE_LIBYAJL 1
  4469. | #define HAVE_LIBTINYXML 1
  4470. | #define HAVE_LIBPCRE 1
  4471. | #define HAVE_LIBPCRECPP 1
  4472. | #define HAVE_LIBBLURAY 1
  4473. | #define HAVE_LIBICONV 1
  4474. | #define HAVE_LIBSDL 1
  4475. | #define HAVE_SDL 1
  4476. | #define HAVE_LIBMP3LAME 1
  4477. | #define HAVE_LIBVORBISENC 1
  4478. | #define HAVE_LIBMICROHTTPD 1
  4479. | #define HAS_DVD_DRIVE 1
  4480. | #define HAVE_LIBRTMP_LOG_H 1
  4481. | #define HAVE_LIBRTMP_AMF_H 1
  4482. | #define HAVE_LIBRTMP_RTMP_H 1
  4483. | #define HAS_LIBRTMP 1
  4484. | #define HAVE_LIBSMBCLIENT 1
  4485. | #define HAVE_LIBSMBCLIENT 1
  4486. | #define HAVE_NFSC_LIBNFS_H 1
  4487. | #define HAVE_LIBNFS 1
  4488. | #define HAVE_AFPFS_NG_LIBAFPCLIENT_H 1
  4489. | #define HAVE_LIBAFPCLIENT 1
  4490. | #define HAVE_LIBPLIST 1
  4491. | #define HAVE_LIBSHAIRPORT 1
  4492. | #define HAVE_LIBCEC 1
  4493. | #define PIX_FMT_VDPAU_MPEG4_IN_AVUTIL 1
  4494. | #define HAVE_PYTHON "2.6"
  4495. | #define HAVE_LIBCRYSTALHD 2
  4496. | #define HAVE_LIBVDADECODER 1
  4497. | #define HAVE_YAJL_YAJL_VERSION_H 1
  4498. | #define HAVE_DIRENT_H 1
  4499. | #define STDC_HEADERS 1
  4500. | #define HAVE_SYS_WAIT_H 1
  4501. | #define HAVE_ARPA_INET_H 1
  4502. | #define HAVE_FCNTL_H 1
  4503. | #define HAVE_FLOAT_H 1
  4504. | #define HAVE_INTTYPES_H 1
  4505. | #define HAVE_LIMITS_H 1
  4506. | #define HAVE_LOCALE_H 1
  4507. | #define HAVE_MEMORY_H 1
  4508. | #define HAVE_NETDB_H 1
  4509. | #define HAVE_NETINET_IN_H 1
  4510. | #define HAVE_STDDEF_H 1
  4511. | #define HAVE_STDINT_H 1
  4512. | #define HAVE_STDLIB_H 1
  4513. | #define HAVE_STRING_H 1
  4514. | #define HAVE_STRINGS_H 1
  4515. | #define HAVE_SYS_FILE_H 1
  4516. | #define HAVE_SYS_IOCTL_H 1
  4517. | #define HAVE_SYS_MOUNT_H 1
  4518. | #define HAVE_SYS_PARAM_H 1
  4519. | #define HAVE_SYS_SOCKET_H 1
  4520. | #define HAVE_SYS_TIME_H 1
  4521. | #define HAVE_SYS_TIMEB_H 1
  4522. | #define HAVE_TERMIOS_H 1
  4523. | #define HAVE_UNISTD_H 1
  4524. | #define HAVE_UTIME_H 1
  4525. | #define HAVE_WCHAR_H 1
  4526. | #define HAVE_WCTYPE_H 1
  4527. | #define HAVE_CDIO_ISO9660_H 1
  4528. | #define HAVE__BOOL 1
  4529. | #define HAVE_STDBOOL_H 1
  4530. | /* end confdefs.h.  */
  4531. | #include <stdio.h>
  4532. | #ifdef HAVE_SYS_TYPES_H
  4533. | # include <sys/types.h>
  4534. | #endif
  4535. | #ifdef HAVE_SYS_STAT_H
  4536. | # include <sys/stat.h>
  4537. | #endif
  4538. | #ifdef STDC_HEADERS
  4539. | # include <stdlib.h>
  4540. | # include <stddef.h>
  4541. | #else
  4542. | # ifdef HAVE_STDLIB_H
  4543. | #  include <stdlib.h>
  4544. | # endif
  4545. | #endif
  4546. | #ifdef HAVE_STRING_H
  4547. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  4548. | #  include <memory.h>
  4549. | # endif
  4550. | # include <string.h>
  4551. | #endif
  4552. | #ifdef HAVE_STRINGS_H
  4553. | # include <strings.h>
  4554. | #endif
  4555. | #ifdef HAVE_INTTYPES_H
  4556. | # include <inttypes.h>
  4557. | #endif
  4558. | #ifdef HAVE_STDINT_H
  4559. | # include <stdint.h>
  4560. | #endif
  4561. | #ifdef HAVE_UNISTD_H
  4562. | # include <unistd.h>
  4563. | #endif
  4564. | int
  4565. | main ()
  4566. | {
  4567. | static int test_array [1 - 2 * !((int16_t) ((((int16_t) 1 << (16 - 2)) - 1) * 2 + 1)
  4568. |        < (int16_t) ((((int16_t) 1 << (16 - 2)) - 1) * 2 + 2))];
  4569. | test_array [0] = 0
  4570. |
  4571. |   ;
  4572. |   return 0;
  4573. | }
  4574. configure:35651: result: yes
  4575. configure:35664: checking for int32_t
  4576. configure:35695: /usr/bin/gcc-4.2 -c  -std=gnu99 -no-cpp-precomp -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -g -D_DEBUG -Wall -O2  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit conftest.c >&5
  4577. configure:35702: $? = 0
  4578. configure:35731: /usr/bin/gcc-4.2 -c  -std=gnu99 -no-cpp-precomp -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -g -D_DEBUG -Wall -O2  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit conftest.c >&5
  4579. conftest.c: In function 'main':
  4580. conftest.c:208: warning: integer overflow in expression
  4581. conftest.c:208: error: size of array 'test_array' is negative
  4582. configure:35738: $? = 1
  4583. configure: failed program was:
  4584. | /* confdefs.h.  */
  4585. | #define PACKAGE_NAME "xbmc"
  4586. | #define PACKAGE_TARNAME "xbmc"
  4587. | #define PACKAGE_VERSION "11.9.3"
  4588. | #define PACKAGE_STRING "xbmc 11.9.3"
  4589. | #define PACKAGE_BUGREPORT "http://trac.xbmc.org"
  4590. | #define PACKAGE "xbmc"
  4591. | #define VERSION "11.9.3"
  4592. | #define LIRC_DEVICE "/dev/lircd"
  4593. | #define STDC_HEADERS 1
  4594. | #define HAVE_SYS_TYPES_H 1
  4595. | #define HAVE_SYS_STAT_H 1
  4596. | #define HAVE_STDLIB_H 1
  4597. | #define HAVE_STRING_H 1
  4598. | #define HAVE_MEMORY_H 1
  4599. | #define HAVE_STRINGS_H 1
  4600. | #define HAVE_INTTYPES_H 1
  4601. | #define HAVE_STDINT_H 1
  4602. | #define HAVE_UNISTD_H 1
  4603. | #define HAVE_DLFCN_H 1
  4604. | #define LT_OBJDIR ".libs/"
  4605. | #define HAVE_ALLOCA_H 1
  4606. | #define HAVE_ALLOCA 1
  4607. | #define HAVE_UNISTD_H 1
  4608. | #define HAVE_CHOWN 1
  4609. | #define HAVE_DIRENT_H 1
  4610. | #define HAVE_FSEEKO 1
  4611. | #define TIME_WITH_SYS_TIME 1
  4612. | #define HAVE_SYS_TIME_H 1
  4613. | #define HAVE_UNISTD_H 1
  4614. | #define HAVE_UTIME_H 1
  4615. | #define HAVE_ALARM 1
  4616. | #define HAVE_STDLIB_H 1
  4617. | #define HAVE_UNISTD_H 1
  4618. | #define HAVE_GETPAGESIZE 1
  4619. | #define HAVE_MMAP 1
  4620. | #define HAVE_SYS_SELECT_H 1
  4621. | #define HAVE_SYS_SOCKET_H 1
  4622. | #define SELECT_TYPE_ARG1 int
  4623. | #define SELECT_TYPE_ARG234 (fd_set *)
  4624. | #define SELECT_TYPE_ARG5 (struct timeval *)
  4625. | #define RETSIGTYPE void
  4626. | #define HAVE_STRCOLL 1
  4627. | #define HAVE_STRFTIME 1
  4628. | #define HAVE_UTIME_NULL 1
  4629. | #define HAVE_VPRINTF 1
  4630. | #define HAVE_ATEXIT 1
  4631. | #define HAVE_DUP2 1
  4632. | #define HAVE_FDATASYNC 1
  4633. | #define HAVE_FLOOR 1
  4634. | #define HAVE_FTIME 1
  4635. | #define HAVE_FTRUNCATE 1
  4636. | #define HAVE_GETCWD 1
  4637. | #define HAVE_GETHOSTBYADDR 1
  4638. | #define HAVE_GETHOSTBYNAME 1
  4639. | #define HAVE_GETHOSTNAME 1
  4640. | #define HAVE_GETPAGESIZE 1
  4641. | #define HAVE_GETPASS 1
  4642. | #define HAVE_GETTIMEOFDAY 1
  4643. | #define HAVE_INET_NTOA 1
  4644. | #define HAVE_LCHOWN 1
  4645. | #define HAVE_LOCALECONV 1
  4646. | #define HAVE_MEMCHR 1
  4647. | #define HAVE_MEMMOVE 1
  4648. | #define HAVE_MEMSET 1
  4649. | #define HAVE_MKDIR 1
  4650. | #define HAVE_MODF 1
  4651. | #define HAVE_MUNMAP 1
  4652. | #define HAVE_POW 1
  4653. | #define HAVE_RMDIR 1
  4654. | #define HAVE_SELECT 1
  4655. | #define HAVE_SETENV 1
  4656. | #define HAVE_SETLOCALE 1
  4657. | #define HAVE_SOCKET 1
  4658. | #define HAVE_SQRT 1
  4659. | #define HAVE_STRCASECMP 1
  4660. | #define HAVE_STRCHR 1
  4661. | #define HAVE_STRCSPN 1
  4662. | #define HAVE_STRDUP 1
  4663. | #define HAVE_STRERROR 1
  4664. | #define HAVE_STRNCASECMP 1
  4665. | #define HAVE_STRPBRK 1
  4666. | #define HAVE_STRRCHR 1
  4667. | #define HAVE_STRSPN 1
  4668. | #define HAVE_STRSTR 1
  4669. | #define HAVE_STRTOL 1
  4670. | #define HAVE_STRTOUL 1
  4671. | #define HAVE_TZSET 1
  4672. | #define HAVE_UTIME 1
  4673. | #define SIZEOF_INT 4
  4674. | #define SIZEOF_SIZE_T 4
  4675. | #define HAVE_LIBGL 1
  4676. | #define HAVE_LIBGLU 1
  4677. | #define HAVE_LIBGLEW 1
  4678. | #define HAVE_OPENSSL 1
  4679. | #define HAVE_LIBGCRYPT 1
  4680. | #define HAVE_GCRYPT 1
  4681. | #define HAVE_LIBBZ2 1
  4682. | #define HAVE_LIBJPEG 1
  4683. | #define HAVE_LIBTIFF 1
  4684. | #define HAVE_LIBPTHREAD 1
  4685. | #define HAVE_LIBLZO2 1
  4686. | #define HAVE_LIBZ 1
  4687. | #define HAVE_LIBCRYPTO 1
  4688. | #define HAVE_LIBSSL 1
  4689. | #define HAVE_LIBMYSQLCLIENT 1
  4690. | #define HAVE_LIBSSH 1
  4691. | #define HAVE_LIBYAJL 1
  4692. | #define HAVE_LIBTINYXML 1
  4693. | #define HAVE_LIBPCRE 1
  4694. | #define HAVE_LIBPCRECPP 1
  4695. | #define HAVE_LIBBLURAY 1
  4696. | #define HAVE_LIBICONV 1
  4697. | #define HAVE_LIBSDL 1
  4698. | #define HAVE_SDL 1
  4699. | #define HAVE_LIBMP3LAME 1
  4700. | #define HAVE_LIBVORBISENC 1
  4701. | #define HAVE_LIBMICROHTTPD 1
  4702. | #define HAS_DVD_DRIVE 1
  4703. | #define HAVE_LIBRTMP_LOG_H 1
  4704. | #define HAVE_LIBRTMP_AMF_H 1
  4705. | #define HAVE_LIBRTMP_RTMP_H 1
  4706. | #define HAS_LIBRTMP 1
  4707. | #define HAVE_LIBSMBCLIENT 1
  4708. | #define HAVE_LIBSMBCLIENT 1
  4709. | #define HAVE_NFSC_LIBNFS_H 1
  4710. | #define HAVE_LIBNFS 1
  4711. | #define HAVE_AFPFS_NG_LIBAFPCLIENT_H 1
  4712. | #define HAVE_LIBAFPCLIENT 1
  4713. | #define HAVE_LIBPLIST 1
  4714. | #define HAVE_LIBSHAIRPORT 1
  4715. | #define HAVE_LIBCEC 1
  4716. | #define PIX_FMT_VDPAU_MPEG4_IN_AVUTIL 1
  4717. | #define HAVE_PYTHON "2.6"
  4718. | #define HAVE_LIBCRYSTALHD 2
  4719. | #define HAVE_LIBVDADECODER 1
  4720. | #define HAVE_YAJL_YAJL_VERSION_H 1
  4721. | #define HAVE_DIRENT_H 1
  4722. | #define STDC_HEADERS 1
  4723. | #define HAVE_SYS_WAIT_H 1
  4724. | #define HAVE_ARPA_INET_H 1
  4725. | #define HAVE_FCNTL_H 1
  4726. | #define HAVE_FLOAT_H 1
  4727. | #define HAVE_INTTYPES_H 1
  4728. | #define HAVE_LIMITS_H 1
  4729. | #define HAVE_LOCALE_H 1
  4730. | #define HAVE_MEMORY_H 1
  4731. | #define HAVE_NETDB_H 1
  4732. | #define HAVE_NETINET_IN_H 1
  4733. | #define HAVE_STDDEF_H 1
  4734. | #define HAVE_STDINT_H 1
  4735. | #define HAVE_STDLIB_H 1
  4736. | #define HAVE_STRING_H 1
  4737. | #define HAVE_STRINGS_H 1
  4738. | #define HAVE_SYS_FILE_H 1
  4739. | #define HAVE_SYS_IOCTL_H 1
  4740. | #define HAVE_SYS_MOUNT_H 1
  4741. | #define HAVE_SYS_PARAM_H 1
  4742. | #define HAVE_SYS_SOCKET_H 1
  4743. | #define HAVE_SYS_TIME_H 1
  4744. | #define HAVE_SYS_TIMEB_H 1
  4745. | #define HAVE_TERMIOS_H 1
  4746. | #define HAVE_UNISTD_H 1
  4747. | #define HAVE_UTIME_H 1
  4748. | #define HAVE_WCHAR_H 1
  4749. | #define HAVE_WCTYPE_H 1
  4750. | #define HAVE_CDIO_ISO9660_H 1
  4751. | #define HAVE__BOOL 1
  4752. | #define HAVE_STDBOOL_H 1
  4753. | /* end confdefs.h.  */
  4754. | #include <stdio.h>
  4755. | #ifdef HAVE_SYS_TYPES_H
  4756. | # include <sys/types.h>
  4757. | #endif
  4758. | #ifdef HAVE_SYS_STAT_H
  4759. | # include <sys/stat.h>
  4760. | #endif
  4761. | #ifdef STDC_HEADERS
  4762. | # include <stdlib.h>
  4763. | # include <stddef.h>
  4764. | #else
  4765. | # ifdef HAVE_STDLIB_H
  4766. | #  include <stdlib.h>
  4767. | # endif
  4768. | #endif
  4769. | #ifdef HAVE_STRING_H
  4770. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  4771. | #  include <memory.h>
  4772. | # endif
  4773. | # include <string.h>
  4774. | #endif
  4775. | #ifdef HAVE_STRINGS_H
  4776. | # include <strings.h>
  4777. | #endif
  4778. | #ifdef HAVE_INTTYPES_H
  4779. | # include <inttypes.h>
  4780. | #endif
  4781. | #ifdef HAVE_STDINT_H
  4782. | # include <stdint.h>
  4783. | #endif
  4784. | #ifdef HAVE_UNISTD_H
  4785. | # include <unistd.h>
  4786. | #endif
  4787. | int
  4788. | main ()
  4789. | {
  4790. | static int test_array [1 - 2 * !((int32_t) ((((int32_t) 1 << (32 - 2)) - 1) * 2 + 1)
  4791. |        < (int32_t) ((((int32_t) 1 << (32 - 2)) - 1) * 2 + 2))];
  4792. | test_array [0] = 0
  4793. |
  4794. |   ;
  4795. |   return 0;
  4796. | }
  4797. configure:35767: result: yes
  4798. configure:35780: checking for int64_t
  4799. configure:35811: /usr/bin/gcc-4.2 -c  -std=gnu99 -no-cpp-precomp -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -g -D_DEBUG -Wall -O2  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit conftest.c >&5
  4800. configure:35818: $? = 0
  4801. configure:35847: /usr/bin/gcc-4.2 -c  -std=gnu99 -no-cpp-precomp -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -g -D_DEBUG -Wall -O2  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit conftest.c >&5
  4802. conftest.c: In function 'main':
  4803. conftest.c:208: warning: integer overflow in expression
  4804. conftest.c:208: error: size of array 'test_array' is negative
  4805. configure:35854: $? = 1
  4806. configure: failed program was:
  4807. | /* confdefs.h.  */
  4808. | #define PACKAGE_NAME "xbmc"
  4809. | #define PACKAGE_TARNAME "xbmc"
  4810. | #define PACKAGE_VERSION "11.9.3"
  4811. | #define PACKAGE_STRING "xbmc 11.9.3"
  4812. | #define PACKAGE_BUGREPORT "http://trac.xbmc.org"
  4813. | #define PACKAGE "xbmc"
  4814. | #define VERSION "11.9.3"
  4815. | #define LIRC_DEVICE "/dev/lircd"
  4816. | #define STDC_HEADERS 1
  4817. | #define HAVE_SYS_TYPES_H 1
  4818. | #define HAVE_SYS_STAT_H 1
  4819. | #define HAVE_STDLIB_H 1
  4820. | #define HAVE_STRING_H 1
  4821. | #define HAVE_MEMORY_H 1
  4822. | #define HAVE_STRINGS_H 1
  4823. | #define HAVE_INTTYPES_H 1
  4824. | #define HAVE_STDINT_H 1
  4825. | #define HAVE_UNISTD_H 1
  4826. | #define HAVE_DLFCN_H 1
  4827. | #define LT_OBJDIR ".libs/"
  4828. | #define HAVE_ALLOCA_H 1
  4829. | #define HAVE_ALLOCA 1
  4830. | #define HAVE_UNISTD_H 1
  4831. | #define HAVE_CHOWN 1
  4832. | #define HAVE_DIRENT_H 1
  4833. | #define HAVE_FSEEKO 1
  4834. | #define TIME_WITH_SYS_TIME 1
  4835. | #define HAVE_SYS_TIME_H 1
  4836. | #define HAVE_UNISTD_H 1
  4837. | #define HAVE_UTIME_H 1
  4838. | #define HAVE_ALARM 1
  4839. | #define HAVE_STDLIB_H 1
  4840. | #define HAVE_UNISTD_H 1
  4841. | #define HAVE_GETPAGESIZE 1
  4842. | #define HAVE_MMAP 1
  4843. | #define HAVE_SYS_SELECT_H 1
  4844. | #define HAVE_SYS_SOCKET_H 1
  4845. | #define SELECT_TYPE_ARG1 int
  4846. | #define SELECT_TYPE_ARG234 (fd_set *)
  4847. | #define SELECT_TYPE_ARG5 (struct timeval *)
  4848. | #define RETSIGTYPE void
  4849. | #define HAVE_STRCOLL 1
  4850. | #define HAVE_STRFTIME 1
  4851. | #define HAVE_UTIME_NULL 1
  4852. | #define HAVE_VPRINTF 1
  4853. | #define HAVE_ATEXIT 1
  4854. | #define HAVE_DUP2 1
  4855. | #define HAVE_FDATASYNC 1
  4856. | #define HAVE_FLOOR 1
  4857. | #define HAVE_FTIME 1
  4858. | #define HAVE_FTRUNCATE 1
  4859. | #define HAVE_GETCWD 1
  4860. | #define HAVE_GETHOSTBYADDR 1
  4861. | #define HAVE_GETHOSTBYNAME 1
  4862. | #define HAVE_GETHOSTNAME 1
  4863. | #define HAVE_GETPAGESIZE 1
  4864. | #define HAVE_GETPASS 1
  4865. | #define HAVE_GETTIMEOFDAY 1
  4866. | #define HAVE_INET_NTOA 1
  4867. | #define HAVE_LCHOWN 1
  4868. | #define HAVE_LOCALECONV 1
  4869. | #define HAVE_MEMCHR 1
  4870. | #define HAVE_MEMMOVE 1
  4871. | #define HAVE_MEMSET 1
  4872. | #define HAVE_MKDIR 1
  4873. | #define HAVE_MODF 1
  4874. | #define HAVE_MUNMAP 1
  4875. | #define HAVE_POW 1
  4876. | #define HAVE_RMDIR 1
  4877. | #define HAVE_SELECT 1
  4878. | #define HAVE_SETENV 1
  4879. | #define HAVE_SETLOCALE 1
  4880. | #define HAVE_SOCKET 1
  4881. | #define HAVE_SQRT 1
  4882. | #define HAVE_STRCASECMP 1
  4883. | #define HAVE_STRCHR 1
  4884. | #define HAVE_STRCSPN 1
  4885. | #define HAVE_STRDUP 1
  4886. | #define HAVE_STRERROR 1
  4887. | #define HAVE_STRNCASECMP 1
  4888. | #define HAVE_STRPBRK 1
  4889. | #define HAVE_STRRCHR 1
  4890. | #define HAVE_STRSPN 1
  4891. | #define HAVE_STRSTR 1
  4892. | #define HAVE_STRTOL 1
  4893. | #define HAVE_STRTOUL 1
  4894. | #define HAVE_TZSET 1
  4895. | #define HAVE_UTIME 1
  4896. | #define SIZEOF_INT 4
  4897. | #define SIZEOF_SIZE_T 4
  4898. | #define HAVE_LIBGL 1
  4899. | #define HAVE_LIBGLU 1
  4900. | #define HAVE_LIBGLEW 1
  4901. | #define HAVE_OPENSSL 1
  4902. | #define HAVE_LIBGCRYPT 1
  4903. | #define HAVE_GCRYPT 1
  4904. | #define HAVE_LIBBZ2 1
  4905. | #define HAVE_LIBJPEG 1
  4906. | #define HAVE_LIBTIFF 1
  4907. | #define HAVE_LIBPTHREAD 1
  4908. | #define HAVE_LIBLZO2 1
  4909. | #define HAVE_LIBZ 1
  4910. | #define HAVE_LIBCRYPTO 1
  4911. | #define HAVE_LIBSSL 1
  4912. | #define HAVE_LIBMYSQLCLIENT 1
  4913. | #define HAVE_LIBSSH 1
  4914. | #define HAVE_LIBYAJL 1
  4915. | #define HAVE_LIBTINYXML 1
  4916. | #define HAVE_LIBPCRE 1
  4917. | #define HAVE_LIBPCRECPP 1
  4918. | #define HAVE_LIBBLURAY 1
  4919. | #define HAVE_LIBICONV 1
  4920. | #define HAVE_LIBSDL 1
  4921. | #define HAVE_SDL 1
  4922. | #define HAVE_LIBMP3LAME 1
  4923. | #define HAVE_LIBVORBISENC 1
  4924. | #define HAVE_LIBMICROHTTPD 1
  4925. | #define HAS_DVD_DRIVE 1
  4926. | #define HAVE_LIBRTMP_LOG_H 1
  4927. | #define HAVE_LIBRTMP_AMF_H 1
  4928. | #define HAVE_LIBRTMP_RTMP_H 1
  4929. | #define HAS_LIBRTMP 1
  4930. | #define HAVE_LIBSMBCLIENT 1
  4931. | #define HAVE_LIBSMBCLIENT 1
  4932. | #define HAVE_NFSC_LIBNFS_H 1
  4933. | #define HAVE_LIBNFS 1
  4934. | #define HAVE_AFPFS_NG_LIBAFPCLIENT_H 1
  4935. | #define HAVE_LIBAFPCLIENT 1
  4936. | #define HAVE_LIBPLIST 1
  4937. | #define HAVE_LIBSHAIRPORT 1
  4938. | #define HAVE_LIBCEC 1
  4939. | #define PIX_FMT_VDPAU_MPEG4_IN_AVUTIL 1
  4940. | #define HAVE_PYTHON "2.6"
  4941. | #define HAVE_LIBCRYSTALHD 2
  4942. | #define HAVE_LIBVDADECODER 1
  4943. | #define HAVE_YAJL_YAJL_VERSION_H 1
  4944. | #define HAVE_DIRENT_H 1
  4945. | #define STDC_HEADERS 1
  4946. | #define HAVE_SYS_WAIT_H 1
  4947. | #define HAVE_ARPA_INET_H 1
  4948. | #define HAVE_FCNTL_H 1
  4949. | #define HAVE_FLOAT_H 1
  4950. | #define HAVE_INTTYPES_H 1
  4951. | #define HAVE_LIMITS_H 1
  4952. | #define HAVE_LOCALE_H 1
  4953. | #define HAVE_MEMORY_H 1
  4954. | #define HAVE_NETDB_H 1
  4955. | #define HAVE_NETINET_IN_H 1
  4956. | #define HAVE_STDDEF_H 1
  4957. | #define HAVE_STDINT_H 1
  4958. | #define HAVE_STDLIB_H 1
  4959. | #define HAVE_STRING_H 1
  4960. | #define HAVE_STRINGS_H 1
  4961. | #define HAVE_SYS_FILE_H 1
  4962. | #define HAVE_SYS_IOCTL_H 1
  4963. | #define HAVE_SYS_MOUNT_H 1
  4964. | #define HAVE_SYS_PARAM_H 1
  4965. | #define HAVE_SYS_SOCKET_H 1
  4966. | #define HAVE_SYS_TIME_H 1
  4967. | #define HAVE_SYS_TIMEB_H 1
  4968. | #define HAVE_TERMIOS_H 1
  4969. | #define HAVE_UNISTD_H 1
  4970. | #define HAVE_UTIME_H 1
  4971. | #define HAVE_WCHAR_H 1
  4972. | #define HAVE_WCTYPE_H 1
  4973. | #define HAVE_CDIO_ISO9660_H 1
  4974. | #define HAVE__BOOL 1
  4975. | #define HAVE_STDBOOL_H 1
  4976. | /* end confdefs.h.  */
  4977. | #include <stdio.h>
  4978. | #ifdef HAVE_SYS_TYPES_H
  4979. | # include <sys/types.h>
  4980. | #endif
  4981. | #ifdef HAVE_SYS_STAT_H
  4982. | # include <sys/stat.h>
  4983. | #endif
  4984. | #ifdef STDC_HEADERS
  4985. | # include <stdlib.h>
  4986. | # include <stddef.h>
  4987. | #else
  4988. | # ifdef HAVE_STDLIB_H
  4989. | #  include <stdlib.h>
  4990. | # endif
  4991. | #endif
  4992. | #ifdef HAVE_STRING_H
  4993. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  4994. | #  include <memory.h>
  4995. | # endif
  4996. | # include <string.h>
  4997. | #endif
  4998. | #ifdef HAVE_STRINGS_H
  4999. | # include <strings.h>
  5000. | #endif
  5001. | #ifdef HAVE_INTTYPES_H
  5002. | # include <inttypes.h>
  5003. | #endif
  5004. | #ifdef HAVE_STDINT_H
  5005. | # include <stdint.h>
  5006. | #endif
  5007. | #ifdef HAVE_UNISTD_H
  5008. | # include <unistd.h>
  5009. | #endif
  5010. | int
  5011. | main ()
  5012. | {
  5013. | static int test_array [1 - 2 * !((int64_t) ((((int64_t) 1 << (64 - 2)) - 1) * 2 + 1)
  5014. |        < (int64_t) ((((int64_t) 1 << (64 - 2)) - 1) * 2 + 2))];
  5015. | test_array [0] = 0
  5016. |
  5017. |   ;
  5018. |   return 0;
  5019. | }
  5020. configure:35883: result: yes
  5021. configure:35895: checking for mode_t
  5022. configure:35923: /usr/bin/gcc-4.2 -c  -std=gnu99 -no-cpp-precomp -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -g -D_DEBUG -Wall -O2  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit conftest.c >&5
  5023. configure:35930: $? = 0
  5024. configure:35957: /usr/bin/gcc-4.2 -c  -std=gnu99 -no-cpp-precomp -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -g -D_DEBUG -Wall -O2  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit conftest.c >&5
  5025. conftest.c: In function 'main':
  5026. conftest.c:207: error: expected expression before ')' token
  5027. configure:35964: $? = 1
  5028. configure: failed program was:
  5029. | /* confdefs.h.  */
  5030. | #define PACKAGE_NAME "xbmc"
  5031. | #define PACKAGE_TARNAME "xbmc"
  5032. | #define PACKAGE_VERSION "11.9.3"
  5033. | #define PACKAGE_STRING "xbmc 11.9.3"
  5034. | #define PACKAGE_BUGREPORT "http://trac.xbmc.org"
  5035. | #define PACKAGE "xbmc"
  5036. | #define VERSION "11.9.3"
  5037. | #define LIRC_DEVICE "/dev/lircd"
  5038. | #define STDC_HEADERS 1
  5039. | #define HAVE_SYS_TYPES_H 1
  5040. | #define HAVE_SYS_STAT_H 1
  5041. | #define HAVE_STDLIB_H 1
  5042. | #define HAVE_STRING_H 1
  5043. | #define HAVE_MEMORY_H 1
  5044. | #define HAVE_STRINGS_H 1
  5045. | #define HAVE_INTTYPES_H 1
  5046. | #define HAVE_STDINT_H 1
  5047. | #define HAVE_UNISTD_H 1
  5048. | #define HAVE_DLFCN_H 1
  5049. | #define LT_OBJDIR ".libs/"
  5050. | #define HAVE_ALLOCA_H 1
  5051. | #define HAVE_ALLOCA 1
  5052. | #define HAVE_UNISTD_H 1
  5053. | #define HAVE_CHOWN 1
  5054. | #define HAVE_DIRENT_H 1
  5055. | #define HAVE_FSEEKO 1
  5056. | #define TIME_WITH_SYS_TIME 1
  5057. | #define HAVE_SYS_TIME_H 1
  5058. | #define HAVE_UNISTD_H 1
  5059. | #define HAVE_UTIME_H 1
  5060. | #define HAVE_ALARM 1
  5061. | #define HAVE_STDLIB_H 1
  5062. | #define HAVE_UNISTD_H 1
  5063. | #define HAVE_GETPAGESIZE 1
  5064. | #define HAVE_MMAP 1
  5065. | #define HAVE_SYS_SELECT_H 1
  5066. | #define HAVE_SYS_SOCKET_H 1
  5067. | #define SELECT_TYPE_ARG1 int
  5068. | #define SELECT_TYPE_ARG234 (fd_set *)
  5069. | #define SELECT_TYPE_ARG5 (struct timeval *)
  5070. | #define RETSIGTYPE void
  5071. | #define HAVE_STRCOLL 1
  5072. | #define HAVE_STRFTIME 1
  5073. | #define HAVE_UTIME_NULL 1
  5074. | #define HAVE_VPRINTF 1
  5075. | #define HAVE_ATEXIT 1
  5076. | #define HAVE_DUP2 1
  5077. | #define HAVE_FDATASYNC 1
  5078. | #define HAVE_FLOOR 1
  5079. | #define HAVE_FTIME 1
  5080. | #define HAVE_FTRUNCATE 1
  5081. | #define HAVE_GETCWD 1
  5082. | #define HAVE_GETHOSTBYADDR 1
  5083. | #define HAVE_GETHOSTBYNAME 1
  5084. | #define HAVE_GETHOSTNAME 1
  5085. | #define HAVE_GETPAGESIZE 1
  5086. | #define HAVE_GETPASS 1
  5087. | #define HAVE_GETTIMEOFDAY 1
  5088. | #define HAVE_INET_NTOA 1
  5089. | #define HAVE_LCHOWN 1
  5090. | #define HAVE_LOCALECONV 1
  5091. | #define HAVE_MEMCHR 1
  5092. | #define HAVE_MEMMOVE 1
  5093. | #define HAVE_MEMSET 1
  5094. | #define HAVE_MKDIR 1
  5095. | #define HAVE_MODF 1
  5096. | #define HAVE_MUNMAP 1
  5097. | #define HAVE_POW 1
  5098. | #define HAVE_RMDIR 1
  5099. | #define HAVE_SELECT 1
  5100. | #define HAVE_SETENV 1
  5101. | #define HAVE_SETLOCALE 1
  5102. | #define HAVE_SOCKET 1
  5103. | #define HAVE_SQRT 1
  5104. | #define HAVE_STRCASECMP 1
  5105. | #define HAVE_STRCHR 1
  5106. | #define HAVE_STRCSPN 1
  5107. | #define HAVE_STRDUP 1
  5108. | #define HAVE_STRERROR 1
  5109. | #define HAVE_STRNCASECMP 1
  5110. | #define HAVE_STRPBRK 1
  5111. | #define HAVE_STRRCHR 1
  5112. | #define HAVE_STRSPN 1
  5113. | #define HAVE_STRSTR 1
  5114. | #define HAVE_STRTOL 1
  5115. | #define HAVE_STRTOUL 1
  5116. | #define HAVE_TZSET 1
  5117. | #define HAVE_UTIME 1
  5118. | #define SIZEOF_INT 4
  5119. | #define SIZEOF_SIZE_T 4
  5120. | #define HAVE_LIBGL 1
  5121. | #define HAVE_LIBGLU 1
  5122. | #define HAVE_LIBGLEW 1
  5123. | #define HAVE_OPENSSL 1
  5124. | #define HAVE_LIBGCRYPT 1
  5125. | #define HAVE_GCRYPT 1
  5126. | #define HAVE_LIBBZ2 1
  5127. | #define HAVE_LIBJPEG 1
  5128. | #define HAVE_LIBTIFF 1
  5129. | #define HAVE_LIBPTHREAD 1
  5130. | #define HAVE_LIBLZO2 1
  5131. | #define HAVE_LIBZ 1
  5132. | #define HAVE_LIBCRYPTO 1
  5133. | #define HAVE_LIBSSL 1
  5134. | #define HAVE_LIBMYSQLCLIENT 1
  5135. | #define HAVE_LIBSSH 1
  5136. | #define HAVE_LIBYAJL 1
  5137. | #define HAVE_LIBTINYXML 1
  5138. | #define HAVE_LIBPCRE 1
  5139. | #define HAVE_LIBPCRECPP 1
  5140. | #define HAVE_LIBBLURAY 1
  5141. | #define HAVE_LIBICONV 1
  5142. | #define HAVE_LIBSDL 1
  5143. | #define HAVE_SDL 1
  5144. | #define HAVE_LIBMP3LAME 1
  5145. | #define HAVE_LIBVORBISENC 1
  5146. | #define HAVE_LIBMICROHTTPD 1
  5147. | #define HAS_DVD_DRIVE 1
  5148. | #define HAVE_LIBRTMP_LOG_H 1
  5149. | #define HAVE_LIBRTMP_AMF_H 1
  5150. | #define HAVE_LIBRTMP_RTMP_H 1
  5151. | #define HAS_LIBRTMP 1
  5152. | #define HAVE_LIBSMBCLIENT 1
  5153. | #define HAVE_LIBSMBCLIENT 1
  5154. | #define HAVE_NFSC_LIBNFS_H 1
  5155. | #define HAVE_LIBNFS 1
  5156. | #define HAVE_AFPFS_NG_LIBAFPCLIENT_H 1
  5157. | #define HAVE_LIBAFPCLIENT 1
  5158. | #define HAVE_LIBPLIST 1
  5159. | #define HAVE_LIBSHAIRPORT 1
  5160. | #define HAVE_LIBCEC 1
  5161. | #define PIX_FMT_VDPAU_MPEG4_IN_AVUTIL 1
  5162. | #define HAVE_PYTHON "2.6"
  5163. | #define HAVE_LIBCRYSTALHD 2
  5164. | #define HAVE_LIBVDADECODER 1
  5165. | #define HAVE_YAJL_YAJL_VERSION_H 1
  5166. | #define HAVE_DIRENT_H 1
  5167. | #define STDC_HEADERS 1
  5168. | #define HAVE_SYS_WAIT_H 1
  5169. | #define HAVE_ARPA_INET_H 1
  5170. | #define HAVE_FCNTL_H 1
  5171. | #define HAVE_FLOAT_H 1
  5172. | #define HAVE_INTTYPES_H 1
  5173. | #define HAVE_LIMITS_H 1
  5174. | #define HAVE_LOCALE_H 1
  5175. | #define HAVE_MEMORY_H 1
  5176. | #define HAVE_NETDB_H 1
  5177. | #define HAVE_NETINET_IN_H 1
  5178. | #define HAVE_STDDEF_H 1
  5179. | #define HAVE_STDINT_H 1
  5180. | #define HAVE_STDLIB_H 1
  5181. | #define HAVE_STRING_H 1
  5182. | #define HAVE_STRINGS_H 1
  5183. | #define HAVE_SYS_FILE_H 1
  5184. | #define HAVE_SYS_IOCTL_H 1
  5185. | #define HAVE_SYS_MOUNT_H 1
  5186. | #define HAVE_SYS_PARAM_H 1
  5187. | #define HAVE_SYS_SOCKET_H 1
  5188. | #define HAVE_SYS_TIME_H 1
  5189. | #define HAVE_SYS_TIMEB_H 1
  5190. | #define HAVE_TERMIOS_H 1
  5191. | #define HAVE_UNISTD_H 1
  5192. | #define HAVE_UTIME_H 1
  5193. | #define HAVE_WCHAR_H 1
  5194. | #define HAVE_WCTYPE_H 1
  5195. | #define HAVE_CDIO_ISO9660_H 1
  5196. | #define HAVE__BOOL 1
  5197. | #define HAVE_STDBOOL_H 1
  5198. | /* end confdefs.h.  */
  5199. | #include <stdio.h>
  5200. | #ifdef HAVE_SYS_TYPES_H
  5201. | # include <sys/types.h>
  5202. | #endif
  5203. | #ifdef HAVE_SYS_STAT_H
  5204. | # include <sys/stat.h>
  5205. | #endif
  5206. | #ifdef STDC_HEADERS
  5207. | # include <stdlib.h>
  5208. | # include <stddef.h>
  5209. | #else
  5210. | # ifdef HAVE_STDLIB_H
  5211. | #  include <stdlib.h>
  5212. | # endif
  5213. | #endif
  5214. | #ifdef HAVE_STRING_H
  5215. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  5216. | #  include <memory.h>
  5217. | # endif
  5218. | # include <string.h>
  5219. | #endif
  5220. | #ifdef HAVE_STRINGS_H
  5221. | # include <strings.h>
  5222. | #endif
  5223. | #ifdef HAVE_INTTYPES_H
  5224. | # include <inttypes.h>
  5225. | #endif
  5226. | #ifdef HAVE_STDINT_H
  5227. | # include <stdint.h>
  5228. | #endif
  5229. | #ifdef HAVE_UNISTD_H
  5230. | # include <unistd.h>
  5231. | #endif
  5232. | int
  5233. | main ()
  5234. | {
  5235. | if (sizeof ((mode_t)))
  5236. |     return 0;
  5237. |   ;
  5238. |   return 0;
  5239. | }
  5240. configure:35987: result: yes
  5241. configure:35999: checking for off_t
  5242. configure:36027: /usr/bin/gcc-4.2 -c  -std=gnu99 -no-cpp-precomp -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -g -D_DEBUG -Wall -O2  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit conftest.c >&5
  5243. configure:36034: $? = 0
  5244. configure:36061: /usr/bin/gcc-4.2 -c  -std=gnu99 -no-cpp-precomp -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -g -D_DEBUG -Wall -O2  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit conftest.c >&5
  5245. conftest.c: In function 'main':
  5246. conftest.c:207: error: expected expression before ')' token
  5247. configure:36068: $? = 1
  5248. configure: failed program was:
  5249. | /* confdefs.h.  */
  5250. | #define PACKAGE_NAME "xbmc"
  5251. | #define PACKAGE_TARNAME "xbmc"
  5252. | #define PACKAGE_VERSION "11.9.3"
  5253. | #define PACKAGE_STRING "xbmc 11.9.3"
  5254. | #define PACKAGE_BUGREPORT "http://trac.xbmc.org"
  5255. | #define PACKAGE "xbmc"
  5256. | #define VERSION "11.9.3"
  5257. | #define LIRC_DEVICE "/dev/lircd"
  5258. | #define STDC_HEADERS 1
  5259. | #define HAVE_SYS_TYPES_H 1
  5260. | #define HAVE_SYS_STAT_H 1
  5261. | #define HAVE_STDLIB_H 1
  5262. | #define HAVE_STRING_H 1
  5263. | #define HAVE_MEMORY_H 1
  5264. | #define HAVE_STRINGS_H 1
  5265. | #define HAVE_INTTYPES_H 1
  5266. | #define HAVE_STDINT_H 1
  5267. | #define HAVE_UNISTD_H 1
  5268. | #define HAVE_DLFCN_H 1
  5269. | #define LT_OBJDIR ".libs/"
  5270. | #define HAVE_ALLOCA_H 1
  5271. | #define HAVE_ALLOCA 1
  5272. | #define HAVE_UNISTD_H 1
  5273. | #define HAVE_CHOWN 1
  5274. | #define HAVE_DIRENT_H 1
  5275. | #define HAVE_FSEEKO 1
  5276. | #define TIME_WITH_SYS_TIME 1
  5277. | #define HAVE_SYS_TIME_H 1
  5278. | #define HAVE_UNISTD_H 1
  5279. | #define HAVE_UTIME_H 1
  5280. | #define HAVE_ALARM 1
  5281. | #define HAVE_STDLIB_H 1
  5282. | #define HAVE_UNISTD_H 1
  5283. | #define HAVE_GETPAGESIZE 1
  5284. | #define HAVE_MMAP 1
  5285. | #define HAVE_SYS_SELECT_H 1
  5286. | #define HAVE_SYS_SOCKET_H 1
  5287. | #define SELECT_TYPE_ARG1 int
  5288. | #define SELECT_TYPE_ARG234 (fd_set *)
  5289. | #define SELECT_TYPE_ARG5 (struct timeval *)
  5290. | #define RETSIGTYPE void
  5291. | #define HAVE_STRCOLL 1
  5292. | #define HAVE_STRFTIME 1
  5293. | #define HAVE_UTIME_NULL 1
  5294. | #define HAVE_VPRINTF 1
  5295. | #define HAVE_ATEXIT 1
  5296. | #define HAVE_DUP2 1
  5297. | #define HAVE_FDATASYNC 1
  5298. | #define HAVE_FLOOR 1
  5299. | #define HAVE_FTIME 1
  5300. | #define HAVE_FTRUNCATE 1
  5301. | #define HAVE_GETCWD 1
  5302. | #define HAVE_GETHOSTBYADDR 1
  5303. | #define HAVE_GETHOSTBYNAME 1
  5304. | #define HAVE_GETHOSTNAME 1
  5305. | #define HAVE_GETPAGESIZE 1
  5306. | #define HAVE_GETPASS 1
  5307. | #define HAVE_GETTIMEOFDAY 1
  5308. | #define HAVE_INET_NTOA 1
  5309. | #define HAVE_LCHOWN 1
  5310. | #define HAVE_LOCALECONV 1
  5311. | #define HAVE_MEMCHR 1
  5312. | #define HAVE_MEMMOVE 1
  5313. | #define HAVE_MEMSET 1
  5314. | #define HAVE_MKDIR 1
  5315. | #define HAVE_MODF 1
  5316. | #define HAVE_MUNMAP 1
  5317. | #define HAVE_POW 1
  5318. | #define HAVE_RMDIR 1
  5319. | #define HAVE_SELECT 1
  5320. | #define HAVE_SETENV 1
  5321. | #define HAVE_SETLOCALE 1
  5322. | #define HAVE_SOCKET 1
  5323. | #define HAVE_SQRT 1
  5324. | #define HAVE_STRCASECMP 1
  5325. | #define HAVE_STRCHR 1
  5326. | #define HAVE_STRCSPN 1
  5327. | #define HAVE_STRDUP 1
  5328. | #define HAVE_STRERROR 1
  5329. | #define HAVE_STRNCASECMP 1
  5330. | #define HAVE_STRPBRK 1
  5331. | #define HAVE_STRRCHR 1
  5332. | #define HAVE_STRSPN 1
  5333. | #define HAVE_STRSTR 1
  5334. | #define HAVE_STRTOL 1
  5335. | #define HAVE_STRTOUL 1
  5336. | #define HAVE_TZSET 1
  5337. | #define HAVE_UTIME 1
  5338. | #define SIZEOF_INT 4
  5339. | #define SIZEOF_SIZE_T 4
  5340. | #define HAVE_LIBGL 1
  5341. | #define HAVE_LIBGLU 1
  5342. | #define HAVE_LIBGLEW 1
  5343. | #define HAVE_OPENSSL 1
  5344. | #define HAVE_LIBGCRYPT 1
  5345. | #define HAVE_GCRYPT 1
  5346. | #define HAVE_LIBBZ2 1
  5347. | #define HAVE_LIBJPEG 1
  5348. | #define HAVE_LIBTIFF 1
  5349. | #define HAVE_LIBPTHREAD 1
  5350. | #define HAVE_LIBLZO2 1
  5351. | #define HAVE_LIBZ 1
  5352. | #define HAVE_LIBCRYPTO 1
  5353. | #define HAVE_LIBSSL 1
  5354. | #define HAVE_LIBMYSQLCLIENT 1
  5355. | #define HAVE_LIBSSH 1
  5356. | #define HAVE_LIBYAJL 1
  5357. | #define HAVE_LIBTINYXML 1
  5358. | #define HAVE_LIBPCRE 1
  5359. | #define HAVE_LIBPCRECPP 1
  5360. | #define HAVE_LIBBLURAY 1
  5361. | #define HAVE_LIBICONV 1
  5362. | #define HAVE_LIBSDL 1
  5363. | #define HAVE_SDL 1
  5364. | #define HAVE_LIBMP3LAME 1
  5365. | #define HAVE_LIBVORBISENC 1
  5366. | #define HAVE_LIBMICROHTTPD 1
  5367. | #define HAS_DVD_DRIVE 1
  5368. | #define HAVE_LIBRTMP_LOG_H 1
  5369. | #define HAVE_LIBRTMP_AMF_H 1
  5370. | #define HAVE_LIBRTMP_RTMP_H 1
  5371. | #define HAS_LIBRTMP 1
  5372. | #define HAVE_LIBSMBCLIENT 1
  5373. | #define HAVE_LIBSMBCLIENT 1
  5374. | #define HAVE_NFSC_LIBNFS_H 1
  5375. | #define HAVE_LIBNFS 1
  5376. | #define HAVE_AFPFS_NG_LIBAFPCLIENT_H 1
  5377. | #define HAVE_LIBAFPCLIENT 1
  5378. | #define HAVE_LIBPLIST 1
  5379. | #define HAVE_LIBSHAIRPORT 1
  5380. | #define HAVE_LIBCEC 1
  5381. | #define PIX_FMT_VDPAU_MPEG4_IN_AVUTIL 1
  5382. | #define HAVE_PYTHON "2.6"
  5383. | #define HAVE_LIBCRYSTALHD 2
  5384. | #define HAVE_LIBVDADECODER 1
  5385. | #define HAVE_YAJL_YAJL_VERSION_H 1
  5386. | #define HAVE_DIRENT_H 1
  5387. | #define STDC_HEADERS 1
  5388. | #define HAVE_SYS_WAIT_H 1
  5389. | #define HAVE_ARPA_INET_H 1
  5390. | #define HAVE_FCNTL_H 1
  5391. | #define HAVE_FLOAT_H 1
  5392. | #define HAVE_INTTYPES_H 1
  5393. | #define HAVE_LIMITS_H 1
  5394. | #define HAVE_LOCALE_H 1
  5395. | #define HAVE_MEMORY_H 1
  5396. | #define HAVE_NETDB_H 1
  5397. | #define HAVE_NETINET_IN_H 1
  5398. | #define HAVE_STDDEF_H 1
  5399. | #define HAVE_STDINT_H 1
  5400. | #define HAVE_STDLIB_H 1
  5401. | #define HAVE_STRING_H 1
  5402. | #define HAVE_STRINGS_H 1
  5403. | #define HAVE_SYS_FILE_H 1
  5404. | #define HAVE_SYS_IOCTL_H 1
  5405. | #define HAVE_SYS_MOUNT_H 1
  5406. | #define HAVE_SYS_PARAM_H 1
  5407. | #define HAVE_SYS_SOCKET_H 1
  5408. | #define HAVE_SYS_TIME_H 1
  5409. | #define HAVE_SYS_TIMEB_H 1
  5410. | #define HAVE_TERMIOS_H 1
  5411. | #define HAVE_UNISTD_H 1
  5412. | #define HAVE_UTIME_H 1
  5413. | #define HAVE_WCHAR_H 1
  5414. | #define HAVE_WCTYPE_H 1
  5415. | #define HAVE_CDIO_ISO9660_H 1
  5416. | #define HAVE__BOOL 1
  5417. | #define HAVE_STDBOOL_H 1
  5418. | /* end confdefs.h.  */
  5419. | #include <stdio.h>
  5420. | #ifdef HAVE_SYS_TYPES_H
  5421. | # include <sys/types.h>
  5422. | #endif
  5423. | #ifdef HAVE_SYS_STAT_H
  5424. | # include <sys/stat.h>
  5425. | #endif
  5426. | #ifdef STDC_HEADERS
  5427. | # include <stdlib.h>
  5428. | # include <stddef.h>
  5429. | #else
  5430. | # ifdef HAVE_STDLIB_H
  5431. | #  include <stdlib.h>
  5432. | # endif
  5433. | #endif
  5434. | #ifdef HAVE_STRING_H
  5435. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  5436. | #  include <memory.h>
  5437. | # endif
  5438. | # include <string.h>
  5439. | #endif
  5440. | #ifdef HAVE_STRINGS_H
  5441. | # include <strings.h>
  5442. | #endif
  5443. | #ifdef HAVE_INTTYPES_H
  5444. | # include <inttypes.h>
  5445. | #endif
  5446. | #ifdef HAVE_STDINT_H
  5447. | # include <stdint.h>
  5448. | #endif
  5449. | #ifdef HAVE_UNISTD_H
  5450. | # include <unistd.h>
  5451. | #endif
  5452. | int
  5453. | main ()
  5454. | {
  5455. | if (sizeof ((off_t)))
  5456. |     return 0;
  5457. |   ;
  5458. |   return 0;
  5459. | }
  5460. configure:36091: result: yes
  5461. configure:36103: checking for pid_t
  5462. configure:36131: /usr/bin/gcc-4.2 -c  -std=gnu99 -no-cpp-precomp -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -g -D_DEBUG -Wall -O2  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit conftest.c >&5
  5463. configure:36138: $? = 0
  5464. configure:36165: /usr/bin/gcc-4.2 -c  -std=gnu99 -no-cpp-precomp -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -g -D_DEBUG -Wall -O2  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit conftest.c >&5
  5465. conftest.c: In function 'main':
  5466. conftest.c:207: error: expected expression before ')' token
  5467. configure:36172: $? = 1
  5468. configure: failed program was:
  5469. | /* confdefs.h.  */
  5470. | #define PACKAGE_NAME "xbmc"
  5471. | #define PACKAGE_TARNAME "xbmc"
  5472. | #define PACKAGE_VERSION "11.9.3"
  5473. | #define PACKAGE_STRING "xbmc 11.9.3"
  5474. | #define PACKAGE_BUGREPORT "http://trac.xbmc.org"
  5475. | #define PACKAGE "xbmc"
  5476. | #define VERSION "11.9.3"
  5477. | #define LIRC_DEVICE "/dev/lircd"
  5478. | #define STDC_HEADERS 1
  5479. | #define HAVE_SYS_TYPES_H 1
  5480. | #define HAVE_SYS_STAT_H 1
  5481. | #define HAVE_STDLIB_H 1
  5482. | #define HAVE_STRING_H 1
  5483. | #define HAVE_MEMORY_H 1
  5484. | #define HAVE_STRINGS_H 1
  5485. | #define HAVE_INTTYPES_H 1
  5486. | #define HAVE_STDINT_H 1
  5487. | #define HAVE_UNISTD_H 1
  5488. | #define HAVE_DLFCN_H 1
  5489. | #define LT_OBJDIR ".libs/"
  5490. | #define HAVE_ALLOCA_H 1
  5491. | #define HAVE_ALLOCA 1
  5492. | #define HAVE_UNISTD_H 1
  5493. | #define HAVE_CHOWN 1
  5494. | #define HAVE_DIRENT_H 1
  5495. | #define HAVE_FSEEKO 1
  5496. | #define TIME_WITH_SYS_TIME 1
  5497. | #define HAVE_SYS_TIME_H 1
  5498. | #define HAVE_UNISTD_H 1
  5499. | #define HAVE_UTIME_H 1
  5500. | #define HAVE_ALARM 1
  5501. | #define HAVE_STDLIB_H 1
  5502. | #define HAVE_UNISTD_H 1
  5503. | #define HAVE_GETPAGESIZE 1
  5504. | #define HAVE_MMAP 1
  5505. | #define HAVE_SYS_SELECT_H 1
  5506. | #define HAVE_SYS_SOCKET_H 1
  5507. | #define SELECT_TYPE_ARG1 int
  5508. | #define SELECT_TYPE_ARG234 (fd_set *)
  5509. | #define SELECT_TYPE_ARG5 (struct timeval *)
  5510. | #define RETSIGTYPE void
  5511. | #define HAVE_STRCOLL 1
  5512. | #define HAVE_STRFTIME 1
  5513. | #define HAVE_UTIME_NULL 1
  5514. | #define HAVE_VPRINTF 1
  5515. | #define HAVE_ATEXIT 1
  5516. | #define HAVE_DUP2 1
  5517. | #define HAVE_FDATASYNC 1
  5518. | #define HAVE_FLOOR 1
  5519. | #define HAVE_FTIME 1
  5520. | #define HAVE_FTRUNCATE 1
  5521. | #define HAVE_GETCWD 1
  5522. | #define HAVE_GETHOSTBYADDR 1
  5523. | #define HAVE_GETHOSTBYNAME 1
  5524. | #define HAVE_GETHOSTNAME 1
  5525. | #define HAVE_GETPAGESIZE 1
  5526. | #define HAVE_GETPASS 1
  5527. | #define HAVE_GETTIMEOFDAY 1
  5528. | #define HAVE_INET_NTOA 1
  5529. | #define HAVE_LCHOWN 1
  5530. | #define HAVE_LOCALECONV 1
  5531. | #define HAVE_MEMCHR 1
  5532. | #define HAVE_MEMMOVE 1
  5533. | #define HAVE_MEMSET 1
  5534. | #define HAVE_MKDIR 1
  5535. | #define HAVE_MODF 1
  5536. | #define HAVE_MUNMAP 1
  5537. | #define HAVE_POW 1
  5538. | #define HAVE_RMDIR 1
  5539. | #define HAVE_SELECT 1
  5540. | #define HAVE_SETENV 1
  5541. | #define HAVE_SETLOCALE 1
  5542. | #define HAVE_SOCKET 1
  5543. | #define HAVE_SQRT 1
  5544. | #define HAVE_STRCASECMP 1
  5545. | #define HAVE_STRCHR 1
  5546. | #define HAVE_STRCSPN 1
  5547. | #define HAVE_STRDUP 1
  5548. | #define HAVE_STRERROR 1
  5549. | #define HAVE_STRNCASECMP 1
  5550. | #define HAVE_STRPBRK 1
  5551. | #define HAVE_STRRCHR 1
  5552. | #define HAVE_STRSPN 1
  5553. | #define HAVE_STRSTR 1
  5554. | #define HAVE_STRTOL 1
  5555. | #define HAVE_STRTOUL 1
  5556. | #define HAVE_TZSET 1
  5557. | #define HAVE_UTIME 1
  5558. | #define SIZEOF_INT 4
  5559. | #define SIZEOF_SIZE_T 4
  5560. | #define HAVE_LIBGL 1
  5561. | #define HAVE_LIBGLU 1
  5562. | #define HAVE_LIBGLEW 1
  5563. | #define HAVE_OPENSSL 1
  5564. | #define HAVE_LIBGCRYPT 1
  5565. | #define HAVE_GCRYPT 1
  5566. | #define HAVE_LIBBZ2 1
  5567. | #define HAVE_LIBJPEG 1
  5568. | #define HAVE_LIBTIFF 1
  5569. | #define HAVE_LIBPTHREAD 1
  5570. | #define HAVE_LIBLZO2 1
  5571. | #define HAVE_LIBZ 1
  5572. | #define HAVE_LIBCRYPTO 1
  5573. | #define HAVE_LIBSSL 1
  5574. | #define HAVE_LIBMYSQLCLIENT 1
  5575. | #define HAVE_LIBSSH 1
  5576. | #define HAVE_LIBYAJL 1
  5577. | #define HAVE_LIBTINYXML 1
  5578. | #define HAVE_LIBPCRE 1
  5579. | #define HAVE_LIBPCRECPP 1
  5580. | #define HAVE_LIBBLURAY 1
  5581. | #define HAVE_LIBICONV 1
  5582. | #define HAVE_LIBSDL 1
  5583. | #define HAVE_SDL 1
  5584. | #define HAVE_LIBMP3LAME 1
  5585. | #define HAVE_LIBVORBISENC 1
  5586. | #define HAVE_LIBMICROHTTPD 1
  5587. | #define HAS_DVD_DRIVE 1
  5588. | #define HAVE_LIBRTMP_LOG_H 1
  5589. | #define HAVE_LIBRTMP_AMF_H 1
  5590. | #define HAVE_LIBRTMP_RTMP_H 1
  5591. | #define HAS_LIBRTMP 1
  5592. | #define HAVE_LIBSMBCLIENT 1
  5593. | #define HAVE_LIBSMBCLIENT 1
  5594. | #define HAVE_NFSC_LIBNFS_H 1
  5595. | #define HAVE_LIBNFS 1
  5596. | #define HAVE_AFPFS_NG_LIBAFPCLIENT_H 1
  5597. | #define HAVE_LIBAFPCLIENT 1
  5598. | #define HAVE_LIBPLIST 1
  5599. | #define HAVE_LIBSHAIRPORT 1
  5600. | #define HAVE_LIBCEC 1
  5601. | #define PIX_FMT_VDPAU_MPEG4_IN_AVUTIL 1
  5602. | #define HAVE_PYTHON "2.6"
  5603. | #define HAVE_LIBCRYSTALHD 2
  5604. | #define HAVE_LIBVDADECODER 1
  5605. | #define HAVE_YAJL_YAJL_VERSION_H 1
  5606. | #define HAVE_DIRENT_H 1
  5607. | #define STDC_HEADERS 1
  5608. | #define HAVE_SYS_WAIT_H 1
  5609. | #define HAVE_ARPA_INET_H 1
  5610. | #define HAVE_FCNTL_H 1
  5611. | #define HAVE_FLOAT_H 1
  5612. | #define HAVE_INTTYPES_H 1
  5613. | #define HAVE_LIMITS_H 1
  5614. | #define HAVE_LOCALE_H 1
  5615. | #define HAVE_MEMORY_H 1
  5616. | #define HAVE_NETDB_H 1
  5617. | #define HAVE_NETINET_IN_H 1
  5618. | #define HAVE_STDDEF_H 1
  5619. | #define HAVE_STDINT_H 1
  5620. | #define HAVE_STDLIB_H 1
  5621. | #define HAVE_STRING_H 1
  5622. | #define HAVE_STRINGS_H 1
  5623. | #define HAVE_SYS_FILE_H 1
  5624. | #define HAVE_SYS_IOCTL_H 1
  5625. | #define HAVE_SYS_MOUNT_H 1
  5626. | #define HAVE_SYS_PARAM_H 1
  5627. | #define HAVE_SYS_SOCKET_H 1
  5628. | #define HAVE_SYS_TIME_H 1
  5629. | #define HAVE_SYS_TIMEB_H 1
  5630. | #define HAVE_TERMIOS_H 1
  5631. | #define HAVE_UNISTD_H 1
  5632. | #define HAVE_UTIME_H 1
  5633. | #define HAVE_WCHAR_H 1
  5634. | #define HAVE_WCTYPE_H 1
  5635. | #define HAVE_CDIO_ISO9660_H 1
  5636. | #define HAVE__BOOL 1
  5637. | #define HAVE_STDBOOL_H 1
  5638. | /* end confdefs.h.  */
  5639. | #include <stdio.h>
  5640. | #ifdef HAVE_SYS_TYPES_H
  5641. | # include <sys/types.h>
  5642. | #endif
  5643. | #ifdef HAVE_SYS_STAT_H
  5644. | # include <sys/stat.h>
  5645. | #endif
  5646. | #ifdef STDC_HEADERS
  5647. | # include <stdlib.h>
  5648. | # include <stddef.h>
  5649. | #else
  5650. | # ifdef HAVE_STDLIB_H
  5651. | #  include <stdlib.h>
  5652. | # endif
  5653. | #endif
  5654. | #ifdef HAVE_STRING_H
  5655. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  5656. | #  include <memory.h>
  5657. | # endif
  5658. | # include <string.h>
  5659. | #endif
  5660. | #ifdef HAVE_STRINGS_H
  5661. | # include <strings.h>
  5662. | #endif
  5663. | #ifdef HAVE_INTTYPES_H
  5664. | # include <inttypes.h>
  5665. | #endif
  5666. | #ifdef HAVE_STDINT_H
  5667. | # include <stdint.h>
  5668. | #endif
  5669. | #ifdef HAVE_UNISTD_H
  5670. | # include <unistd.h>
  5671. | #endif
  5672. | int
  5673. | main ()
  5674. | {
  5675. | if (sizeof ((pid_t)))
  5676. |     return 0;
  5677. |   ;
  5678. |   return 0;
  5679. | }
  5680. configure:36195: result: yes
  5681. configure:36207: checking for C/C++ restrict keyword
  5682. configure:36242: /usr/bin/gcc-4.2 -c  -std=gnu99 -no-cpp-precomp -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -g -D_DEBUG -Wall -O2  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit conftest.c >&5
  5683. configure:36249: $? = 0
  5684. configure:36267: result: __restrict
  5685. configure:36283: checking for size_t
  5686. configure:36311: /usr/bin/gcc-4.2 -c  -std=gnu99 -no-cpp-precomp -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -g -D_DEBUG -Wall -O2  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit conftest.c >&5
  5687. configure:36318: $? = 0
  5688. configure:36345: /usr/bin/gcc-4.2 -c  -std=gnu99 -no-cpp-precomp -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -g -D_DEBUG -Wall -O2  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit conftest.c >&5
  5689. conftest.c: In function 'main':
  5690. conftest.c:208: error: expected expression before ')' token
  5691. configure:36352: $? = 1
  5692. configure: failed program was:
  5693. | /* confdefs.h.  */
  5694. | #define PACKAGE_NAME "xbmc"
  5695. | #define PACKAGE_TARNAME "xbmc"
  5696. | #define PACKAGE_VERSION "11.9.3"
  5697. | #define PACKAGE_STRING "xbmc 11.9.3"
  5698. | #define PACKAGE_BUGREPORT "http://trac.xbmc.org"
  5699. | #define PACKAGE "xbmc"
  5700. | #define VERSION "11.9.3"
  5701. | #define LIRC_DEVICE "/dev/lircd"
  5702. | #define STDC_HEADERS 1
  5703. | #define HAVE_SYS_TYPES_H 1
  5704. | #define HAVE_SYS_STAT_H 1
  5705. | #define HAVE_STDLIB_H 1
  5706. | #define HAVE_STRING_H 1
  5707. | #define HAVE_MEMORY_H 1
  5708. | #define HAVE_STRINGS_H 1
  5709. | #define HAVE_INTTYPES_H 1
  5710. | #define HAVE_STDINT_H 1
  5711. | #define HAVE_UNISTD_H 1
  5712. | #define HAVE_DLFCN_H 1
  5713. | #define LT_OBJDIR ".libs/"
  5714. | #define HAVE_ALLOCA_H 1
  5715. | #define HAVE_ALLOCA 1
  5716. | #define HAVE_UNISTD_H 1
  5717. | #define HAVE_CHOWN 1
  5718. | #define HAVE_DIRENT_H 1
  5719. | #define HAVE_FSEEKO 1
  5720. | #define TIME_WITH_SYS_TIME 1
  5721. | #define HAVE_SYS_TIME_H 1
  5722. | #define HAVE_UNISTD_H 1
  5723. | #define HAVE_UTIME_H 1
  5724. | #define HAVE_ALARM 1
  5725. | #define HAVE_STDLIB_H 1
  5726. | #define HAVE_UNISTD_H 1
  5727. | #define HAVE_GETPAGESIZE 1
  5728. | #define HAVE_MMAP 1
  5729. | #define HAVE_SYS_SELECT_H 1
  5730. | #define HAVE_SYS_SOCKET_H 1
  5731. | #define SELECT_TYPE_ARG1 int
  5732. | #define SELECT_TYPE_ARG234 (fd_set *)
  5733. | #define SELECT_TYPE_ARG5 (struct timeval *)
  5734. | #define RETSIGTYPE void
  5735. | #define HAVE_STRCOLL 1
  5736. | #define HAVE_STRFTIME 1
  5737. | #define HAVE_UTIME_NULL 1
  5738. | #define HAVE_VPRINTF 1
  5739. | #define HAVE_ATEXIT 1
  5740. | #define HAVE_DUP2 1
  5741. | #define HAVE_FDATASYNC 1
  5742. | #define HAVE_FLOOR 1
  5743. | #define HAVE_FTIME 1
  5744. | #define HAVE_FTRUNCATE 1
  5745. | #define HAVE_GETCWD 1
  5746. | #define HAVE_GETHOSTBYADDR 1
  5747. | #define HAVE_GETHOSTBYNAME 1
  5748. | #define HAVE_GETHOSTNAME 1
  5749. | #define HAVE_GETPAGESIZE 1
  5750. | #define HAVE_GETPASS 1
  5751. | #define HAVE_GETTIMEOFDAY 1
  5752. | #define HAVE_INET_NTOA 1
  5753. | #define HAVE_LCHOWN 1
  5754. | #define HAVE_LOCALECONV 1
  5755. | #define HAVE_MEMCHR 1
  5756. | #define HAVE_MEMMOVE 1
  5757. | #define HAVE_MEMSET 1
  5758. | #define HAVE_MKDIR 1
  5759. | #define HAVE_MODF 1
  5760. | #define HAVE_MUNMAP 1
  5761. | #define HAVE_POW 1
  5762. | #define HAVE_RMDIR 1
  5763. | #define HAVE_SELECT 1
  5764. | #define HAVE_SETENV 1
  5765. | #define HAVE_SETLOCALE 1
  5766. | #define HAVE_SOCKET 1
  5767. | #define HAVE_SQRT 1
  5768. | #define HAVE_STRCASECMP 1
  5769. | #define HAVE_STRCHR 1
  5770. | #define HAVE_STRCSPN 1
  5771. | #define HAVE_STRDUP 1
  5772. | #define HAVE_STRERROR 1
  5773. | #define HAVE_STRNCASECMP 1
  5774. | #define HAVE_STRPBRK 1
  5775. | #define HAVE_STRRCHR 1
  5776. | #define HAVE_STRSPN 1
  5777. | #define HAVE_STRSTR 1
  5778. | #define HAVE_STRTOL 1
  5779. | #define HAVE_STRTOUL 1
  5780. | #define HAVE_TZSET 1
  5781. | #define HAVE_UTIME 1
  5782. | #define SIZEOF_INT 4
  5783. | #define SIZEOF_SIZE_T 4
  5784. | #define HAVE_LIBGL 1
  5785. | #define HAVE_LIBGLU 1
  5786. | #define HAVE_LIBGLEW 1
  5787. | #define HAVE_OPENSSL 1
  5788. | #define HAVE_LIBGCRYPT 1
  5789. | #define HAVE_GCRYPT 1
  5790. | #define HAVE_LIBBZ2 1
  5791. | #define HAVE_LIBJPEG 1
  5792. | #define HAVE_LIBTIFF 1
  5793. | #define HAVE_LIBPTHREAD 1
  5794. | #define HAVE_LIBLZO2 1
  5795. | #define HAVE_LIBZ 1
  5796. | #define HAVE_LIBCRYPTO 1
  5797. | #define HAVE_LIBSSL 1
  5798. | #define HAVE_LIBMYSQLCLIENT 1
  5799. | #define HAVE_LIBSSH 1
  5800. | #define HAVE_LIBYAJL 1
  5801. | #define HAVE_LIBTINYXML 1
  5802. | #define HAVE_LIBPCRE 1
  5803. | #define HAVE_LIBPCRECPP 1
  5804. | #define HAVE_LIBBLURAY 1
  5805. | #define HAVE_LIBICONV 1
  5806. | #define HAVE_LIBSDL 1
  5807. | #define HAVE_SDL 1
  5808. | #define HAVE_LIBMP3LAME 1
  5809. | #define HAVE_LIBVORBISENC 1
  5810. | #define HAVE_LIBMICROHTTPD 1
  5811. | #define HAS_DVD_DRIVE 1
  5812. | #define HAVE_LIBRTMP_LOG_H 1
  5813. | #define HAVE_LIBRTMP_AMF_H 1
  5814. | #define HAVE_LIBRTMP_RTMP_H 1
  5815. | #define HAS_LIBRTMP 1
  5816. | #define HAVE_LIBSMBCLIENT 1
  5817. | #define HAVE_LIBSMBCLIENT 1
  5818. | #define HAVE_NFSC_LIBNFS_H 1
  5819. | #define HAVE_LIBNFS 1
  5820. | #define HAVE_AFPFS_NG_LIBAFPCLIENT_H 1
  5821. | #define HAVE_LIBAFPCLIENT 1
  5822. | #define HAVE_LIBPLIST 1
  5823. | #define HAVE_LIBSHAIRPORT 1
  5824. | #define HAVE_LIBCEC 1
  5825. | #define PIX_FMT_VDPAU_MPEG4_IN_AVUTIL 1
  5826. | #define HAVE_PYTHON "2.6"
  5827. | #define HAVE_LIBCRYSTALHD 2
  5828. | #define HAVE_LIBVDADECODER 1
  5829. | #define HAVE_YAJL_YAJL_VERSION_H 1
  5830. | #define HAVE_DIRENT_H 1
  5831. | #define STDC_HEADERS 1
  5832. | #define HAVE_SYS_WAIT_H 1
  5833. | #define HAVE_ARPA_INET_H 1
  5834. | #define HAVE_FCNTL_H 1
  5835. | #define HAVE_FLOAT_H 1
  5836. | #define HAVE_INTTYPES_H 1
  5837. | #define HAVE_LIMITS_H 1
  5838. | #define HAVE_LOCALE_H 1
  5839. | #define HAVE_MEMORY_H 1
  5840. | #define HAVE_NETDB_H 1
  5841. | #define HAVE_NETINET_IN_H 1
  5842. | #define HAVE_STDDEF_H 1
  5843. | #define HAVE_STDINT_H 1
  5844. | #define HAVE_STDLIB_H 1
  5845. | #define HAVE_STRING_H 1
  5846. | #define HAVE_STRINGS_H 1
  5847. | #define HAVE_SYS_FILE_H 1
  5848. | #define HAVE_SYS_IOCTL_H 1
  5849. | #define HAVE_SYS_MOUNT_H 1
  5850. | #define HAVE_SYS_PARAM_H 1
  5851. | #define HAVE_SYS_SOCKET_H 1
  5852. | #define HAVE_SYS_TIME_H 1
  5853. | #define HAVE_SYS_TIMEB_H 1
  5854. | #define HAVE_TERMIOS_H 1
  5855. | #define HAVE_UNISTD_H 1
  5856. | #define HAVE_UTIME_H 1
  5857. | #define HAVE_WCHAR_H 1
  5858. | #define HAVE_WCTYPE_H 1
  5859. | #define HAVE_CDIO_ISO9660_H 1
  5860. | #define HAVE__BOOL 1
  5861. | #define HAVE_STDBOOL_H 1
  5862. | #define restrict __restrict
  5863. | /* end confdefs.h.  */
  5864. | #include <stdio.h>
  5865. | #ifdef HAVE_SYS_TYPES_H
  5866. | # include <sys/types.h>
  5867. | #endif
  5868. | #ifdef HAVE_SYS_STAT_H
  5869. | # include <sys/stat.h>
  5870. | #endif
  5871. | #ifdef STDC_HEADERS
  5872. | # include <stdlib.h>
  5873. | # include <stddef.h>
  5874. | #else
  5875. | # ifdef HAVE_STDLIB_H
  5876. | #  include <stdlib.h>
  5877. | # endif
  5878. | #endif
  5879. | #ifdef HAVE_STRING_H
  5880. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  5881. | #  include <memory.h>
  5882. | # endif
  5883. | # include <string.h>
  5884. | #endif
  5885. | #ifdef HAVE_STRINGS_H
  5886. | # include <strings.h>
  5887. | #endif
  5888. | #ifdef HAVE_INTTYPES_H
  5889. | # include <inttypes.h>
  5890. | #endif
  5891. | #ifdef HAVE_STDINT_H
  5892. | # include <stdint.h>
  5893. | #endif
  5894. | #ifdef HAVE_UNISTD_H
  5895. | # include <unistd.h>
  5896. | #endif
  5897. | int
  5898. | main ()
  5899. | {
  5900. | if (sizeof ((size_t)))
  5901. |     return 0;
  5902. |   ;
  5903. |   return 0;
  5904. | }
  5905. configure:36375: result: yes
  5906. configure:36387: checking for ssize_t
  5907. configure:36415: /usr/bin/gcc-4.2 -c  -std=gnu99 -no-cpp-precomp -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -g -D_DEBUG -Wall -O2  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit conftest.c >&5
  5908. configure:36422: $? = 0
  5909. configure:36449: /usr/bin/gcc-4.2 -c  -std=gnu99 -no-cpp-precomp -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -g -D_DEBUG -Wall -O2  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit conftest.c >&5
  5910. conftest.c: In function 'main':
  5911. conftest.c:208: error: expected expression before ')' token
  5912. configure:36456: $? = 1
  5913. configure: failed program was:
  5914. | /* confdefs.h.  */
  5915. | #define PACKAGE_NAME "xbmc"
  5916. | #define PACKAGE_TARNAME "xbmc"
  5917. | #define PACKAGE_VERSION "11.9.3"
  5918. | #define PACKAGE_STRING "xbmc 11.9.3"
  5919. | #define PACKAGE_BUGREPORT "http://trac.xbmc.org"
  5920. | #define PACKAGE "xbmc"
  5921. | #define VERSION "11.9.3"
  5922. | #define LIRC_DEVICE "/dev/lircd"
  5923. | #define STDC_HEADERS 1
  5924. | #define HAVE_SYS_TYPES_H 1
  5925. | #define HAVE_SYS_STAT_H 1
  5926. | #define HAVE_STDLIB_H 1
  5927. | #define HAVE_STRING_H 1
  5928. | #define HAVE_MEMORY_H 1
  5929. | #define HAVE_STRINGS_H 1
  5930. | #define HAVE_INTTYPES_H 1
  5931. | #define HAVE_STDINT_H 1
  5932. | #define HAVE_UNISTD_H 1
  5933. | #define HAVE_DLFCN_H 1
  5934. | #define LT_OBJDIR ".libs/"
  5935. | #define HAVE_ALLOCA_H 1
  5936. | #define HAVE_ALLOCA 1
  5937. | #define HAVE_UNISTD_H 1
  5938. | #define HAVE_CHOWN 1
  5939. | #define HAVE_DIRENT_H 1
  5940. | #define HAVE_FSEEKO 1
  5941. | #define TIME_WITH_SYS_TIME 1
  5942. | #define HAVE_SYS_TIME_H 1
  5943. | #define HAVE_UNISTD_H 1
  5944. | #define HAVE_UTIME_H 1
  5945. | #define HAVE_ALARM 1
  5946. | #define HAVE_STDLIB_H 1
  5947. | #define HAVE_UNISTD_H 1
  5948. | #define HAVE_GETPAGESIZE 1
  5949. | #define HAVE_MMAP 1
  5950. | #define HAVE_SYS_SELECT_H 1
  5951. | #define HAVE_SYS_SOCKET_H 1
  5952. | #define SELECT_TYPE_ARG1 int
  5953. | #define SELECT_TYPE_ARG234 (fd_set *)
  5954. | #define SELECT_TYPE_ARG5 (struct timeval *)
  5955. | #define RETSIGTYPE void
  5956. | #define HAVE_STRCOLL 1
  5957. | #define HAVE_STRFTIME 1
  5958. | #define HAVE_UTIME_NULL 1
  5959. | #define HAVE_VPRINTF 1
  5960. | #define HAVE_ATEXIT 1
  5961. | #define HAVE_DUP2 1
  5962. | #define HAVE_FDATASYNC 1
  5963. | #define HAVE_FLOOR 1
  5964. | #define HAVE_FTIME 1
  5965. | #define HAVE_FTRUNCATE 1
  5966. | #define HAVE_GETCWD 1
  5967. | #define HAVE_GETHOSTBYADDR 1
  5968. | #define HAVE_GETHOSTBYNAME 1
  5969. | #define HAVE_GETHOSTNAME 1
  5970. | #define HAVE_GETPAGESIZE 1
  5971. | #define HAVE_GETPASS 1
  5972. | #define HAVE_GETTIMEOFDAY 1
  5973. | #define HAVE_INET_NTOA 1
  5974. | #define HAVE_LCHOWN 1
  5975. | #define HAVE_LOCALECONV 1
  5976. | #define HAVE_MEMCHR 1
  5977. | #define HAVE_MEMMOVE 1
  5978. | #define HAVE_MEMSET 1
  5979. | #define HAVE_MKDIR 1
  5980. | #define HAVE_MODF 1
  5981. | #define HAVE_MUNMAP 1
  5982. | #define HAVE_POW 1
  5983. | #define HAVE_RMDIR 1
  5984. | #define HAVE_SELECT 1
  5985. | #define HAVE_SETENV 1
  5986. | #define HAVE_SETLOCALE 1
  5987. | #define HAVE_SOCKET 1
  5988. | #define HAVE_SQRT 1
  5989. | #define HAVE_STRCASECMP 1
  5990. | #define HAVE_STRCHR 1
  5991. | #define HAVE_STRCSPN 1
  5992. | #define HAVE_STRDUP 1
  5993. | #define HAVE_STRERROR 1
  5994. | #define HAVE_STRNCASECMP 1
  5995. | #define HAVE_STRPBRK 1
  5996. | #define HAVE_STRRCHR 1
  5997. | #define HAVE_STRSPN 1
  5998. | #define HAVE_STRSTR 1
  5999. | #define HAVE_STRTOL 1
  6000. | #define HAVE_STRTOUL 1
  6001. | #define HAVE_TZSET 1
  6002. | #define HAVE_UTIME 1
  6003. | #define SIZEOF_INT 4
  6004. | #define SIZEOF_SIZE_T 4
  6005. | #define HAVE_LIBGL 1
  6006. | #define HAVE_LIBGLU 1
  6007. | #define HAVE_LIBGLEW 1
  6008. | #define HAVE_OPENSSL 1
  6009. | #define HAVE_LIBGCRYPT 1
  6010. | #define HAVE_GCRYPT 1
  6011. | #define HAVE_LIBBZ2 1
  6012. | #define HAVE_LIBJPEG 1
  6013. | #define HAVE_LIBTIFF 1
  6014. | #define HAVE_LIBPTHREAD 1
  6015. | #define HAVE_LIBLZO2 1
  6016. | #define HAVE_LIBZ 1
  6017. | #define HAVE_LIBCRYPTO 1
  6018. | #define HAVE_LIBSSL 1
  6019. | #define HAVE_LIBMYSQLCLIENT 1
  6020. | #define HAVE_LIBSSH 1
  6021. | #define HAVE_LIBYAJL 1
  6022. | #define HAVE_LIBTINYXML 1
  6023. | #define HAVE_LIBPCRE 1
  6024. | #define HAVE_LIBPCRECPP 1
  6025. | #define HAVE_LIBBLURAY 1
  6026. | #define HAVE_LIBICONV 1
  6027. | #define HAVE_LIBSDL 1
  6028. | #define HAVE_SDL 1
  6029. | #define HAVE_LIBMP3LAME 1
  6030. | #define HAVE_LIBVORBISENC 1
  6031. | #define HAVE_LIBMICROHTTPD 1
  6032. | #define HAS_DVD_DRIVE 1
  6033. | #define HAVE_LIBRTMP_LOG_H 1
  6034. | #define HAVE_LIBRTMP_AMF_H 1
  6035. | #define HAVE_LIBRTMP_RTMP_H 1
  6036. | #define HAS_LIBRTMP 1
  6037. | #define HAVE_LIBSMBCLIENT 1
  6038. | #define HAVE_LIBSMBCLIENT 1
  6039. | #define HAVE_NFSC_LIBNFS_H 1
  6040. | #define HAVE_LIBNFS 1
  6041. | #define HAVE_AFPFS_NG_LIBAFPCLIENT_H 1
  6042. | #define HAVE_LIBAFPCLIENT 1
  6043. | #define HAVE_LIBPLIST 1
  6044. | #define HAVE_LIBSHAIRPORT 1
  6045. | #define HAVE_LIBCEC 1
  6046. | #define PIX_FMT_VDPAU_MPEG4_IN_AVUTIL 1
  6047. | #define HAVE_PYTHON "2.6"
  6048. | #define HAVE_LIBCRYSTALHD 2
  6049. | #define HAVE_LIBVDADECODER 1
  6050. | #define HAVE_YAJL_YAJL_VERSION_H 1
  6051. | #define HAVE_DIRENT_H 1
  6052. | #define STDC_HEADERS 1
  6053. | #define HAVE_SYS_WAIT_H 1
  6054. | #define HAVE_ARPA_INET_H 1
  6055. | #define HAVE_FCNTL_H 1
  6056. | #define HAVE_FLOAT_H 1
  6057. | #define HAVE_INTTYPES_H 1
  6058. | #define HAVE_LIMITS_H 1
  6059. | #define HAVE_LOCALE_H 1
  6060. | #define HAVE_MEMORY_H 1
  6061. | #define HAVE_NETDB_H 1
  6062. | #define HAVE_NETINET_IN_H 1
  6063. | #define HAVE_STDDEF_H 1
  6064. | #define HAVE_STDINT_H 1
  6065. | #define HAVE_STDLIB_H 1
  6066. | #define HAVE_STRING_H 1
  6067. | #define HAVE_STRINGS_H 1
  6068. | #define HAVE_SYS_FILE_H 1
  6069. | #define HAVE_SYS_IOCTL_H 1
  6070. | #define HAVE_SYS_MOUNT_H 1
  6071. | #define HAVE_SYS_PARAM_H 1
  6072. | #define HAVE_SYS_SOCKET_H 1
  6073. | #define HAVE_SYS_TIME_H 1
  6074. | #define HAVE_SYS_TIMEB_H 1
  6075. | #define HAVE_TERMIOS_H 1
  6076. | #define HAVE_UNISTD_H 1
  6077. | #define HAVE_UTIME_H 1
  6078. | #define HAVE_WCHAR_H 1
  6079. | #define HAVE_WCTYPE_H 1
  6080. | #define HAVE_CDIO_ISO9660_H 1
  6081. | #define HAVE__BOOL 1
  6082. | #define HAVE_STDBOOL_H 1
  6083. | #define restrict __restrict
  6084. | /* end confdefs.h.  */
  6085. | #include <stdio.h>
  6086. | #ifdef HAVE_SYS_TYPES_H
  6087. | # include <sys/types.h>
  6088. | #endif
  6089. | #ifdef HAVE_SYS_STAT_H
  6090. | # include <sys/stat.h>
  6091. | #endif
  6092. | #ifdef STDC_HEADERS
  6093. | # include <stdlib.h>
  6094. | # include <stddef.h>
  6095. | #else
  6096. | # ifdef HAVE_STDLIB_H
  6097. | #  include <stdlib.h>
  6098. | # endif
  6099. | #endif
  6100. | #ifdef HAVE_STRING_H
  6101. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  6102. | #  include <memory.h>
  6103. | # endif
  6104. | # include <string.h>
  6105. | #endif
  6106. | #ifdef HAVE_STRINGS_H
  6107. | # include <strings.h>
  6108. | #endif
  6109. | #ifdef HAVE_INTTYPES_H
  6110. | # include <inttypes.h>
  6111. | #endif
  6112. | #ifdef HAVE_STDINT_H
  6113. | # include <stdint.h>
  6114. | #endif
  6115. | #ifdef HAVE_UNISTD_H
  6116. | # include <unistd.h>
  6117. | #endif
  6118. | int
  6119. | main ()
  6120. | {
  6121. | if (sizeof ((ssize_t)))
  6122. |     return 0;
  6123. |   ;
  6124. |   return 0;
  6125. | }
  6126. configure:36479: result: yes
  6127. configure:36491: checking for struct stat.st_rdev
  6128. configure:36519: /usr/bin/gcc-4.2 -c  -std=gnu99 -no-cpp-precomp -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -g -D_DEBUG -Wall -O2  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit conftest.c >&5
  6129. configure:36526: $? = 0
  6130. configure:36584: result: yes
  6131. configure:36595: checking whether time.h and sys/time.h may both be included
  6132. configure:36647: result: yes
  6133. configure:36657: checking whether struct tm is in sys/time.h or time.h
  6134. configure:36687: /usr/bin/gcc-4.2 -c  -std=gnu99 -no-cpp-precomp -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -g -D_DEBUG -Wall -O2  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit conftest.c >&5
  6135. configure:36694: $? = 0
  6136. configure:36709: result: time.h
  6137. configure:36720: checking for uint8_t
  6138. configure:36751: /usr/bin/gcc-4.2 -c  -std=gnu99 -no-cpp-precomp -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -g -D_DEBUG -Wall -O2  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit conftest.c >&5
  6139. configure:36758: $? = 0
  6140. configure:36779: result: yes
  6141. configure:36797: checking for uint16_t
  6142. configure:36828: /usr/bin/gcc-4.2 -c  -std=gnu99 -no-cpp-precomp -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -g -D_DEBUG -Wall -O2  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit conftest.c >&5
  6143. configure:36835: $? = 0
  6144. configure:36856: result: yes
  6145. configure:36870: checking for uint32_t
  6146. configure:36901: /usr/bin/gcc-4.2 -c  -std=gnu99 -no-cpp-precomp -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -g -D_DEBUG -Wall -O2  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit conftest.c >&5
  6147. configure:36908: $? = 0
  6148. configure:36929: result: yes
  6149. configure:36947: checking for uint64_t
  6150. configure:36978: /usr/bin/gcc-4.2 -c  -std=gnu99 -no-cpp-precomp -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -g -D_DEBUG -Wall -O2  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit conftest.c >&5
  6151. configure:36985: $? = 0
  6152. configure:37006: result: yes
  6153. configure:37024: checking whether byte ordering is bigendian
  6154. configure:37049: /usr/bin/gcc-4.2 -c  -std=gnu99 -no-cpp-precomp -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -g -D_DEBUG -Wall -O2  -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit conftest.c >&5
  6155. configure:37056: $? = 0
  6156. configure:37404: result: universal
  6157. configure:37588: checking for ccache
  6158. configure:37619: result: none
  6159. configure:37633: ccache not found. Falling back to default CC
  6160. configure:37670: == DVDCSS support enabled. ==
  6161. configure:38252: creating ./config.status
  6162. configure:41021: error: Submodule lib/libid3tag/libid3tag failed to configure
  6163.  
  6164. ## ---------------- ##
  6165. ## Cache variables. ##
  6166. ## ---------------- ##
  6167.  
  6168. ac_cv_build=x86_64-apple-darwin11.4.0
  6169. ac_cv_c_bigendian=universal
  6170. ac_cv_c_compiler_gnu=yes
  6171. ac_cv_c_const=yes
  6172. ac_cv_c_inline=inline
  6173. ac_cv_c_int16_t=yes
  6174. ac_cv_c_int32_t=yes
  6175. ac_cv_c_int64_t=yes
  6176. ac_cv_c_int8_t=yes
  6177. ac_cv_c_restrict=__restrict
  6178. ac_cv_c_uint16_t=yes
  6179. ac_cv_c_uint32_t=yes
  6180. ac_cv_c_uint64_t=yes
  6181. ac_cv_c_uint8_t=yes
  6182. ac_cv_cxx_compiler_gnu=yes
  6183. ac_cv_env_ALSA_CFLAGS_set=
  6184. ac_cv_env_ALSA_CFLAGS_value=
  6185. ac_cv_env_ALSA_LIBS_set=
  6186. ac_cv_env_ALSA_LIBS_value=
  6187. ac_cv_env_CCC_set=
  6188. ac_cv_env_CCC_value=
  6189. ac_cv_env_CC_set=
  6190. ac_cv_env_CC_value=
  6191. ac_cv_env_CDIO_CFLAGS_set=
  6192. ac_cv_env_CDIO_CFLAGS_value=
  6193. ac_cv_env_CDIO_LIBS_set=
  6194. ac_cv_env_CDIO_LIBS_value=
  6195. ac_cv_env_CEC_CFLAGS_set=
  6196. ac_cv_env_CEC_CFLAGS_value=
  6197. ac_cv_env_CEC_LIBS_set=
  6198. ac_cv_env_CEC_LIBS_value=
  6199. ac_cv_env_CFLAGS_set=
  6200. ac_cv_env_CFLAGS_value=
  6201. ac_cv_env_CPPFLAGS_set=
  6202. ac_cv_env_CPPFLAGS_value=
  6203. ac_cv_env_CPP_set=
  6204. ac_cv_env_CPP_value=
  6205. ac_cv_env_CXXCPP_set=
  6206. ac_cv_env_CXXCPP_value=
  6207. ac_cv_env_CXXFLAGS_set=
  6208. ac_cv_env_CXXFLAGS_value=
  6209. ac_cv_env_CXX_set=
  6210. ac_cv_env_CXX_value=
  6211. ac_cv_env_DBUS_CFLAGS_set=
  6212. ac_cv_env_DBUS_CFLAGS_value=
  6213. ac_cv_env_DBUS_LIBS_set=
  6214. ac_cv_env_DBUS_LIBS_value=
  6215. ac_cv_env_FFMPEG_CFLAGS_set=
  6216. ac_cv_env_FFMPEG_CFLAGS_value=
  6217. ac_cv_env_FFMPEG_LIBS_set=
  6218. ac_cv_env_FFMPEG_LIBS_value=
  6219. ac_cv_env_FONTCONFIG_CFLAGS_set=
  6220. ac_cv_env_FONTCONFIG_CFLAGS_value=
  6221. ac_cv_env_FONTCONFIG_LIBS_set=
  6222. ac_cv_env_FONTCONFIG_LIBS_value=
  6223. ac_cv_env_FREETYPE2_CFLAGS_set=
  6224. ac_cv_env_FREETYPE2_CFLAGS_value=
  6225. ac_cv_env_FREETYPE2_LIBS_set=
  6226. ac_cv_env_FREETYPE2_LIBS_value=
  6227. ac_cv_env_FRIBIDI_CFLAGS_set=
  6228. ac_cv_env_FRIBIDI_CFLAGS_value=
  6229. ac_cv_env_FRIBIDI_LIBS_set=
  6230. ac_cv_env_FRIBIDI_LIBS_value=
  6231. ac_cv_env_HAL_CFLAGS_set=
  6232. ac_cv_env_HAL_CFLAGS_value=
  6233. ac_cv_env_HAL_LIBS_set=
  6234. ac_cv_env_HAL_LIBS_value=
  6235. ac_cv_env_HAL_STORAGE_CFLAGS_set=
  6236. ac_cv_env_HAL_STORAGE_CFLAGS_value=
  6237. ac_cv_env_HAL_STORAGE_LIBS_set=
  6238. ac_cv_env_HAL_STORAGE_LIBS_value=
  6239. ac_cv_env_LDFLAGS_set=
  6240. ac_cv_env_LDFLAGS_value=
  6241. ac_cv_env_LIBBLURAY_CFLAGS_set=
  6242. ac_cv_env_LIBBLURAY_CFLAGS_value=
  6243. ac_cv_env_LIBBLURAY_LIBS_set=
  6244. ac_cv_env_LIBBLURAY_LIBS_value=
  6245. ac_cv_env_LIBS_set=
  6246. ac_cv_env_LIBS_value=
  6247. ac_cv_env_OPENMAX_CFLAGS_set=
  6248. ac_cv_env_OPENMAX_CFLAGS_value=
  6249. ac_cv_env_OPENMAX_LIBS_set=
  6250. ac_cv_env_OPENMAX_LIBS_value=
  6251. ac_cv_env_PCRECPP_CFLAGS_set=
  6252. ac_cv_env_PCRECPP_CFLAGS_value=
  6253. ac_cv_env_PCRECPP_LIBS_set=
  6254. ac_cv_env_PCRECPP_LIBS_value=
  6255. ac_cv_env_PCRE_CFLAGS_set=
  6256. ac_cv_env_PCRE_CFLAGS_value=
  6257. ac_cv_env_PCRE_LIBS_set=
  6258. ac_cv_env_PCRE_LIBS_value=
  6259. ac_cv_env_PKG_CONFIG_set=
  6260. ac_cv_env_PKG_CONFIG_value=
  6261. ac_cv_env_PNG_CFLAGS_set=
  6262. ac_cv_env_PNG_CFLAGS_value=
  6263. ac_cv_env_PNG_LIBS_set=
  6264. ac_cv_env_PNG_LIBS_value=
  6265. ac_cv_env_PYTHON_VERSION_set=
  6266. ac_cv_env_PYTHON_VERSION_value=
  6267. ac_cv_env_SAMPLERATE_CFLAGS_set=
  6268. ac_cv_env_SAMPLERATE_CFLAGS_value=
  6269. ac_cv_env_SAMPLERATE_LIBS_set=
  6270. ac_cv_env_SAMPLERATE_LIBS_value=
  6271. ac_cv_env_SDL_CFLAGS_set=
  6272. ac_cv_env_SDL_CFLAGS_value=
  6273. ac_cv_env_SDL_LIBS_set=
  6274. ac_cv_env_SDL_LIBS_value=
  6275. ac_cv_env_SQLITE3_CFLAGS_set=
  6276. ac_cv_env_SQLITE3_CFLAGS_value=
  6277. ac_cv_env_SQLITE3_LIBS_set=
  6278. ac_cv_env_SQLITE3_LIBS_value=
  6279. ac_cv_env_UDEV_CFLAGS_set=
  6280. ac_cv_env_UDEV_CFLAGS_value=
  6281. ac_cv_env_UDEV_LIBS_set=
  6282. ac_cv_env_UDEV_LIBS_value=
  6283. ac_cv_env_USB_CFLAGS_set=
  6284. ac_cv_env_USB_CFLAGS_value=
  6285. ac_cv_env_USB_LIBS_set=
  6286. ac_cv_env_USB_LIBS_value=
  6287. ac_cv_env_X11_CFLAGS_set=
  6288. ac_cv_env_X11_CFLAGS_value=
  6289. ac_cv_env_X11_LIBS_set=
  6290. ac_cv_env_X11_LIBS_value=
  6291. ac_cv_env_XEXT_CFLAGS_set=
  6292. ac_cv_env_XEXT_CFLAGS_value=
  6293. ac_cv_env_XEXT_LIBS_set=
  6294. ac_cv_env_XEXT_LIBS_value=
  6295. ac_cv_env_XMU_CFLAGS_set=
  6296. ac_cv_env_XMU_CFLAGS_value=
  6297. ac_cv_env_XMU_LIBS_set=
  6298. ac_cv_env_XMU_LIBS_value=
  6299. ac_cv_env_XT_CFLAGS_set=
  6300. ac_cv_env_XT_CFLAGS_value=
  6301. ac_cv_env_XT_LIBS_set=
  6302. ac_cv_env_XT_LIBS_value=
  6303. ac_cv_env_build_alias_set=
  6304. ac_cv_env_build_alias_value=
  6305. ac_cv_env_host_alias_set=
  6306. ac_cv_env_host_alias_value=
  6307. ac_cv_env_target_alias_set=
  6308. ac_cv_env_target_alias_value=
  6309. ac_cv_func__doprnt=no
  6310. ac_cv_func_alarm=yes
  6311. ac_cv_func_alloca_works=yes
  6312. ac_cv_func_atexit=yes
  6313. ac_cv_func_chown_works=yes
  6314. ac_cv_func_closedir_void=no
  6315. ac_cv_func_dup2=yes
  6316. ac_cv_func_fdatasync=yes
  6317. ac_cv_func_floor=yes
  6318. ac_cv_func_fs_stat_dev=no
  6319. ac_cv_func_ftime=yes
  6320. ac_cv_func_ftruncate=yes
  6321. ac_cv_func_getcwd=yes
  6322. ac_cv_func_gethostbyaddr=yes
  6323. ac_cv_func_gethostbyname=yes
  6324. ac_cv_func_gethostname=yes
  6325. ac_cv_func_getpagesize=yes
  6326. ac_cv_func_getpass=yes
  6327. ac_cv_func_gettimeofday=yes
  6328. ac_cv_func_inet_ntoa=yes
  6329. ac_cv_func_lchown=yes
  6330. ac_cv_func_localeconv=yes
  6331. ac_cv_func_lstat_dereferences_slashed_symlink=no
  6332. ac_cv_func_lstat_empty_string_bug=no
  6333. ac_cv_func_memchr=yes
  6334. ac_cv_func_memcmp_working=yes
  6335. ac_cv_func_memmove=yes
  6336. ac_cv_func_memset=yes
  6337. ac_cv_func_mkdir=yes
  6338. ac_cv_func_mmap_fixed_mapped=yes
  6339. ac_cv_func_modf=yes
  6340. ac_cv_func_munmap=yes
  6341. ac_cv_func_pow=yes
  6342. ac_cv_func_rmdir=yes
  6343. ac_cv_func_select=yes
  6344. ac_cv_func_select_args='int,fd_set *,struct timeval *'
  6345. ac_cv_func_setenv=yes
  6346. ac_cv_func_setlocale=yes
  6347. ac_cv_func_setvbuf_reversed=no
  6348. ac_cv_func_socket=yes
  6349. ac_cv_func_sqrt=yes
  6350. ac_cv_func_stat_empty_string_bug=no
  6351. ac_cv_func_strcasecmp=yes
  6352. ac_cv_func_strchr=yes
  6353. ac_cv_func_strcoll_works=yes
  6354. ac_cv_func_strcspn=yes
  6355. ac_cv_func_strdup=yes
  6356. ac_cv_func_strerror=yes
  6357. ac_cv_func_strftime=yes
  6358. ac_cv_func_strncasecmp=yes
  6359. ac_cv_func_strpbrk=yes
  6360. ac_cv_func_strrchr=yes
  6361. ac_cv_func_strspn=yes
  6362. ac_cv_func_strstr=yes
  6363. ac_cv_func_strtod=yes
  6364. ac_cv_func_strtol=yes
  6365. ac_cv_func_strtoul=yes
  6366. ac_cv_func_sysinfo=no
  6367. ac_cv_func_tzset=yes
  6368. ac_cv_func_utime=yes
  6369. ac_cv_func_utime_null=yes
  6370. ac_cv_func_vprintf=yes
  6371. ac_cv_func_working_mktime=yes
  6372. ac_cv_header_FLAC_stream_decoder_h=yes
  6373. ac_cv_header_afpfs_ng_libafpclient_h=yes
  6374. ac_cv_header_arpa_inet_h=yes
  6375. ac_cv_header_ass_ass_h=yes
  6376. ac_cv_header_boost_shared_ptr_hpp=yes
  6377. ac_cv_header_cdio_iso9660_h=yes
  6378. ac_cv_header_curl_curl_h=yes
  6379. ac_cv_header_dirent_dirent_h=yes
  6380. ac_cv_header_dlfcn_h=yes
  6381. ac_cv_header_fcntl_h=yes
  6382. ac_cv_header_float_h=yes
  6383. ac_cv_header_gcrypt_h=yes
  6384. ac_cv_header_inttypes_h=yes
  6385. ac_cv_header_jpeglib_h=yes
  6386. ac_cv_header_lame_lame_h=yes
  6387. ac_cv_header_libcrystalhd_libcrystalhd_if_h=yes
  6388. ac_cv_header_libmodplug_modplug_h=yes
  6389. ac_cv_header_librtmp_amf_h=yes
  6390. ac_cv_header_librtmp_log_h=yes
  6391. ac_cv_header_librtmp_rtmp_h=yes
  6392. ac_cv_header_limits_h=yes
  6393. ac_cv_header_locale_h=yes
  6394. ac_cv_header_mad_h=yes
  6395. ac_cv_header_malloc_h=no
  6396. ac_cv_header_memory_h=yes
  6397. ac_cv_header_mpeg2dec_mpeg2_h=yes
  6398. ac_cv_header_mpeg2dec_mpeg2convert_h=yes
  6399. ac_cv_header_netdb_h=yes
  6400. ac_cv_header_netinet_in_h=yes
  6401. ac_cv_header_nfsc_libnfs_h=yes
  6402. ac_cv_header_ogg_ogg_h=yes
  6403. ac_cv_header_openssl_crypto_h=yes
  6404. ac_cv_header_samplerate_h=yes
  6405. ac_cv_header_stat_broken=no
  6406. ac_cv_header_stdbool_h=yes
  6407. ac_cv_header_stdc=yes
  6408. ac_cv_header_stddef_h=yes
  6409. ac_cv_header_stdint_h=yes
  6410. ac_cv_header_stdlib_h=yes
  6411. ac_cv_header_string_h=yes
  6412. ac_cv_header_strings_h=yes
  6413. ac_cv_header_sys_capability_h=no
  6414. ac_cv_header_sys_file_h=yes
  6415. ac_cv_header_sys_inotify_h=no
  6416. ac_cv_header_sys_ioctl_h=yes
  6417. ac_cv_header_sys_mount_h=yes
  6418. ac_cv_header_sys_param_h=yes
  6419. ac_cv_header_sys_select_h=yes
  6420. ac_cv_header_sys_socket_h=yes
  6421. ac_cv_header_sys_stat_h=yes
  6422. ac_cv_header_sys_time_h=yes
  6423. ac_cv_header_sys_timeb_h=yes
  6424. ac_cv_header_sys_types_h=yes
  6425. ac_cv_header_sys_vfs_h=no
  6426. ac_cv_header_sys_wait_h=yes
  6427. ac_cv_header_termios_h=yes
  6428. ac_cv_header_time=yes
  6429. ac_cv_header_unistd_h=yes
  6430. ac_cv_header_utime_h=yes
  6431. ac_cv_header_vorbis_vorbisenc_h=yes
  6432. ac_cv_header_vorbis_vorbisfile_h=yes
  6433. ac_cv_header_wchar_h=yes
  6434. ac_cv_header_wctype_h=yes
  6435. ac_cv_header_yajl_yajl_version_h=yes
  6436. ac_cv_host=i386-apple-darwin
  6437. ac_cv_lib_GLEW_main=yes
  6438. ac_cv_lib_SDL_main=yes
  6439. ac_cv_lib_bluetooth_hci_devid=no
  6440. ac_cv_lib_bz2_main=yes
  6441. ac_cv_lib_crypto_main=yes
  6442. ac_cv_lib_error_at_line=no
  6443. ac_cv_lib_gcrypt_gcry_control=yes
  6444. ac_cv_lib_iconv_main=yes
  6445. ac_cv_lib_jpeg_main=yes
  6446. ac_cv_lib_lzo2_main=yes
  6447. ac_cv_lib_microhttpd_main=yes
  6448. ac_cv_lib_mysqlclient_main=yes
  6449. ac_cv_lib_plist_main=yes
  6450. ac_cv_lib_pthread_main=yes
  6451. ac_cv_lib_shairport_shairport_set_ao=yes
  6452. ac_cv_lib_smbclient_main=yes
  6453. ac_cv_lib_ssh_sftp_tell64=yes
  6454. ac_cv_lib_ssl_main=yes
  6455. ac_cv_lib_tiff_main=yes
  6456. ac_cv_lib_tinyxml_main=yes
  6457. ac_cv_lib_yajl_main=yes
  6458. ac_cv_lib_z_main=yes
  6459. ac_cv_member_AudioOutput_ao_set_metadata_AudioOutput_ao_set_metadata_coverart=no
  6460. ac_cv_member_struct_stat_st_rdev=yes
  6461. ac_cv_objext=o
  6462. ac_cv_path_CCACHE=none
  6463. ac_cv_path_EGREP='/opt/local/bin/grep -E'
  6464. ac_cv_path_FGREP='/opt/local/bin/grep -F'
  6465. ac_cv_path_GREP=/opt/local/bin/grep
  6466. ac_cv_path_PYTHON=/Users/Shared/xbmc-depends/macosx10.6_i386/bin/python
  6467. ac_cv_path_SED=/Users/Shared/xbmc-depends/toolchain/bin/sed
  6468. ac_cv_path_ac_pt_PKG_CONFIG=/Users/Shared/xbmc-depends/toolchain/bin/pkg-config
  6469. ac_cv_path_install='/opt/local/bin/ginstall -c'
  6470. ac_cv_path_mkdir=/opt/local/bin/gmkdir
  6471. ac_cv_prog_AWK=gawk
  6472. ac_cv_prog_CPP=/Developer/usr/bin/cpp-4.2
  6473. ac_cv_prog_CXXCPP=/Developer/usr/bin/cpp-4.2
  6474. ac_cv_prog_HAVE_CMAKE=yes
  6475. ac_cv_prog_HAVE_GIT=yes
  6476. ac_cv_prog_HAVE_GPERF=yes
  6477. ac_cv_prog_HAVE_UNZIP=yes
  6478. ac_cv_prog_HAVE_ZIP=yes
  6479. ac_cv_prog_MYSQL_CONFIG=yes
  6480. ac_cv_prog_ac_ct_AR=/Developer/usr/bin/ar
  6481. ac_cv_prog_ac_ct_CC=/usr/bin/gcc-4.2
  6482. ac_cv_prog_ac_ct_DSYMUTIL=dsymutil
  6483. ac_cv_prog_ac_ct_LIPO=lipo
  6484. ac_cv_prog_ac_ct_NMEDIT=nmedit
  6485. ac_cv_prog_ac_ct_OTOOL=otool
  6486. ac_cv_prog_ac_ct_RANLIB=/Developer/usr/bin/ranlib
  6487. ac_cv_prog_ac_ct_STRIP=/Developer/usr/bin/strip
  6488. ac_cv_prog_cc_c89=
  6489. ac_cv_prog_cc_g=yes
  6490. ac_cv_prog_cxx_g=yes
  6491. ac_cv_prog_gcc_traditional=no
  6492. ac_cv_prog_make_make_set=yes
  6493. ac_cv_search_opendir='none required'
  6494. ac_cv_sizeof_int=4
  6495. ac_cv_sizeof_size_t=4
  6496. ac_cv_struct_tm=time.h
  6497. ac_cv_sys_largefile_source=no
  6498. ac_cv_type__Bool=yes
  6499. ac_cv_type_mode_t=yes
  6500. ac_cv_type_off_t=yes
  6501. ac_cv_type_pid_t=yes
  6502. ac_cv_type_signal=void
  6503. ac_cv_type_size_t=yes
  6504. ac_cv_type_ssize_t=yes
  6505. ac_cv_type_uid_t=yes
  6506. ac_cv_working_alloca_h=yes
  6507. am_cv_CC_dependencies_compiler_type=none
  6508. am_cv_CXX_dependencies_compiler_type=none
  6509. lt_cv_apple_cc_single_mod=yes
  6510. lt_cv_deplibs_check_method=pass_all
  6511. lt_cv_file_magic_cmd='$MAGIC_CMD'
  6512. lt_cv_file_magic_test_file=
  6513. lt_cv_ld_exported_symbols_list=yes
  6514. lt_cv_ld_reload_flag=-r
  6515. lt_cv_nm_interface='BSD nm'
  6516. lt_cv_objdir=.libs
  6517. lt_cv_path_LD=/Developer/usr/bin/ld
  6518. lt_cv_path_LDCXX=/Developer/usr/bin/ld
  6519. lt_cv_path_NM=/Developer/usr/bin/nm
  6520. lt_cv_prog_compiler_c_o=yes
  6521. lt_cv_prog_compiler_c_o_CXX=yes
  6522. lt_cv_prog_compiler_pic_works=yes
  6523. lt_cv_prog_compiler_pic_works_CXX=yes
  6524. lt_cv_prog_compiler_rtti_exceptions=no
  6525. lt_cv_prog_compiler_static_works=no
  6526. lt_cv_prog_compiler_static_works_CXX=no
  6527. lt_cv_prog_gnu_ld=no
  6528. lt_cv_prog_gnu_ldcxx=no
  6529. lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[   ]\([BCDEGRST][BCDEGRST]*\)[     ][  ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p'\'''
  6530. lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/  {\"\1\", (void *) 0},/p'\'' -e '\''s/^[BCDEGRST]* \([^ ]*\) \([^ ]*\)$/  {"\2", (void *) \&\2},/p'\'''
  6531. lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\) $/  {\"\1\", (void *) 0},/p'\'' -e '\''s/^[BCDEGRST]* \([^ ]*\) \(lib[^ ]*\)$/  {"\2", (void *) \&\2},/p'\'' -e '\''s/^[BCDEGRST]* \([^ ]*\) \([^ ]*\)$/  {"lib\2", (void *) \&\2},/p'\'''
  6532. lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[BCDEGRST]* .* \(.*\)$/extern char \1;/p'\'''
  6533. lt_cv_sys_max_cmd_len=196608
  6534. pkg_cv_CDIO_CFLAGS='-I/Users/Shared/xbmc-depends/macosx10.6_i386/include  '
  6535. pkg_cv_CDIO_LIBS='-L/Users/Shared/xbmc-depends/macosx10.6_i386/lib -lcdio -lm -liconv  '
  6536. pkg_cv_CEC_CFLAGS='-I/Users/Shared/xbmc-depends/macosx10.6_i386/include -I/Users/Shared/xbmc-depends/macosx10.6_i386/include/libcec  '
  6537. pkg_cv_CEC_LIBS='-L/Users/Shared/xbmc-depends/macosx10.6_i386/lib -lcec  '
  6538. pkg_cv_FONTCONFIG_CFLAGS='-I/Users/Shared/xbmc-depends/macosx10.6_i386/include  '
  6539. pkg_cv_FONTCONFIG_LIBS='-L/Users/Shared/xbmc-depends/macosx10.6_i386/lib -lfontconfig -lexpat -lfreetype -lz -lbz2 -liconv  '
  6540. pkg_cv_FREETYPE2_CFLAGS='-I/Users/Shared/xbmc-depends/macosx10.6_i386/include/freetype2 -I/Users/Shared/xbmc-depends/macosx10.6_i386/include  '
  6541. pkg_cv_FREETYPE2_LIBS='-L/Users/Shared/xbmc-depends/macosx10.6_i386/lib -lfreetype -lz -lbz2  '
  6542. pkg_cv_FRIBIDI_CFLAGS='-I/Users/Shared/xbmc-depends/macosx10.6_i386/include/fribidi  '
  6543. pkg_cv_FRIBIDI_LIBS='-L/Users/Shared/xbmc-depends/macosx10.6_i386/lib -lfribidi  '
  6544. pkg_cv_LIBBLURAY_CFLAGS='-I/Users/Shared/xbmc-depends/macosx10.6_i386/include  '
  6545. pkg_cv_LIBBLURAY_LIBS='-L/Users/Shared/xbmc-depends/macosx10.6_i386/lib -lbluray  '
  6546. pkg_cv_PCRECPP_CFLAGS='-I/Users/Shared/xbmc-depends/macosx10.6_i386/include  '
  6547. pkg_cv_PCRECPP_LIBS='-L/Users/Shared/xbmc-depends/macosx10.6_i386/lib -lpcre -lpcrecpp  '
  6548. pkg_cv_PCRE_CFLAGS='-I/Users/Shared/xbmc-depends/macosx10.6_i386/include  '
  6549. pkg_cv_PCRE_LIBS='-L/Users/Shared/xbmc-depends/macosx10.6_i386/lib -lpcre  '
  6550. pkg_cv_PNG_CFLAGS='-I/Users/Shared/xbmc-depends/macosx10.6_i386/include/libpng12  '
  6551. pkg_cv_PNG_LIBS='-L/Users/Shared/xbmc-depends/macosx10.6_i386/lib -lpng12 -lz  '
  6552. pkg_cv_SAMPLERATE_CFLAGS='-I/Users/Shared/xbmc-depends/macosx10.6_i386/include  '
  6553. pkg_cv_SAMPLERATE_LIBS='-L/Users/Shared/xbmc-depends/macosx10.6_i386/lib -lsamplerate  '
  6554. pkg_cv_SQLITE3_CFLAGS='-I/Users/Shared/xbmc-depends/macosx10.6_i386/include  '
  6555. pkg_cv_SQLITE3_LIBS='-L/Users/Shared/xbmc-depends/macosx10.6_i386/lib -lsqlite3  '
  6556.  
  6557. ## ----------------- ##
  6558. ## Output variables. ##
  6559. ## ----------------- ##
  6560.  
  6561. ACLOCAL='/Users/Shared/xbmc-depends/toolchain/bin/aclocal -I /Users/Shared/xbmc-depends/macosx10.6_i386/share/aclocal -I /Users/Shared/xbmc-depends/toolchain/share/aclocal'
  6562. AFPCLIENT_SONAME='libafpclient.0.dylib'
  6563. ALLOCA=''
  6564. ALSA_CFLAGS=''
  6565. ALSA_LIBS=''
  6566. AMDEPBACKSLASH='\'
  6567. AMDEP_FALSE='#'
  6568. AMDEP_TRUE=''
  6569. AMTAR='${SHELL} /Users/bryansmith/xbmc/build-aux/missing --run tar'
  6570. AR='/Developer/usr/bin/ar'
  6571. ARCH='x86-osx'
  6572. ARCH_DEFINES='-DTARGET_POSIX -DTARGET_DARWIN -DTARGET_DARWIN_OSX -D_LINUX'
  6573. ASS_SONAME='libass.4.dylib'
  6574. AUTOCONF='${SHELL} /Users/bryansmith/xbmc/build-aux/missing --run autoconf'
  6575. AUTOHEADER='${SHELL} /Users/bryansmith/xbmc/build-aux/missing --run autoheader'
  6576. AUTOMAKE='${SHELL} /Users/bryansmith/xbmc/build-aux/missing --run automake-1.10'
  6577. AWK='gawk'
  6578. BLURAY_SONAME='libbluray.1.dylib'
  6579. BUILD_DVDCSS='1'
  6580. CC='/usr/bin/gcc-4.2'
  6581. CCACHE='none'
  6582. CCDEPMODE='depmode=none'
  6583. CDIO_CFLAGS='-I/Users/Shared/xbmc-depends/macosx10.6_i386/include  '
  6584. CDIO_LIBS='-L/Users/Shared/xbmc-depends/macosx10.6_i386/lib -lcdio -lm -liconv  '
  6585. CEC_CFLAGS='-I/Users/Shared/xbmc-depends/macosx10.6_i386/include -I/Users/Shared/xbmc-depends/macosx10.6_i386/include/libcec  '
  6586. CEC_LIBS='-L/Users/Shared/xbmc-depends/macosx10.6_i386/lib -lcec  '
  6587. CFLAGS=' -std=gnu99 -no-cpp-precomp -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -g -D_DEBUG -Wall -O2'
  6588. CPP='/Developer/usr/bin/cpp-4.2'
  6589. CPPFLAGS=' -no-cpp-precomp -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit'
  6590. CRYSTALHD_SONAME=''
  6591. CURL_SONAME='libcurl.4.dylib'
  6592. CXX='/usr/bin/g++-4.2'
  6593. CXXCPP='/Developer/usr/bin/cpp-4.2'
  6594. CXXDEPMODE='depmode=none'
  6595. CXXFLAGS=' -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -no_compact_linkedit  -g -D_DEBUG -Wall -O2'
  6596. CYGPATH_W='echo'
  6597. DBUS_CFLAGS=''
  6598. DBUS_LIBS=''
  6599. DEFS='-DHAVE_CONFIG_H'
  6600. DEPDIR='.deps'
  6601. DISABLE_GOOM='1'
  6602. DISABLE_PROJECTM='0'
  6603. DISABLE_RSXS='1'
  6604. DSYMUTIL='dsymutil'
  6605. DUMPBIN=''
  6606. ECHO_C='\c'
  6607. ECHO_N=''
  6608. ECHO_T=''
  6609. EGREP='/opt/local/bin/grep -E'
  6610. EXEEXT=''
  6611. FFMPEG_CFLAGS=''
  6612. FFMPEG_LIBS=''
  6613. FGREP='/opt/local/bin/grep -F'
  6614. FLAC_SONAME='libFLAC.8.dylib'
  6615. FONTCONFIG_CFLAGS='-I/Users/Shared/xbmc-depends/macosx10.6_i386/include  '
  6616. FONTCONFIG_LIBS='-L/Users/Shared/xbmc-depends/macosx10.6_i386/lib -lfontconfig -lexpat -lfreetype -lz -lbz2 -liconv  '
  6617. FREETYPE2_CFLAGS='-I/Users/Shared/xbmc-depends/macosx10.6_i386/include/freetype2 -I/Users/Shared/xbmc-depends/macosx10.6_i386/include  '
  6618. FREETYPE2_LIBS='-L/Users/Shared/xbmc-depends/macosx10.6_i386/lib -lfreetype -lz -lbz2  '
  6619. FRIBIDI_CFLAGS='-I/Users/Shared/xbmc-depends/macosx10.6_i386/include/fribidi  '
  6620. FRIBIDI_LIBS='-L/Users/Shared/xbmc-depends/macosx10.6_i386/lib -lfribidi  '
  6621. GREP='/opt/local/bin/grep'
  6622. HAL_CFLAGS=''
  6623. HAL_LIBS=''
  6624. HAL_STORAGE_CFLAGS=''
  6625. HAL_STORAGE_LIBS=''
  6626. HAVE_CMAKE='yes'
  6627. HAVE_FPC=''
  6628. HAVE_GAWK=''
  6629. HAVE_GDC=''
  6630. HAVE_GIT='yes'
  6631. HAVE_GPERF='yes'
  6632. HAVE_LIBBLURAY='1'
  6633. HAVE_LIBMP3LAME='1'
  6634. HAVE_LIBVORBISENC='1'
  6635. HAVE_NASM=''
  6636. HAVE_UNZIP='yes'
  6637. HAVE_XBMC_NONFREE='1'
  6638. HAVE_ZIP='yes'
  6639. INCLUDES=' -I$(abs_top_srcdir)/xbmc/osx -I$(abs_top_srcdir) -I/Users/Shared/xbmc-depends/macosx10.6_i386/include/mysql -I/Users/Shared/xbmc-depends/macosx10.6_i386/include   -I/Users/Shared/xbmc-depends/macosx10.6_i386/include/fribidi   -I/Users/Shared/xbmc-depends/macosx10.6_i386/include   -I/Users/Shared/xbmc-depends/macosx10.6_i386/include/libpng12   -I/Users/Shared/xbmc-depends/macosx10.6_i386/include   -I/Users/Shared/xbmc-depends/macosx10.6_i386/include   -I/Users/Shared/xbmc-depends/macosx10.6_i386/include   -I/Users/Shared/xbmc-depends/macosx10.6_i386/include   -I/Users/Shared/xbmc-depends/macosx10.6_i386/include/freetype2 -I/Users/Shared/xbmc-depends/macosx10.6_i386/include   -I/Users/Shared/xbmc-depends/macosx10.6_i386/include   -I/Users/Shared/xbmc-depends/macosx10.6_i386/include -I/Users/Shared/xbmc-depends/macosx10.6_i386/include/libcec  '
  6640. INSTALL_DATA='${INSTALL} -m 644'
  6641. INSTALL_PROGRAM='${INSTALL}'
  6642. INSTALL_SCRIPT='${INSTALL}'
  6643. INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
  6644. LAMEENC_SONAME='libmp3lame.0.dylib'
  6645. LD='/Developer/usr/bin/ld'
  6646. LDFLAGS=' -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -Wl,-arch,i386 -no_compact_linkedit -L/Users/Shared/xbmc-depends/macosx10.6_i386/lib'
  6647. LIBASS_BASENAME=''
  6648. LIBBLURAY_CFLAGS='-I/Users/Shared/xbmc-depends/macosx10.6_i386/include  '
  6649. LIBBLURAY_LIBS='-L/Users/Shared/xbmc-depends/macosx10.6_i386/lib -lbluray  '
  6650. LIBCEC_SONAME='libcec.1.dylib'
  6651. LIBCURL_BASENAME=''
  6652. LIBFLAC_BASENAME=''
  6653. LIBMAD_BASENAME=''
  6654. LIBMEPG2_BASENAME=''
  6655. LIBMODPLUG_BASENAME=''
  6656. LIBOBJS=' ${LIBOBJDIR}error$U.o ${LIBOBJDIR}lstat$U.o'
  6657. LIBOGG_BASENAME=''
  6658. LIBS='-lshairport -lplist -lsmbclient -lmicrohttpd -lSDL -liconv -ltinyxml -lyajl -lssh -lmysqlclient -lssl -lcrypto -lz -llzo2 -lpthread -ltiff -ljpeg -lbz2 -lgcrypt -lGLEW  -framework IOKit -framework Cocoa -framework AppKit -framework Carbon -framework CoreAudio -framework QuickTime -framework AudioUnit -framework Foundation -framework CoreServices -framework CoreVideo -framework CoreAudio -framework AudioToolbox -framework CoreFoundation -framework DiskArbitration -framework ApplicationServices -framework OpenGL -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -Wl,-arch,i386 -no_compact_linkedit -L/Users/Shared/xbmc-depends/macosx10.6_i386/lib -L/Users/Shared/xbmc-depends/macosx10.6_i386/lib/mysql -lmysqlclient -lz -lm -L/Users/Shared/xbmc-depends/macosx10.6_i386/lib -lfontconfig -lexpat -lfreetype -lz -lbz2 -liconv   -L/Users/Shared/xbmc-depends/macosx10.6_i386/lib -lfribidi   -L/Users/Shared/xbmc-depends/macosx10.6_i386/lib -lsqlite3   -L/Users/Shared/xbmc-depends/macosx10.6_i386/lib -lpng12 -lz   -L/Users/Shared/xbmc-depends/macosx10.6_i386/lib -lpcre   -L/Users/Shared/xbmc-depends/macosx10.6_i386/lib -lpcre -lpcrecpp   -L/Users/Shared/xbmc-depends/macosx10.6_i386/lib -lcdio -lm -liconv   -L/Users/Shared/xbmc-depends/macosx10.6_i386/lib -lsamplerate   -L/Users/Shared/xbmc-depends/macosx10.6_i386/lib -lfreetype -lz -lbz2  '
  6659. LIBTOOL='$(SHELL) $(top_builddir)/libtool'
  6660. LIBVORBISENC_BASENAME=''
  6661. LIBVORBISFILE_BASENAME=''
  6662. LIBVORBIS_BASENAME=''
  6663. LIPO='lipo'
  6664. LN_S='ln -s'
  6665. LTLIBOBJS=' ${LIBOBJDIR}error$U.lo ${LIBOBJDIR}lstat$U.lo'
  6666. MAD_SONAME='libmad.0.dylib'
  6667. MAKEINFO='${SHELL} /Users/bryansmith/xbmc/build-aux/missing --run makeinfo'
  6668. MKDIR_P='/opt/local/bin/gmkdir -p'
  6669. MODPLUG_SONAME='libmodplug.0.dylib'
  6670. MPEG2_SONAME='libmpeg2.0.dylib'
  6671. MYSQL_CONFIG='yes'
  6672. MYSQL_LIBS='-mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -Wl,-arch,i386 -no_compact_linkedit -L/Users/Shared/xbmc-depends/macosx10.6_i386/lib -L/Users/Shared/xbmc-depends/macosx10.6_i386/lib/mysql -lmysqlclient -lz -lm'
  6673. NFS_SONAME='libnfs.1.dylib'
  6674. NM='/Developer/usr/bin/nm'
  6675. NMEDIT='nmedit'
  6676. OBJDUMP='false'
  6677. OBJEXT='o'
  6678. OGG_SONAME='libogg.0.dylib'
  6679. OPENMAX_CFLAGS=''
  6680. OPENMAX_LIBS=''
  6681. OTOOL64=':'
  6682. OTOOL='otool'
  6683. OUTPUT_FILES='Makefile     Makefile.include     addons/skin.confluence/media/Makefile     xbmc/Makefile     xbmc/cdrip/Makefile     xbmc/cores/Makefile     xbmc/cores/VideoRenderers/Makefile     xbmc/cores/dvdplayer/Makefile     lib/Makefile     lib/libdvd/Makefile     xbmc/cores/DllLoader/Makefile     xbmc/cores/dvdplayer/DVDCodecs/Makefile     xbmc/cores/dvdplayer/DVDCodecs/Audio/Makefile     xbmc/cores/dvdplayer/DVDCodecs/Overlay/Makefile     xbmc/cores/dvdplayer/DVDCodecs/Video/Makefile     xbmc/cores/dvdplayer/DVDDemuxers/Makefile     xbmc/cores/dvdplayer/DVDSubtitles/Makefile     xbmc/cores/AudioEngine/Makefile     xbmc/cores/paplayer/Makefile     lib/timidity/Makefile     lib/xbadpcm/Makefile     lib/asap/Makefile     lib/nosefart/Makefile     lib/libsidplay2/Makefile     lib/vgmstream/Makefile     lib/snesapu/SNES/SNESAPU/Makefile     lib/stsound/StSoundLibrary/Makefile     xbmc/cores/playercorefactory/Makefile     xbmc/music/karaoke/Makefile     xbmc/osx/Makefile     xbmc/guilib/Makefile     xbmc/interfaces/Makefile     xbmc/network/Makefile     lib/libRTV/Makefile     lib/libexif/Makefile     lib/libXDAAP/Makefile     lib/cmyth/Makefile     lib/libhdhomerun/Makefile     lib/libsquish/Makefile     lib/libid3tag/Makefile     lib/cximage-6.0/Makefile     lib/addons/script.module.pil/Makefile     xbmc/interfaces/python/Makefile     xbmc/interfaces/python/xbmcmodule/Makefile     lib/libUPnP/Makefile     xbmc/DllPaths_generated.h     xbmc/freebsd/Makefile     xbmc/linux/Makefile     xbmc/filesystem/Makefile     xbmc/screensavers/rsxs-0.9/xbmc/Makefile     xbmc/visualizations/XBMCProjectM/Makefile     xbmc/visualizations/Goom/Makefile     xbmc/visualizations/OpenGLSpectrum/Makefile     xbmc/visualizations/WaveForm/Makefile     xbmc/visualizations/iTunes/Makefile     xbmc/pvrclients/Makefile.include     xbmc/pvrclients/MediaPortal/Makefile     xbmc/pvrclients/pvr-demo/Makefile     xbmc/pvrclients/mythtv-cmyth/Makefile     xbmc/pvrclients/tvheadend/Makefile     xbmc/pvrclients/vdr-vnsi/Makefile     lib/addons/library.xbmc.addon/Makefile     lib/addons/library.xbmc.gui/Makefile     lib/addons/library.xbmc.pvr/Makefile     tools/Linux/xbmc.sh     tools/Linux/xbmc-standalone.sh     tools/TexturePacker/Makefile     tools/EventClients/Clients/OSXRemote/Makefile     xbmc/peripherals/bus/Makefile     xbmc/peripherals/devices/Makefile   .dummy'
  6684. PACKAGE='xbmc'
  6685. PACKAGE_BUGREPORT='http://trac.xbmc.org'
  6686. PACKAGE_NAME='xbmc'
  6687. PACKAGE_STRING='xbmc 11.9.3'
  6688. PACKAGE_TARNAME='xbmc'
  6689. PACKAGE_VERSION='11.9.3'
  6690. PATH_SEPARATOR=':'
  6691. PCRECPP_CFLAGS='-I/Users/Shared/xbmc-depends/macosx10.6_i386/include  '
  6692. PCRECPP_LIBS='-L/Users/Shared/xbmc-depends/macosx10.6_i386/lib -lpcre -lpcrecpp  '
  6693. PCRE_CFLAGS='-I/Users/Shared/xbmc-depends/macosx10.6_i386/include  '
  6694. PCRE_LIBS='-L/Users/Shared/xbmc-depends/macosx10.6_i386/lib -lpcre  '
  6695. PKG_CONFIG='/Users/Shared/xbmc-depends/toolchain/bin/pkg-config'
  6696. PLIST_SONAME='libplist.1.dylib'
  6697. PNG_CFLAGS='-I/Users/Shared/xbmc-depends/macosx10.6_i386/include/libpng12  '
  6698. PNG_LIBS='-L/Users/Shared/xbmc-depends/macosx10.6_i386/lib -lpng12 -lz  '
  6699. POW_LIB=''
  6700. PYTHON='/Users/Shared/xbmc-depends/macosx10.6_i386/bin/python'
  6701. PYTHON_CPPFLAGS='-I/Users/Shared/xbmc-depends/macosx10.6_i386/include/python2.6'
  6702. PYTHON_EXTRA_LDFLAGS=''
  6703. PYTHON_EXTRA_LIBS=' -ldl  -framework CoreFoundation'
  6704. PYTHON_LDFLAGS='-L/Users/Shared/xbmc-depends/macosx10.6_i386/lib -lpython2.6'
  6705. PYTHON_SITE_PKG='/Users/Shared/xbmc-depends/macosx10.6_i386/lib/python2.6/site-packages'
  6706. PYTHON_VERSION='2.6'
  6707. RANLIB='/Developer/usr/bin/ranlib'
  6708. RTMP_SONAME='librtmp.0.dylib'
  6709. SAMPLERATE_CFLAGS='-I/Users/Shared/xbmc-depends/macosx10.6_i386/include  '
  6710. SAMPLERATE_LIBS='-L/Users/Shared/xbmc-depends/macosx10.6_i386/lib -lsamplerate  '
  6711. SDL_CFLAGS=''
  6712. SDL_DEFINES=''
  6713. SDL_LIBS=''
  6714. SED='/Users/Shared/xbmc-depends/toolchain/bin/sed'
  6715. SET_MAKE=''
  6716. SHAIRPORT_SONAME='libshairport.0.dylib'
  6717. SHELL='/bin/sh'
  6718. SQLITE3_CFLAGS='-I/Users/Shared/xbmc-depends/macosx10.6_i386/include  '
  6719. SQLITE3_LIBS='-L/Users/Shared/xbmc-depends/macosx10.6_i386/lib -lsqlite3  '
  6720. STRIP='/Developer/usr/bin/strip'
  6721. UDEV_CFLAGS=''
  6722. UDEV_LIBS=''
  6723. USB_CFLAGS=''
  6724. USB_LIBS=''
  6725. USE_AIRPLAY='1'
  6726. USE_AIRTUNES='1'
  6727. USE_ALSA='0'
  6728. USE_ASAP_CODEC='0'
  6729. USE_CRYSTALHD='1'
  6730. USE_EXTERNAL_FFMPEG='0'
  6731. USE_LIBAFPCLIENT='1'
  6732. USE_LIBCEC='1'
  6733. USE_LIBNFS='1'
  6734. USE_LIBSMBCLIENT='1'
  6735. USE_LIBUDEV='0'
  6736. USE_LIBUSB='0'
  6737. USE_LIBXBMC=''
  6738. USE_OPENGL='1'
  6739. USE_OPENGLES='0'
  6740. USE_OPENMAX='0'
  6741. USE_PULSE='0'
  6742. USE_SKIN_TOUCHED='0'
  6743. USE_TEXTUREPACKER='1'
  6744. USE_TEXTUREPACKER_NATIVE='1'
  6745. USE_TEXTUREPACKER_NATIVE_ROOT='/Users/Shared/xbmc-depends/macosx10.6_i386'
  6746. USE_VAAPI='0'
  6747. USE_VDA='1'
  6748. USE_VDPAU='0'
  6749. USE_WEB_SERVER='1'
  6750. USE_XRANDR='0'
  6751. VERSION='11.9.3'
  6752. VORBISENC_SONAME='libvorbisenc.2.dylib'
  6753. VORBISFILE_SONAME='libvorbisfile.3.dylib'
  6754. VORBIS_SONAME='libvorbis.0.dylib'
  6755. X11_CFLAGS=''
  6756. X11_LIBS=''
  6757. XEXT_CFLAGS=''
  6758. XEXT_LIBS=''
  6759. XMU_CFLAGS=''
  6760. XMU_LIBS=''
  6761. XT_CFLAGS=''
  6762. XT_LIBS=''
  6763. ac_ct_CC='/usr/bin/gcc-4.2'
  6764. ac_ct_CXX=''
  6765. ac_ct_DUMPBIN=''
  6766. am__fastdepCC_FALSE=''
  6767. am__fastdepCC_TRUE='#'
  6768. am__fastdepCXX_FALSE=''
  6769. am__fastdepCXX_TRUE='#'
  6770. am__include='include'
  6771. am__isrc=''
  6772. am__leading_dot='.'
  6773. am__quote=''
  6774. am__tar='${AMTAR} chof - "$$tardir"'
  6775. am__untar='${AMTAR} xf -'
  6776. bindir='${exec_prefix}/bin'
  6777. build='x86_64-apple-darwin11.4.0'
  6778. build_alias=''
  6779. build_cpu='x86_64'
  6780. build_os='darwin11.4.0'
  6781. build_vendor='apple'
  6782. datadir='${datarootdir}'
  6783. datarootdir='${prefix}/share'
  6784. docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
  6785. dvidir='${docdir}'
  6786. exec_prefix='${prefix}'
  6787. host='i386-apple-darwin'
  6788. host_alias='i386-apple-darwin'
  6789. host_cpu='i386'
  6790. host_os='darwin'
  6791. host_vendor='apple'
  6792. htmldir='${docdir}'
  6793. includedir='${prefix}/include'
  6794. infodir='${datarootdir}/info'
  6795. install_sh='$(SHELL) /Users/bryansmith/xbmc/build-aux/install-sh'
  6796. libdir='${exec_prefix}/lib'
  6797. libexecdir='${exec_prefix}/libexec'
  6798. localedir='${datarootdir}/locale'
  6799. localstatedir='${prefix}/var'
  6800. lt_ECHO='/bin/echo'
  6801. mandir='${datarootdir}/man'
  6802. mkdir_p='/opt/local/bin/gmkdir -p'
  6803. oldincludedir='/usr/include'
  6804. pdfdir='${docdir}'
  6805. prefix='/Users/Shared/xbmc-depends/macosx10.6_i386'
  6806. program_transform_name='s,x,x,'
  6807. psdir='${docdir}'
  6808. sbindir='${exec_prefix}/sbin'
  6809. sharedstatedir='${prefix}/com'
  6810. sysconfdir='${prefix}/etc'
  6811. target_alias=''
  6812.  
  6813. ## ------------------- ##
  6814. ## File substitutions. ##
  6815. ## ------------------- ##
  6816.  
  6817. XBMC_STANDALONE_SH_PULSE='/dev/null'
  6818.  
  6819. ## ----------- ##
  6820. ## confdefs.h. ##
  6821. ## ----------- ##
  6822.  
  6823. #define PACKAGE_NAME "xbmc"
  6824. #define PACKAGE_TARNAME "xbmc"
  6825. #define PACKAGE_VERSION "11.9.3"
  6826. #define PACKAGE_STRING "xbmc 11.9.3"
  6827. #define PACKAGE_BUGREPORT "http://trac.xbmc.org"
  6828. #define PACKAGE "xbmc"
  6829. #define VERSION "11.9.3"
  6830. #define LIRC_DEVICE "/dev/lircd"
  6831. #define STDC_HEADERS 1
  6832. #define HAVE_SYS_TYPES_H 1
  6833. #define HAVE_SYS_STAT_H 1
  6834. #define HAVE_STDLIB_H 1
  6835. #define HAVE_STRING_H 1
  6836. #define HAVE_MEMORY_H 1
  6837. #define HAVE_STRINGS_H 1
  6838. #define HAVE_INTTYPES_H 1
  6839. #define HAVE_STDINT_H 1
  6840. #define HAVE_UNISTD_H 1
  6841. #define HAVE_DLFCN_H 1
  6842. #define LT_OBJDIR ".libs/"
  6843. #define HAVE_ALLOCA_H 1
  6844. #define HAVE_ALLOCA 1
  6845. #define HAVE_UNISTD_H 1
  6846. #define HAVE_CHOWN 1
  6847. #define HAVE_DIRENT_H 1
  6848. #define HAVE_FSEEKO 1
  6849. #define TIME_WITH_SYS_TIME 1
  6850. #define HAVE_SYS_TIME_H 1
  6851. #define HAVE_UNISTD_H 1
  6852. #define HAVE_UTIME_H 1
  6853. #define HAVE_ALARM 1
  6854. #define HAVE_STDLIB_H 1
  6855. #define HAVE_UNISTD_H 1
  6856. #define HAVE_GETPAGESIZE 1
  6857. #define HAVE_MMAP 1
  6858. #define HAVE_SYS_SELECT_H 1
  6859. #define HAVE_SYS_SOCKET_H 1
  6860. #define SELECT_TYPE_ARG1 int
  6861. #define SELECT_TYPE_ARG234 (fd_set *)
  6862. #define SELECT_TYPE_ARG5 (struct timeval *)
  6863. #define RETSIGTYPE void
  6864. #define HAVE_STRCOLL 1
  6865. #define HAVE_STRFTIME 1
  6866. #define HAVE_UTIME_NULL 1
  6867. #define HAVE_VPRINTF 1
  6868. #define HAVE_ATEXIT 1
  6869. #define HAVE_DUP2 1
  6870. #define HAVE_FDATASYNC 1
  6871. #define HAVE_FLOOR 1
  6872. #define HAVE_FTIME 1
  6873. #define HAVE_FTRUNCATE 1
  6874. #define HAVE_GETCWD 1
  6875. #define HAVE_GETHOSTBYADDR 1
  6876. #define HAVE_GETHOSTBYNAME 1
  6877. #define HAVE_GETHOSTNAME 1
  6878. #define HAVE_GETPAGESIZE 1
  6879. #define HAVE_GETPASS 1
  6880. #define HAVE_GETTIMEOFDAY 1
  6881. #define HAVE_INET_NTOA 1
  6882. #define HAVE_LCHOWN 1
  6883. #define HAVE_LOCALECONV 1
  6884. #define HAVE_MEMCHR 1
  6885. #define HAVE_MEMMOVE 1
  6886. #define HAVE_MEMSET 1
  6887. #define HAVE_MKDIR 1
  6888. #define HAVE_MODF 1
  6889. #define HAVE_MUNMAP 1
  6890. #define HAVE_POW 1
  6891. #define HAVE_RMDIR 1
  6892. #define HAVE_SELECT 1
  6893. #define HAVE_SETENV 1
  6894. #define HAVE_SETLOCALE 1
  6895. #define HAVE_SOCKET 1
  6896. #define HAVE_SQRT 1
  6897. #define HAVE_STRCASECMP 1
  6898. #define HAVE_STRCHR 1
  6899. #define HAVE_STRCSPN 1
  6900. #define HAVE_STRDUP 1
  6901. #define HAVE_STRERROR 1
  6902. #define HAVE_STRNCASECMP 1
  6903. #define HAVE_STRPBRK 1
  6904. #define HAVE_STRRCHR 1
  6905. #define HAVE_STRSPN 1
  6906. #define HAVE_STRSTR 1
  6907. #define HAVE_STRTOL 1
  6908. #define HAVE_STRTOUL 1
  6909. #define HAVE_TZSET 1
  6910. #define HAVE_UTIME 1
  6911. #define SIZEOF_INT 4
  6912. #define SIZEOF_SIZE_T 4
  6913. #define HAVE_LIBGL 1
  6914. #define HAVE_LIBGLU 1
  6915. #define HAVE_LIBGLEW 1
  6916. #define HAVE_OPENSSL 1
  6917. #define HAVE_LIBGCRYPT 1
  6918. #define HAVE_GCRYPT 1
  6919. #define HAVE_LIBBZ2 1
  6920. #define HAVE_LIBJPEG 1
  6921. #define HAVE_LIBTIFF 1
  6922. #define HAVE_LIBPTHREAD 1
  6923. #define HAVE_LIBLZO2 1
  6924. #define HAVE_LIBZ 1
  6925. #define HAVE_LIBCRYPTO 1
  6926. #define HAVE_LIBSSL 1
  6927. #define HAVE_LIBMYSQLCLIENT 1
  6928. #define HAVE_LIBSSH 1
  6929. #define HAVE_LIBYAJL 1
  6930. #define HAVE_LIBTINYXML 1
  6931. #define HAVE_LIBPCRE 1
  6932. #define HAVE_LIBPCRECPP 1
  6933. #define HAVE_LIBBLURAY 1
  6934. #define HAVE_LIBICONV 1
  6935. #define HAVE_LIBSDL 1
  6936. #define HAVE_SDL 1
  6937. #define HAVE_LIBMP3LAME 1
  6938. #define HAVE_LIBVORBISENC 1
  6939. #define HAVE_LIBMICROHTTPD 1
  6940. #define HAS_DVD_DRIVE 1
  6941. #define HAVE_LIBRTMP_LOG_H 1
  6942. #define HAVE_LIBRTMP_AMF_H 1
  6943. #define HAVE_LIBRTMP_RTMP_H 1
  6944. #define HAS_LIBRTMP 1
  6945. #define HAVE_LIBSMBCLIENT 1
  6946. #define HAVE_LIBSMBCLIENT 1
  6947. #define HAVE_NFSC_LIBNFS_H 1
  6948. #define HAVE_LIBNFS 1
  6949. #define HAVE_AFPFS_NG_LIBAFPCLIENT_H 1
  6950. #define HAVE_LIBAFPCLIENT 1
  6951. #define HAVE_LIBPLIST 1
  6952. #define HAVE_LIBSHAIRPORT 1
  6953. #define HAVE_LIBCEC 1
  6954. #define PIX_FMT_VDPAU_MPEG4_IN_AVUTIL 1
  6955. #define HAVE_PYTHON "2.6"
  6956. #define HAVE_LIBCRYSTALHD 2
  6957. #define HAVE_LIBVDADECODER 1
  6958. #define HAVE_YAJL_YAJL_VERSION_H 1
  6959. #define HAVE_DIRENT_H 1
  6960. #define STDC_HEADERS 1
  6961. #define HAVE_SYS_WAIT_H 1
  6962. #define HAVE_ARPA_INET_H 1
  6963. #define HAVE_FCNTL_H 1
  6964. #define HAVE_FLOAT_H 1
  6965. #define HAVE_INTTYPES_H 1
  6966. #define HAVE_LIMITS_H 1
  6967. #define HAVE_LOCALE_H 1
  6968. #define HAVE_MEMORY_H 1
  6969. #define HAVE_NETDB_H 1
  6970. #define HAVE_NETINET_IN_H 1
  6971. #define HAVE_STDDEF_H 1
  6972. #define HAVE_STDINT_H 1
  6973. #define HAVE_STDLIB_H 1
  6974. #define HAVE_STRING_H 1
  6975. #define HAVE_STRINGS_H 1
  6976. #define HAVE_SYS_FILE_H 1
  6977. #define HAVE_SYS_IOCTL_H 1
  6978. #define HAVE_SYS_MOUNT_H 1
  6979. #define HAVE_SYS_PARAM_H 1
  6980. #define HAVE_SYS_SOCKET_H 1
  6981. #define HAVE_SYS_TIME_H 1
  6982. #define HAVE_SYS_TIMEB_H 1
  6983. #define HAVE_TERMIOS_H 1
  6984. #define HAVE_UNISTD_H 1
  6985. #define HAVE_UTIME_H 1
  6986. #define HAVE_WCHAR_H 1
  6987. #define HAVE_WCTYPE_H 1
  6988. #define HAVE_CDIO_ISO9660_H 1
  6989. #define HAVE__BOOL 1
  6990. #define HAVE_STDBOOL_H 1
  6991. #define restrict __restrict
  6992. #define HAVE_STRUCT_STAT_ST_RDEV 1
  6993. #define TIME_WITH_SYS_TIME 1
  6994. #define AC_APPLE_UNIVERSAL_BUILD 1
  6995. #define HAVE_XBMC_NONFREE 1
  6996.  
  6997. configure: exit 1
  6998.  
  6999. ## ---------------------- ##
  7000. ## Running config.status. ##
  7001. ## ---------------------- ##
  7002.  
  7003. This file was extended by xbmc config.status 11.9.3, which was
  7004. generated by GNU Autoconf 2.63.  Invocation command line was
  7005.  
  7006.   CONFIG_FILES    =
  7007.   CONFIG_HEADERS  =
  7008.   CONFIG_LINKS    =
  7009.   CONFIG_COMMANDS =
  7010.   $ ./config.status
  7011.  
  7012. on Bryans-Mac-Pro.local
  7013.  
  7014. config.status:1393: creating .dummy
  7015. config.status:1393: creating Makefile
  7016. config.status:1393: creating Makefile.include
  7017. config.status:1393: creating addons/skin.confluence/media/Makefile
  7018. config.status:1393: creating xbmc/Makefile
  7019. config.status:1393: creating xbmc/cdrip/Makefile
  7020. config.status:1393: creating xbmc/cores/Makefile
  7021. config.status:1393: creating xbmc/cores/VideoRenderers/Makefile
  7022. config.status:1393: creating xbmc/cores/dvdplayer/Makefile
  7023. config.status:1393: creating lib/Makefile
  7024. config.status:1393: creating lib/libdvd/Makefile
  7025. config.status:1393: creating xbmc/cores/DllLoader/Makefile
  7026. config.status:1393: creating xbmc/cores/dvdplayer/DVDCodecs/Makefile
  7027. config.status:1393: creating xbmc/cores/dvdplayer/DVDCodecs/Audio/Makefile
  7028. config.status:1393: creating xbmc/cores/dvdplayer/DVDCodecs/Overlay/Makefile
  7029. config.status:1393: creating xbmc/cores/dvdplayer/DVDCodecs/Video/Makefile
  7030. config.status:1393: creating xbmc/cores/dvdplayer/DVDDemuxers/Makefile
  7031. config.status:1393: creating xbmc/cores/dvdplayer/DVDSubtitles/Makefile
  7032. config.status:1393: creating xbmc/cores/AudioEngine/Makefile
  7033. config.status:1393: creating xbmc/cores/paplayer/Makefile
  7034. config.status:1393: creating lib/timidity/Makefile
  7035. config.status:1393: creating lib/xbadpcm/Makefile
  7036. config.status:1393: creating lib/asap/Makefile
  7037. config.status:1393: creating lib/nosefart/Makefile
  7038. config.status:1393: creating lib/libsidplay2/Makefile
  7039. config.status:1393: creating lib/vgmstream/Makefile
  7040. config.status:1393: creating lib/snesapu/SNES/SNESAPU/Makefile
  7041. config.status:1393: creating lib/stsound/StSoundLibrary/Makefile
  7042. config.status:1393: creating xbmc/cores/playercorefactory/Makefile
  7043. config.status:1393: creating xbmc/music/karaoke/Makefile
  7044. config.status:1393: creating xbmc/osx/Makefile
  7045. config.status:1393: creating xbmc/guilib/Makefile
  7046. config.status:1393: creating xbmc/interfaces/Makefile
  7047. config.status:1393: creating xbmc/network/Makefile
  7048. config.status:1393: creating lib/libRTV/Makefile
  7049. config.status:1393: creating lib/libexif/Makefile
  7050. config.status:1393: creating lib/libXDAAP/Makefile
  7051. config.status:1393: creating lib/cmyth/Makefile
  7052. config.status:1393: creating lib/libhdhomerun/Makefile
  7053. config.status:1393: creating lib/libsquish/Makefile
  7054. config.status:1393: creating lib/libid3tag/Makefile
  7055. config.status:1393: creating lib/cximage-6.0/Makefile
  7056. config.status:1393: creating lib/addons/script.module.pil/Makefile
  7057. config.status:1393: creating xbmc/interfaces/python/Makefile
  7058. config.status:1393: creating xbmc/interfaces/python/xbmcmodule/Makefile
  7059. config.status:1393: creating lib/libUPnP/Makefile
  7060. config.status:1393: creating xbmc/DllPaths_generated.h
  7061. config.status:1393: creating xbmc/freebsd/Makefile
  7062. config.status:1393: creating xbmc/linux/Makefile
  7063. config.status:1393: creating xbmc/filesystem/Makefile
  7064. config.status:1393: creating xbmc/screensavers/rsxs-0.9/xbmc/Makefile
  7065. config.status:1393: creating xbmc/visualizations/XBMCProjectM/Makefile
  7066. config.status:1393: creating xbmc/visualizations/Goom/Makefile
  7067. config.status:1393: creating xbmc/visualizations/OpenGLSpectrum/Makefile
  7068. config.status:1393: creating xbmc/visualizations/WaveForm/Makefile
  7069. config.status:1393: creating xbmc/visualizations/iTunes/Makefile
  7070. config.status:1393: creating xbmc/pvrclients/Makefile.include
  7071. config.status:1393: creating xbmc/pvrclients/MediaPortal/Makefile
  7072. config.status:1393: creating xbmc/pvrclients/pvr-demo/Makefile
  7073. config.status:1393: creating xbmc/pvrclients/mythtv-cmyth/Makefile
  7074. config.status:1393: creating xbmc/pvrclients/tvheadend/Makefile
  7075. config.status:1393: creating xbmc/pvrclients/vdr-vnsi/Makefile
  7076. config.status:1393: creating lib/addons/library.xbmc.addon/Makefile
  7077. config.status:1393: creating lib/addons/library.xbmc.gui/Makefile
  7078. config.status:1393: creating lib/addons/library.xbmc.pvr/Makefile
  7079. config.status:1393: creating tools/Linux/xbmc.sh
  7080. config.status:1393: creating tools/Linux/xbmc-standalone.sh
  7081. config.status:1393: creating tools/TexturePacker/Makefile
  7082. config.status:1393: creating tools/EventClients/Clients/OSXRemote/Makefile
  7083. config.status:1393: creating xbmc/peripherals/bus/Makefile
  7084. config.status:1393: creating xbmc/peripherals/devices/Makefile
  7085. config.status:1393: creating xbmc/config.h
  7086. config.status:1620: xbmc/config.h is unchanged
  7087. config.status:1672: executing depfiles commands
  7088. config.status:1672: executing libtool commands
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement