Advertisement
Guest User

Untitled

a guest
May 24th, 2017
530
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 28.35 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 etui configure 0.0.4, which was
  5. generated by GNU Autoconf 2.69. Invocation command line was
  6.  
  7. $ ./configure --enable-gpl --with-mupdf-static-libs=-Wl,/usr/lib64/libmupdf.a --with-mupdf-shared-libs=-ljbig2dec --enable-pdf
  8.  
  9. ## --------- ##
  10. ## Platform. ##
  11. ## --------- ##
  12.  
  13. hostname = localhost.localdomain
  14. uname -m = x86_64
  15. uname -r = 4.10.15-200.fc25.x86_64
  16. uname -s = Linux
  17. uname -v = #1 SMP Mon May 8 18:46:06 UTC 2017
  18.  
  19. /usr/bin/uname -p = x86_64
  20. /bin/uname -X = unknown
  21.  
  22. /bin/arch = x86_64
  23. /usr/bin/arch -k = unknown
  24. /usr/convex/getsysinfo = unknown
  25. /usr/bin/hostinfo = unknown
  26. /bin/machine = unknown
  27. /usr/bin/oslevel = unknown
  28. /bin/universe = unknown
  29.  
  30. PATH: /home/stephen/Applications/.bin
  31. PATH: /usr/local/bin
  32. PATH: /usr/lib64/qt-3.3/bin
  33. PATH: /usr/local/bin
  34. PATH: /usr/local/sbin
  35. PATH: /usr/bin
  36. PATH: /usr/sbin
  37. PATH: /home/stephen/.local/bin
  38. PATH: /home/stephen/bin
  39.  
  40.  
  41. ## ----------- ##
  42. ## Core tests. ##
  43. ## ----------- ##
  44.  
  45. configure:2307: checking for a BSD-compatible install
  46. configure:2375: result: /usr/bin/install -c
  47. configure:2386: checking whether build environment is sane
  48. configure:2441: result: yes
  49. configure:2592: checking for a thread-safe mkdir -p
  50. configure:2631: result: /usr/bin/mkdir -p
  51. configure:2638: checking for gawk
  52. configure:2654: found /usr/bin/gawk
  53. configure:2665: result: gawk
  54. configure:2676: checking whether make sets $(MAKE)
  55. configure:2698: result: yes
  56. configure:2727: checking whether make supports nested variables
  57. configure:2744: result: yes
  58. configure:2881: checking whether make supports nested variables
  59. configure:2898: result: yes
  60. configure:2922: checking for style of include used by make
  61. configure:2950: result: GNU
  62. configure:3021: checking for gcc
  63. configure:3037: found /usr/bin/gcc
  64. configure:3048: result: gcc
  65. configure:3277: checking for C compiler version
  66. configure:3286: gcc --version >&5
  67. gcc (GCC) 6.3.1 20161221 (Red Hat 6.3.1-1)
  68. Copyright (C) 2016 Free Software Foundation, Inc.
  69. This is free software; see the source for copying conditions. There is NO
  70. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  71.  
  72. configure:3297: $? = 0
  73. configure:3286: gcc -v >&5
  74. Using built-in specs.
  75. COLLECT_GCC=gcc
  76. COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-redhat-linux/6.3.1/lto-wrapper
  77. Target: x86_64-redhat-linux
  78. Configured with: ../configure --enable-bootstrap --enable-languages=c,c++,objc,obj-c++,fortran,ada,go,lto --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-shared --enable-threads=posix --enable-checking=release --enable-multilib --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-linker-build-id --with-linker-hash-style=gnu --enable-plugin --enable-initfini-array --disable-libgcj --with-isl --enable-libmpx --enable-gnu-indirect-function --with-tune=generic --with-arch_32=i686 --build=x86_64-redhat-linux
  79. Thread model: posix
  80. gcc version 6.3.1 20161221 (Red Hat 6.3.1-1) (GCC)
  81. configure:3297: $? = 0
  82. configure:3286: gcc -V >&5
  83. gcc: error: unrecognized command line option '-V'
  84. gcc: fatal error: no input files
  85. compilation terminated.
  86. configure:3297: $? = 1
  87. configure:3286: gcc -qversion >&5
  88. gcc: error: unrecognized command line option '-qversion'; did you mean '--version'?
  89. gcc: fatal error: no input files
  90. compilation terminated.
  91. configure:3297: $? = 1
  92. configure:3317: checking whether the C compiler works
  93. configure:3339: gcc conftest.c >&5
  94. configure:3343: $? = 0
  95. configure:3391: result: yes
  96. configure:3394: checking for C compiler default output file name
  97. configure:3396: result: a.out
  98. configure:3402: checking for suffix of executables
  99. configure:3409: gcc -o conftest conftest.c >&5
  100. configure:3413: $? = 0
  101. configure:3435: result:
  102. configure:3457: checking whether we are cross compiling
  103. configure:3465: gcc -o conftest conftest.c >&5
  104. configure:3469: $? = 0
  105. configure:3476: ./conftest
  106. configure:3480: $? = 0
  107. configure:3495: result: no
  108. configure:3500: checking for suffix of object files
  109. configure:3522: gcc -c conftest.c >&5
  110. configure:3526: $? = 0
  111. configure:3547: result: o
  112. configure:3551: checking whether we are using the GNU C compiler
  113. configure:3570: gcc -c conftest.c >&5
  114. configure:3570: $? = 0
  115. configure:3579: result: yes
  116. configure:3588: checking whether gcc accepts -g
  117. configure:3608: gcc -c -g conftest.c >&5
  118. configure:3608: $? = 0
  119. configure:3649: result: yes
  120. configure:3666: checking for gcc option to accept ISO C89
  121. configure:3729: gcc -c -g -O2 conftest.c >&5
  122. configure:3729: $? = 0
  123. configure:3742: result: none needed
  124. configure:3767: checking whether gcc understands -c and -o together
  125. configure:3789: gcc -c conftest.c -o conftest2.o
  126. configure:3792: $? = 0
  127. configure:3789: gcc -c conftest.c -o conftest2.o
  128. configure:3792: $? = 0
  129. configure:3804: result: yes
  130. configure:3823: checking dependency style of gcc
  131. configure:3934: result: gcc3
  132. configure:3999: checking for ar
  133. configure:4015: found /usr/bin/ar
  134. configure:4026: result: ar
  135. configure:4052: checking the archiver (ar) interface
  136. configure:4068: gcc -c -g -O2 conftest.c >&5
  137. configure:4068: $? = 0
  138. configure:4070: ar cru libconftest.a conftest.o >&5
  139. configure:4073: $? = 0
  140. configure:4101: result: ar
  141. configure:4150: checking build system type
  142. configure:4164: result: x86_64-unknown-linux-gnu
  143. configure:4184: checking host system type
  144. configure:4197: result: x86_64-unknown-linux-gnu
  145. configure:4238: checking how to print strings
  146. configure:4265: result: printf
  147. configure:4286: checking for a sed that does not truncate output
  148. configure:4350: result: /usr/bin/sed
  149. configure:4368: checking for grep that handles long lines and -e
  150. configure:4426: result: /usr/bin/grep
  151. configure:4431: checking for egrep
  152. configure:4493: result: /usr/bin/grep -E
  153. configure:4498: checking for fgrep
  154. configure:4560: result: /usr/bin/grep -F
  155. configure:4595: checking for ld used by gcc
  156. configure:4662: result: /usr/bin/ld
  157. configure:4669: checking if the linker (/usr/bin/ld) is GNU ld
  158. configure:4684: result: yes
  159. configure:4696: checking for BSD- or MS-compatible name lister (nm)
  160. configure:4750: result: /usr/bin/nm -B
  161. configure:4880: checking the name lister (/usr/bin/nm -B) interface
  162. configure:4887: gcc -c -g -O2 conftest.c >&5
  163. configure:4890: /usr/bin/nm -B "conftest.o"
  164. configure:4893: output
  165. 0000000000000000 B some_variable
  166. configure:4900: result: BSD nm
  167. configure:4903: checking whether ln -s works
  168. configure:4907: result: yes
  169. configure:4915: checking the maximum length of command line arguments
  170. configure:5046: result: 1572864
  171. configure:5094: checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format
  172. configure:5134: result: func_convert_file_noop
  173. configure:5141: checking how to convert x86_64-unknown-linux-gnu file names to toolchain format
  174. configure:5161: result: func_convert_file_noop
  175. configure:5168: checking for /usr/bin/ld option to reload object files
  176. configure:5175: result: -r
  177. configure:5249: checking for objdump
  178. configure:5265: found /usr/bin/objdump
  179. configure:5276: result: objdump
  180. configure:5305: checking how to recognize dependent libraries
  181. configure:5505: result: pass_all
  182. configure:5590: checking for dlltool
  183. configure:5620: result: no
  184. configure:5647: checking how to associate runtime and link libraries
  185. configure:5674: result: printf %s\n
  186. configure:5798: checking for archiver @FILE support
  187. configure:5815: gcc -c -g -O2 conftest.c >&5
  188. configure:5815: $? = 0
  189. configure:5818: ar cru libconftest.a @conftest.lst >&5
  190. configure:5821: $? = 0
  191. configure:5826: ar cru libconftest.a @conftest.lst >&5
  192. ar: conftest.o: No such file or directory
  193. configure:5829: $? = 1
  194. configure:5841: result: @
  195. configure:5899: checking for strip
  196. configure:5915: found /usr/bin/strip
  197. configure:5926: result: strip
  198. configure:5998: checking for ranlib
  199. configure:6014: found /usr/bin/ranlib
  200. configure:6025: result: ranlib
  201. configure:6127: checking command to parse /usr/bin/nm -B output from gcc object
  202. configure:6280: gcc -c -g -O2 conftest.c >&5
  203. configure:6283: $? = 0
  204. configure:6287: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
  205. configure:6290: $? = 0
  206. configure:6356: gcc -o conftest -g -O2 conftest.c conftstm.o >&5
  207. configure:6359: $? = 0
  208. configure:6397: result: ok
  209. configure:6444: checking for sysroot
  210. configure:6474: result: no
  211. configure:6481: checking for a working dd
  212. configure:6519: result: /usr/bin/dd
  213. configure:6523: checking how to truncate binary pipes
  214. configure:6538: result: /usr/bin/dd bs=4096 count=1
  215. configure:6674: gcc -c -g -O2 conftest.c >&5
  216. configure:6677: $? = 0
  217. configure:6867: checking for mt
  218. configure:6897: result: no
  219. configure:6917: checking if : is a manifest tool
  220. configure:6923: : '-?'
  221. configure:6931: result: no
  222. configure:7608: checking how to run the C preprocessor
  223. configure:7639: gcc -E conftest.c
  224. configure:7639: $? = 0
  225. configure:7653: gcc -E conftest.c
  226. conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
  227. #include <ac_nonexistent.h>
  228. ^
  229. compilation terminated.
  230. configure:7653: $? = 1
  231. configure: failed program was:
  232. | /* confdefs.h */
  233. | #define PACKAGE_NAME "etui"
  234. | #define PACKAGE_TARNAME "etui"
  235. | #define PACKAGE_VERSION "0.0.4"
  236. | #define PACKAGE_STRING "etui 0.0.4"
  237. | #define PACKAGE_BUGREPORT "vincent.torri.remove@gmail.com"
  238. | #define PACKAGE_URL ""
  239. | #define PACKAGE "etui"
  240. | #define VERSION "0.0.4"
  241. | /* end confdefs.h. */
  242. | #include <ac_nonexistent.h>
  243. configure:7678: result: gcc -E
  244. configure:7698: gcc -E conftest.c
  245. configure:7698: $? = 0
  246. configure:7712: gcc -E conftest.c
  247. conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
  248. #include <ac_nonexistent.h>
  249. ^
  250. compilation terminated.
  251. configure:7712: $? = 1
  252. configure: failed program was:
  253. | /* confdefs.h */
  254. | #define PACKAGE_NAME "etui"
  255. | #define PACKAGE_TARNAME "etui"
  256. | #define PACKAGE_VERSION "0.0.4"
  257. | #define PACKAGE_STRING "etui 0.0.4"
  258. | #define PACKAGE_BUGREPORT "vincent.torri.remove@gmail.com"
  259. | #define PACKAGE_URL ""
  260. | #define PACKAGE "etui"
  261. | #define VERSION "0.0.4"
  262. | /* end confdefs.h. */
  263. | #include <ac_nonexistent.h>
  264. configure:7741: checking for ANSI C header files
  265. configure:7761: gcc -c -g -O2 conftest.c >&5
  266. configure:7761: $? = 0
  267. configure:7834: gcc -o conftest -g -O2 conftest.c >&5
  268. configure:7834: $? = 0
  269. configure:7834: ./conftest
  270. configure:7834: $? = 0
  271. configure:7845: result: yes
  272. configure:7858: checking for sys/types.h
  273. configure:7858: gcc -c -g -O2 conftest.c >&5
  274. configure:7858: $? = 0
  275. configure:7858: result: yes
  276. configure:7858: checking for sys/stat.h
  277. configure:7858: gcc -c -g -O2 conftest.c >&5
  278. configure:7858: $? = 0
  279. configure:7858: result: yes
  280. configure:7858: checking for stdlib.h
  281. configure:7858: gcc -c -g -O2 conftest.c >&5
  282. configure:7858: $? = 0
  283. configure:7858: result: yes
  284. configure:7858: checking for string.h
  285. configure:7858: gcc -c -g -O2 conftest.c >&5
  286. configure:7858: $? = 0
  287. configure:7858: result: yes
  288. configure:7858: checking for memory.h
  289. configure:7858: gcc -c -g -O2 conftest.c >&5
  290. configure:7858: $? = 0
  291. configure:7858: result: yes
  292. configure:7858: checking for strings.h
  293. configure:7858: gcc -c -g -O2 conftest.c >&5
  294. configure:7858: $? = 0
  295. configure:7858: result: yes
  296. configure:7858: checking for inttypes.h
  297. configure:7858: gcc -c -g -O2 conftest.c >&5
  298. configure:7858: $? = 0
  299. configure:7858: result: yes
  300. configure:7858: checking for stdint.h
  301. configure:7858: gcc -c -g -O2 conftest.c >&5
  302. configure:7858: $? = 0
  303. configure:7858: result: yes
  304. configure:7858: checking for unistd.h
  305. configure:7858: gcc -c -g -O2 conftest.c >&5
  306. configure:7858: $? = 0
  307. configure:7858: result: yes
  308. configure:7872: checking for dlfcn.h
  309. configure:7872: gcc -c -g -O2 conftest.c >&5
  310. configure:7872: $? = 0
  311. configure:7872: result: yes
  312. configure:8425: checking for objdir
  313. configure:8440: result: .libs
  314. configure:8704: checking if gcc supports -fno-rtti -fno-exceptions
  315. configure:8722: gcc -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5
  316. cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C
  317. configure:8726: $? = 0
  318. configure:8739: result: no
  319. configure:9097: checking for gcc option to produce PIC
  320. configure:9104: result: -fPIC -DPIC
  321. configure:9112: checking if gcc PIC flag -fPIC -DPIC works
  322. configure:9130: gcc -c -g -O2 -fPIC -DPIC -DPIC conftest.c >&5
  323. configure:9134: $? = 0
  324. configure:9147: result: yes
  325. configure:9176: checking if gcc static flag -static works
  326. configure:9204: result: no
  327. configure:9219: checking if gcc supports -c -o file.o
  328. configure:9240: gcc -c -g -O2 -o out/conftest2.o conftest.c >&5
  329. configure:9244: $? = 0
  330. configure:9266: result: yes
  331. configure:9274: checking if gcc supports -c -o file.o
  332. configure:9321: result: yes
  333. configure:9354: checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
  334. configure:10613: result: yes
  335. configure:10650: checking whether -lc should be explicitly linked in
  336. configure:10658: gcc -c -g -O2 conftest.c >&5
  337. configure:10661: $? = 0
  338. configure:10676: gcc -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /usr/bin/grep -lc \>/dev/null 2\>\&1
  339. configure:10679: $? = 0
  340. configure:10693: result: no
  341. configure:10853: checking dynamic linker characteristics
  342. configure:11434: gcc -o conftest -g -O2 -Wl,-rpath -Wl,/foo conftest.c >&5
  343. configure:11434: $? = 0
  344. configure:11674: result: GNU/Linux ld.so
  345. configure:11796: checking how to hardcode library paths into programs
  346. configure:11821: result: immediate
  347. configure:12369: checking whether stripping libraries is possible
  348. configure:12374: result: yes
  349. configure:12409: checking if libtool supports shared libraries
  350. configure:12411: result: yes
  351. configure:12414: checking whether to build shared libraries
  352. configure:12439: result: yes
  353. configure:12442: checking whether to build static libraries
  354. configure:12446: result: no
  355. configure:12640: checking for gcc
  356. configure:12667: result: gcc
  357. configure:12896: checking for C compiler version
  358. configure:12905: gcc --version >&5
  359. gcc (GCC) 6.3.1 20161221 (Red Hat 6.3.1-1)
  360. Copyright (C) 2016 Free Software Foundation, Inc.
  361. This is free software; see the source for copying conditions. There is NO
  362. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  363.  
  364. configure:12916: $? = 0
  365. configure:12905: gcc -v >&5
  366. Using built-in specs.
  367. COLLECT_GCC=gcc
  368. COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-redhat-linux/6.3.1/lto-wrapper
  369. Target: x86_64-redhat-linux
  370. Configured with: ../configure --enable-bootstrap --enable-languages=c,c++,objc,obj-c++,fortran,ada,go,lto --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-shared --enable-threads=posix --enable-checking=release --enable-multilib --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-linker-build-id --with-linker-hash-style=gnu --enable-plugin --enable-initfini-array --disable-libgcj --with-isl --enable-libmpx --enable-gnu-indirect-function --with-tune=generic --with-arch_32=i686 --build=x86_64-redhat-linux
  371. Thread model: posix
  372. gcc version 6.3.1 20161221 (Red Hat 6.3.1-1) (GCC)
  373. configure:12916: $? = 0
  374. configure:12905: gcc -V >&5
  375. gcc: error: unrecognized command line option '-V'
  376. gcc: fatal error: no input files
  377. compilation terminated.
  378. configure:12916: $? = 1
  379. configure:12905: gcc -qversion >&5
  380. gcc: error: unrecognized command line option '-qversion'; did you mean '--version'?
  381. gcc: fatal error: no input files
  382. compilation terminated.
  383. configure:12916: $? = 1
  384. configure:12920: checking whether we are using the GNU C compiler
  385. configure:12948: result: yes
  386. configure:12957: checking whether gcc accepts -g
  387. configure:13018: result: yes
  388. configure:13035: checking for gcc option to accept ISO C89
  389. configure:13111: result: none needed
  390. configure:13136: checking whether gcc understands -c and -o together
  391. configure:13173: result: yes
  392. configure:13192: checking dependency style of gcc
  393. configure:13303: result: gcc3
  394. configure:13373: checking for pkg-config
  395. configure:13391: found /usr/bin/pkg-config
  396. configure:13403: result: /usr/bin/pkg-config
  397. configure:13428: checking pkg-config is at least version 0.9.0
  398. configure:13431: result: yes
  399. configure:13454: edje_cc set to /usr/local/bin/edje_cc
  400. configure:13505: $PKG_CONFIG --exists --print-errors "libarchive >= 3"
  401. configure:13508: $? = 0
  402. configure:13527: checking for CB
  403. configure:13534: $PKG_CONFIG --exists --print-errors "${requirements_pc}"
  404. configure:13537: $? = 0
  405. configure:13551: $PKG_CONFIG --exists --print-errors "${requirements_pc}"
  406. configure:13554: $? = 0
  407. configure:13612: result: yes
  408. configure:13631: checking whether to enable CB module built
  409. configure:13633: result: yes
  410. configure:13717: $PKG_CONFIG --exists --print-errors "ddjvuapi"
  411. Package ddjvuapi was not found in the pkg-config search path.
  412. Perhaps you should add the directory containing `ddjvuapi.pc'
  413. to the PKG_CONFIG_PATH environment variable
  414. No package 'ddjvuapi' found
  415. configure:13720: $? = 1
  416. configure:13844: checking whether to enable DJVU module built
  417. configure:13846: result: no
  418. configure:13933: $PKG_CONFIG --exists --print-errors "libarchive >= 3 ewebkit2 >= ${efl_version} ecore-file >= ${efl_version}"
  419. Package ewebkit2 was not found in the pkg-config search path.
  420. Perhaps you should add the directory containing `ewebkit2.pc'
  421. to the PKG_CONFIG_PATH environment variable
  422. No package 'ewebkit2' found
  423. configure:13936: $? = 1
  424. configure:14053: checking whether to enable EPUB module built
  425. configure:14055: result: no
  426. configure:14150: $PKG_CONFIG --exists --print-errors "libturbojpeg"
  427. Package libturbojpeg was not found in the pkg-config search path.
  428. Perhaps you should add the directory containing `libturbojpeg.pc'
  429. to the PKG_CONFIG_PATH environment variable
  430. No package 'libturbojpeg' found
  431. configure:14153: $? = 1
  432. configure:14165: $PKG_CONFIG --exists --print-errors "libjpeg"
  433. configure:14168: $? = 0
  434. configure:14215: $PKG_CONFIG --exists --print-errors "libopenjp2 freetype2 zlib"
  435. Package libopenjp2 was not found in the pkg-config search path.
  436. Perhaps you should add the directory containing `libopenjp2.pc'
  437. to the PKG_CONFIG_PATH environment variable
  438. No package 'libopenjp2' found
  439. configure:14218: $? = 1
  440. configure:14232: checking for MUPDF_DEPS
  441. configure:14239: $PKG_CONFIG --exists --print-errors "${requirements_pc}"
  442. configure:14242: $? = 0
  443. configure:14256: $PKG_CONFIG --exists --print-errors "${requirements_pc}"
  444. configure:14259: $? = 0
  445. configure:14317: result: yes
  446. configure:14372: checking whether to enable PDF module built
  447. configure:14374: result: no
  448. configure:14378: error: PDF module requested, but dependency checks failed. See config.log for more details. Exiting...
  449.  
  450. ## ---------------- ##
  451. ## Cache variables. ##
  452. ## ---------------- ##
  453.  
  454. ac_cv_build=x86_64-unknown-linux-gnu
  455. ac_cv_c_compiler_gnu=yes
  456. ac_cv_env_CB_CFLAGS_set=
  457. ac_cv_env_CB_CFLAGS_value=
  458. ac_cv_env_CB_LIBS_set=
  459. ac_cv_env_CB_LIBS_value=
  460. ac_cv_env_CC_set=
  461. ac_cv_env_CC_value=
  462. ac_cv_env_CFLAGS_set=
  463. ac_cv_env_CFLAGS_value=
  464. ac_cv_env_CPPFLAGS_set=
  465. ac_cv_env_CPPFLAGS_value=
  466. ac_cv_env_CPP_set=
  467. ac_cv_env_CPP_value=
  468. ac_cv_env_DJVU_CFLAGS_set=
  469. ac_cv_env_DJVU_CFLAGS_value=
  470. ac_cv_env_DJVU_LIBS_set=
  471. ac_cv_env_DJVU_LIBS_value=
  472. ac_cv_env_EPUB_CFLAGS_set=
  473. ac_cv_env_EPUB_CFLAGS_value=
  474. ac_cv_env_EPUB_LIBS_set=
  475. ac_cv_env_EPUB_LIBS_value=
  476. ac_cv_env_ETUI_BIN_CFLAGS_set=
  477. ac_cv_env_ETUI_BIN_CFLAGS_value=
  478. ac_cv_env_ETUI_BIN_LIBS_set=
  479. ac_cv_env_ETUI_BIN_LIBS_value=
  480. ac_cv_env_ETUI_CFLAGS_set=
  481. ac_cv_env_ETUI_CFLAGS_value=
  482. ac_cv_env_ETUI_LIBS_set=
  483. ac_cv_env_ETUI_LIBS_value=
  484. ac_cv_env_LDFLAGS_set=
  485. ac_cv_env_LDFLAGS_value=
  486. ac_cv_env_LIBS_set=
  487. ac_cv_env_LIBS_value=
  488. ac_cv_env_LT_SYS_LIBRARY_PATH_set=
  489. ac_cv_env_LT_SYS_LIBRARY_PATH_value=
  490. ac_cv_env_MUPDF_DEPS_CFLAGS_set=
  491. ac_cv_env_MUPDF_DEPS_CFLAGS_value=
  492. ac_cv_env_MUPDF_DEPS_LIBS_set=
  493. ac_cv_env_MUPDF_DEPS_LIBS_value=
  494. ac_cv_env_PKG_CONFIG_LIBDIR_set=
  495. ac_cv_env_PKG_CONFIG_LIBDIR_value=
  496. ac_cv_env_PKG_CONFIG_PATH_set=set
  497. ac_cv_env_PKG_CONFIG_PATH_value=/usr/lib/pkgconfig:/usr/local/lib/pkgconfig
  498. ac_cv_env_PKG_CONFIG_set=
  499. ac_cv_env_PKG_CONFIG_value=
  500. ac_cv_env_TIFF_CFLAGS_set=
  501. ac_cv_env_TIFF_CFLAGS_value=
  502. ac_cv_env_TIFF_LIBS_set=
  503. ac_cv_env_TIFF_LIBS_value=
  504. ac_cv_env_XPOST_CFLAGS_set=
  505. ac_cv_env_XPOST_CFLAGS_value=
  506. ac_cv_env_XPOST_LIBS_set=
  507. ac_cv_env_XPOST_LIBS_value=
  508. ac_cv_env_build_alias_set=
  509. ac_cv_env_build_alias_value=
  510. ac_cv_env_host_alias_set=
  511. ac_cv_env_host_alias_value=
  512. ac_cv_env_target_alias_set=
  513. ac_cv_env_target_alias_value=
  514. ac_cv_header_dlfcn_h=yes
  515. ac_cv_header_inttypes_h=yes
  516. ac_cv_header_memory_h=yes
  517. ac_cv_header_stdc=yes
  518. ac_cv_header_stdint_h=yes
  519. ac_cv_header_stdlib_h=yes
  520. ac_cv_header_string_h=yes
  521. ac_cv_header_strings_h=yes
  522. ac_cv_header_sys_stat_h=yes
  523. ac_cv_header_sys_types_h=yes
  524. ac_cv_header_unistd_h=yes
  525. ac_cv_host=x86_64-unknown-linux-gnu
  526. ac_cv_objext=o
  527. ac_cv_path_EGREP='/usr/bin/grep -E'
  528. ac_cv_path_FGREP='/usr/bin/grep -F'
  529. ac_cv_path_GREP=/usr/bin/grep
  530. ac_cv_path_SED=/usr/bin/sed
  531. ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config
  532. ac_cv_path_install='/usr/bin/install -c'
  533. ac_cv_path_lt_DD=/usr/bin/dd
  534. ac_cv_path_mkdir=/usr/bin/mkdir
  535. ac_cv_prog_AWK=gawk
  536. ac_cv_prog_CPP='gcc -E'
  537. ac_cv_prog_ac_ct_AR=ar
  538. ac_cv_prog_ac_ct_CC=gcc
  539. ac_cv_prog_ac_ct_OBJDUMP=objdump
  540. ac_cv_prog_ac_ct_RANLIB=ranlib
  541. ac_cv_prog_ac_ct_STRIP=strip
  542. ac_cv_prog_cc_c89=
  543. ac_cv_prog_cc_g=yes
  544. ac_cv_prog_make_make_set=yes
  545. am_cv_CC_dependencies_compiler_type=gcc3
  546. am_cv_ar_interface=ar
  547. am_cv_make_support_nested_variables=yes
  548. am_cv_prog_cc_c_o=yes
  549. lt_cv_ar_at_file=@
  550. lt_cv_archive_cmds_need_lc=no
  551. lt_cv_deplibs_check_method=pass_all
  552. lt_cv_file_magic_cmd='$MAGIC_CMD'
  553. lt_cv_file_magic_test_file=
  554. lt_cv_ld_reload_flag=-r
  555. lt_cv_nm_interface='BSD nm'
  556. lt_cv_objdir=.libs
  557. lt_cv_path_LD=/usr/bin/ld
  558. lt_cv_path_NM='/usr/bin/nm -B'
  559. lt_cv_path_mainfest_tool=no
  560. lt_cv_prog_compiler_c_o=yes
  561. lt_cv_prog_compiler_pic='-fPIC -DPIC'
  562. lt_cv_prog_compiler_pic_works=yes
  563. lt_cv_prog_compiler_rtti_exceptions=no
  564. lt_cv_prog_compiler_static_works=no
  565. lt_cv_prog_gnu_ld=yes
  566. lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
  567. lt_cv_shlibpath_overrides_runpath=no
  568. lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'''
  569. lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \(.*\) .*$/ {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/ {"\1", (void *) \&\1},/p'\'''
  570. lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \(.*\) .*$/ {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(lib.*\)$/ {"\1", (void *) \&\1},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/ {"lib\1", (void *) \&\1},/p'\'''
  571. lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
  572. lt_cv_sys_global_symbol_to_import=
  573. lt_cv_sys_max_cmd_len=1572864
  574. lt_cv_to_host_file_cmd=func_convert_file_noop
  575. lt_cv_to_tool_file_cmd=func_convert_file_noop
  576. lt_cv_truncate_bin='/usr/bin/dd bs=4096 count=1'
  577. pkg_cv_CB_CFLAGS=
  578. pkg_cv_CB_LIBS=-larchive
  579. pkg_cv_MUPDF_DEPS_CFLAGS=
  580. pkg_cv_MUPDF_DEPS_LIBS=-ljpeg
  581.  
  582. ## ----------------- ##
  583. ## Output variables. ##
  584. ## ----------------- ##
  585.  
  586. ACLOCAL='${SHELL} /home/stephen/code/etui/missing aclocal-1.15'
  587. AMDEPBACKSLASH='\'
  588. AMDEP_FALSE='#'
  589. AMDEP_TRUE=''
  590. AMTAR='$${TAR-tar}'
  591. AM_BACKSLASH='\'
  592. AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
  593. AM_DEFAULT_VERBOSITY='0'
  594. AM_V='$(V)'
  595. AR='ar'
  596. AS='as'
  597. AUTOCONF='${SHELL} /home/stephen/code/etui/missing autoconf'
  598. AUTOHEADER='${SHELL} /home/stephen/code/etui/missing autoheader'
  599. AUTOMAKE='${SHELL} /home/stephen/code/etui/missing automake-1.15'
  600. AWK='gawk'
  601. CB_CFLAGS=''
  602. CB_LIBS='-larchive'
  603. CC='gcc'
  604. CCDEPMODE='depmode=gcc3'
  605. CFLAGS='-g -O2'
  606. CPP='gcc -E'
  607. CPPFLAGS=''
  608. CYGPATH_W='echo'
  609. DEFS=''
  610. DEPDIR='.deps'
  611. DJVU_CFLAGS=''
  612. DJVU_LIBS=''
  613. DLLTOOL='false'
  614. DSYMUTIL=''
  615. DUMPBIN=''
  616. ECHO_C=''
  617. ECHO_N='-n'
  618. ECHO_T=''
  619. EGREP='/usr/bin/grep -E'
  620. EPUB_CFLAGS=''
  621. EPUB_LIBS=''
  622. ETUI_BIN_CFLAGS=''
  623. ETUI_BIN_LIBS=''
  624. ETUI_BUILD_CB_FALSE='#'
  625. ETUI_BUILD_CB_TRUE=''
  626. ETUI_BUILD_DJVU_FALSE=''
  627. ETUI_BUILD_DJVU_TRUE='#'
  628. ETUI_BUILD_EPUB_FALSE=''
  629. ETUI_BUILD_EPUB_TRUE='#'
  630. ETUI_BUILD_PDF_FALSE=''
  631. ETUI_BUILD_PDF_TRUE=''
  632. ETUI_BUILD_PS_FALSE=''
  633. ETUI_BUILD_PS_TRUE=''
  634. ETUI_BUILD_STATIC_CB_FALSE=''
  635. ETUI_BUILD_STATIC_CB_TRUE='#'
  636. ETUI_BUILD_STATIC_DJVU_FALSE=''
  637. ETUI_BUILD_STATIC_DJVU_TRUE='#'
  638. ETUI_BUILD_STATIC_EPUB_FALSE=''
  639. ETUI_BUILD_STATIC_EPUB_TRUE='#'
  640. ETUI_BUILD_STATIC_PDF_FALSE=''
  641. ETUI_BUILD_STATIC_PDF_TRUE=''
  642. ETUI_BUILD_STATIC_PS_FALSE=''
  643. ETUI_BUILD_STATIC_PS_TRUE=''
  644. ETUI_BUILD_STATIC_TIFF_FALSE=''
  645. ETUI_BUILD_STATIC_TIFF_TRUE=''
  646. ETUI_BUILD_TIFF_FALSE=''
  647. ETUI_BUILD_TIFF_TRUE=''
  648. ETUI_CFLAGS=''
  649. ETUI_LIBS=''
  650. ETUI_LIB_CFLAGS=''
  651. EXEEXT=''
  652. FGREP='/usr/bin/grep -F'
  653. GREP='/usr/bin/grep'
  654. HAVE_WIN32_FALSE=''
  655. HAVE_WIN32_TRUE='#'
  656. INSTALL_DATA='${INSTALL} -m 644'
  657. INSTALL_PROGRAM='${INSTALL}'
  658. INSTALL_SCRIPT='${INSTALL}'
  659. INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
  660. LD='/usr/bin/ld -m elf_x86_64'
  661. LDFLAGS=''
  662. LIBOBJS=''
  663. LIBS=''
  664. LIBTOOL='$(SHELL) $(top_builddir)/libtool'
  665. LIPO=''
  666. LN_S='ln -s'
  667. LTLIBOBJS=''
  668. LT_SYS_LIBRARY_PATH=''
  669. MAKEINFO='${SHELL} /home/stephen/code/etui/missing makeinfo'
  670. MANIFEST_TOOL=':'
  671. MKDIR_P='/usr/bin/mkdir -p'
  672. MODULE_ARCH='linux-gnu-x86_64-0.0.4'
  673. MUPDF_CFLAGS='-I/usr/include'
  674. MUPDF_DEPS_CFLAGS=''
  675. MUPDF_DEPS_LIBS='-ljpeg '
  676. MUPDF_SHARED_LIBS='-ljbig2dec'
  677. MUPDF_STATIC_LIBS='-Wl,/usr/lib64/libmupdf.a'
  678. NM='/usr/bin/nm -B'
  679. NMEDIT=''
  680. OBJDUMP='objdump'
  681. OBJEXT='o'
  682. OTOOL64=''
  683. OTOOL=''
  684. PACKAGE='etui'
  685. PACKAGE_BUGREPORT='vincent.torri.remove@gmail.com'
  686. PACKAGE_NAME='etui'
  687. PACKAGE_STRING='etui 0.0.4'
  688. PACKAGE_TARNAME='etui'
  689. PACKAGE_URL=''
  690. PACKAGE_VERSION='0.0.4'
  691. PATH_SEPARATOR=':'
  692. PKG_CONFIG='/usr/bin/pkg-config'
  693. PKG_CONFIG_LIBDIR=''
  694. PKG_CONFIG_PATH='/usr/lib/pkgconfig:/usr/local/lib/pkgconfig'
  695. RANLIB='ranlib'
  696. SED='/usr/bin/sed'
  697. SET_MAKE=''
  698. SHELL='/bin/sh'
  699. STRIP='strip'
  700. TIFF_CFLAGS=''
  701. TIFF_LIBS=''
  702. VERSION='0.0.4'
  703. VMAJ='0'
  704. XPOST_CFLAGS=''
  705. XPOST_LIBS=''
  706. ac_ct_AR='ar'
  707. ac_ct_CC='gcc'
  708. ac_ct_DUMPBIN=''
  709. am__EXEEXT_FALSE=''
  710. am__EXEEXT_TRUE=''
  711. am__fastdepCC_FALSE='#'
  712. am__fastdepCC_TRUE=''
  713. am__include='include'
  714. am__isrc=''
  715. am__leading_dot='.'
  716. am__nodep='_no'
  717. am__quote=''
  718. am__tar='$${TAR-tar} chof - "$$tardir"'
  719. am__untar='$${TAR-tar} xf -'
  720. bindir='${exec_prefix}/bin'
  721. build='x86_64-unknown-linux-gnu'
  722. build_alias=''
  723. build_cpu='x86_64'
  724. build_os='linux-gnu'
  725. build_vendor='unknown'
  726. datadir='${datarootdir}'
  727. datarootdir='${prefix}/share'
  728. docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
  729. dvidir='${docdir}'
  730. edje_cc='/usr/local/bin/edje_cc'
  731. exec_prefix='NONE'
  732. host='x86_64-unknown-linux-gnu'
  733. host_alias=''
  734. host_cpu='x86_64'
  735. host_os='linux-gnu'
  736. host_vendor='unknown'
  737. htmldir='${docdir}'
  738. includedir='${prefix}/include'
  739. infodir='${datarootdir}/info'
  740. install_sh='${SHELL} /home/stephen/code/etui/install-sh'
  741. libdir='${exec_prefix}/lib'
  742. libexecdir='${exec_prefix}/libexec'
  743. localedir='${datarootdir}/locale'
  744. localstatedir='${prefix}/var'
  745. mandir='${datarootdir}/man'
  746. mkdir_p='$(MKDIR_P)'
  747. oldincludedir='/usr/include'
  748. pdfdir='${docdir}'
  749. prefix='NONE'
  750. program_transform_name='s,x,x,'
  751. psdir='${docdir}'
  752. release_info='v_rel'
  753. requirements_etui_libs=''
  754. requirements_etui_pc='eio >= 1.18.0 ecore >= 1.18.0 evas >= 1.18.0 eina >= 1.18.0'
  755. sbindir='${exec_prefix}/sbin'
  756. sharedstatedir='${prefix}/com'
  757. sysconfdir='${prefix}/etc'
  758. target_alias=''
  759. version_info='0:4:0'
  760.  
  761. ## ----------- ##
  762. ## confdefs.h. ##
  763. ## ----------- ##
  764.  
  765. /* confdefs.h */
  766. #define PACKAGE_NAME "etui"
  767. #define PACKAGE_TARNAME "etui"
  768. #define PACKAGE_VERSION "0.0.4"
  769. #define PACKAGE_STRING "etui 0.0.4"
  770. #define PACKAGE_BUGREPORT "vincent.torri.remove@gmail.com"
  771. #define PACKAGE_URL ""
  772. #define PACKAGE "etui"
  773. #define VERSION "0.0.4"
  774. #define STDC_HEADERS 1
  775. #define HAVE_SYS_TYPES_H 1
  776. #define HAVE_SYS_STAT_H 1
  777. #define HAVE_STDLIB_H 1
  778. #define HAVE_STRING_H 1
  779. #define HAVE_MEMORY_H 1
  780. #define HAVE_STRINGS_H 1
  781. #define HAVE_INTTYPES_H 1
  782. #define HAVE_STDINT_H 1
  783. #define HAVE_UNISTD_H 1
  784. #define HAVE_DLFCN_H 1
  785. #define LT_OBJDIR ".libs/"
  786. #define MODULE_ARCH "linux-gnu-x86_64-0.0.4"
  787. #define HAVE_LIBARCHIVE 1
  788. #define ETUI_BUILD_CB 1
  789.  
  790. configure: exit 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement