Advertisement
Guest User

config.log

a guest
May 13th, 2014
227
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.85 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 qbittorrent configure v3.2.0alpha, which was
  5. generated by GNU Autoconf 2.69. Invocation command line was
  6.  
  7. $ ./configure --with-geoip-database-embedded
  8.  
  9. ## --------- ##
  10. ## Platform. ##
  11. ## --------- ##
  12.  
  13. hostname = macbookpro.lan
  14. uname -m = x86_64
  15. uname -r = 13.1.0
  16. uname -s = Darwin
  17. uname -v = Darwin Kernel Version 13.1.0: Wed Apr 2 23:52:02 PDT 2014; root:xnu-2422.92.1~2/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 13.1.0: Wed Apr 2 23:52:02 PDT 2014; root:xnu-2422.92.1~2/RELEASE_X86_64
  27. Kernel configured for up to 8 processors.
  28. 4 processors are physically available.
  29. 8 processors are logically available.
  30. Processor type: i486 (Intel 80486)
  31. Processors active: 0 1 2 3 4 5 6 7
  32. Primary memory available: 8.00 gigabytes
  33. Default processor set: 195 tasks, 977 threads, 8 processors
  34. Load average: 0.31, Mach factor: 7.68
  35. /bin/machine = unknown
  36. /usr/bin/oslevel = unknown
  37. /bin/universe = unknown
  38.  
  39. PATH: /usr/local/bin
  40. PATH: /usr/local/sbin
  41. PATH: /Users/abdulelah/Library/Haskell/bin
  42. PATH: /usr/bin
  43. PATH: /bin
  44. PATH: /usr/sbin
  45. PATH: /sbin
  46. PATH: /Users/abdulelah/bin
  47.  
  48.  
  49. ## ----------- ##
  50. ## Core tests. ##
  51. ## ----------- ##
  52.  
  53. configure:2049: checking for gcc
  54. configure:2065: found /usr/bin/gcc
  55. configure:2076: result: gcc
  56. configure:2305: checking for C compiler version
  57. configure:2314: gcc --version >&5
  58. Apple LLVM version 5.1 (clang-503.0.40) (based on LLVM 3.4svn)
  59. Target: x86_64-apple-darwin13.1.0
  60. Thread model: posix
  61. Configured with: --prefix=/Library/Developer/CommandLineTools/usr --with-gxx-include-dir=/usr/include/c++/4.2.1
  62. configure:2325: $? = 0
  63. configure:2314: gcc -v >&5
  64. Configured with: --prefix=/Library/Developer/CommandLineTools/usr --with-gxx-include-dir=/usr/include/c++/4.2.1
  65. Apple LLVM version 5.1 (clang-503.0.40) (based on LLVM 3.4svn)
  66. Target: x86_64-apple-darwin13.1.0
  67. Thread model: posix
  68. configure:2325: $? = 0
  69. configure:2314: gcc -V >&5
  70. clang: error: argument to '-V' is missing (expected 1 value)
  71. clang: error: no input files
  72. configure:2325: $? = 1
  73. configure:2314: gcc -qversion >&5
  74. clang: error: unknown argument: '-qversion' [-Wunused-command-line-argument-hard-error-in-future]
  75. clang: note: this will be a hard error (cannot be downgraded to a warning) in the future
  76. clang: error: no input files
  77. configure:2325: $? = 1
  78. configure:2345: checking whether the C compiler works
  79. configure:2367: gcc conftest.c >&5
  80. configure:2371: $? = 0
  81. configure:2419: result: yes
  82. configure:2422: checking for C compiler default output file name
  83. configure:2424: result: a.out
  84. configure:2430: checking for suffix of executables
  85. configure:2437: gcc -o conftest conftest.c >&5
  86. configure:2441: $? = 0
  87. configure:2463: result:
  88. configure:2485: checking whether we are cross compiling
  89. configure:2493: gcc -o conftest conftest.c >&5
  90. configure:2497: $? = 0
  91. configure:2504: ./conftest
  92. configure:2508: $? = 0
  93. configure:2523: result: no
  94. configure:2528: checking for suffix of object files
  95. configure:2550: gcc -c conftest.c >&5
  96. configure:2554: $? = 0
  97. configure:2575: result: o
  98. configure:2579: checking whether we are using the GNU C compiler
  99. configure:2598: gcc -c conftest.c >&5
  100. configure:2598: $? = 0
  101. configure:2607: result: yes
  102. configure:2616: checking whether gcc accepts -g
  103. configure:2636: gcc -c -g conftest.c >&5
  104. configure:2636: $? = 0
  105. configure:2677: result: yes
  106. configure:2694: checking for gcc option to accept ISO C89
  107. configure:2757: gcc -c -g -O2 conftest.c >&5
  108. configure:2757: $? = 0
  109. configure:2770: result: none needed
  110. configure:2798: checking whether gcc understands -c and -o together
  111. configure:2820: gcc -c conftest.c -o conftest2.o
  112. configure:2823: $? = 0
  113. configure:2820: gcc -c conftest.c -o conftest2.o
  114. configure:2823: $? = 0
  115. configure:2835: result: yes
  116. configure:2910: checking for g++
  117. configure:2926: found /usr/bin/g++
  118. configure:2937: result: g++
  119. configure:2964: checking for C++ compiler version
  120. configure:2973: g++ --version >&5
  121. Apple LLVM version 5.1 (clang-503.0.40) (based on LLVM 3.4svn)
  122. Target: x86_64-apple-darwin13.1.0
  123. Thread model: posix
  124. Configured with: --prefix=/Library/Developer/CommandLineTools/usr --with-gxx-include-dir=/usr/include/c++/4.2.1
  125. configure:2984: $? = 0
  126. configure:2973: g++ -v >&5
  127. Configured with: --prefix=/Library/Developer/CommandLineTools/usr --with-gxx-include-dir=/usr/include/c++/4.2.1
  128. Apple LLVM version 5.1 (clang-503.0.40) (based on LLVM 3.4svn)
  129. Target: x86_64-apple-darwin13.1.0
  130. Thread model: posix
  131. configure:2984: $? = 0
  132. configure:2973: g++ -V >&5
  133. clang: error: argument to '-V' is missing (expected 1 value)
  134. clang: error: no input files
  135. configure:2984: $? = 1
  136. configure:2973: g++ -qversion >&5
  137. clang: error: unknown argument: '-qversion' [-Wunused-command-line-argument-hard-error-in-future]
  138. clang: note: this will be a hard error (cannot be downgraded to a warning) in the future
  139. clang: error: no input files
  140. configure:2984: $? = 1
  141. configure:2988: checking whether we are using the GNU C++ compiler
  142. configure:3007: g++ -c conftest.cpp >&5
  143. configure:3007: $? = 0
  144. configure:3016: result: yes
  145. configure:3025: checking whether g++ accepts -g
  146. configure:3045: g++ -c -g conftest.cpp >&5
  147. configure:3045: $? = 0
  148. configure:3086: result: yes
  149. configure:3119: checking build system type
  150. configure:3133: result: x86_64-apple-darwin13.1.0
  151. configure:3153: checking host system type
  152. configure:3166: result: x86_64-apple-darwin13.1.0
  153. configure:3202: checking for a BSD-compatible install
  154. configure:3270: result: /usr/bin/install -c
  155. configure:3281: checking whether build environment is sane
  156. configure:3336: result: yes
  157. configure:3484: checking for a thread-safe mkdir -p
  158. configure:3523: result: build-aux/install-sh -c -d
  159. configure:3530: checking for gawk
  160. configure:3560: result: no
  161. configure:3530: checking for mawk
  162. configure:3560: result: no
  163. configure:3530: checking for nawk
  164. configure:3560: result: no
  165. configure:3530: checking for awk
  166. configure:3546: found /usr/bin/awk
  167. configure:3557: result: awk
  168. configure:3568: checking whether make sets $(MAKE)
  169. configure:3590: result: yes
  170. configure:3620: checking for style of include used by make
  171. configure:3648: result: GNU
  172. configure:3682: checking whether make supports nested variables
  173. configure:3699: result: yes
  174. configure:3784: checking dependency style of gcc
  175. configure:3895: result: none
  176. configure:3912: checking dependency style of g++
  177. configure:4023: result: none
  178. configure:4138: checking whether OS is FreeBSD
  179. configure:4145: result: no
  180. configure:4204: checking for pkg-config
  181. configure:4222: found /usr/local/bin/pkg-config
  182. configure:4234: result: /usr/local/bin/pkg-config
  183. configure:4259: checking pkg-config is at least version 0.26
  184. configure:4262: result: yes
  185. configure:4275: checking whether to enable the Debug build
  186. configure:4279: result: no
  187. configure:4294: checking whether to enable the GUI
  188. configure:4298: result: yes
  189. configure:4313: checking whether Qt5 should be enabled
  190. configure:4317: result: no
  191. configure:4320: $PKG_CONFIG --exists --print-errors "QtCore >= 4.8.0"
  192. configure:4323: $? = 0
  193. configure:4330: $PKG_CONFIG --exists --print-errors "QtCore >= 4.8.0"
  194. configure:4333: $? = 0
  195. configure:4372: checking for /usr/local/Cellar/qt/4.8.6/bin/qmake
  196. configure:4386: result: yes
  197. configure:4399: checking for Qt4 qmake >= 4.8.0
  198. configure:4402: result: /usr/local/Cellar/qt/4.8.6/bin/qmake
  199. configure:4492: checking whether QtDBus should be enabled
  200. configure:4496: result: yes
  201. configure:4517: checking for QtDBus >= 4.8.0
  202. configure:4520: $PKG_CONFIG --exists --print-errors "QtDBus >= 4.8.0"
  203. configure:4523: $? = 0
  204. configure:4525: result: found
  205. configure:4602: checking for boostlib >= 1.35
  206. configure:4682: g++ -c -g -O2 -I/usr/local/include conftest.cpp >&5
  207. configure:4682: $? = 0
  208. configure:4684: result: yes
  209. configure:4835: Boost CPPFLGAS: -I/usr/local/include
  210. configure:4873: checking whether the Boost::System library is available
  211. configure:4897: g++ -c -g -O2 -I/usr/local/include -I/usr/local/include conftest.cpp >&5
  212. conftest.cpp:16:1: warning: expression result unused [-Wunused-value]
  213. boost::system::system_category
  214. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  215. 1 warning generated.
  216. configure:4897: $? = 0
  217. configure:4912: result: yes
  218. configure:4927: checking for exit in -lboost_system
  219. configure:4952: g++ -o conftest -g -O2 -I/usr/local/include -I/usr/local/include -L/usr/local/lib -L/usr/local/lib conftest.cpp -lboost_system >&5
  220. configure:4952: $? = 0
  221. configure:4962: result: yes
  222. configure:5087: Boost.System LIB: -lboost_system
  223. configure:5092: checking whether to embed the GeoIP database
  224. configure:5100: result: yes
  225. configure:5109: checking which qtsingleapplication to use
  226. configure:5113: result: shipped
  227. configure:5128: checking for zlib
  228. configure:5135: $PKG_CONFIG --exists --print-errors "zlib"
  229. configure:5138: $? = 0
  230. configure:5152: $PKG_CONFIG --exists --print-errors "zlib"
  231. configure:5155: $? = 0
  232. configure:5213: result: yes
  233. configure:5221: checking for libtorrent
  234. configure:5228: $PKG_CONFIG --exists --print-errors "libtorrent-rasterbar >= 0.16.0"
  235. configure:5231: $? = 0
  236. configure:5245: $PKG_CONFIG --exists --print-errors "libtorrent-rasterbar >= 0.16.0"
  237. configure:5248: $? = 0
  238. configure:5306: result: yes
  239. configure:5532: checking that generated files are newer than configure
  240. configure:5538: result: done
  241. configure:5565: creating ./config.status
  242.  
  243. ## ---------------------- ##
  244. ## Running config.status. ##
  245. ## ---------------------- ##
  246.  
  247. This file was extended by qbittorrent config.status v3.2.0alpha, which was
  248. generated by GNU Autoconf 2.69. Invocation command line was
  249.  
  250. CONFIG_FILES =
  251. CONFIG_HEADERS =
  252. CONFIG_LINKS =
  253. CONFIG_COMMANDS =
  254. $ ./config.status
  255.  
  256. on macbookpro.lan
  257.  
  258. config.status:812: creating conf.pri
  259. config.status:984: executing depfiles commands
  260. configure:6698: Running qmake to generate the makefile...
  261. configure:6708: Good, your configure finished.
  262.  
  263. ## ---------------- ##
  264. ## Cache variables. ##
  265. ## ---------------- ##
  266.  
  267. ac_cv_build=x86_64-apple-darwin13.1.0
  268. ac_cv_c_compiler_gnu=yes
  269. ac_cv_cxx_compiler_gnu=yes
  270. ac_cv_env_CCC_set=
  271. ac_cv_env_CCC_value=
  272. ac_cv_env_CC_set=
  273. ac_cv_env_CC_value=
  274. ac_cv_env_CFLAGS_set=
  275. ac_cv_env_CFLAGS_value=
  276. ac_cv_env_CPPFLAGS_set=
  277. ac_cv_env_CPPFLAGS_value=
  278. ac_cv_env_CXXFLAGS_set=
  279. ac_cv_env_CXXFLAGS_value=
  280. ac_cv_env_CXX_set=
  281. ac_cv_env_CXX_value=
  282. ac_cv_env_LDFLAGS_set=
  283. ac_cv_env_LDFLAGS_value=
  284. ac_cv_env_LIBS_set=
  285. ac_cv_env_LIBS_value=
  286. ac_cv_env_PKG_CONFIG_LIBDIR_set=
  287. ac_cv_env_PKG_CONFIG_LIBDIR_value=
  288. ac_cv_env_PKG_CONFIG_PATH_set=
  289. ac_cv_env_PKG_CONFIG_PATH_value=
  290. ac_cv_env_PKG_CONFIG_set=
  291. ac_cv_env_PKG_CONFIG_value=
  292. ac_cv_env_QT_QMAKE_set=
  293. ac_cv_env_QT_QMAKE_value=
  294. ac_cv_env_build_alias_set=
  295. ac_cv_env_build_alias_value=
  296. ac_cv_env_host_alias_set=
  297. ac_cv_env_host_alias_value=
  298. ac_cv_env_libtorrent_CFLAGS_set=
  299. ac_cv_env_libtorrent_CFLAGS_value=
  300. ac_cv_env_libtorrent_LIBS_set=
  301. ac_cv_env_libtorrent_LIBS_value=
  302. ac_cv_env_target_alias_set=
  303. ac_cv_env_target_alias_value=
  304. ac_cv_env_zlib_CFLAGS_set=
  305. ac_cv_env_zlib_CFLAGS_value=
  306. ac_cv_env_zlib_LIBS_set=
  307. ac_cv_env_zlib_LIBS_value=
  308. ac_cv_file__usr_local_Cellar_qt_4_8_6_bin_qmake=yes
  309. ac_cv_host=x86_64-apple-darwin13.1.0
  310. ac_cv_lib_boost_system___exit=yes
  311. ac_cv_objext=o
  312. ac_cv_path_ac_pt_PKG_CONFIG=/usr/local/bin/pkg-config
  313. ac_cv_path_install='/usr/bin/install -c'
  314. ac_cv_prog_AWK=awk
  315. ac_cv_prog_ac_ct_CC=gcc
  316. ac_cv_prog_ac_ct_CXX=g++
  317. ac_cv_prog_cc_c89=
  318. ac_cv_prog_cc_g=yes
  319. ac_cv_prog_cxx_g=yes
  320. ac_cv_prog_make_make_set=yes
  321. am_cv_CC_dependencies_compiler_type=none
  322. am_cv_CXX_dependencies_compiler_type=none
  323. am_cv_make_support_nested_variables=yes
  324. am_cv_prog_cc_c_o=yes
  325. ax_cv_boost_system=yes
  326. pkg_cv_QT_QMAKE=/usr/local/Cellar/qt/4.8.6/bin/moc
  327. pkg_cv_libtorrent_CFLAGS='-DTORRENT_USE_OPENSSL -DWITH_SHIPPED_GEOIP_H -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 -DBOOST_EXCEPTION_DISABLE -DBOOST_ASIO_ENABLE_CANCELIO -DBOOST_ASIO_DYN_LINK -DTORRENT_LINKING_SHARED -I/usr/local/Cellar/libtorrent-rasterbar/0.16.16/include -I/usr/local/Cellar/libtorrent-rasterbar/0.16.16/include/libtorrent '
  328. pkg_cv_libtorrent_LIBS='-L/usr/local/Cellar/libtorrent-rasterbar/0.16.16/lib -ltorrent-rasterbar -lboost_system-mt '
  329. pkg_cv_zlib_CFLAGS='-I/usr/local/Cellar/zlib/1.2.8/include '
  330. pkg_cv_zlib_LIBS='-L/usr/local/Cellar/zlib/1.2.8/lib -lz '
  331.  
  332. ## ----------------- ##
  333. ## Output variables. ##
  334. ## ----------------- ##
  335.  
  336. ACLOCAL='${SHELL} /Users/abdulelah/Desktop/qBittorrent/build-aux/missing aclocal-1.14'
  337. AMDEPBACKSLASH='\'
  338. AMDEP_FALSE='#'
  339. AMDEP_TRUE=''
  340. AMTAR='$${TAR-tar}'
  341. AM_BACKSLASH='\'
  342. AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
  343. AM_DEFAULT_VERBOSITY='1'
  344. AM_V='$(V)'
  345. AUTOCONF='${SHELL} /Users/abdulelah/Desktop/qBittorrent/build-aux/missing autoconf'
  346. AUTOHEADER='${SHELL} /Users/abdulelah/Desktop/qBittorrent/build-aux/missing autoheader'
  347. AUTOMAKE='${SHELL} /Users/abdulelah/Desktop/qBittorrent/build-aux/missing automake-1.14'
  348. AWK='awk'
  349. BOOST_CPPFLAGS='-I/usr/local/include'
  350. BOOST_LDFLAGS='-L/usr/local/lib'
  351. BOOST_SYSTEM_LIB='-lboost_system'
  352. CC='gcc'
  353. CCDEPMODE='depmode=none'
  354. CFLAGS='-g -O2'
  355. CPPFLAGS='-DTORRENT_USE_OPENSSL -DWITH_SHIPPED_GEOIP_H -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 -DBOOST_EXCEPTION_DISABLE -DBOOST_ASIO_ENABLE_CANCELIO -DBOOST_ASIO_DYN_LINK -DTORRENT_LINKING_SHARED -I/usr/local/Cellar/libtorrent-rasterbar/0.16.16/include -I/usr/local/Cellar/libtorrent-rasterbar/0.16.16/include/libtorrent -I/usr/local/Cellar/zlib/1.2.8/include -I/usr/local/include '
  356. CXX='g++'
  357. CXXDEPMODE='depmode=none'
  358. CXXFLAGS='-g -O2'
  359. CYGPATH_W='echo'
  360. DEFS='-DPACKAGE_NAME=\"qbittorrent\" -DPACKAGE_TARNAME=\"qbittorrent\" -DPACKAGE_VERSION=\"v3.2.0alpha\" -DPACKAGE_STRING=\"qbittorrent\ v3.2.0alpha\" -DPACKAGE_BUGREPORT=\"bugs.qbittorrent.org\" -DPACKAGE_URL=\"http://www.qbittorrent.org/\" -DPACKAGE=\"qbittorrent\" -DVERSION=\"v3.2.0alpha\" -DHAVE_BOOST=/\*\*/ -DHAVE_BOOST_SYSTEM=/\*\*/ -DEXPAND_PREFIX=\"/usr/local\" -DEXPAND_BINDIR=\"/usr/local/bin\" -DEXPAND_DATADIR=\"/usr/local/share\" -DEXPAND_MANDIR=\"/usr/local/share/man\"'
  361. DEPDIR='.deps'
  362. ECHO_C='\c'
  363. ECHO_N=''
  364. ECHO_T=''
  365. EXEEXT=''
  366. EXPAND_BINDIR='/usr/local/bin'
  367. EXPAND_DATADIR='/usr/local/share'
  368. EXPAND_MANDIR='/usr/local/share/man'
  369. EXPAND_PREFIX='/usr/local'
  370. INSTALL_DATA='${INSTALL} -m 644'
  371. INSTALL_PROGRAM='${INSTALL}'
  372. INSTALL_SCRIPT='${INSTALL}'
  373. INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
  374. LDFLAGS='-L/usr/local/lib '
  375. LIBOBJS=''
  376. LIBS='-L/usr/local/Cellar/libtorrent-rasterbar/0.16.16/lib -ltorrent-rasterbar -lboost_system-mt -L/usr/local/Cellar/zlib/1.2.8/lib -lz -lboost_system '
  377. LTLIBOBJS=''
  378. MAKEINFO='${SHELL} /Users/abdulelah/Desktop/qBittorrent/build-aux/missing makeinfo'
  379. MKDIR_P='build-aux/install-sh -c -d'
  380. OBJEXT='o'
  381. PACKAGE='qbittorrent'
  382. PACKAGE_BUGREPORT='bugs.qbittorrent.org'
  383. PACKAGE_NAME='qbittorrent'
  384. PACKAGE_STRING='qbittorrent v3.2.0alpha'
  385. PACKAGE_TARNAME='qbittorrent'
  386. PACKAGE_URL='http://www.qbittorrent.org/'
  387. PACKAGE_VERSION='v3.2.0alpha'
  388. PATH_SEPARATOR=':'
  389. PKG_CONFIG='/usr/local/bin/pkg-config'
  390. PKG_CONFIG_LIBDIR=''
  391. PKG_CONFIG_PATH=''
  392. QBT_ADD_CONFIG=' release dbus'
  393. QBT_ADD_DEFINES=' WITH_GEOIP_EMBEDDED'
  394. QBT_REMOVE_CONFIG=' debug nox usesystemqtsingleapplication'
  395. QBT_REMOVE_DEFINES=''
  396. QT_QMAKE='/usr/local/Cellar/qt/4.8.6/bin/qmake'
  397. SET_MAKE=''
  398. SHELL='/bin/sh'
  399. STRIP=''
  400. VERSION='v3.2.0alpha'
  401. ac_ct_CC='gcc'
  402. ac_ct_CXX='g++'
  403. am__EXEEXT_FALSE=''
  404. am__EXEEXT_TRUE='#'
  405. am__fastdepCC_FALSE=''
  406. am__fastdepCC_TRUE='#'
  407. am__fastdepCXX_FALSE=''
  408. am__fastdepCXX_TRUE='#'
  409. am__include='include'
  410. am__isrc=''
  411. am__leading_dot='.'
  412. am__nodep='_no'
  413. am__quote=''
  414. am__tar='$${TAR-tar} chof - "$$tardir"'
  415. am__untar='$${TAR-tar} xf -'
  416. bindir='${exec_prefix}/bin'
  417. build='x86_64-apple-darwin13.1.0'
  418. build_alias=''
  419. build_cpu='x86_64'
  420. build_os='darwin13.1.0'
  421. build_vendor='apple'
  422. datadir='${datarootdir}'
  423. datarootdir='${prefix}/share'
  424. docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
  425. dvidir='${docdir}'
  426. exec_prefix='${prefix}'
  427. host='x86_64-apple-darwin13.1.0'
  428. host_alias=''
  429. host_cpu='x86_64'
  430. host_os='darwin13.1.0'
  431. host_vendor='apple'
  432. htmldir='${docdir}'
  433. includedir='${prefix}/include'
  434. infodir='${datarootdir}/info'
  435. install_sh='${SHELL} /Users/abdulelah/Desktop/qBittorrent/build-aux/install-sh'
  436. libdir='${exec_prefix}/lib'
  437. libexecdir='${exec_prefix}/libexec'
  438. libtorrent_CFLAGS='-DTORRENT_USE_OPENSSL -DWITH_SHIPPED_GEOIP_H -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 -DBOOST_EXCEPTION_DISABLE -DBOOST_ASIO_ENABLE_CANCELIO -DBOOST_ASIO_DYN_LINK -DTORRENT_LINKING_SHARED -I/usr/local/Cellar/libtorrent-rasterbar/0.16.16/include -I/usr/local/Cellar/libtorrent-rasterbar/0.16.16/include/libtorrent '
  439. libtorrent_LIBS='-L/usr/local/Cellar/libtorrent-rasterbar/0.16.16/lib -ltorrent-rasterbar -lboost_system-mt '
  440. localedir='${datarootdir}/locale'
  441. localstatedir='${prefix}/var'
  442. mandir='${datarootdir}/man'
  443. mkdir_p='$(MKDIR_P)'
  444. oldincludedir='/usr/include'
  445. pdfdir='${docdir}'
  446. prefix='/usr/local'
  447. program_transform_name='s,x,x,'
  448. psdir='${docdir}'
  449. sbindir='${exec_prefix}/sbin'
  450. sharedstatedir='${prefix}/com'
  451. sysconfdir='${prefix}/etc'
  452. target_alias=''
  453. zlib_CFLAGS='-I/usr/local/Cellar/zlib/1.2.8/include '
  454. zlib_LIBS='-L/usr/local/Cellar/zlib/1.2.8/lib -lz '
  455.  
  456. ## ----------- ##
  457. ## confdefs.h. ##
  458. ## ----------- ##
  459.  
  460. /* confdefs.h */
  461. #define PACKAGE_NAME "qbittorrent"
  462. #define PACKAGE_TARNAME "qbittorrent"
  463. #define PACKAGE_VERSION "v3.2.0alpha"
  464. #define PACKAGE_STRING "qbittorrent v3.2.0alpha"
  465. #define PACKAGE_BUGREPORT "bugs.qbittorrent.org"
  466. #define PACKAGE_URL "http://www.qbittorrent.org/"
  467. #define PACKAGE "qbittorrent"
  468. #define VERSION "v3.2.0alpha"
  469. #define HAVE_BOOST /**/
  470. #define HAVE_BOOST_SYSTEM /**/
  471. #define EXPAND_PREFIX "/usr/local"
  472. #define EXPAND_BINDIR "/usr/local/bin"
  473. #define EXPAND_DATADIR "/usr/local/share"
  474. #define EXPAND_MANDIR "/usr/local/share/man"
  475.  
  476. configure: exit 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement