Advertisement
Guest User

Untitled

a guest
Aug 4th, 2017
496
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 101.29 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 evas configure 1.0.99.57842, which was
  5. generated by GNU Autoconf 2.65. Invocation command line was
  6.  
  7. $ ./configure --build=i486-linux-gnu --prefix=/usr --includedir=${prefix}/include --mandir=${prefix}/share/man --infodir=${prefix}/share/info --sysconfdir=/etc --localstatedir=/var --libexecdir=${prefix}/lib/evas --disable-maintainer-mode --disable-dependency-tracking
  8.  
  9. ## --------- ##
  10. ## Platform. ##
  11. ## --------- ##
  12.  
  13. hostname = sager-bodhi
  14. uname -m = i686
  15. uname -r = 2.6.35-22-generic-pae
  16. uname -s = Linux
  17. uname -v = #35-Ubuntu SMP Sat Oct 16 22:16:51 UTC 2010
  18.  
  19. /usr/bin/uname -p = unknown
  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 = unknown
  26. /bin/machine = unknown
  27. /usr/bin/oslevel = unknown
  28. /bin/universe = unknown
  29.  
  30. PATH: /usr/local/sbin
  31. PATH: /usr/local/bin
  32. PATH: /usr/sbin
  33. PATH: /usr/bin
  34. PATH: /sbin
  35. PATH: /bin
  36. PATH: /usr/X11R6/bin
  37.  
  38.  
  39. ## ----------- ##
  40. ## Core tests. ##
  41. ## ----------- ##
  42.  
  43. configure:3400: checking for a BSD-compatible install
  44. configure:3468: result: /usr/bin/install -c
  45. configure:3479: checking whether build environment is sane
  46. configure:3529: result: yes
  47. configure:3670: checking for a thread-safe mkdir -p
  48. configure:3709: result: /bin/mkdir -p
  49. configure:3722: checking for gawk
  50. configure:3738: found /usr/bin/gawk
  51. configure:3749: result: gawk
  52. configure:3760: checking whether make sets $(MAKE)
  53. configure:3782: result: yes
  54. configure:3887: checking for style of include used by make
  55. configure:3915: result: GNU
  56. configure:3985: checking for gcc
  57. configure:4001: found /usr/bin/gcc
  58. configure:4012: result: gcc
  59. configure:4241: checking for C compiler version
  60. configure:4250: gcc --version >&5
  61. gcc-4.4.real (Ubuntu 4.4.3-4ubuntu5) 4.4.3
  62. Copyright (C) 2009 Free Software Foundation, Inc.
  63. This is free software; see the source for copying conditions. There is NO
  64. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  65.  
  66. configure:4261: $? = 0
  67. configure:4250: gcc -v >&5
  68. Using built-in specs.
  69. Target: i486-linux-gnu
  70. Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.4.3-4ubuntu5' --with-bugurl=file:///usr/share/doc/gcc-4.4/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --enable-shared --enable-multiarch --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.4 --program-suffix=-4.4 --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug --enable-plugin --enable-objc-gc --enable-targets=all --disable-werror --with-arch-32=i486 --with-tune=generic --enable-checking=release --build=i486-linux-gnu --host=i486-linux-gnu --target=i486-linux-gnu
  71. Thread model: posix
  72. gcc version 4.4.3 (Ubuntu 4.4.3-4ubuntu5)
  73. configure:4261: $? = 0
  74. configure:4250: gcc -V >&5
  75. gcc-4.4.real: '-V' option must have argument
  76. configure:4261: $? = 1
  77. configure:4250: gcc -qversion >&5
  78. gcc-4.4.real: unrecognized option '-qversion'
  79. gcc-4.4.real: no input files
  80. configure:4261: $? = 1
  81. configure:4281: checking whether the C compiler works
  82. configure:4303: gcc -g -O2 -Wl,-Bsymbolic-functions conftest.c >&5
  83. configure:4307: $? = 0
  84. configure:4356: result: yes
  85. configure:4359: checking for C compiler default output file name
  86. configure:4361: result: a.out
  87. configure:4367: checking for suffix of executables
  88. configure:4374: gcc -o conftest -g -O2 -Wl,-Bsymbolic-functions conftest.c >&5
  89. configure:4378: $? = 0
  90. configure:4400: result:
  91. configure:4422: checking whether we are cross compiling
  92. configure:4430: gcc -o conftest -g -O2 -Wl,-Bsymbolic-functions conftest.c >&5
  93. configure:4434: $? = 0
  94. configure:4441: ./conftest
  95. configure:4445: $? = 0
  96. configure:4460: result: no
  97. configure:4465: checking for suffix of object files
  98. configure:4487: gcc -c -g -O2 conftest.c >&5
  99. configure:4491: $? = 0
  100. configure:4512: result: o
  101. configure:4516: checking whether we are using the GNU C compiler
  102. configure:4535: gcc -c -g -O2 conftest.c >&5
  103. configure:4535: $? = 0
  104. configure:4544: result: yes
  105. configure:4553: checking whether gcc accepts -g
  106. configure:4573: gcc -c -g conftest.c >&5
  107. configure:4573: $? = 0
  108. configure:4614: result: yes
  109. configure:4631: checking for gcc option to accept ISO C89
  110. configure:4695: gcc -c -g -O2 conftest.c >&5
  111. configure:4695: $? = 0
  112. configure:4708: result: none needed
  113. configure:4730: checking dependency style of gcc
  114. configure:4840: result: none
  115. configure:4861: checking how to run the C preprocessor
  116. configure:4892: gcc -E conftest.c
  117. configure:4892: $? = 0
  118. configure:4906: gcc -E conftest.c
  119. conftest.c:11:28: error: ac_nonexistent.h: No such file or directory
  120. configure:4906: $? = 1
  121. configure: failed program was:
  122. | /* confdefs.h */
  123. | #define PACKAGE_NAME "evas"
  124. | #define PACKAGE_TARNAME "evas"
  125. | #define PACKAGE_VERSION "1.0.99.57842"
  126. | #define PACKAGE_STRING "evas 1.0.99.57842"
  127. | #define PACKAGE_BUGREPORT "enlightenment-devel@lists.sourceforge.net"
  128. | #define PACKAGE_URL ""
  129. | #define PACKAGE "evas"
  130. | #define VERSION "1.0.99.57842"
  131. | /* end confdefs.h. */
  132. | #include <ac_nonexistent.h>
  133. configure:4931: result: gcc -E
  134. configure:4951: gcc -E conftest.c
  135. configure:4951: $? = 0
  136. configure:4965: gcc -E conftest.c
  137. conftest.c:11:28: error: ac_nonexistent.h: No such file or directory
  138. configure:4965: $? = 1
  139. configure: failed program was:
  140. | /* confdefs.h */
  141. | #define PACKAGE_NAME "evas"
  142. | #define PACKAGE_TARNAME "evas"
  143. | #define PACKAGE_VERSION "1.0.99.57842"
  144. | #define PACKAGE_STRING "evas 1.0.99.57842"
  145. | #define PACKAGE_BUGREPORT "enlightenment-devel@lists.sourceforge.net"
  146. | #define PACKAGE_URL ""
  147. | #define PACKAGE "evas"
  148. | #define VERSION "1.0.99.57842"
  149. | /* end confdefs.h. */
  150. | #include <ac_nonexistent.h>
  151. configure:4994: checking for grep that handles long lines and -e
  152. configure:5052: result: /bin/grep
  153. configure:5057: checking for egrep
  154. configure:5119: result: /bin/grep -E
  155. configure:5124: checking for ANSI C header files
  156. configure:5144: gcc -c -g -O2 conftest.c >&5
  157. configure:5144: $? = 0
  158. configure:5217: gcc -o conftest -g -O2 -Wl,-Bsymbolic-functions conftest.c >&5
  159. configure:5217: $? = 0
  160. configure:5217: ./conftest
  161. configure:5217: $? = 0
  162. configure:5228: result: yes
  163. configure:5241: checking for sys/types.h
  164. configure:5241: gcc -c -g -O2 conftest.c >&5
  165. configure:5241: $? = 0
  166. configure:5241: result: yes
  167. configure:5241: checking for sys/stat.h
  168. configure:5241: gcc -c -g -O2 conftest.c >&5
  169. configure:5241: $? = 0
  170. configure:5241: result: yes
  171. configure:5241: checking for stdlib.h
  172. configure:5241: gcc -c -g -O2 conftest.c >&5
  173. configure:5241: $? = 0
  174. configure:5241: result: yes
  175. configure:5241: checking for string.h
  176. configure:5241: gcc -c -g -O2 conftest.c >&5
  177. configure:5241: $? = 0
  178. configure:5241: result: yes
  179. configure:5241: checking for memory.h
  180. configure:5241: gcc -c -g -O2 conftest.c >&5
  181. configure:5241: $? = 0
  182. configure:5241: result: yes
  183. configure:5241: checking for strings.h
  184. configure:5241: gcc -c -g -O2 conftest.c >&5
  185. configure:5241: $? = 0
  186. configure:5241: result: yes
  187. configure:5241: checking for inttypes.h
  188. configure:5241: gcc -c -g -O2 conftest.c >&5
  189. configure:5241: $? = 0
  190. configure:5241: result: yes
  191. configure:5241: checking for stdint.h
  192. configure:5241: gcc -c -g -O2 conftest.c >&5
  193. configure:5241: $? = 0
  194. configure:5241: result: yes
  195. configure:5241: checking for unistd.h
  196. configure:5241: gcc -c -g -O2 conftest.c >&5
  197. configure:5241: $? = 0
  198. configure:5241: result: yes
  199. configure:5255: checking minix/config.h usability
  200. configure:5255: gcc -c -g -O2 conftest.c >&5
  201. conftest.c:54:26: error: minix/config.h: No such file or directory
  202. configure:5255: $? = 1
  203. configure: failed program was:
  204. | /* confdefs.h */
  205. | #define PACKAGE_NAME "evas"
  206. | #define PACKAGE_TARNAME "evas"
  207. | #define PACKAGE_VERSION "1.0.99.57842"
  208. | #define PACKAGE_STRING "evas 1.0.99.57842"
  209. | #define PACKAGE_BUGREPORT "enlightenment-devel@lists.sourceforge.net"
  210. | #define PACKAGE_URL ""
  211. | #define PACKAGE "evas"
  212. | #define VERSION "1.0.99.57842"
  213. | #define STDC_HEADERS 1
  214. | #define HAVE_SYS_TYPES_H 1
  215. | #define HAVE_SYS_STAT_H 1
  216. | #define HAVE_STDLIB_H 1
  217. | #define HAVE_STRING_H 1
  218. | #define HAVE_MEMORY_H 1
  219. | #define HAVE_STRINGS_H 1
  220. | #define HAVE_INTTYPES_H 1
  221. | #define HAVE_STDINT_H 1
  222. | #define HAVE_UNISTD_H 1
  223. | /* end confdefs.h. */
  224. | #include <stdio.h>
  225. | #ifdef HAVE_SYS_TYPES_H
  226. | # include <sys/types.h>
  227. | #endif
  228. | #ifdef HAVE_SYS_STAT_H
  229. | # include <sys/stat.h>
  230. | #endif
  231. | #ifdef STDC_HEADERS
  232. | # include <stdlib.h>
  233. | # include <stddef.h>
  234. | #else
  235. | # ifdef HAVE_STDLIB_H
  236. | # include <stdlib.h>
  237. | # endif
  238. | #endif
  239. | #ifdef HAVE_STRING_H
  240. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  241. | # include <memory.h>
  242. | # endif
  243. | # include <string.h>
  244. | #endif
  245. | #ifdef HAVE_STRINGS_H
  246. | # include <strings.h>
  247. | #endif
  248. | #ifdef HAVE_INTTYPES_H
  249. | # include <inttypes.h>
  250. | #endif
  251. | #ifdef HAVE_STDINT_H
  252. | # include <stdint.h>
  253. | #endif
  254. | #ifdef HAVE_UNISTD_H
  255. | # include <unistd.h>
  256. | #endif
  257. | #include <minix/config.h>
  258. configure:5255: result: no
  259. configure:5255: checking minix/config.h presence
  260. configure:5255: gcc -E conftest.c
  261. conftest.c:21:26: error: minix/config.h: No such file or directory
  262. configure:5255: $? = 1
  263. configure: failed program was:
  264. | /* confdefs.h */
  265. | #define PACKAGE_NAME "evas"
  266. | #define PACKAGE_TARNAME "evas"
  267. | #define PACKAGE_VERSION "1.0.99.57842"
  268. | #define PACKAGE_STRING "evas 1.0.99.57842"
  269. | #define PACKAGE_BUGREPORT "enlightenment-devel@lists.sourceforge.net"
  270. | #define PACKAGE_URL ""
  271. | #define PACKAGE "evas"
  272. | #define VERSION "1.0.99.57842"
  273. | #define STDC_HEADERS 1
  274. | #define HAVE_SYS_TYPES_H 1
  275. | #define HAVE_SYS_STAT_H 1
  276. | #define HAVE_STDLIB_H 1
  277. | #define HAVE_STRING_H 1
  278. | #define HAVE_MEMORY_H 1
  279. | #define HAVE_STRINGS_H 1
  280. | #define HAVE_INTTYPES_H 1
  281. | #define HAVE_STDINT_H 1
  282. | #define HAVE_UNISTD_H 1
  283. | /* end confdefs.h. */
  284. | #include <minix/config.h>
  285. configure:5255: result: no
  286. configure:5255: checking for minix/config.h
  287. configure:5255: result: no
  288. configure:5276: checking whether it is safe to define __EXTENSIONS__
  289. configure:5294: gcc -c -g -O2 conftest.c >&5
  290. configure:5294: $? = 0
  291. configure:5301: result: yes
  292. configure:5321: checking build system type
  293. configure:5335: result: i486-pc-linux-gnu
  294. configure:5355: checking host system type
  295. configure:5368: result: i486-pc-linux-gnu
  296. configure:5716: checking for a sed that does not truncate output
  297. configure:5780: result: /bin/sed
  298. configure:5798: checking for fgrep
  299. configure:5860: result: /bin/grep -F
  300. configure:5895: checking for ld used by gcc
  301. configure:5962: result: /usr/bin/ld
  302. configure:5969: checking if the linker (/usr/bin/ld) is GNU ld
  303. configure:5984: result: yes
  304. configure:5996: checking for BSD- or MS-compatible name lister (nm)
  305. configure:6045: result: /usr/bin/nm -B
  306. configure:6163: checking the name lister (/usr/bin/nm -B) interface
  307. configure:6170: gcc -c -g -O2 conftest.c >&5
  308. configure:6173: /usr/bin/nm -B "conftest.o"
  309. configure:6176: output
  310. 00000000 B some_variable
  311. configure:6183: result: BSD nm
  312. configure:6186: checking whether ln -s works
  313. configure:6190: result: yes
  314. configure:6198: checking the maximum length of command line arguments
  315. configure:6318: result: 805306365
  316. configure:6335: checking whether the shell understands some XSI constructs
  317. configure:6345: result: yes
  318. configure:6349: checking whether the shell understands "+="
  319. configure:6355: result: yes
  320. configure:6390: checking for /usr/bin/ld option to reload object files
  321. configure:6397: result: -r
  322. configure:6466: checking for objdump
  323. configure:6493: result: objdump
  324. configure:6522: checking how to recognize dependent libraries
  325. configure:6718: result: pass_all
  326. configure:6778: checking for ar
  327. configure:6794: found /usr/bin/ar
  328. configure:6805: result: ar
  329. configure:6883: checking for strip
  330. configure:6899: found /usr/bin/strip
  331. configure:6910: result: strip
  332. configure:6982: checking for ranlib
  333. configure:6998: found /usr/bin/ranlib
  334. configure:7009: result: ranlib
  335. configure:7099: checking command to parse /usr/bin/nm -B output from gcc object
  336. configure:7217: gcc -c -g -O2 conftest.c >&5
  337. configure:7220: $? = 0
  338. configure:7224: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm
  339. configure:7227: $? = 0
  340. configure:7281: gcc -o conftest -g -O2 -Wl,-Bsymbolic-functions conftest.c conftstm.o >&5
  341. configure:7284: $? = 0
  342. configure:7322: result: ok
  343. configure:8127: checking for dlfcn.h
  344. configure:8127: gcc -c -g -O2 conftest.c >&5
  345. configure:8127: $? = 0
  346. configure:8127: result: yes
  347. configure:8309: checking for objdir
  348. configure:8324: result: .libs
  349. configure:8620: checking if gcc supports -fno-rtti -fno-exceptions
  350. configure:8638: gcc -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5
  351. cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C
  352. configure:8642: $? = 0
  353. configure:8655: result: no
  354. configure:8675: checking for gcc option to produce PIC
  355. configure:8947: result: -fPIC -DPIC
  356. configure:8959: checking if gcc PIC flag -fPIC -DPIC works
  357. configure:8977: gcc -c -g -O2 -fPIC -DPIC -DPIC conftest.c >&5
  358. configure:8981: $? = 0
  359. configure:8994: result: yes
  360. configure:9018: checking if gcc static flag -static works
  361. configure:9046: result: yes
  362. configure:9061: checking if gcc supports -c -o file.o
  363. configure:9082: gcc -c -g -O2 -o out/conftest2.o conftest.c >&5
  364. configure:9086: $? = 0
  365. configure:9108: result: yes
  366. configure:9116: checking if gcc supports -c -o file.o
  367. configure:9163: result: yes
  368. configure:9196: checking whether the gcc linker (/usr/bin/ld) supports shared libraries
  369. configure:10187: result: yes
  370. configure:10224: checking whether -lc should be explicitly linked in
  371. configure:10229: gcc -c -g -O2 conftest.c >&5
  372. configure:10232: $? = 0
  373. configure:10247: gcc -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /bin/grep -lc \>/dev/null 2\>\&1
  374. configure:10250: $? = 0
  375. configure:10262: result: no
  376. configure:10426: checking dynamic linker characteristics
  377. configure:10859: gcc -o conftest -g -O2 -Wl,-Bsymbolic-functions -Wl,-rpath -Wl,/foo conftest.c >&5
  378. configure:10859: $? = 0
  379. configure:11089: result: GNU/Linux ld.so
  380. configure:11191: checking how to hardcode library paths into programs
  381. configure:11216: result: immediate
  382. configure:11736: checking whether stripping libraries is possible
  383. configure:11741: result: yes
  384. configure:11776: checking if libtool supports shared libraries
  385. configure:11778: result: yes
  386. configure:11781: checking whether to build shared libraries
  387. configure:11802: result: yes
  388. configure:11805: checking whether to build static libraries
  389. configure:11809: result: yes
  390. configure:12060: checking for gcc
  391. configure:12076: found /usr/bin/gcc
  392. configure:12087: result: gcc
  393. configure:12112: checking for Objective C compiler version
  394. configure:12121: gcc --version >&5
  395. gcc-4.4.real (Ubuntu 4.4.3-4ubuntu5) 4.4.3
  396. Copyright (C) 2009 Free Software Foundation, Inc.
  397. This is free software; see the source for copying conditions. There is NO
  398. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  399.  
  400. configure:12132: $? = 0
  401. configure:12121: gcc -v >&5
  402. Using built-in specs.
  403. Target: i486-linux-gnu
  404. Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.4.3-4ubuntu5' --with-bugurl=file:///usr/share/doc/gcc-4.4/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --enable-shared --enable-multiarch --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.4 --program-suffix=-4.4 --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug --enable-plugin --enable-objc-gc --enable-targets=all --disable-werror --with-arch-32=i486 --with-tune=generic --enable-checking=release --build=i486-linux-gnu --host=i486-linux-gnu --target=i486-linux-gnu
  405. Thread model: posix
  406. gcc version 4.4.3 (Ubuntu 4.4.3-4ubuntu5)
  407. configure:12132: $? = 0
  408. configure:12121: gcc -V >&5
  409. gcc-4.4.real: '-V' option must have argument
  410. configure:12132: $? = 1
  411. configure:12121: gcc -qversion >&5
  412. gcc-4.4.real: unrecognized option '-qversion'
  413. gcc-4.4.real: no input files
  414. configure:12132: $? = 1
  415. configure:12136: checking whether we are using the GNU Objective C compiler
  416. configure:12155: gcc -c conftest.m >&5
  417. gcc-4.4.real: error trying to exec 'cc1obj': execvp: No such file or directory
  418. configure:12155: $? = 1
  419. configure: failed program was:
  420. | /* confdefs.h */
  421. | #define PACKAGE_NAME "evas"
  422. | #define PACKAGE_TARNAME "evas"
  423. | #define PACKAGE_VERSION "1.0.99.57842"
  424. | #define PACKAGE_STRING "evas 1.0.99.57842"
  425. | #define PACKAGE_BUGREPORT "enlightenment-devel@lists.sourceforge.net"
  426. | #define PACKAGE_URL ""
  427. | #define PACKAGE "evas"
  428. | #define VERSION "1.0.99.57842"
  429. | #define STDC_HEADERS 1
  430. | #define HAVE_SYS_TYPES_H 1
  431. | #define HAVE_SYS_STAT_H 1
  432. | #define HAVE_STDLIB_H 1
  433. | #define HAVE_STRING_H 1
  434. | #define HAVE_MEMORY_H 1
  435. | #define HAVE_STRINGS_H 1
  436. | #define HAVE_INTTYPES_H 1
  437. | #define HAVE_STDINT_H 1
  438. | #define HAVE_UNISTD_H 1
  439. | #define __EXTENSIONS__ 1
  440. | #define _ALL_SOURCE 1
  441. | #define _GNU_SOURCE 1
  442. | #define _POSIX_PTHREAD_SEMANTICS 1
  443. | #define _TANDEM_SOURCE 1
  444. | #define HAVE_DLFCN_H 1
  445. | #define LT_OBJDIR ".libs/"
  446. | #define VMAJ 1
  447. | #define VMIN 0
  448. | #define VMIC 99
  449. | #define VREV 57842
  450. | #define MODULE_ARCH "linux-gnu-i486-1.0.99"
  451. | /* end confdefs.h. */
  452. |
  453. | int
  454. | main ()
  455. | {
  456. | #ifndef __GNUC__
  457. | choke me
  458. | #endif
  459. |
  460. | ;
  461. | return 0;
  462. | }
  463. configure:12164: result: no
  464. configure:12173: checking whether gcc accepts -g
  465. configure:12193: gcc -c -g conftest.m >&5
  466. gcc-4.4.real: error trying to exec 'cc1obj': execvp: No such file or directory
  467. configure:12193: $? = 1
  468. configure: failed program was:
  469. | /* confdefs.h */
  470. | #define PACKAGE_NAME "evas"
  471. | #define PACKAGE_TARNAME "evas"
  472. | #define PACKAGE_VERSION "1.0.99.57842"
  473. | #define PACKAGE_STRING "evas 1.0.99.57842"
  474. | #define PACKAGE_BUGREPORT "enlightenment-devel@lists.sourceforge.net"
  475. | #define PACKAGE_URL ""
  476. | #define PACKAGE "evas"
  477. | #define VERSION "1.0.99.57842"
  478. | #define STDC_HEADERS 1
  479. | #define HAVE_SYS_TYPES_H 1
  480. | #define HAVE_SYS_STAT_H 1
  481. | #define HAVE_STDLIB_H 1
  482. | #define HAVE_STRING_H 1
  483. | #define HAVE_MEMORY_H 1
  484. | #define HAVE_STRINGS_H 1
  485. | #define HAVE_INTTYPES_H 1
  486. | #define HAVE_STDINT_H 1
  487. | #define HAVE_UNISTD_H 1
  488. | #define __EXTENSIONS__ 1
  489. | #define _ALL_SOURCE 1
  490. | #define _GNU_SOURCE 1
  491. | #define _POSIX_PTHREAD_SEMANTICS 1
  492. | #define _TANDEM_SOURCE 1
  493. | #define HAVE_DLFCN_H 1
  494. | #define LT_OBJDIR ".libs/"
  495. | #define VMAJ 1
  496. | #define VMIN 0
  497. | #define VMIC 99
  498. | #define VREV 57842
  499. | #define MODULE_ARCH "linux-gnu-i486-1.0.99"
  500. | /* end confdefs.h. */
  501. |
  502. | int
  503. | main ()
  504. | {
  505. |
  506. | ;
  507. | return 0;
  508. | }
  509. configure:12208: gcc -c conftest.m >&5
  510. gcc-4.4.real: error trying to exec 'cc1obj': execvp: No such file or directory
  511. configure:12208: $? = 1
  512. configure: failed program was:
  513. | /* confdefs.h */
  514. | #define PACKAGE_NAME "evas"
  515. | #define PACKAGE_TARNAME "evas"
  516. | #define PACKAGE_VERSION "1.0.99.57842"
  517. | #define PACKAGE_STRING "evas 1.0.99.57842"
  518. | #define PACKAGE_BUGREPORT "enlightenment-devel@lists.sourceforge.net"
  519. | #define PACKAGE_URL ""
  520. | #define PACKAGE "evas"
  521. | #define VERSION "1.0.99.57842"
  522. | #define STDC_HEADERS 1
  523. | #define HAVE_SYS_TYPES_H 1
  524. | #define HAVE_SYS_STAT_H 1
  525. | #define HAVE_STDLIB_H 1
  526. | #define HAVE_STRING_H 1
  527. | #define HAVE_MEMORY_H 1
  528. | #define HAVE_STRINGS_H 1
  529. | #define HAVE_INTTYPES_H 1
  530. | #define HAVE_STDINT_H 1
  531. | #define HAVE_UNISTD_H 1
  532. | #define __EXTENSIONS__ 1
  533. | #define _ALL_SOURCE 1
  534. | #define _GNU_SOURCE 1
  535. | #define _POSIX_PTHREAD_SEMANTICS 1
  536. | #define _TANDEM_SOURCE 1
  537. | #define HAVE_DLFCN_H 1
  538. | #define LT_OBJDIR ".libs/"
  539. | #define VMAJ 1
  540. | #define VMIN 0
  541. | #define VMIC 99
  542. | #define VREV 57842
  543. | #define MODULE_ARCH "linux-gnu-i486-1.0.99"
  544. | /* end confdefs.h. */
  545. |
  546. | int
  547. | main ()
  548. | {
  549. |
  550. | ;
  551. | return 0;
  552. | }
  553. configure:12224: gcc -c -g conftest.m >&5
  554. gcc-4.4.real: error trying to exec 'cc1obj': execvp: No such file or directory
  555. configure:12224: $? = 1
  556. configure: failed program was:
  557. | /* confdefs.h */
  558. | #define PACKAGE_NAME "evas"
  559. | #define PACKAGE_TARNAME "evas"
  560. | #define PACKAGE_VERSION "1.0.99.57842"
  561. | #define PACKAGE_STRING "evas 1.0.99.57842"
  562. | #define PACKAGE_BUGREPORT "enlightenment-devel@lists.sourceforge.net"
  563. | #define PACKAGE_URL ""
  564. | #define PACKAGE "evas"
  565. | #define VERSION "1.0.99.57842"
  566. | #define STDC_HEADERS 1
  567. | #define HAVE_SYS_TYPES_H 1
  568. | #define HAVE_SYS_STAT_H 1
  569. | #define HAVE_STDLIB_H 1
  570. | #define HAVE_STRING_H 1
  571. | #define HAVE_MEMORY_H 1
  572. | #define HAVE_STRINGS_H 1
  573. | #define HAVE_INTTYPES_H 1
  574. | #define HAVE_STDINT_H 1
  575. | #define HAVE_UNISTD_H 1
  576. | #define __EXTENSIONS__ 1
  577. | #define _ALL_SOURCE 1
  578. | #define _GNU_SOURCE 1
  579. | #define _POSIX_PTHREAD_SEMANTICS 1
  580. | #define _TANDEM_SOURCE 1
  581. | #define HAVE_DLFCN_H 1
  582. | #define LT_OBJDIR ".libs/"
  583. | #define VMAJ 1
  584. | #define VMIN 0
  585. | #define VMIC 99
  586. | #define VREV 57842
  587. | #define MODULE_ARCH "linux-gnu-i486-1.0.99"
  588. | /* end confdefs.h. */
  589. |
  590. | int
  591. | main ()
  592. | {
  593. |
  594. | ;
  595. | return 0;
  596. | }
  597. configure:12234: result: no
  598. configure:12259: checking dependency style of gcc
  599. configure:12367: result: none
  600. configure:12385: checking dependency style of gcc
  601. configure:12493: result: none
  602. configure:12511: checking whether the Objective C compiler works
  603. configure:12533: gcc -o conftest -Wl,-Bsymbolic-functions conftest.m >&5
  604. gcc-4.4.real: error trying to exec 'cc1obj': execvp: No such file or directory
  605. configure:12533: $? = 1
  606. configure: failed program was:
  607. | /* confdefs.h */
  608. | #define PACKAGE_NAME "evas"
  609. | #define PACKAGE_TARNAME "evas"
  610. | #define PACKAGE_VERSION "1.0.99.57842"
  611. | #define PACKAGE_STRING "evas 1.0.99.57842"
  612. | #define PACKAGE_BUGREPORT "enlightenment-devel@lists.sourceforge.net"
  613. | #define PACKAGE_URL ""
  614. | #define PACKAGE "evas"
  615. | #define VERSION "1.0.99.57842"
  616. | #define STDC_HEADERS 1
  617. | #define HAVE_SYS_TYPES_H 1
  618. | #define HAVE_SYS_STAT_H 1
  619. | #define HAVE_STDLIB_H 1
  620. | #define HAVE_STRING_H 1
  621. | #define HAVE_MEMORY_H 1
  622. | #define HAVE_STRINGS_H 1
  623. | #define HAVE_INTTYPES_H 1
  624. | #define HAVE_STDINT_H 1
  625. | #define HAVE_UNISTD_H 1
  626. | #define __EXTENSIONS__ 1
  627. | #define _ALL_SOURCE 1
  628. | #define _GNU_SOURCE 1
  629. | #define _POSIX_PTHREAD_SEMANTICS 1
  630. | #define _TANDEM_SOURCE 1
  631. | #define HAVE_DLFCN_H 1
  632. | #define LT_OBJDIR ".libs/"
  633. | #define VMAJ 1
  634. | #define VMIN 0
  635. | #define VMIC 99
  636. | #define VREV 57842
  637. | #define MODULE_ARCH "linux-gnu-i486-1.0.99"
  638. | /* end confdefs.h. */
  639. |
  640. | int
  641. | main ()
  642. | {
  643. |
  644. | ;
  645. | return 0;
  646. | }
  647. configure:12547: result: no
  648. configure:12609: checking for g++
  649. configure:12625: found /usr/bin/g++
  650. configure:12636: result: g++
  651. configure:12663: checking for C++ compiler version
  652. configure:12672: g++ --version >&5
  653. g++-4.4.real (Ubuntu 4.4.3-4ubuntu5) 4.4.3
  654. Copyright (C) 2009 Free Software Foundation, Inc.
  655. This is free software; see the source for copying conditions. There is NO
  656. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  657.  
  658. configure:12683: $? = 0
  659. configure:12672: g++ -v >&5
  660. Using built-in specs.
  661. Target: i486-linux-gnu
  662. Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.4.3-4ubuntu5' --with-bugurl=file:///usr/share/doc/gcc-4.4/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --enable-shared --enable-multiarch --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.4 --program-suffix=-4.4 --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug --enable-plugin --enable-objc-gc --enable-targets=all --disable-werror --with-arch-32=i486 --with-tune=generic --enable-checking=release --build=i486-linux-gnu --host=i486-linux-gnu --target=i486-linux-gnu
  663. Thread model: posix
  664. gcc version 4.4.3 (Ubuntu 4.4.3-4ubuntu5)
  665. configure:12683: $? = 0
  666. configure:12672: g++ -V >&5
  667. g++-4.4.real: '-V' option must have argument
  668. configure:12683: $? = 1
  669. configure:12672: g++ -qversion >&5
  670. g++-4.4.real: unrecognized option '-qversion'
  671. g++-4.4.real: no input files
  672. configure:12683: $? = 1
  673. configure:12687: checking whether we are using the GNU C++ compiler
  674. configure:12706: g++ -c -g -O2 conftest.cpp >&5
  675. configure:12706: $? = 0
  676. configure:12715: result: yes
  677. configure:12724: checking whether g++ accepts -g
  678. configure:12744: g++ -c -g conftest.cpp >&5
  679. configure:12744: $? = 0
  680. configure:12785: result: yes
  681. configure:12810: checking dependency style of g++
  682. configure:12920: result: none
  683. configure:13048: checking for C++ compiler version
  684. configure:13057: g++ --version >&5
  685. g++-4.4.real (Ubuntu 4.4.3-4ubuntu5) 4.4.3
  686. Copyright (C) 2009 Free Software Foundation, Inc.
  687. This is free software; see the source for copying conditions. There is NO
  688. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  689.  
  690. configure:13068: $? = 0
  691. configure:13057: g++ -v >&5
  692. Using built-in specs.
  693. Target: i486-linux-gnu
  694. Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.4.3-4ubuntu5' --with-bugurl=file:///usr/share/doc/gcc-4.4/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --enable-shared --enable-multiarch --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.4 --program-suffix=-4.4 --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug --enable-plugin --enable-objc-gc --enable-targets=all --disable-werror --with-arch-32=i486 --with-tune=generic --enable-checking=release --build=i486-linux-gnu --host=i486-linux-gnu --target=i486-linux-gnu
  695. Thread model: posix
  696. gcc version 4.4.3 (Ubuntu 4.4.3-4ubuntu5)
  697. configure:13068: $? = 0
  698. configure:13057: g++ -V >&5
  699. g++-4.4.real: '-V' option must have argument
  700. configure:13068: $? = 1
  701. configure:13057: g++ -qversion >&5
  702. g++-4.4.real: unrecognized option '-qversion'
  703. g++-4.4.real: no input files
  704. configure:13068: $? = 1
  705. configure:13072: checking whether we are using the GNU C++ compiler
  706. configure:13100: result: yes
  707. configure:13109: checking whether g++ accepts -g
  708. configure:13170: result: yes
  709. configure:13195: checking dependency style of g++
  710. configure:13305: result: none
  711. configure:13328: checking how to run the C++ preprocessor
  712. configure:13355: g++ -E conftest.cpp
  713. configure:13355: $? = 0
  714. configure:13369: g++ -E conftest.cpp
  715. conftest.cpp:33:28: error: ac_nonexistent.h: No such file or directory
  716. configure:13369: $? = 1
  717. configure: failed program was:
  718. | /* confdefs.h */
  719. | #define PACKAGE_NAME "evas"
  720. | #define PACKAGE_TARNAME "evas"
  721. | #define PACKAGE_VERSION "1.0.99.57842"
  722. | #define PACKAGE_STRING "evas 1.0.99.57842"
  723. | #define PACKAGE_BUGREPORT "enlightenment-devel@lists.sourceforge.net"
  724. | #define PACKAGE_URL ""
  725. | #define PACKAGE "evas"
  726. | #define VERSION "1.0.99.57842"
  727. | #define STDC_HEADERS 1
  728. | #define HAVE_SYS_TYPES_H 1
  729. | #define HAVE_SYS_STAT_H 1
  730. | #define HAVE_STDLIB_H 1
  731. | #define HAVE_STRING_H 1
  732. | #define HAVE_MEMORY_H 1
  733. | #define HAVE_STRINGS_H 1
  734. | #define HAVE_INTTYPES_H 1
  735. | #define HAVE_STDINT_H 1
  736. | #define HAVE_UNISTD_H 1
  737. | #define __EXTENSIONS__ 1
  738. | #define _ALL_SOURCE 1
  739. | #define _GNU_SOURCE 1
  740. | #define _POSIX_PTHREAD_SEMANTICS 1
  741. | #define _TANDEM_SOURCE 1
  742. | #define HAVE_DLFCN_H 1
  743. | #define LT_OBJDIR ".libs/"
  744. | #define VMAJ 1
  745. | #define VMIN 0
  746. | #define VMIC 99
  747. | #define VREV 57842
  748. | #define MODULE_ARCH "linux-gnu-i486-1.0.99"
  749. | /* end confdefs.h. */
  750. | #include <ac_nonexistent.h>
  751. configure:13394: result: g++ -E
  752. configure:13414: g++ -E conftest.cpp
  753. configure:13414: $? = 0
  754. configure:13428: g++ -E conftest.cpp
  755. conftest.cpp:33:28: error: ac_nonexistent.h: No such file or directory
  756. configure:13428: $? = 1
  757. configure: failed program was:
  758. | /* confdefs.h */
  759. | #define PACKAGE_NAME "evas"
  760. | #define PACKAGE_TARNAME "evas"
  761. | #define PACKAGE_VERSION "1.0.99.57842"
  762. | #define PACKAGE_STRING "evas 1.0.99.57842"
  763. | #define PACKAGE_BUGREPORT "enlightenment-devel@lists.sourceforge.net"
  764. | #define PACKAGE_URL ""
  765. | #define PACKAGE "evas"
  766. | #define VERSION "1.0.99.57842"
  767. | #define STDC_HEADERS 1
  768. | #define HAVE_SYS_TYPES_H 1
  769. | #define HAVE_SYS_STAT_H 1
  770. | #define HAVE_STDLIB_H 1
  771. | #define HAVE_STRING_H 1
  772. | #define HAVE_MEMORY_H 1
  773. | #define HAVE_STRINGS_H 1
  774. | #define HAVE_INTTYPES_H 1
  775. | #define HAVE_STDINT_H 1
  776. | #define HAVE_UNISTD_H 1
  777. | #define __EXTENSIONS__ 1
  778. | #define _ALL_SOURCE 1
  779. | #define _GNU_SOURCE 1
  780. | #define _POSIX_PTHREAD_SEMANTICS 1
  781. | #define _TANDEM_SOURCE 1
  782. | #define HAVE_DLFCN_H 1
  783. | #define LT_OBJDIR ".libs/"
  784. | #define VMAJ 1
  785. | #define VMIN 0
  786. | #define VMIC 99
  787. | #define VREV 57842
  788. | #define MODULE_ARCH "linux-gnu-i486-1.0.99"
  789. | /* end confdefs.h. */
  790. | #include <ac_nonexistent.h>
  791. configure:13596: checking for ld used by g++
  792. configure:13663: result: /usr/bin/ld
  793. configure:13670: checking if the linker (/usr/bin/ld) is GNU ld
  794. configure:13685: result: yes
  795. configure:13740: checking whether the g++ linker (/usr/bin/ld) supports shared libraries
  796. configure:14653: result: yes
  797. configure:14681: g++ -c -g -O2 conftest.cpp >&5
  798. configure:14684: $? = 0
  799. configure:14866: checking for g++ option to produce PIC
  800. configure:15183: result: -fPIC -DPIC
  801. configure:15192: checking if g++ PIC flag -fPIC -DPIC works
  802. configure:15210: g++ -c -g -O2 -fPIC -DPIC -DPIC conftest.cpp >&5
  803. configure:15214: $? = 0
  804. configure:15227: result: yes
  805. configure:15248: checking if g++ static flag -static works
  806. configure:15276: result: yes
  807. configure:15288: checking if g++ supports -c -o file.o
  808. configure:15309: g++ -c -g -O2 -o out/conftest2.o conftest.cpp >&5
  809. configure:15313: $? = 0
  810. configure:15335: result: yes
  811. configure:15340: checking if g++ supports -c -o file.o
  812. configure:15387: result: yes
  813. configure:15417: checking whether the g++ linker (/usr/bin/ld) supports shared libraries
  814. configure:15446: result: yes
  815. configure:15583: checking dynamic linker characteristics
  816. configure:15964: g++ -o conftest -g -O2 -Wl,-Bsymbolic-functions -Wl,-rpath -Wl,/foo conftest.cpp >&5
  817. configure:15964: $? = 0
  818. configure:16194: result: GNU/Linux ld.so
  819. configure:16245: checking how to hardcode library paths into programs
  820. configure:16270: result: immediate
  821. configure:16357: checking for gcc
  822. configure:16384: result: gcc
  823. configure:16613: checking for C compiler version
  824. configure:16622: gcc --version >&5
  825. gcc-4.4.real (Ubuntu 4.4.3-4ubuntu5) 4.4.3
  826. Copyright (C) 2009 Free Software Foundation, Inc.
  827. This is free software; see the source for copying conditions. There is NO
  828. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  829.  
  830. configure:16633: $? = 0
  831. configure:16622: gcc -v >&5
  832. Using built-in specs.
  833. Target: i486-linux-gnu
  834. Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.4.3-4ubuntu5' --with-bugurl=file:///usr/share/doc/gcc-4.4/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --enable-shared --enable-multiarch --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.4 --program-suffix=-4.4 --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug --enable-plugin --enable-objc-gc --enable-targets=all --disable-werror --with-arch-32=i486 --with-tune=generic --enable-checking=release --build=i486-linux-gnu --host=i486-linux-gnu --target=i486-linux-gnu
  835. Thread model: posix
  836. gcc version 4.4.3 (Ubuntu 4.4.3-4ubuntu5)
  837. configure:16633: $? = 0
  838. configure:16622: gcc -V >&5
  839. gcc-4.4.real: '-V' option must have argument
  840. configure:16633: $? = 1
  841. configure:16622: gcc -qversion >&5
  842. gcc-4.4.real: unrecognized option '-qversion'
  843. gcc-4.4.real: no input files
  844. configure:16633: $? = 1
  845. configure:16637: checking whether we are using the GNU C compiler
  846. configure:16665: result: yes
  847. configure:16674: checking whether gcc accepts -g
  848. configure:16735: result: yes
  849. configure:16752: checking for gcc option to accept ISO C89
  850. configure:16829: result: none needed
  851. configure:16851: checking dependency style of gcc
  852. configure:16961: result: none
  853. configure:17027: checking for pkg-config
  854. configure:17045: found /usr/bin/pkg-config
  855. configure:17057: result: /usr/bin/pkg-config
  856. configure:17082: checking pkg-config is at least version 0.9.0
  857. configure:17085: result: yes
  858. configure:17120: checking whether to build documentation
  859. configure:17122: result: yes
  860. configure:17186: checking for doxygen
  861. configure:17202: found /usr/bin/doxygen
  862. configure:17214: result: yes
  863. configure:17371: checking for EINA
  864. configure:17379: $PKG_CONFIG --exists --print-errors "eina >= 1.0.0"
  865. configure:17382: $? = 0
  866. configure:17397: $PKG_CONFIG --exists --print-errors "eina >= 1.0.0"
  867. configure:17400: $? = 0
  868. configure:17455: result: yes
  869. configure:17463: checking for FREETYPE
  870. configure:17471: $PKG_CONFIG --exists --print-errors "freetype2 >= 9.3.0"
  871. configure:17474: $? = 0
  872. configure:17489: $PKG_CONFIG --exists --print-errors "freetype2 >= 9.3.0"
  873. configure:17492: $? = 0
  874. configure:17547: result: yes
  875. configure:17574: checking for FONTCONFIG
  876. configure:17582: $PKG_CONFIG --exists --print-errors "fontconfig"
  877. configure:17585: $? = 0
  878. configure:17600: $PKG_CONFIG --exists --print-errors "fontconfig"
  879. configure:17603: $? = 0
  880. configure:17647: result: yes
  881. configure:17676: checking for FRIBIDI
  882. configure:17684: $PKG_CONFIG --exists --print-errors "fribidi >= 0.19.2"
  883. Package fribidi was not found in the pkg-config search path.
  884. Perhaps you should add the directory containing `fribidi.pc'
  885. to the PKG_CONFIG_PATH environment variable
  886. No package 'fribidi' found
  887. configure:17687: $? = 1
  888. configure:17702: $PKG_CONFIG --exists --print-errors "fribidi >= 0.19.2"
  889. Package fribidi was not found in the pkg-config search path.
  890. Perhaps you should add the directory containing `fribidi.pc'
  891. to the PKG_CONFIG_PATH environment variable
  892. No package 'fribidi' found
  893. configure:17705: $? = 1
  894. No package 'fribidi' found
  895. configure:17733: result: no
  896. configure:17784: checking for HARFBUZZ
  897. configure:17792: $PKG_CONFIG --exists --print-errors "harfbuzz >= 0.2"
  898. Package harfbuzz was not found in the pkg-config search path.
  899. Perhaps you should add the directory containing `harfbuzz.pc'
  900. to the PKG_CONFIG_PATH environment variable
  901. No package 'harfbuzz' found
  902. configure:17795: $? = 1
  903. configure:17810: $PKG_CONFIG --exists --print-errors "harfbuzz >= 0.2"
  904. Package harfbuzz was not found in the pkg-config search path.
  905. Perhaps you should add the directory containing `harfbuzz.pc'
  906. to the PKG_CONFIG_PATH environment variable
  907. No package 'harfbuzz' found
  908. configure:17813: $? = 1
  909. No package 'harfbuzz' found
  910. configure:17841: result: no
  911. configure:17914: checking for ANSI C header files
  912. configure:18018: result: yes
  913. configure:18029: checking for unistd.h
  914. configure:18029: result: yes
  915. configure:18029: checking for stdint.h
  916. configure:18029: result: yes
  917. configure:18029: checking sys/param.h usability
  918. configure:18029: gcc -c -g -O2 conftest.c >&5
  919. configure:18029: $? = 0
  920. configure:18029: result: yes
  921. configure:18029: checking sys/param.h presence
  922. configure:18029: gcc -E conftest.c
  923. configure:18029: $? = 0
  924. configure:18029: result: yes
  925. configure:18029: checking for sys/param.h
  926. configure:18029: result: yes
  927. configure:18051: checking for PATH_MAX in limits.h
  928. configure:18068: gcc -c -g -O2 conftest.c >&5
  929. configure:18068: $? = 0
  930. configure:18069: result: yes
  931. configure:18101: checking for an ANSI C-conforming const
  932. configure:18166: gcc -c -g -O2 conftest.c >&5
  933. configure:18166: $? = 0
  934. configure:18173: result: yes
  935. configure:18181: checking whether byte ordering is bigendian
  936. configure:18196: gcc -c -g -O2 conftest.c >&5
  937. conftest.c:39: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'a'
  938. configure:18196: $? = 1
  939. configure: failed program was:
  940. | /* confdefs.h */
  941. | #define PACKAGE_NAME "evas"
  942. | #define PACKAGE_TARNAME "evas"
  943. | #define PACKAGE_VERSION "1.0.99.57842"
  944. | #define PACKAGE_STRING "evas 1.0.99.57842"
  945. | #define PACKAGE_BUGREPORT "enlightenment-devel@lists.sourceforge.net"
  946. | #define PACKAGE_URL ""
  947. | #define PACKAGE "evas"
  948. | #define VERSION "1.0.99.57842"
  949. | #define STDC_HEADERS 1
  950. | #define HAVE_SYS_TYPES_H 1
  951. | #define HAVE_SYS_STAT_H 1
  952. | #define HAVE_STDLIB_H 1
  953. | #define HAVE_STRING_H 1
  954. | #define HAVE_MEMORY_H 1
  955. | #define HAVE_STRINGS_H 1
  956. | #define HAVE_INTTYPES_H 1
  957. | #define HAVE_STDINT_H 1
  958. | #define HAVE_UNISTD_H 1
  959. | #define __EXTENSIONS__ 1
  960. | #define _ALL_SOURCE 1
  961. | #define _GNU_SOURCE 1
  962. | #define _POSIX_PTHREAD_SEMANTICS 1
  963. | #define _TANDEM_SOURCE 1
  964. | #define HAVE_DLFCN_H 1
  965. | #define LT_OBJDIR ".libs/"
  966. | #define VMAJ 1
  967. | #define VMIN 0
  968. | #define VMIC 99
  969. | #define VREV 57842
  970. | #define MODULE_ARCH "linux-gnu-i486-1.0.99"
  971. | #define HAVE_FONTCONFIG 1
  972. | #define STDC_HEADERS 1
  973. | #define HAVE_UNISTD_H 1
  974. | #define HAVE_STDINT_H 1
  975. | #define HAVE_SYS_PARAM_H 1
  976. | /* end confdefs.h. */
  977. | #ifndef __APPLE_CC__
  978. | not a universal capable compiler
  979. | #endif
  980. | typedef int dummy;
  981. |
  982. configure:18241: gcc -c -g -O2 conftest.c >&5
  983. configure:18241: $? = 0
  984. configure:18259: gcc -c -g -O2 conftest.c >&5
  985. conftest.c: In function 'main':
  986. conftest.c:45: error: 'not' undeclared (first use in this function)
  987. conftest.c:45: error: (Each undeclared identifier is reported only once
  988. conftest.c:45: error: for each function it appears in.)
  989. conftest.c:45: error: expected ';' before 'big'
  990. configure:18259: $? = 1
  991. configure: failed program was:
  992. | /* confdefs.h */
  993. | #define PACKAGE_NAME "evas"
  994. | #define PACKAGE_TARNAME "evas"
  995. | #define PACKAGE_VERSION "1.0.99.57842"
  996. | #define PACKAGE_STRING "evas 1.0.99.57842"
  997. | #define PACKAGE_BUGREPORT "enlightenment-devel@lists.sourceforge.net"
  998. | #define PACKAGE_URL ""
  999. | #define PACKAGE "evas"
  1000. | #define VERSION "1.0.99.57842"
  1001. | #define STDC_HEADERS 1
  1002. | #define HAVE_SYS_TYPES_H 1
  1003. | #define HAVE_SYS_STAT_H 1
  1004. | #define HAVE_STDLIB_H 1
  1005. | #define HAVE_STRING_H 1
  1006. | #define HAVE_MEMORY_H 1
  1007. | #define HAVE_STRINGS_H 1
  1008. | #define HAVE_INTTYPES_H 1
  1009. | #define HAVE_STDINT_H 1
  1010. | #define HAVE_UNISTD_H 1
  1011. | #define __EXTENSIONS__ 1
  1012. | #define _ALL_SOURCE 1
  1013. | #define _GNU_SOURCE 1
  1014. | #define _POSIX_PTHREAD_SEMANTICS 1
  1015. | #define _TANDEM_SOURCE 1
  1016. | #define HAVE_DLFCN_H 1
  1017. | #define LT_OBJDIR ".libs/"
  1018. | #define VMAJ 1
  1019. | #define VMIN 0
  1020. | #define VMIC 99
  1021. | #define VREV 57842
  1022. | #define MODULE_ARCH "linux-gnu-i486-1.0.99"
  1023. | #define HAVE_FONTCONFIG 1
  1024. | #define STDC_HEADERS 1
  1025. | #define HAVE_UNISTD_H 1
  1026. | #define HAVE_STDINT_H 1
  1027. | #define HAVE_SYS_PARAM_H 1
  1028. | /* end confdefs.h. */
  1029. | #include <sys/types.h>
  1030. | #include <sys/param.h>
  1031. |
  1032. | int
  1033. | main ()
  1034. | {
  1035. | #if BYTE_ORDER != BIG_ENDIAN
  1036. | not big endian
  1037. | #endif
  1038. |
  1039. | ;
  1040. | return 0;
  1041. | }
  1042. configure:18387: result: no
  1043. configure:18407: checking for __attribute__
  1044. configure:18432: gcc -c -g -O2 conftest.c >&5
  1045. configure:18432: $? = 0
  1046. configure:18442: result: yes
  1047. configure:18507: checking for gcc
  1048. configure:18534: result: gcc
  1049. configure:18763: checking for C compiler version
  1050. configure:18772: gcc --version >&5
  1051. gcc-4.4.real (Ubuntu 4.4.3-4ubuntu5) 4.4.3
  1052. Copyright (C) 2009 Free Software Foundation, Inc.
  1053. This is free software; see the source for copying conditions. There is NO
  1054. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  1055.  
  1056. configure:18783: $? = 0
  1057. configure:18772: gcc -v >&5
  1058. Using built-in specs.
  1059. Target: i486-linux-gnu
  1060. Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.4.3-4ubuntu5' --with-bugurl=file:///usr/share/doc/gcc-4.4/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --enable-shared --enable-multiarch --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.4 --program-suffix=-4.4 --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug --enable-plugin --enable-objc-gc --enable-targets=all --disable-werror --with-arch-32=i486 --with-tune=generic --enable-checking=release --build=i486-linux-gnu --host=i486-linux-gnu --target=i486-linux-gnu
  1061. Thread model: posix
  1062. gcc version 4.4.3 (Ubuntu 4.4.3-4ubuntu5)
  1063. configure:18783: $? = 0
  1064. configure:18772: gcc -V >&5
  1065. gcc-4.4.real: '-V' option must have argument
  1066. configure:18783: $? = 1
  1067. configure:18772: gcc -qversion >&5
  1068. gcc-4.4.real: unrecognized option '-qversion'
  1069. gcc-4.4.real: no input files
  1070. configure:18783: $? = 1
  1071. configure:18787: checking whether we are using the GNU C compiler
  1072. configure:18815: result: yes
  1073. configure:18824: checking whether gcc accepts -g
  1074. configure:18885: result: yes
  1075. configure:18902: checking for gcc option to accept ISO C89
  1076. configure:18979: result: none needed
  1077. configure:19001: checking dependency style of gcc
  1078. configure:19111: result: none
  1079. configure:19165: checking for library containing strerror
  1080. configure:19196: gcc -o conftest -g -O2 -Wl,-Bsymbolic-functions conftest.c >&5
  1081. configure:19196: $? = 0
  1082. configure:19213: result: none required
  1083. configure:19225: checking for working alloca.h
  1084. configure:19242: gcc -o conftest -g -O2 -Wl,-Bsymbolic-functions conftest.c >&5
  1085. configure:19242: $? = 0
  1086. configure:19250: result: yes
  1087. configure:19258: checking for alloca
  1088. configure:19295: gcc -o conftest -g -O2 -Wl,-Bsymbolic-functions conftest.c >&5
  1089. configure:19295: $? = 0
  1090. configure:19303: result: yes
  1091. configure:19417: checking fnmatch.h usability
  1092. configure:19417: gcc -c -g -O2 conftest.c >&5
  1093. configure:19417: $? = 0
  1094. configure:19417: result: yes
  1095. configure:19417: checking fnmatch.h presence
  1096. configure:19417: gcc -E conftest.c
  1097. configure:19417: $? = 0
  1098. configure:19417: result: yes
  1099. configure:19417: checking for fnmatch.h
  1100. configure:19417: result: yes
  1101. configure:19427: checking for library containing fnmatch
  1102. configure:19458: gcc -o conftest -g -O2 -Wl,-Bsymbolic-functions conftest.c >&5
  1103. configure:19458: $? = 0
  1104. configure:19475: result: none required
  1105. configure:19517: checking for dlopen
  1106. configure:19517: gcc -o conftest -g -O2 -Wl,-Bsymbolic-functions conftest.c >&5
  1107. /tmp/ccnZsDZC.o: In function `main':
  1108. /media/sda6/Bodhi/e17_debs/20110318/evas-20110318/conftest.c:76: undefined reference to `dlopen'
  1109. collect2: ld returned 1 exit status
  1110. configure:19517: $? = 1
  1111. configure: failed program was:
  1112. | /* confdefs.h */
  1113. | #define PACKAGE_NAME "evas"
  1114. | #define PACKAGE_TARNAME "evas"
  1115. | #define PACKAGE_VERSION "1.0.99.57842"
  1116. | #define PACKAGE_STRING "evas 1.0.99.57842"
  1117. | #define PACKAGE_BUGREPORT "enlightenment-devel@lists.sourceforge.net"
  1118. | #define PACKAGE_URL ""
  1119. | #define PACKAGE "evas"
  1120. | #define VERSION "1.0.99.57842"
  1121. | #define STDC_HEADERS 1
  1122. | #define HAVE_SYS_TYPES_H 1
  1123. | #define HAVE_SYS_STAT_H 1
  1124. | #define HAVE_STDLIB_H 1
  1125. | #define HAVE_STRING_H 1
  1126. | #define HAVE_MEMORY_H 1
  1127. | #define HAVE_STRINGS_H 1
  1128. | #define HAVE_INTTYPES_H 1
  1129. | #define HAVE_STDINT_H 1
  1130. | #define HAVE_UNISTD_H 1
  1131. | #define __EXTENSIONS__ 1
  1132. | #define _ALL_SOURCE 1
  1133. | #define _GNU_SOURCE 1
  1134. | #define _POSIX_PTHREAD_SEMANTICS 1
  1135. | #define _TANDEM_SOURCE 1
  1136. | #define HAVE_DLFCN_H 1
  1137. | #define LT_OBJDIR ".libs/"
  1138. | #define VMAJ 1
  1139. | #define VMIN 0
  1140. | #define VMIC 99
  1141. | #define VREV 57842
  1142. | #define MODULE_ARCH "linux-gnu-i486-1.0.99"
  1143. | #define HAVE_FONTCONFIG 1
  1144. | #define STDC_HEADERS 1
  1145. | #define HAVE_UNISTD_H 1
  1146. | #define HAVE_STDINT_H 1
  1147. | #define HAVE_SYS_PARAM_H 1
  1148. | #define HAVE___ATTRIBUTE__ 1
  1149. | #define __UNUSED__ __attribute__((unused))
  1150. | #define HAVE_ALLOCA_H 1
  1151. | #define HAVE_ALLOCA 1
  1152. | /* end confdefs.h. */
  1153. | /* Define dlopen to an innocuous variant, in case <limits.h> declares dlopen.
  1154. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  1155. | #define dlopen innocuous_dlopen
  1156. |
  1157. | /* System header to define __stub macros and hopefully few prototypes,
  1158. | which can conflict with char dlopen (); below.
  1159. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  1160. | <limits.h> exists even on freestanding compilers. */
  1161. |
  1162. | #ifdef __STDC__
  1163. | # include <limits.h>
  1164. | #else
  1165. | # include <assert.h>
  1166. | #endif
  1167. |
  1168. | #undef dlopen
  1169. |
  1170. | /* Override any GCC internal prototype to avoid an error.
  1171. | Use char because int might match the return type of a GCC
  1172. | builtin and then its argument prototype would still apply. */
  1173. | #ifdef __cplusplus
  1174. | extern "C"
  1175. | #endif
  1176. | char dlopen ();
  1177. | /* The GNU C library defines this for functions which it implements
  1178. | to always fail with ENOSYS. Some functions are actually named
  1179. | something starting with __ and the normal name is an alias. */
  1180. | #if defined __stub_dlopen || defined __stub___dlopen
  1181. | choke me
  1182. | #endif
  1183. |
  1184. | int
  1185. | main ()
  1186. | {
  1187. | return dlopen ();
  1188. | ;
  1189. | return 0;
  1190. | }
  1191. configure:19517: result: no
  1192. configure:19542: checking for dlopen in -ldl
  1193. configure:19567: gcc -o conftest -g -O2 -Wl,-Bsymbolic-functions conftest.c -ldl >&5
  1194. configure:19567: $? = 0
  1195. configure:19576: result: yes
  1196. configure:19585: checking for dladdr in -ldl
  1197. configure:19610: gcc -o conftest -g -O2 -Wl,-Bsymbolic-functions conftest.c -ldl >&5
  1198. configure:19610: $? = 0
  1199. configure:19619: result: yes
  1200. configure:19646: checking whether to build shared cache server and support
  1201. configure:19648: result: yes
  1202. configure:19652: checking whether shm_open() is present
  1203. configure:19675: gcc -o conftest -g -O2 -Wl,-Bsymbolic-functions conftest.c -lrt >&5
  1204. configure:19675: $? = 0
  1205. configure:19683: result: yes
  1206. configure:19707: checking whether to build GLES flavor of GL
  1207. configure:19724: result: no
  1208. configure:19735: checking whether to build GLES variety for SGX
  1209. configure:19755: result: no
  1210. configure:19766: checking whether to build GLES variety for s3c6410
  1211. configure:19786: result: no
  1212. configure:19837: checking whether to enable Buffer rendering backend
  1213. configure:19839: result: yes
  1214. configure:19865: checking whether Buffer rendering backend will be built
  1215. configure:19867: result: yes
  1216. configure:19939: checking whether to enable Software Xlib rendering backend
  1217. configure:19941: result: auto
  1218. configure:19951: checking for X
  1219. configure:20059: gcc -E conftest.c
  1220. configure:20059: $? = 0
  1221. configure:20090: gcc -o conftest -g -O2 -Wl,-Bsymbolic-functions conftest.c -lX11 >&5
  1222. configure:20090: $? = 0
  1223. configure:20140: result: libraries , headers
  1224. configure:20239: gcc -o conftest -g -O2 -Wl,-Bsymbolic-functions conftest.c -lX11 >&5
  1225. configure:20239: $? = 0
  1226. configure:20337: checking for gethostbyname
  1227. configure:20337: gcc -o conftest -g -O2 -Wl,-Bsymbolic-functions conftest.c >&5
  1228. configure:20337: $? = 0
  1229. configure:20337: result: yes
  1230. configure:20434: checking for connect
  1231. configure:20434: gcc -o conftest -g -O2 -Wl,-Bsymbolic-functions conftest.c >&5
  1232. configure:20434: $? = 0
  1233. configure:20434: result: yes
  1234. configure:20483: checking for remove
  1235. configure:20483: gcc -o conftest -g -O2 -Wl,-Bsymbolic-functions conftest.c >&5
  1236. configure:20483: $? = 0
  1237. configure:20483: result: yes
  1238. configure:20532: checking for shmat
  1239. configure:20532: gcc -o conftest -g -O2 -Wl,-Bsymbolic-functions conftest.c >&5
  1240. configure:20532: $? = 0
  1241. configure:20532: result: yes
  1242. configure:20590: checking for IceConnectionNumber in -lICE
  1243. configure:20615: gcc -o conftest -g -O2 -Wl,-Bsymbolic-functions conftest.c -lICE >&5
  1244. configure:20615: $? = 0
  1245. configure:20624: result: yes
  1246. configure:20635: checking X11/X.h usability
  1247. configure:20635: gcc -c -g -O2 conftest.c >&5
  1248. configure:20635: $? = 0
  1249. configure:20635: result: yes
  1250. configure:20635: checking X11/X.h presence
  1251. configure:20635: gcc -E conftest.c
  1252. configure:20635: $? = 0
  1253. configure:20635: result: yes
  1254. configure:20635: checking for X11/X.h
  1255. configure:20635: result: yes
  1256. configure:20643: checking for XCreateImage in -lX11
  1257. configure:20668: gcc -o conftest -g -O2 -Wl,-Bsymbolic-functions conftest.c -lX11 >&5
  1258. configure:20668: $? = 0
  1259. configure:20677: result: yes
  1260. configure:20688: checking for XShmCreateImage in -lXext
  1261. configure:20713: gcc -o conftest -g -O2 -Wl,-Bsymbolic-functions conftest.c -lXext >&5
  1262. configure:20713: $? = 0
  1263. configure:20722: result: yes
  1264. configure:20760: checking whether Software Xlib rendering backend will be built
  1265. configure:20762: result: yes
  1266. configure:20834: checking whether to enable XRender X11 rendering backend
  1267. configure:20836: result: no
  1268. configure:21709: checking whether XRender X11 rendering backend will be built
  1269. configure:21711: result: no
  1270. configure:21783: checking whether to enable OpenGL X11 rendering backend
  1271. configure:21785: result: auto
  1272. configure:21794: checking for X
  1273. configure:21983: result: libraries , headers
  1274. configure:22082: gcc -o conftest -g -O2 -Wl,-Bsymbolic-functions conftest.c -lX11 >&5
  1275. configure:22082: $? = 0
  1276. configure:22180: checking for gethostbyname
  1277. configure:22180: result: yes
  1278. configure:22277: checking for connect
  1279. configure:22277: result: yes
  1280. configure:22326: checking for remove
  1281. configure:22326: result: yes
  1282. configure:22375: checking for shmat
  1283. configure:22375: result: yes
  1284. configure:22433: checking for IceConnectionNumber in -lICE
  1285. configure:22467: result: yes
  1286. configure:22478: checking for GL/gl.h
  1287. configure:22478: gcc -c -g -O2 conftest.c >&5
  1288. configure:22478: $? = 0
  1289. configure:22478: result: yes
  1290. configure:22499: checking for pthread_create in -lpthread
  1291. configure:22524: gcc -o conftest -g -O2 -Wl,-Bsymbolic-functions conftest.c -lpthread >&5
  1292. configure:22524: $? = 0
  1293. configure:22533: result: yes
  1294. configure:22546: checking for XCreateColormap in -lX11
  1295. configure:22571: gcc -o conftest -g -O2 -Wl,-Bsymbolic-functions conftest.c -lX11 >&5
  1296. configure:22571: $? = 0
  1297. configure:22580: result: yes
  1298. configure:22591: checking for XRenderCreatePicture in -lXrender
  1299. configure:22616: gcc -o conftest -g -O2 -Wl,-Bsymbolic-functions conftest.c -lXrender >&5
  1300. configure:22616: $? = 0
  1301. configure:22625: result: yes
  1302. configure:22636: checking for glXCreateContext in -lGL
  1303. configure:22661: gcc -o conftest -g -O2 -Wl,-Bsymbolic-functions conftest.c -lGL -lX11 -lXext -lXrender -lm -lpthread >&5
  1304. /usr/bin/ld.bfd.real: cannot find -lGL
  1305. collect2: ld returned 1 exit status
  1306. configure:22661: $? = 1
  1307. configure: failed program was:
  1308. | /* confdefs.h */
  1309. | #define PACKAGE_NAME "evas"
  1310. | #define PACKAGE_TARNAME "evas"
  1311. | #define PACKAGE_VERSION "1.0.99.57842"
  1312. | #define PACKAGE_STRING "evas 1.0.99.57842"
  1313. | #define PACKAGE_BUGREPORT "enlightenment-devel@lists.sourceforge.net"
  1314. | #define PACKAGE_URL ""
  1315. | #define PACKAGE "evas"
  1316. | #define VERSION "1.0.99.57842"
  1317. | #define STDC_HEADERS 1
  1318. | #define HAVE_SYS_TYPES_H 1
  1319. | #define HAVE_SYS_STAT_H 1
  1320. | #define HAVE_STDLIB_H 1
  1321. | #define HAVE_STRING_H 1
  1322. | #define HAVE_MEMORY_H 1
  1323. | #define HAVE_STRINGS_H 1
  1324. | #define HAVE_INTTYPES_H 1
  1325. | #define HAVE_STDINT_H 1
  1326. | #define HAVE_UNISTD_H 1
  1327. | #define __EXTENSIONS__ 1
  1328. | #define _ALL_SOURCE 1
  1329. | #define _GNU_SOURCE 1
  1330. | #define _POSIX_PTHREAD_SEMANTICS 1
  1331. | #define _TANDEM_SOURCE 1
  1332. | #define HAVE_DLFCN_H 1
  1333. | #define LT_OBJDIR ".libs/"
  1334. | #define VMAJ 1
  1335. | #define VMIN 0
  1336. | #define VMIC 99
  1337. | #define VREV 57842
  1338. | #define MODULE_ARCH "linux-gnu-i486-1.0.99"
  1339. | #define HAVE_FONTCONFIG 1
  1340. | #define STDC_HEADERS 1
  1341. | #define HAVE_UNISTD_H 1
  1342. | #define HAVE_STDINT_H 1
  1343. | #define HAVE_SYS_PARAM_H 1
  1344. | #define HAVE___ATTRIBUTE__ 1
  1345. | #define __UNUSED__ __attribute__((unused))
  1346. | #define HAVE_ALLOCA_H 1
  1347. | #define HAVE_ALLOCA 1
  1348. | #define HAVE_DLADDR 1
  1349. | #define EVAS_CSERVE 1
  1350. | #define BUILD_ENGINE_BUFFER 1
  1351. | #define BUILD_ENGINE_SOFTWARE_XLIB 1
  1352. | /* end confdefs.h. */
  1353. |
  1354. | /* Override any GCC internal prototype to avoid an error.
  1355. | Use char because int might match the return type of a GCC
  1356. | builtin and then its argument prototype would still apply. */
  1357. | #ifdef __cplusplus
  1358. | extern "C"
  1359. | #endif
  1360. | char glXCreateContext ();
  1361. | int
  1362. | main ()
  1363. | {
  1364. | return glXCreateContext ();
  1365. | ;
  1366. | return 0;
  1367. | }
  1368. configure:22670: result: no
  1369. configure:22703: checking for GLES2/gl2.h
  1370. configure:22703: gcc -c -g -O2 conftest.c >&5
  1371. conftest.c:47:23: error: GLES2/gl2.h: No such file or directory
  1372. conftest.c:48:26: error: GLES2/gl2ext.h: No such file or directory
  1373. conftest.c:49:21: error: EGL/egl.h: No such file or directory
  1374. configure:22703: $? = 1
  1375. configure: failed program was:
  1376. | /* confdefs.h */
  1377. | #define PACKAGE_NAME "evas"
  1378. | #define PACKAGE_TARNAME "evas"
  1379. | #define PACKAGE_VERSION "1.0.99.57842"
  1380. | #define PACKAGE_STRING "evas 1.0.99.57842"
  1381. | #define PACKAGE_BUGREPORT "enlightenment-devel@lists.sourceforge.net"
  1382. | #define PACKAGE_URL ""
  1383. | #define PACKAGE "evas"
  1384. | #define VERSION "1.0.99.57842"
  1385. | #define STDC_HEADERS 1
  1386. | #define HAVE_SYS_TYPES_H 1
  1387. | #define HAVE_SYS_STAT_H 1
  1388. | #define HAVE_STDLIB_H 1
  1389. | #define HAVE_STRING_H 1
  1390. | #define HAVE_MEMORY_H 1
  1391. | #define HAVE_STRINGS_H 1
  1392. | #define HAVE_INTTYPES_H 1
  1393. | #define HAVE_STDINT_H 1
  1394. | #define HAVE_UNISTD_H 1
  1395. | #define __EXTENSIONS__ 1
  1396. | #define _ALL_SOURCE 1
  1397. | #define _GNU_SOURCE 1
  1398. | #define _POSIX_PTHREAD_SEMANTICS 1
  1399. | #define _TANDEM_SOURCE 1
  1400. | #define HAVE_DLFCN_H 1
  1401. | #define LT_OBJDIR ".libs/"
  1402. | #define VMAJ 1
  1403. | #define VMIN 0
  1404. | #define VMIC 99
  1405. | #define VREV 57842
  1406. | #define MODULE_ARCH "linux-gnu-i486-1.0.99"
  1407. | #define HAVE_FONTCONFIG 1
  1408. | #define STDC_HEADERS 1
  1409. | #define HAVE_UNISTD_H 1
  1410. | #define HAVE_STDINT_H 1
  1411. | #define HAVE_SYS_PARAM_H 1
  1412. | #define HAVE___ATTRIBUTE__ 1
  1413. | #define __UNUSED__ __attribute__((unused))
  1414. | #define HAVE_ALLOCA_H 1
  1415. | #define HAVE_ALLOCA 1
  1416. | #define HAVE_DLADDR 1
  1417. | #define EVAS_CSERVE 1
  1418. | #define BUILD_ENGINE_BUFFER 1
  1419. | #define BUILD_ENGINE_SOFTWARE_XLIB 1
  1420. | /* end confdefs.h. */
  1421. |
  1422. | #include <GLES2/gl2.h>
  1423. | #include <GLES2/gl2ext.h>
  1424. | #include <EGL/egl.h>
  1425. | #include <X11/Xlib.h>
  1426. | #include <X11/Xatom.h>
  1427. | #include <X11/Xutil.h>
  1428. | #include <X11/extensions/Xrender.h>
  1429. | #include <X11/Xresource.h>
  1430. |
  1431. |
  1432. | #include <GLES2/gl2.h>
  1433. configure:22703: result: no
  1434. configure:22793: checking whether OpenGL X11 rendering backend will be built
  1435. configure:22795: result: no
  1436. configure:22870: checking whether to enable Software XCB rendering backend
  1437. configure:22872: result: no
  1438. configure:22986: checking whether Software XCB rendering backend will be built
  1439. configure:22988: result: no
  1440. configure:23060: checking whether to enable XRender XCB rendering backend
  1441. configure:23062: result: no
  1442. configure:23176: checking whether XRender XCB rendering backend will be built
  1443. configure:23178: result: no
  1444. configure:23250: checking whether to enable Software GDI rendering backend
  1445. configure:23252: result: no
  1446. configure:23289: checking whether Software GDI rendering backend will be built
  1447. configure:23291: result: no
  1448. configure:23363: checking whether to enable Software DirectDraw rendering backend
  1449. configure:23365: result: no
  1450. configure:23402: checking whether Software DirectDraw rendering backend will be built
  1451. configure:23404: result: no
  1452. configure:23476: checking whether to enable Direct3D rendering backend
  1453. configure:23478: result: no
  1454. configure:23524: checking whether Direct3D rendering backend will be built
  1455. configure:23526: result: no
  1456. configure:23735: checking whether to enable Quartz rendering backend
  1457. configure:23737: result: no
  1458. configure:23794: checking whether Quartz rendering backend will be built
  1459. configure:23796: result: no
  1460. configure:23868: checking whether to enable OpenGL Glew rendering backend
  1461. configure:23870: result: no
  1462. configure:23916: checking whether OpenGL Glew rendering backend will be built
  1463. configure:23918: result: no
  1464. configure:23990: checking whether to enable Software SDL rendering backend
  1465. configure:23992: result: no
  1466. configure:24120: checking whether Software SDL rendering backend will be built
  1467. configure:24122: result: no
  1468. configure:24194: checking whether to enable OpenGL SDL rendering backend
  1469. configure:24196: result: no
  1470. configure:24461: checking whether OpenGL SDL rendering backend will be built
  1471. configure:24463: result: no
  1472. configure:24535: checking whether to enable Framebuffer rendering backend
  1473. configure:24537: result: auto
  1474. configure:24547: checking linux/fb.h usability
  1475. configure:24547: gcc -c -g -O2 conftest.c >&5
  1476. configure:24547: $? = 0
  1477. configure:24547: result: yes
  1478. configure:24547: checking linux/fb.h presence
  1479. configure:24547: gcc -E conftest.c
  1480. configure:24547: $? = 0
  1481. configure:24547: result: yes
  1482. configure:24547: checking for linux/fb.h
  1483. configure:24547: result: yes
  1484. configure:24570: checking whether Framebuffer rendering backend will be built
  1485. configure:24572: result: yes
  1486. configure:24644: checking whether to enable DirectFB rendering backend
  1487. configure:24646: result: no
  1488. configure:24774: checking whether DirectFB rendering backend will be built
  1489. configure:24776: result: no
  1490. configure:24851: checking whether to enable Software X11 8 bits grayscale rendering backend
  1491. configure:24853: result: no
  1492. configure:24966: checking whether Software X11 8 bits grayscale rendering backend will be built
  1493. configure:24968: result: no
  1494. configure:25040: checking whether to enable Software X11 16 bits rendering backend
  1495. configure:25042: result: no
  1496. configure:25861: checking whether Software X11 16 bits rendering backend will be built
  1497. configure:25863: result: no
  1498. configure:25935: checking whether to enable Software DirectDraw 16 bits rendering backend
  1499. configure:25937: result: no
  1500. configure:25974: checking whether Software DirectDraw 16 bits rendering backend will be built
  1501. configure:25976: result: no
  1502. configure:26048: checking whether to enable Software Windows CE 16 bits rendering backend
  1503. configure:26050: result: no
  1504. configure:26076: checking whether Software Windows CE 16 bits rendering backend will be built
  1505. configure:26078: result: no
  1506. configure:26195: checking whether to use SDL primitive when possible
  1507. configure:26197: result: no
  1508. configure:26214: checking Whether to build software generic engine as part of libevas
  1509. configure:26216: result: no
  1510. configure:26315: checking Whether to build software 16 engine as part of libevas
  1511. configure:26317: result: no
  1512. configure:26357: checking Whether to build software 8 engine as part of libevas
  1513. configure:26359: result: no
  1514. configure:26406: checking whether to enable Edb image loader
  1515. configure:26408: result: yes
  1516. configure:26421: checking for EDB
  1517. configure:26429: $PKG_CONFIG --exists --print-errors "edb"
  1518. Package edb was not found in the pkg-config search path.
  1519. Perhaps you should add the directory containing `edb.pc'
  1520. to the PKG_CONFIG_PATH environment variable
  1521. No package 'edb' found
  1522. configure:26432: $? = 1
  1523. configure:26447: $PKG_CONFIG --exists --print-errors "edb"
  1524. Package edb was not found in the pkg-config search path.
  1525. Perhaps you should add the directory containing `edb.pc'
  1526. to the PKG_CONFIG_PATH environment variable
  1527. No package 'edb' found
  1528. configure:26450: $? = 1
  1529. No package 'edb' found
  1530. configure:26478: result: no
  1531. configure:26513: checking whether Edb image loader will be built
  1532. configure:26515: result: no
  1533. configure:26590: checking whether to enable Eet image loader
  1534. configure:26592: result: yes
  1535. configure:26605: checking for EET
  1536. configure:26613: $PKG_CONFIG --exists --print-errors "eet >= 1.4.0"
  1537. configure:26616: $? = 0
  1538. configure:26631: $PKG_CONFIG --exists --print-errors "eet >= 1.4.0"
  1539. configure:26634: $? = 0
  1540. configure:26670: result: yes
  1541. configure:26697: checking whether Eet image loader will be built
  1542. configure:26699: result: yes
  1543. configure:26759: checking whether to enable Eet font loader
  1544. configure:26761: result: yes
  1545. configure:26767: checking for EET
  1546. configure:26832: result: yes
  1547. configure:26881: checking whether to enable Gif image loader
  1548. configure:26883: result: yes
  1549. configure:26893: checking gif_lib.h usability
  1550. configure:26893: gcc -c -g -O2 conftest.c >&5
  1551. configure:26893: $? = 0
  1552. configure:26893: result: yes
  1553. configure:26893: checking gif_lib.h presence
  1554. configure:26893: gcc -E conftest.c
  1555. configure:26893: $? = 0
  1556. configure:26893: result: yes
  1557. configure:26893: checking for gif_lib.h
  1558. configure:26893: result: yes
  1559. configure:26901: checking for DGifOpenFileName in -lgif
  1560. configure:26926: gcc -o conftest -g -O2 -Wl,-Bsymbolic-functions conftest.c -lgif >&5
  1561. configure:26926: $? = 0
  1562. configure:26935: result: yes
  1563. configure:27011: checking whether Gif image loader will be built
  1564. configure:27013: result: yes
  1565. configure:27089: checking whether to enable Jpeg image loader
  1566. configure:27091: result: yes
  1567. configure:27101: checking jpeglib.h usability
  1568. configure:27101: gcc -c -g -O2 conftest.c >&5
  1569. configure:27101: $? = 0
  1570. configure:27101: result: yes
  1571. configure:27101: checking jpeglib.h presence
  1572. configure:27101: gcc -E conftest.c
  1573. configure:27101: $? = 0
  1574. configure:27101: result: yes
  1575. configure:27101: checking for jpeglib.h
  1576. configure:27101: result: yes
  1577. configure:27109: checking for jpeg_CreateDecompress in -ljpeg
  1578. configure:27134: gcc -o conftest -g -O2 -Wl,-Bsymbolic-functions conftest.c -ljpeg >&5
  1579. configure:27134: $? = 0
  1580. configure:27143: result: yes
  1581. configure:27160: gcc -c -g -O2 conftest.c >&5
  1582. conftest.c: In function 'main':
  1583. conftest.c:57: error: 'struct jpeg_decompress_struct' has no member named 'region_x'
  1584. configure:27160: $? = 1
  1585. configure: failed program was:
  1586. | /* confdefs.h */
  1587. | #define PACKAGE_NAME "evas"
  1588. | #define PACKAGE_TARNAME "evas"
  1589. | #define PACKAGE_VERSION "1.0.99.57842"
  1590. | #define PACKAGE_STRING "evas 1.0.99.57842"
  1591. | #define PACKAGE_BUGREPORT "enlightenment-devel@lists.sourceforge.net"
  1592. | #define PACKAGE_URL ""
  1593. | #define PACKAGE "evas"
  1594. | #define VERSION "1.0.99.57842"
  1595. | #define STDC_HEADERS 1
  1596. | #define HAVE_SYS_TYPES_H 1
  1597. | #define HAVE_SYS_STAT_H 1
  1598. | #define HAVE_STDLIB_H 1
  1599. | #define HAVE_STRING_H 1
  1600. | #define HAVE_MEMORY_H 1
  1601. | #define HAVE_STRINGS_H 1
  1602. | #define HAVE_INTTYPES_H 1
  1603. | #define HAVE_STDINT_H 1
  1604. | #define HAVE_UNISTD_H 1
  1605. | #define __EXTENSIONS__ 1
  1606. | #define _ALL_SOURCE 1
  1607. | #define _GNU_SOURCE 1
  1608. | #define _POSIX_PTHREAD_SEMANTICS 1
  1609. | #define _TANDEM_SOURCE 1
  1610. | #define HAVE_DLFCN_H 1
  1611. | #define LT_OBJDIR ".libs/"
  1612. | #define VMAJ 1
  1613. | #define VMIN 0
  1614. | #define VMIC 99
  1615. | #define VREV 57842
  1616. | #define MODULE_ARCH "linux-gnu-i486-1.0.99"
  1617. | #define HAVE_FONTCONFIG 1
  1618. | #define STDC_HEADERS 1
  1619. | #define HAVE_UNISTD_H 1
  1620. | #define HAVE_STDINT_H 1
  1621. | #define HAVE_SYS_PARAM_H 1
  1622. | #define HAVE___ATTRIBUTE__ 1
  1623. | #define __UNUSED__ __attribute__((unused))
  1624. | #define HAVE_ALLOCA_H 1
  1625. | #define HAVE_ALLOCA 1
  1626. | #define HAVE_DLADDR 1
  1627. | #define EVAS_CSERVE 1
  1628. | #define BUILD_ENGINE_BUFFER 1
  1629. | #define BUILD_ENGINE_SOFTWARE_XLIB 1
  1630. | #define BUILD_ENGINE_FB 1
  1631. | #define BUILD_ENGINE_SOFTWARE_X11 1
  1632. | #define BUILD_LOADER_EET 1
  1633. | #define BUILD_FONT_LOADER_EET 1
  1634. | #define BUILD_LOADER_GIF 1
  1635. | /* end confdefs.h. */
  1636. |
  1637. | #include <stdio.h>
  1638. | #include <jpeglib.h>
  1639. | #include <setjmp.h>
  1640. | int main(int argc, char **argv) {
  1641. | struct jpeg_decompress_struct decomp;
  1642. | decomp.region_x = 0;
  1643. | }
  1644. |
  1645. configure:27195: checking whether Jpeg image loader will be built
  1646. configure:27197: result: yes
  1647. configure:27293: checking whether to enable PMAPS image loader
  1648. configure:27295: result: yes
  1649. configure:27321: checking whether PMAPS image loader will be built
  1650. configure:27323: result: yes
  1651. configure:27398: checking whether to enable PNG image loader
  1652. configure:27400: result: yes
  1653. configure:27412: $PKG_CONFIG --exists --print-errors "libpng14"
  1654. Package libpng14 was not found in the pkg-config search path.
  1655. Perhaps you should add the directory containing `libpng14.pc'
  1656. to the PKG_CONFIG_PATH environment variable
  1657. No package 'libpng14' found
  1658. configure:27415: $? = 1
  1659. configure:27490: $PKG_CONFIG --exists --print-errors "libpng12"
  1660. configure:27493: $? = 0
  1661. configure:27497: checking for PNG
  1662. configure:27505: $PKG_CONFIG --exists --print-errors "libpng12"
  1663. configure:27508: $? = 0
  1664. configure:27523: $PKG_CONFIG --exists --print-errors "libpng12"
  1665. configure:27526: $? = 0
  1666. configure:27562: result: yes
  1667. configure:27746: checking whether PNG image loader will be built
  1668. configure:27748: result: yes
  1669. configure:27823: checking whether to enable SVG image loader
  1670. configure:27825: result: yes
  1671. configure:27838: checking for SVG
  1672. configure:27847: $PKG_CONFIG --exists --print-errors "librsvg-2.0 >= 2.14.0
  1673. cairo >= 1.0.0"
  1674. configure:27851: $? = 0
  1675. configure:27868: $PKG_CONFIG --exists --print-errors "librsvg-2.0 >= 2.14.0
  1676. cairo >= 1.0.0"
  1677. configure:27872: $? = 0
  1678. configure:27913: result: yes
  1679. configure:27943: checking whether SVG image loader will be built
  1680. configure:27945: result: yes
  1681. configure:28020: checking whether to enable Tiff image loader
  1682. configure:28022: result: yes
  1683. configure:28032: checking tiffio.h usability
  1684. configure:28032: gcc -c -g -O2 conftest.c >&5
  1685. configure:28032: $? = 0
  1686. configure:28032: result: yes
  1687. configure:28032: checking tiffio.h presence
  1688. configure:28032: gcc -E conftest.c
  1689. configure:28032: $? = 0
  1690. configure:28032: result: yes
  1691. configure:28032: checking for tiffio.h
  1692. configure:28032: result: yes
  1693. configure:28040: checking for TIFFReadScanline in -ltiff
  1694. configure:28065: gcc -o conftest -g -O2 -Wl,-Bsymbolic-functions conftest.c -ltiff >&5
  1695. configure:28065: $? = 0
  1696. configure:28074: result: yes
  1697. configure:28197: checking whether Tiff image loader will be built
  1698. configure:28199: result: yes
  1699. configure:28274: checking whether to enable XPM image loader
  1700. configure:28276: result: yes
  1701. configure:28302: checking whether XPM image loader will be built
  1702. configure:28304: result: yes
  1703. configure:28379: checking whether to enable BMP image loader
  1704. configure:28381: result: yes
  1705. configure:28407: checking whether BMP image loader will be built
  1706. configure:28409: result: yes
  1707. configure:28484: checking whether to enable TGA image loader
  1708. configure:28486: result: yes
  1709. configure:28512: checking whether TGA image loader will be built
  1710. configure:28514: result: yes
  1711. configure:28589: checking whether to enable WBMP image loader
  1712. configure:28591: result: yes
  1713. configure:28617: checking whether WBMP image loader will be built
  1714. configure:28619: result: yes
  1715. configure:28694: checking whether to enable ICO image loader
  1716. configure:28696: result: yes
  1717. configure:28722: checking whether ICO image loader will be built
  1718. configure:28724: result: yes
  1719. configure:28783: checking pthread.h usability
  1720. configure:28783: gcc -c -g -O2 conftest.c >&5
  1721. configure:28783: $? = 0
  1722. configure:28783: result: yes
  1723. configure:28783: checking pthread.h presence
  1724. configure:28783: gcc -E conftest.c
  1725. configure:28783: $? = 0
  1726. configure:28783: result: yes
  1727. configure:28783: checking for pthread.h
  1728. configure:28783: result: yes
  1729. configure:28801: checking for pthread.h
  1730. configure:28801: result: yes
  1731. configure:28808: checking for pthread_attr_setaffinity_np in -lpthread
  1732. configure:28833: gcc -o conftest -g -O2 -Wl,-Bsymbolic-functions conftest.c -lpthread >&5
  1733. configure:28833: $? = 0
  1734. configure:28842: result: yes
  1735. configure:28846: checking for pthread_barrier_wait in -lpthread
  1736. configure:28871: gcc -o conftest -g -O2 -Wl,-Bsymbolic-functions conftest.c -lpthread >&5
  1737. configure:28871: $? = 0
  1738. configure:28880: result: yes
  1739. configure:28801: checking sched.h usability
  1740. configure:28801: gcc -c -g -O2 conftest.c >&5
  1741. configure:28801: $? = 0
  1742. configure:28801: result: yes
  1743. configure:28801: checking sched.h presence
  1744. configure:28801: gcc -E conftest.c
  1745. configure:28801: $? = 0
  1746. configure:28801: result: yes
  1747. configure:28801: checking for sched.h
  1748. configure:28801: result: yes
  1749. configure:28808: checking for pthread_attr_setaffinity_np in -lpthread
  1750. configure:28842: result: yes
  1751. configure:28846: checking for pthread_barrier_wait in -lpthread
  1752. configure:28880: result: yes
  1753. configure:28906: checking whether to build pthread code
  1754. configure:28936: result: yes
  1755. configure:28953: checking whether to build Threaded Pipe Rendering support
  1756. configure:28961: result: no
  1757. configure:28964: checking whether we can build Threaded Pipe Rendering support
  1758. configure:28975: result: no
  1759. configure:28984: checking whether to build Asynchronously Threaded Pipe Rendering support
  1760. configure:28992: result: no
  1761. configure:28995: checking whether we can build Asynchronously Threaded Pipe Rendering support
  1762. configure:29089: result: no
  1763. configure:29097: checking whether to build Async Events support
  1764. configure:29105: result: auto
  1765. configure:29108: checking whether we can build Async Events support
  1766. configure:29111: result: yes
  1767. configure:29126: checking whether to build Async Image Preload support
  1768. configure:29134: result: auto
  1769. configure:29137: checking whether we can build Async Image Preload support
  1770. configure:29140: result: yes
  1771. configure:29155: checking whether we should link with pthread
  1772. configure:29158: result: yes
  1773. configure:29181: checking whether to build mmx code
  1774. configure:29201: result: yes
  1775. configure:29227: checking whether to build sse code
  1776. configure:29247: result: yes
  1777. configure:29268: checking whether to build altivec code
  1778. configure:29282: result: no
  1779. configure:29364: checking whether to build neon code
  1780. configure:29444: checking whether to build c code
  1781. configure:29464: result: yes
  1782. configure:29479: checking whether to check magic for evas object
  1783. configure:29487: result: yes
  1784. configure:29508: checking whether to enable caching of rendered words
  1785. configure:29516: result: no
  1786. configure:29536: checking whether to enable caching of rendered metrics
  1787. configure:29544: result: no
  1788. configure:29584: checking whether to build sampling scaler
  1789. configure:29586: result: yes
  1790. configure:29621: checking whether to build smooth scaler
  1791. configure:29623: result: yes
  1792. configure:29646: checking whether to build yuv converter code
  1793. configure:29666: result: yes
  1794. configure:29699: checking whether to build small dither mask
  1795. configure:29701: result: no
  1796. configure:29736: checking whether to build line dither mask
  1797. configure:29738: result: no
  1798. configure:29773: checking whether to build conversion to 16bpp without dither mask
  1799. configure:29775: result: no
  1800. configure:29811: checking whether to build 8bpp RGB 332 converter code
  1801. configure:29813: result: yes
  1802. configure:29842: checking whether to build 8bpp RGB 666 converter code
  1803. configure:29844: result: yes
  1804. configure:29873: checking whether to build 8bpp RGB 232 converter code
  1805. configure:29875: result: yes
  1806. configure:29904: checking whether to build 8bpp RGB 222 converter code
  1807. configure:29906: result: yes
  1808. configure:29935: checking whether to build 8bpp RGB 221 converter code
  1809. configure:29937: result: yes
  1810. configure:29966: checking whether to build 8bpp RGB 121 converter code
  1811. configure:29968: result: yes
  1812. configure:29997: checking whether to build 8bpp RGB 111 converter code
  1813. configure:29999: result: yes
  1814. configure:30028: checking whether to build 16bpp RGB 565 converter code
  1815. configure:30030: result: yes
  1816. configure:30059: checking whether to build 16bpp BGR 565 converter code
  1817. configure:30061: result: yes
  1818. configure:30090: checking whether to build 16bpp RGB 555 converter code
  1819. configure:30092: result: yes
  1820. configure:30121: checking whether to build 16bpp RGB 444 converter code
  1821. configure:30123: result: yes
  1822. configure:30140: checking whether to build 16bpp 565 (444 ipaq) converter code
  1823. configure:30165: result: yes
  1824. configure:30185: checking whether to build 16bpp RGB rotation 0 converter code
  1825. configure:30187: result: yes
  1826. configure:30216: checking whether to build 16bpp RGB rotation 180 converter code
  1827. configure:30218: result: yes
  1828. configure:30247: checking whether to build 16bpp RGB rotation 270 converter code
  1829. configure:30249: result: yes
  1830. configure:30278: checking whether to build 16bpp RGB rotation 90 converter code
  1831. configure:30280: result: yes
  1832. configure:30311: checking whether to build 24bpp RGB 888 converter code
  1833. configure:30313: result: yes
  1834. configure:30342: checking whether to build 24bpp BGR 888 converter code
  1835. configure:30344: result: yes
  1836. configure:30373: checking whether to build 32bpp RGB 8888 converter code
  1837. configure:30375: result: yes
  1838. configure:30404: checking whether to build 32bpp RGBX 8888 converter code
  1839. configure:30406: result: yes
  1840. configure:30435: checking whether to build 32bpp BGR 8888 converter code
  1841. configure:30437: result: yes
  1842. configure:30466: checking whether to build 32bpp BGRX 8888 converter code
  1843. configure:30468: result: yes
  1844. configure:30485: checking whether to build 24bpp 666 (666 ezx) converter code
  1845. configure:30510: result: yes
  1846. configure:30516: checking whether to build 32bpp 666 (666 ezx) converter code
  1847. configure:30541: result: yes
  1848. configure:30561: checking whether to build 32bpp RGB rotation 0 converter code
  1849. configure:30563: result: yes
  1850. configure:30592: checking whether to build 32bpp RGB rotation 180 converter code
  1851. configure:30594: result: yes
  1852. configure:30623: checking whether to build 32bpp RGB rotation 270 converter code
  1853. configure:30625: result: yes
  1854. configure:30654: checking whether to build 32bpp RGB rotation 90 converter code
  1855. configure:30656: result: yes
  1856. configure:30687: checking whether to build 8bpp GRY 1 converter code
  1857. configure:30689: result: yes
  1858. configure:30718: checking whether to build 8bpp GRY 16 converter code
  1859. configure:30720: result: yes
  1860. configure:30737: checking whether to build 8bpp grayscale 64-palette converter code
  1861. configure:30762: result: yes
  1862. configure:30769: checking whether to enable build with valgrind
  1863. configure:30777: result: no
  1864. configure:31396: creating ./config.status
  1865.  
  1866. ## ---------------------- ##
  1867. ## Running config.status. ##
  1868. ## ---------------------- ##
  1869.  
  1870. This file was extended by evas config.status 1.0.99.57842, which was
  1871. generated by GNU Autoconf 2.65. Invocation command line was
  1872.  
  1873. CONFIG_FILES =
  1874. CONFIG_HEADERS =
  1875. CONFIG_LINKS =
  1876. CONFIG_COMMANDS =
  1877. $ ./config.status
  1878.  
  1879. on sager-bodhi
  1880.  
  1881. config.status:1589: creating Makefile
  1882. config.status:1589: creating evas-directfb.pc
  1883. config.status:1589: creating evas-fb.pc
  1884. config.status:1589: creating evas-opengl-glew.pc
  1885. config.status:1589: creating evas-opengl-x11.pc
  1886. config.status:1589: creating evas-opengl-sdl.pc
  1887. config.status:1589: creating evas-quartz.pc
  1888. config.status:1589: creating evas-software-buffer.pc
  1889. config.status:1589: creating evas-software-x11.pc
  1890. config.status:1589: creating evas-software-8-x11.pc
  1891. config.status:1589: creating evas-software-16-x11.pc
  1892. config.status:1589: creating evas-xrender-x11.pc
  1893. config.status:1589: creating evas-xrender-xcb.pc
  1894. config.status:1589: creating evas-software-gdi.pc
  1895. config.status:1589: creating evas-software-ddraw.pc
  1896. config.status:1589: creating evas-software-16-ddraw.pc
  1897. config.status:1589: creating evas-direct3d.pc
  1898. config.status:1589: creating evas-software-16-wince.pc
  1899. config.status:1589: creating evas-software-sdl.pc
  1900. config.status:1589: creating evas.pc
  1901. config.status:1589: creating doc/evas.dox
  1902. config.status:1589: creating doc/Makefile
  1903. config.status:1589: creating src/Makefile
  1904. config.status:1589: creating src/bin/Makefile
  1905. config.status:1589: creating src/lib/Makefile
  1906. config.status:1589: creating src/lib/canvas/Makefile
  1907. config.status:1589: creating src/lib/file/Makefile
  1908. config.status:1589: creating src/lib/cache/Makefile
  1909. config.status:1589: creating src/lib/cserve/Makefile
  1910. config.status:1589: creating src/lib/engines/Makefile
  1911. config.status:1589: creating src/lib/engines/common/Makefile
  1912. config.status:1589: creating src/lib/engines/common/evas_op_add/Makefile
  1913. config.status:1589: creating src/lib/engines/common/evas_op_blend/Makefile
  1914. config.status:1589: creating src/lib/engines/common/evas_op_copy/Makefile
  1915. config.status:1589: creating src/lib/engines/common/evas_op_mask/Makefile
  1916. config.status:1589: creating src/lib/engines/common/evas_op_mul/Makefile
  1917. config.status:1589: creating src/lib/engines/common/evas_op_sub/Makefile
  1918. config.status:1589: creating src/lib/engines/common_8/Makefile
  1919. config.status:1589: creating src/lib/engines/common_16/Makefile
  1920. config.status:1589: creating src/modules/Makefile
  1921. config.status:1589: creating src/modules/engines/Makefile
  1922. config.status:1589: creating src/modules/engines/software_generic/Makefile
  1923. config.status:1589: creating src/modules/engines/software_gdi/Makefile
  1924. config.status:1589: creating src/modules/engines/software_ddraw/Makefile
  1925. config.status:1589: creating src/modules/engines/direct3d/Makefile
  1926. config.status:1589: creating src/modules/engines/software_16_wince/Makefile
  1927. config.status:1589: creating src/modules/engines/software_x11/Makefile
  1928. config.status:1589: creating src/modules/engines/fb/Makefile
  1929. config.status:1589: creating src/modules/engines/buffer/Makefile
  1930. config.status:1589: creating src/modules/engines/directfb/Makefile
  1931. config.status:1589: creating src/modules/engines/gl_common/Makefile
  1932. config.status:1589: creating src/modules/engines/gl_glew/Makefile
  1933. config.status:1589: creating src/modules/engines/gl_x11/Makefile
  1934. config.status:1589: creating src/modules/engines/gl_sdl/Makefile
  1935. config.status:1589: creating src/modules/engines/quartz/Makefile
  1936. config.status:1589: creating src/modules/engines/xrender_x11/Makefile
  1937. config.status:1589: creating src/modules/engines/software_sdl/Makefile
  1938. config.status:1589: creating src/modules/engines/software_8/Makefile
  1939. config.status:1589: creating src/modules/engines/software_8_x11/Makefile
  1940. config.status:1589: creating src/modules/engines/software_16/Makefile
  1941. config.status:1589: creating src/modules/engines/software_16_x11/Makefile
  1942. config.status:1589: creating src/modules/engines/software_16_ddraw/Makefile
  1943. config.status:1589: creating src/modules/engines/software_16_sdl/Makefile
  1944. config.status:1589: creating src/modules/loaders/Makefile
  1945. config.status:1589: creating src/modules/loaders/edb/Makefile
  1946. config.status:1589: creating src/modules/loaders/eet/Makefile
  1947. config.status:1589: creating src/modules/loaders/gif/Makefile
  1948. config.status:1589: creating src/modules/loaders/jpeg/Makefile
  1949. config.status:1589: creating src/modules/loaders/png/Makefile
  1950. config.status:1589: creating src/modules/loaders/tiff/Makefile
  1951. config.status:1589: creating src/modules/loaders/xpm/Makefile
  1952. config.status:1589: creating src/modules/loaders/bmp/Makefile
  1953. config.status:1589: creating src/modules/loaders/ico/Makefile
  1954. config.status:1589: creating src/modules/loaders/tga/Makefile
  1955. config.status:1589: creating src/modules/loaders/svg/Makefile
  1956. config.status:1589: creating src/modules/loaders/pmaps/Makefile
  1957. config.status:1589: creating src/modules/loaders/wbmp/Makefile
  1958. config.status:1589: creating src/modules/savers/Makefile
  1959. config.status:1589: creating src/modules/savers/edb/Makefile
  1960. config.status:1589: creating src/modules/savers/eet/Makefile
  1961. config.status:1589: creating src/modules/savers/jpeg/Makefile
  1962. config.status:1589: creating src/modules/savers/png/Makefile
  1963. config.status:1589: creating src/modules/savers/tiff/Makefile
  1964. config.status:1589: creating src/lib/include/Makefile
  1965. config.status:1589: creating src/examples/Makefile
  1966. config.status:1589: creating README
  1967. config.status:1589: creating evas.spec
  1968. config.status:1589: creating config.h
  1969. config.status:1809: executing depfiles commands
  1970. config.status:1809: executing libtool commands
  1971. configure:33951: WARNING: unrecognized options: --disable-maintainer-mode
  1972.  
  1973. ## ---------------- ##
  1974. ## Cache variables. ##
  1975. ## ---------------- ##
  1976.  
  1977. ac_cv___attribute__=yes
  1978. ac_cv_build=i486-pc-linux-gnu
  1979. ac_cv_c_bigendian=no
  1980. ac_cv_c_compiler_gnu=yes
  1981. ac_cv_c_const=yes
  1982. ac_cv_cxx_compiler_gnu=yes
  1983. ac_cv_env_CCC_set=
  1984. ac_cv_env_CCC_value=
  1985. ac_cv_env_CC_set=
  1986. ac_cv_env_CC_value=
  1987. ac_cv_env_CFLAGS_set=set
  1988. ac_cv_env_CFLAGS_value='-g -O2'
  1989. ac_cv_env_CPPFLAGS_set=set
  1990. ac_cv_env_CPPFLAGS_value=
  1991. ac_cv_env_CPP_set=
  1992. ac_cv_env_CPP_value=
  1993. ac_cv_env_CXXCPP_set=
  1994. ac_cv_env_CXXCPP_value=
  1995. ac_cv_env_CXXFLAGS_set=set
  1996. ac_cv_env_CXXFLAGS_value='-g -O2'
  1997. ac_cv_env_CXX_set=
  1998. ac_cv_env_CXX_value=
  1999. ac_cv_env_DIRECTFB_CFLAGS_set=
  2000. ac_cv_env_DIRECTFB_CFLAGS_value=
  2001. ac_cv_env_DIRECTFB_LIBS_set=
  2002. ac_cv_env_DIRECTFB_LIBS_value=
  2003. ac_cv_env_EDB_CFLAGS_set=
  2004. ac_cv_env_EDB_CFLAGS_value=
  2005. ac_cv_env_EDB_LIBS_set=
  2006. ac_cv_env_EDB_LIBS_value=
  2007. ac_cv_env_EET_CFLAGS_set=
  2008. ac_cv_env_EET_CFLAGS_value=
  2009. ac_cv_env_EET_LIBS_set=
  2010. ac_cv_env_EET_LIBS_value=
  2011. ac_cv_env_EINA_CFLAGS_set=
  2012. ac_cv_env_EINA_CFLAGS_value=
  2013. ac_cv_env_EINA_LIBS_set=
  2014. ac_cv_env_EINA_LIBS_value=
  2015. ac_cv_env_EVIL_CFLAGS_set=
  2016. ac_cv_env_EVIL_CFLAGS_value=
  2017. ac_cv_env_EVIL_LIBS_set=
  2018. ac_cv_env_EVIL_LIBS_value=
  2019. ac_cv_env_FONTCONFIG_CFLAGS_set=
  2020. ac_cv_env_FONTCONFIG_CFLAGS_value=
  2021. ac_cv_env_FONTCONFIG_LIBS_set=
  2022. ac_cv_env_FONTCONFIG_LIBS_value=
  2023. ac_cv_env_FREETYPE_CFLAGS_set=
  2024. ac_cv_env_FREETYPE_CFLAGS_value=
  2025. ac_cv_env_FREETYPE_LIBS_set=
  2026. ac_cv_env_FREETYPE_LIBS_value=
  2027. ac_cv_env_FRIBIDI_CFLAGS_set=
  2028. ac_cv_env_FRIBIDI_CFLAGS_value=
  2029. ac_cv_env_FRIBIDI_LIBS_set=
  2030. ac_cv_env_FRIBIDI_LIBS_value=
  2031. ac_cv_env_HARFBUZZ_CFLAGS_set=
  2032. ac_cv_env_HARFBUZZ_CFLAGS_value=
  2033. ac_cv_env_HARFBUZZ_LIBS_set=
  2034. ac_cv_env_HARFBUZZ_LIBS_value=
  2035. ac_cv_env_LDFLAGS_set=set
  2036. ac_cv_env_LDFLAGS_value=-Wl,-Bsymbolic-functions
  2037. ac_cv_env_LIBS_set=
  2038. ac_cv_env_LIBS_value=
  2039. ac_cv_env_OBJCFLAGS_set=
  2040. ac_cv_env_OBJCFLAGS_value=
  2041. ac_cv_env_OBJCPP_set=
  2042. ac_cv_env_OBJCPP_value=
  2043. ac_cv_env_OBJC_set=
  2044. ac_cv_env_OBJC_value=
  2045. ac_cv_env_PKG_CONFIG_set=
  2046. ac_cv_env_PKG_CONFIG_value=
  2047. ac_cv_env_PNG_CFLAGS_set=
  2048. ac_cv_env_PNG_CFLAGS_value=
  2049. ac_cv_env_PNG_LIBS_set=
  2050. ac_cv_env_PNG_LIBS_value=
  2051. ac_cv_env_SDL_CFLAGS_set=
  2052. ac_cv_env_SDL_CFLAGS_value=
  2053. ac_cv_env_SDL_LIBS_set=
  2054. ac_cv_env_SDL_LIBS_value=
  2055. ac_cv_env_SVG_CFLAGS_set=
  2056. ac_cv_env_SVG_CFLAGS_value=
  2057. ac_cv_env_SVG_LIBS_set=
  2058. ac_cv_env_SVG_LIBS_value=
  2059. ac_cv_env_VALGRIND_CFLAGS_set=
  2060. ac_cv_env_VALGRIND_CFLAGS_value=
  2061. ac_cv_env_VALGRIND_LIBS_set=
  2062. ac_cv_env_VALGRIND_LIBS_value=
  2063. ac_cv_env_XCBRENDER_CFLAGS_set=
  2064. ac_cv_env_XCBRENDER_CFLAGS_value=
  2065. ac_cv_env_XCBRENDER_LIBS_set=
  2066. ac_cv_env_XCBRENDER_LIBS_value=
  2067. ac_cv_env_XCB_CFLAGS_set=
  2068. ac_cv_env_XCB_CFLAGS_value=
  2069. ac_cv_env_XCB_LIBS_set=
  2070. ac_cv_env_XCB_LIBS_value=
  2071. ac_cv_env_XEXT_CFLAGS_set=
  2072. ac_cv_env_XEXT_CFLAGS_value=
  2073. ac_cv_env_XEXT_LIBS_set=
  2074. ac_cv_env_XEXT_LIBS_value=
  2075. ac_cv_env_XMKMF_set=
  2076. ac_cv_env_XMKMF_value=
  2077. ac_cv_env_build_alias_set=set
  2078. ac_cv_env_build_alias_value=i486-linux-gnu
  2079. ac_cv_env_host_alias_set=
  2080. ac_cv_env_host_alias_value=
  2081. ac_cv_env_target_alias_set=
  2082. ac_cv_env_target_alias_value=
  2083. ac_cv_func_alloca_works=yes
  2084. ac_cv_func_connect=yes
  2085. ac_cv_func_dlopen=no
  2086. ac_cv_func_gethostbyname=yes
  2087. ac_cv_func_remove=yes
  2088. ac_cv_func_shmat=yes
  2089. ac_cv_have_x='have_x=yes ac_x_includes='\'''\'' ac_x_libraries='\'''\'''
  2090. ac_cv_header_GLES2_gl2_h=no
  2091. ac_cv_header_GL_gl_h=yes
  2092. ac_cv_header_X11_X_h=yes
  2093. ac_cv_header_dlfcn_h=yes
  2094. ac_cv_header_fnmatch_h=yes
  2095. ac_cv_header_gif_lib_h=yes
  2096. ac_cv_header_inttypes_h=yes
  2097. ac_cv_header_jpeglib_h=yes
  2098. ac_cv_header_linux_fb_h=yes
  2099. ac_cv_header_memory_h=yes
  2100. ac_cv_header_minix_config_h=no
  2101. ac_cv_header_pthread_h=yes
  2102. ac_cv_header_sched_h=yes
  2103. ac_cv_header_stdc=yes
  2104. ac_cv_header_stdint_h=yes
  2105. ac_cv_header_stdlib_h=yes
  2106. ac_cv_header_string_h=yes
  2107. ac_cv_header_strings_h=yes
  2108. ac_cv_header_sys_param_h=yes
  2109. ac_cv_header_sys_stat_h=yes
  2110. ac_cv_header_sys_types_h=yes
  2111. ac_cv_header_tiffio_h=yes
  2112. ac_cv_header_unistd_h=yes
  2113. ac_cv_host=i486-pc-linux-gnu
  2114. ac_cv_lib_GL_glXCreateContext=no
  2115. ac_cv_lib_ICE_IceConnectionNumber=yes
  2116. ac_cv_lib_X11_XCreateColormap=yes
  2117. ac_cv_lib_X11_XCreateImage=yes
  2118. ac_cv_lib_Xext_XShmCreateImage=yes
  2119. ac_cv_lib_Xrender_XRenderCreatePicture=yes
  2120. ac_cv_lib_dl_dladdr=yes
  2121. ac_cv_lib_dl_dlopen=yes
  2122. ac_cv_lib_gif_DGifOpenFileName=yes
  2123. ac_cv_lib_jpeg_jpeg_CreateDecompress=yes
  2124. ac_cv_lib_pthread_pthread_attr_setaffinity_np=yes
  2125. ac_cv_lib_pthread_pthread_barrier_wait=yes
  2126. ac_cv_lib_pthread_pthread_create=yes
  2127. ac_cv_lib_tiff_TIFFReadScanline=yes
  2128. ac_cv_objc_compiler_gnu=no
  2129. ac_cv_objext=o
  2130. ac_cv_path_EGREP='/bin/grep -E'
  2131. ac_cv_path_FGREP='/bin/grep -F'
  2132. ac_cv_path_GREP=/bin/grep
  2133. ac_cv_path_SED=/bin/sed
  2134. ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config
  2135. ac_cv_path_install='/usr/bin/install -c'
  2136. ac_cv_path_mkdir=/bin/mkdir
  2137. ac_cv_prog_AWK=gawk
  2138. ac_cv_prog_CPP='gcc -E'
  2139. ac_cv_prog_CXXCPP='g++ -E'
  2140. ac_cv_prog_ac_ct_AR=ar
  2141. ac_cv_prog_ac_ct_CC=gcc
  2142. ac_cv_prog_ac_ct_CXX=g++
  2143. ac_cv_prog_ac_ct_OBJC=gcc
  2144. ac_cv_prog_ac_ct_OBJDUMP=objdump
  2145. ac_cv_prog_ac_ct_RANLIB=ranlib
  2146. ac_cv_prog_ac_ct_STRIP=strip
  2147. ac_cv_prog_cc_c89=
  2148. ac_cv_prog_cc_g=yes
  2149. ac_cv_prog_cxx_g=yes
  2150. ac_cv_prog_efl_have_doxygen=yes
  2151. ac_cv_prog_make_make_set=yes
  2152. ac_cv_prog_objc_g=no
  2153. ac_cv_safe_to_define___extensions__=yes
  2154. ac_cv_search_fnmatch='none required'
  2155. ac_cv_search_strerror='none required'
  2156. ac_cv_working_alloca_h=yes
  2157. am_cv_CC_dependencies_compiler_type=none
  2158. am_cv_CXX_dependencies_compiler_type=none
  2159. am_cv_OBJC_dependencies_compiler_type=none
  2160. am_cv_prog_cc_stdc=
  2161. lt_cv_deplibs_check_method=pass_all
  2162. lt_cv_file_magic_cmd='$MAGIC_CMD'
  2163. lt_cv_file_magic_test_file=
  2164. lt_cv_ld_reload_flag=-r
  2165. lt_cv_nm_interface='BSD nm'
  2166. lt_cv_objdir=.libs
  2167. lt_cv_path_LD=/usr/bin/ld
  2168. lt_cv_path_LDCXX=/usr/bin/ld
  2169. lt_cv_path_NM='/usr/bin/nm -B'
  2170. lt_cv_prog_compiler_c_o=yes
  2171. lt_cv_prog_compiler_c_o_CXX=yes
  2172. lt_cv_prog_compiler_pic_works=yes
  2173. lt_cv_prog_compiler_pic_works_CXX=yes
  2174. lt_cv_prog_compiler_rtti_exceptions=no
  2175. lt_cv_prog_compiler_static_works=yes
  2176. lt_cv_prog_compiler_static_works_CXX=yes
  2177. lt_cv_prog_gnu_ld=yes
  2178. lt_cv_prog_gnu_ldcxx=yes
  2179. lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'''
  2180. lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\'''
  2181. lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\'''
  2182. lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
  2183. lt_cv_sys_max_cmd_len=805306365
  2184. pkg_cv_EET_CFLAGS='-I/usr/include/eet-1 -I/usr/include/eina-1 -I/usr/include/eina-1/eina '
  2185. pkg_cv_EET_LIBS='-leet '
  2186. pkg_cv_EINA_CFLAGS='-I/usr/include/eina-1 -I/usr/include/eina-1/eina '
  2187. pkg_cv_EINA_LIBS='-leina '
  2188. pkg_cv_FONTCONFIG_CFLAGS=' '
  2189. pkg_cv_FONTCONFIG_LIBS='-lfontconfig '
  2190. pkg_cv_FREETYPE_CFLAGS='-I/usr/include/freetype2 '
  2191. pkg_cv_FREETYPE_LIBS='-lfreetype '
  2192. pkg_cv_PNG_CFLAGS='-I/usr/include/libpng12 '
  2193. pkg_cv_PNG_LIBS='-lpng12 '
  2194. pkg_cv_SVG_CFLAGS='-pthread -I/usr/include/librsvg-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/cairo -I/usr/include/libpng12 -I/usr/include/pixman-1 -I/usr/include/freetype2 '
  2195. pkg_cv_SVG_LIBS='-pthread -lrsvg-2 -lgio-2.0 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -lpng12 -lgthread-2.0 -lrt -lglib-2.0 -lcairo '
  2196. rw_cv_prog_objc_works=no
  2197.  
  2198. ## ----------------- ##
  2199. ## Output variables. ##
  2200. ## ----------------- ##
  2201.  
  2202. ACLOCAL='${SHELL} /media/sda6/Bodhi/e17_debs/20110318/evas-20110318/missing --run aclocal-1.11'
  2203. ALLOCA=''
  2204. AMDEPBACKSLASH=''
  2205. AMDEP_FALSE=''
  2206. AMDEP_TRUE='#'
  2207. AMTAR='${SHELL} /media/sda6/Bodhi/e17_debs/20110318/evas-20110318/missing --run tar'
  2208. AM_BACKSLASH='\'
  2209. AM_DEFAULT_VERBOSITY='0'
  2210. AR='ar'
  2211. AS='as'
  2212. AUTOCONF='${SHELL} /media/sda6/Bodhi/e17_debs/20110318/evas-20110318/missing --run autoconf'
  2213. AUTOHEADER='${SHELL} /media/sda6/Bodhi/e17_debs/20110318/evas-20110318/missing --run autoheader'
  2214. AUTOMAKE='${SHELL} /media/sda6/Bodhi/e17_debs/20110318/evas-20110318/missing --run automake-1.11'
  2215. AWK='gawk'
  2216. BUILD_ENGINE_BUFFER_FALSE='#'
  2217. BUILD_ENGINE_BUFFER_TRUE=''
  2218. BUILD_ENGINE_DIRECT3D_FALSE=''
  2219. BUILD_ENGINE_DIRECT3D_TRUE='#'
  2220. BUILD_ENGINE_DIRECTFB_FALSE=''
  2221. BUILD_ENGINE_DIRECTFB_TRUE='#'
  2222. BUILD_ENGINE_FB_FALSE='#'
  2223. BUILD_ENGINE_FB_TRUE=''
  2224. BUILD_ENGINE_GL_COMMON_FALSE=''
  2225. BUILD_ENGINE_GL_COMMON_TRUE='#'
  2226. BUILD_ENGINE_GL_GLEW_FALSE=''
  2227. BUILD_ENGINE_GL_GLEW_TRUE='#'
  2228. BUILD_ENGINE_GL_SDL_FALSE=''
  2229. BUILD_ENGINE_GL_SDL_TRUE='#'
  2230. BUILD_ENGINE_GL_X11_FALSE=''
  2231. BUILD_ENGINE_GL_X11_TRUE='#'
  2232. BUILD_ENGINE_QUARTZ_FALSE=''
  2233. BUILD_ENGINE_QUARTZ_TRUE='#'
  2234. BUILD_ENGINE_SOFTWARE_16_DDRAW_FALSE=''
  2235. BUILD_ENGINE_SOFTWARE_16_DDRAW_TRUE='#'
  2236. BUILD_ENGINE_SOFTWARE_16_FALSE=''
  2237. BUILD_ENGINE_SOFTWARE_16_TRUE='#'
  2238. BUILD_ENGINE_SOFTWARE_16_WINCE_FALSE=''
  2239. BUILD_ENGINE_SOFTWARE_16_WINCE_TRUE='#'
  2240. BUILD_ENGINE_SOFTWARE_16_X11_FALSE=''
  2241. BUILD_ENGINE_SOFTWARE_16_X11_TRUE='#'
  2242. BUILD_ENGINE_SOFTWARE_8_FALSE=''
  2243. BUILD_ENGINE_SOFTWARE_8_TRUE='#'
  2244. BUILD_ENGINE_SOFTWARE_8_X11_FALSE=''
  2245. BUILD_ENGINE_SOFTWARE_8_X11_TRUE='#'
  2246. BUILD_ENGINE_SOFTWARE_DDRAW_FALSE=''
  2247. BUILD_ENGINE_SOFTWARE_DDRAW_TRUE='#'
  2248. BUILD_ENGINE_SOFTWARE_GDI_FALSE=''
  2249. BUILD_ENGINE_SOFTWARE_GDI_TRUE='#'
  2250. BUILD_ENGINE_SOFTWARE_SDL_FALSE=''
  2251. BUILD_ENGINE_SOFTWARE_SDL_TRUE='#'
  2252. BUILD_ENGINE_SOFTWARE_X11_FALSE='#'
  2253. BUILD_ENGINE_SOFTWARE_X11_TRUE=''
  2254. BUILD_ENGINE_SOFTWARE_XCB_FALSE=''
  2255. BUILD_ENGINE_SOFTWARE_XCB_TRUE='#'
  2256. BUILD_ENGINE_SOFTWARE_XLIB_FALSE='#'
  2257. BUILD_ENGINE_SOFTWARE_XLIB_TRUE=''
  2258. BUILD_ENGINE_XRENDER_X11_FALSE=''
  2259. BUILD_ENGINE_XRENDER_X11_TRUE='#'
  2260. BUILD_ENGINE_XRENDER_XCB_FALSE=''
  2261. BUILD_ENGINE_XRENDER_XCB_TRUE='#'
  2262. BUILD_EXAMPLES_FALSE=''
  2263. BUILD_EXAMPLES_TRUE='#'
  2264. BUILD_LOADER_BMP_FALSE='#'
  2265. BUILD_LOADER_BMP_TRUE=''
  2266. BUILD_LOADER_EDB_FALSE=''
  2267. BUILD_LOADER_EDB_TRUE='#'
  2268. BUILD_LOADER_EET_FALSE='#'
  2269. BUILD_LOADER_EET_TRUE=''
  2270. BUILD_LOADER_GIF_FALSE='#'
  2271. BUILD_LOADER_GIF_TRUE=''
  2272. BUILD_LOADER_ICO_FALSE='#'
  2273. BUILD_LOADER_ICO_TRUE=''
  2274. BUILD_LOADER_JPEG_FALSE='#'
  2275. BUILD_LOADER_JPEG_TRUE=''
  2276. BUILD_LOADER_PMAPS_FALSE='#'
  2277. BUILD_LOADER_PMAPS_TRUE=''
  2278. BUILD_LOADER_PNG_FALSE='#'
  2279. BUILD_LOADER_PNG_TRUE=''
  2280. BUILD_LOADER_SVG_FALSE='#'
  2281. BUILD_LOADER_SVG_TRUE=''
  2282. BUILD_LOADER_TGA_FALSE='#'
  2283. BUILD_LOADER_TGA_TRUE=''
  2284. BUILD_LOADER_TIFF_FALSE='#'
  2285. BUILD_LOADER_TIFF_TRUE=''
  2286. BUILD_LOADER_WBMP_FALSE='#'
  2287. BUILD_LOADER_WBMP_TRUE=''
  2288. BUILD_LOADER_XPM_FALSE='#'
  2289. BUILD_LOADER_XPM_TRUE=''
  2290. BUILD_SAVER_JPEG_FALSE='#'
  2291. BUILD_SAVER_JPEG_TRUE=''
  2292. CC='gcc'
  2293. CCDEPMODE='depmode=none'
  2294. CFLAGS='-g -O2'
  2295. CPP='gcc -E'
  2296. CPPFLAGS=''
  2297. CXX='g++'
  2298. CXXCPP='g++ -E'
  2299. CXXDEPMODE='depmode=none'
  2300. CXXFLAGS='-g -O2'
  2301. CYGPATH_W='echo'
  2302. DEFS='-DHAVE_CONFIG_H'
  2303. DEPDIR='.deps'
  2304. DIRECTFB_CFLAGS=''
  2305. DIRECTFB_LIBS=''
  2306. DLLTOOL='dlltool'
  2307. DSYMUTIL=''
  2308. DUMPBIN=''
  2309. ECHO_C=''
  2310. ECHO_N='-n'
  2311. ECHO_T=''
  2312. EDB_CFLAGS=''
  2313. EDB_LIBS=''
  2314. EET_CFLAGS='-I/usr/include/eet-1 -I/usr/include/eina-1 -I/usr/include/eina-1/eina '
  2315. EET_LIBS='-leet '
  2316. EFL_BUILD_DOC_FALSE='#'
  2317. EFL_BUILD_DOC_TRUE=''
  2318. EFL_FNMATCH_LIBS=''
  2319. EGREP='/bin/grep -E'
  2320. EINA_CFLAGS='-I/usr/include/eina-1 -I/usr/include/eina-1/eina '
  2321. EINA_LIBS='-leina '
  2322. EVAS_CSERVE_FALSE='#'
  2323. EVAS_CSERVE_TRUE=''
  2324. EVAS_MAGIC_DEBUG_FALSE='#'
  2325. EVAS_MAGIC_DEBUG_TRUE=''
  2326. EVAS_STATIC_BUILD_BMP_FALSE=''
  2327. EVAS_STATIC_BUILD_BMP_TRUE='#'
  2328. EVAS_STATIC_BUILD_BUFFER_FALSE=''
  2329. EVAS_STATIC_BUILD_BUFFER_TRUE='#'
  2330. EVAS_STATIC_BUILD_DIRECT3D_FALSE=''
  2331. EVAS_STATIC_BUILD_DIRECT3D_TRUE='#'
  2332. EVAS_STATIC_BUILD_DIRECTFB_FALSE=''
  2333. EVAS_STATIC_BUILD_DIRECTFB_TRUE='#'
  2334. EVAS_STATIC_BUILD_EDB_FALSE=''
  2335. EVAS_STATIC_BUILD_EDB_TRUE='#'
  2336. EVAS_STATIC_BUILD_EET_FALSE=''
  2337. EVAS_STATIC_BUILD_EET_TRUE='#'
  2338. EVAS_STATIC_BUILD_FB_FALSE=''
  2339. EVAS_STATIC_BUILD_FB_TRUE='#'
  2340. EVAS_STATIC_BUILD_GIF_FALSE=''
  2341. EVAS_STATIC_BUILD_GIF_TRUE='#'
  2342. EVAS_STATIC_BUILD_GL_GLEW_FALSE=''
  2343. EVAS_STATIC_BUILD_GL_GLEW_TRUE='#'
  2344. EVAS_STATIC_BUILD_GL_SDL_FALSE=''
  2345. EVAS_STATIC_BUILD_GL_SDL_TRUE='#'
  2346. EVAS_STATIC_BUILD_GL_X11_FALSE=''
  2347. EVAS_STATIC_BUILD_GL_X11_TRUE='#'
  2348. EVAS_STATIC_BUILD_ICO_FALSE=''
  2349. EVAS_STATIC_BUILD_ICO_TRUE='#'
  2350. EVAS_STATIC_BUILD_JPEG_FALSE=''
  2351. EVAS_STATIC_BUILD_JPEG_TRUE='#'
  2352. EVAS_STATIC_BUILD_PMAPS_FALSE=''
  2353. EVAS_STATIC_BUILD_PMAPS_TRUE='#'
  2354. EVAS_STATIC_BUILD_PNG_FALSE=''
  2355. EVAS_STATIC_BUILD_PNG_TRUE='#'
  2356. EVAS_STATIC_BUILD_QUARTZ_FALSE=''
  2357. EVAS_STATIC_BUILD_QUARTZ_TRUE='#'
  2358. EVAS_STATIC_BUILD_SOFTWARE_16_DDRAW_FALSE=''
  2359. EVAS_STATIC_BUILD_SOFTWARE_16_DDRAW_TRUE='#'
  2360. EVAS_STATIC_BUILD_SOFTWARE_16_FALSE=''
  2361. EVAS_STATIC_BUILD_SOFTWARE_16_TRUE='#'
  2362. EVAS_STATIC_BUILD_SOFTWARE_16_WINCE_FALSE=''
  2363. EVAS_STATIC_BUILD_SOFTWARE_16_WINCE_TRUE='#'
  2364. EVAS_STATIC_BUILD_SOFTWARE_16_X11_FALSE=''
  2365. EVAS_STATIC_BUILD_SOFTWARE_16_X11_TRUE='#'
  2366. EVAS_STATIC_BUILD_SOFTWARE_8_FALSE=''
  2367. EVAS_STATIC_BUILD_SOFTWARE_8_TRUE='#'
  2368. EVAS_STATIC_BUILD_SOFTWARE_8_X11_FALSE=''
  2369. EVAS_STATIC_BUILD_SOFTWARE_8_X11_TRUE='#'
  2370. EVAS_STATIC_BUILD_SOFTWARE_DDRAW_FALSE=''
  2371. EVAS_STATIC_BUILD_SOFTWARE_DDRAW_TRUE='#'
  2372. EVAS_STATIC_BUILD_SOFTWARE_GDI_FALSE=''
  2373. EVAS_STATIC_BUILD_SOFTWARE_GDI_TRUE='#'
  2374. EVAS_STATIC_BUILD_SOFTWARE_GENERIC_FALSE=''
  2375. EVAS_STATIC_BUILD_SOFTWARE_GENERIC_TRUE='#'
  2376. EVAS_STATIC_BUILD_SOFTWARE_SDL_FALSE=''
  2377. EVAS_STATIC_BUILD_SOFTWARE_SDL_TRUE='#'
  2378. EVAS_STATIC_BUILD_SOFTWARE_X11_FALSE=''
  2379. EVAS_STATIC_BUILD_SOFTWARE_X11_TRUE='#'
  2380. EVAS_STATIC_BUILD_SOFTWARE_XCB_FALSE=''
  2381. EVAS_STATIC_BUILD_SOFTWARE_XCB_TRUE='#'
  2382. EVAS_STATIC_BUILD_SOFTWARE_XLIB_FALSE=''
  2383. EVAS_STATIC_BUILD_SOFTWARE_XLIB_TRUE='#'
  2384. EVAS_STATIC_BUILD_SVG_FALSE=''
  2385. EVAS_STATIC_BUILD_SVG_TRUE='#'
  2386. EVAS_STATIC_BUILD_TGA_FALSE=''
  2387. EVAS_STATIC_BUILD_TGA_TRUE='#'
  2388. EVAS_STATIC_BUILD_TIFF_FALSE=''
  2389. EVAS_STATIC_BUILD_TIFF_TRUE='#'
  2390. EVAS_STATIC_BUILD_WBMP_FALSE=''
  2391. EVAS_STATIC_BUILD_WBMP_TRUE='#'
  2392. EVAS_STATIC_BUILD_XPM_FALSE=''
  2393. EVAS_STATIC_BUILD_XPM_TRUE='#'
  2394. EVAS_STATIC_BUILD_XRENDER_X11_FALSE=''
  2395. EVAS_STATIC_BUILD_XRENDER_X11_TRUE='#'
  2396. EVAS_STATIC_BUILD_XRENDER_XCB_FALSE=''
  2397. EVAS_STATIC_BUILD_XRENDER_XCB_TRUE='#'
  2398. EVIL_CFLAGS=''
  2399. EVIL_LIBS=''
  2400. EXEEXT=''
  2401. FGREP='/bin/grep -F'
  2402. FONTCONFIG_CFLAGS=' '
  2403. FONTCONFIG_LIBS='-lfontconfig '
  2404. FREETYPE_CFLAGS='-I/usr/include/freetype2 '
  2405. FREETYPE_LIBS='-lfreetype '
  2406. FRIBIDI_CFLAGS=''
  2407. FRIBIDI_LIBS=''
  2408. GREP='/bin/grep'
  2409. HARFBUZZ_CFLAGS=''
  2410. HARFBUZZ_LIBS=''
  2411. INSTALL_DATA='${INSTALL} -m 644'
  2412. INSTALL_EXAMPLES_FALSE='#'
  2413. INSTALL_EXAMPLES_TRUE=''
  2414. INSTALL_PROGRAM='${INSTALL}'
  2415. INSTALL_SCRIPT='${INSTALL}'
  2416. INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
  2417. LD='/usr/bin/ld'
  2418. LDFLAGS='-Wl,-Bsymbolic-functions'
  2419. LIBOBJS=''
  2420. LIBS=''
  2421. LIBTOOL='$(SHELL) $(top_builddir)/libtool'
  2422. LIPO=''
  2423. LN_S='ln -s'
  2424. LTLIBOBJS=''
  2425. MAKEINFO='${SHELL} /media/sda6/Bodhi/e17_debs/20110318/evas-20110318/missing --run makeinfo'
  2426. METRIC_CACHE_FALSE=''
  2427. METRIC_CACHE_TRUE='#'
  2428. MKDIR_P='/bin/mkdir -p'
  2429. MODULE_ARCH='linux-gnu-i486-1.0.99'
  2430. NM='/usr/bin/nm -B'
  2431. NMEDIT=''
  2432. OBJC='gcc'
  2433. OBJCDEPMODE='depmode=none'
  2434. OBJCFLAGS=''
  2435. OBJCPP=''
  2436. OBJDUMP='objdump'
  2437. OBJEXT='o'
  2438. OTOOL64=''
  2439. OTOOL=''
  2440. PACKAGE='evas'
  2441. PACKAGE_BUGREPORT='enlightenment-devel@lists.sourceforge.net'
  2442. PACKAGE_NAME='evas'
  2443. PACKAGE_STRING='evas 1.0.99.57842'
  2444. PACKAGE_TARNAME='evas'
  2445. PACKAGE_URL=''
  2446. PACKAGE_VERSION='1.0.99.57842'
  2447. PATH_SEPARATOR=':'
  2448. PKG_CONFIG='/usr/bin/pkg-config'
  2449. PNG_CFLAGS='-I/usr/include/libpng12 '
  2450. PNG_LIBS='-lpng12 '
  2451. RANLIB='ranlib'
  2452. SDL_CFLAGS=''
  2453. SDL_LIBS=''
  2454. SED='/bin/sed'
  2455. SET_MAKE=''
  2456. SHELL='/bin/bash'
  2457. STRIP='strip'
  2458. SVG_CFLAGS='-pthread -I/usr/include/librsvg-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/cairo -I/usr/include/libpng12 -I/usr/include/pixman-1 -I/usr/include/freetype2 '
  2459. SVG_LIBS='-pthread -lrsvg-2 -lgio-2.0 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -lpng12 -lgthread-2.0 -lrt -lglib-2.0 -lcairo '
  2460. VALGRIND_CFLAGS=''
  2461. VALGRIND_LIBS=''
  2462. VERSION='1.0.99.57842'
  2463. VMAJ='1'
  2464. WIN32_CFLAGS=''
  2465. WIN32_CPPFLAGS=''
  2466. WORD_CACHE_FALSE=''
  2467. WORD_CACHE_TRUE='#'
  2468. XCBRENDER_CFLAGS=''
  2469. XCBRENDER_LIBS=''
  2470. XCB_CFLAGS=''
  2471. XCB_LIBS=''
  2472. XEXT_CFLAGS=''
  2473. XEXT_LIBS=''
  2474. XMKMF=''
  2475. X_CFLAGS=''
  2476. X_EXTRA_LIBS=''
  2477. X_LIBS=''
  2478. X_PRE_LIBS=' -lSM -lICE -lSM -lICE'
  2479. ac_ct_CC='gcc'
  2480. ac_ct_CXX='g++'
  2481. ac_ct_DUMPBIN=''
  2482. ac_ct_OBJC='gcc'
  2483. altivec_cflags=''
  2484. am__EXEEXT_FALSE=''
  2485. am__EXEEXT_TRUE='#'
  2486. am__fastdepCC_FALSE=''
  2487. am__fastdepCC_TRUE='#'
  2488. am__fastdepCXX_FALSE=''
  2489. am__fastdepCXX_TRUE='#'
  2490. am__fastdepOBJC_FALSE=''
  2491. am__fastdepOBJC_TRUE='#'
  2492. am__include='include'
  2493. am__isrc=''
  2494. am__leading_dot='.'
  2495. am__quote=''
  2496. am__tar='${AMTAR} chof - "$$tardir"'
  2497. am__untar='${AMTAR} xf -'
  2498. bindir='${exec_prefix}/bin'
  2499. build='i486-pc-linux-gnu'
  2500. build_alias='i486-linux-gnu'
  2501. build_cpu='i486'
  2502. build_os='linux-gnu'
  2503. build_vendor='pc'
  2504. datadir='${datarootdir}'
  2505. datarootdir='${prefix}/share'
  2506. dlopen_libs='-ldl'
  2507. docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
  2508. dvidir='${docdir}'
  2509. efl_doxygen='doxygen'
  2510. efl_have_doxygen='yes'
  2511. evas_engine_buffer_cflags=''
  2512. evas_engine_buffer_libs=''
  2513. evas_engine_direct3d_cflags=''
  2514. evas_engine_direct3d_libs=''
  2515. evas_engine_directfb_cflags=''
  2516. evas_engine_directfb_libs=''
  2517. evas_engine_fb_cflags=''
  2518. evas_engine_fb_libs=''
  2519. evas_engine_gl_common_libs=''
  2520. evas_engine_gl_glew_cflags=''
  2521. evas_engine_gl_glew_libs=''
  2522. evas_engine_gl_sdl_cflags=''
  2523. evas_engine_gl_sdl_libs=''
  2524. evas_engine_gl_x11_cflags=''
  2525. evas_engine_gl_x11_libs=''
  2526. evas_engine_quartz_cflags=''
  2527. evas_engine_quartz_libs=''
  2528. evas_engine_software_16_ddraw_cflags=''
  2529. evas_engine_software_16_ddraw_libs=''
  2530. evas_engine_software_16_wince_cflags=''
  2531. evas_engine_software_16_wince_libs=''
  2532. evas_engine_software_16_x11_cflags=''
  2533. evas_engine_software_16_x11_libs=''
  2534. evas_engine_software_8_x11_cflags=''
  2535. evas_engine_software_8_x11_libs=''
  2536. evas_engine_software_ddraw_cflags=''
  2537. evas_engine_software_ddraw_libs=''
  2538. evas_engine_software_gdi_cflags=''
  2539. evas_engine_software_gdi_libs=''
  2540. evas_engine_software_sdl_cflags=''
  2541. evas_engine_software_sdl_libs=''
  2542. evas_engine_software_xcb_cflags=''
  2543. evas_engine_software_xcb_libs=''
  2544. evas_engine_software_xlib_cflags=''
  2545. evas_engine_software_xlib_libs=' -lX11 -lXext'
  2546. evas_engine_xrender_x11_cflags=''
  2547. evas_engine_xrender_x11_libs=''
  2548. evas_engine_xrender_xcb_cflags=''
  2549. evas_engine_xrender_xcb_libs=''
  2550. evas_image_loader_bmp_cflags=''
  2551. evas_image_loader_bmp_libs=''
  2552. evas_image_loader_edb_cflags=''
  2553. evas_image_loader_edb_libs=''
  2554. evas_image_loader_eet_cflags='-I/usr/include/eet-1 -I/usr/include/eina-1 -I/usr/include/eina-1/eina '
  2555. evas_image_loader_eet_libs='-leet '
  2556. evas_image_loader_gif_cflags=''
  2557. evas_image_loader_gif_libs='-lgif'
  2558. evas_image_loader_ico_cflags=''
  2559. evas_image_loader_ico_libs=''
  2560. evas_image_loader_jpeg_cflags=''
  2561. evas_image_loader_jpeg_libs='-ljpeg'
  2562. evas_image_loader_pmaps_cflags=''
  2563. evas_image_loader_pmaps_libs=''
  2564. evas_image_loader_png_cflags='-I/usr/include/libpng12 '
  2565. evas_image_loader_png_libs='-lpng12 '
  2566. evas_image_loader_svg_cflags='-pthread -I/usr/include/librsvg-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/cairo -I/usr/include/libpng12 -I/usr/include/pixman-1 -I/usr/include/freetype2 '
  2567. evas_image_loader_svg_libs='-pthread -lrsvg-2 -lgio-2.0 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -lpng12 -lgthread-2.0 -lrt -lglib-2.0 -lcairo '
  2568. evas_image_loader_tga_cflags=''
  2569. evas_image_loader_tga_libs=''
  2570. evas_image_loader_tiff_cflags=''
  2571. evas_image_loader_tiff_libs='-ltiff'
  2572. evas_image_loader_wbmp_cflags=''
  2573. evas_image_loader_wbmp_libs=''
  2574. evas_image_loader_xpm_cflags=''
  2575. evas_image_loader_xpm_libs=''
  2576. exec_prefix='${prefix}'
  2577. have_evas_engine_software_xcb='no'
  2578. have_evas_engine_software_xlib='yes'
  2579. host='i486-pc-linux-gnu'
  2580. host_alias=''
  2581. host_cpu='i486'
  2582. host_os='linux-gnu'
  2583. host_vendor='pc'
  2584. htmldir='${docdir}'
  2585. includedir='${prefix}/include'
  2586. infodir='${prefix}/share/info'
  2587. install_sh='${SHELL} /media/sda6/Bodhi/e17_debs/20110318/evas-20110318/install-sh'
  2588. libdir='${exec_prefix}/lib'
  2589. libexecdir='${prefix}/lib/evas'
  2590. localedir='${datarootdir}/locale'
  2591. localstatedir='/var'
  2592. lt_ECHO='echo'
  2593. lt_enable_auto_import=''
  2594. mandir='${prefix}/share/man'
  2595. mkdir_p='/bin/mkdir -p'
  2596. oldincludedir='/usr/include'
  2597. pdfdir='${docdir}'
  2598. pkgconfig_requires_private='Requires.private'
  2599. prefix='/usr'
  2600. program_transform_name='s,x,x,'
  2601. psdir='${docdir}'
  2602. pthread_cflags=''
  2603. pthread_libs='-lpthread'
  2604. release_info=''
  2605. requirement_evas='eet >= 1.4.0 fontconfig freetype2 eina >= 1.0.0 '
  2606. sbindir='${exec_prefix}/sbin'
  2607. sharedstatedir='${prefix}/com'
  2608. sysconfdir='/etc'
  2609. target_alias=''
  2610. version_info='1:99:0'
  2611.  
  2612. ## ----------- ##
  2613. ## confdefs.h. ##
  2614. ## ----------- ##
  2615.  
  2616. /* confdefs.h */
  2617. #define PACKAGE_NAME "evas"
  2618. #define PACKAGE_TARNAME "evas"
  2619. #define PACKAGE_VERSION "1.0.99.57842"
  2620. #define PACKAGE_STRING "evas 1.0.99.57842"
  2621. #define PACKAGE_BUGREPORT "enlightenment-devel@lists.sourceforge.net"
  2622. #define PACKAGE_URL ""
  2623. #define PACKAGE "evas"
  2624. #define VERSION "1.0.99.57842"
  2625. #define STDC_HEADERS 1
  2626. #define HAVE_SYS_TYPES_H 1
  2627. #define HAVE_SYS_STAT_H 1
  2628. #define HAVE_STDLIB_H 1
  2629. #define HAVE_STRING_H 1
  2630. #define HAVE_MEMORY_H 1
  2631. #define HAVE_STRINGS_H 1
  2632. #define HAVE_INTTYPES_H 1
  2633. #define HAVE_STDINT_H 1
  2634. #define HAVE_UNISTD_H 1
  2635. #define __EXTENSIONS__ 1
  2636. #define _ALL_SOURCE 1
  2637. #define _GNU_SOURCE 1
  2638. #define _POSIX_PTHREAD_SEMANTICS 1
  2639. #define _TANDEM_SOURCE 1
  2640. #define HAVE_DLFCN_H 1
  2641. #define LT_OBJDIR ".libs/"
  2642. #define VMAJ 1
  2643. #define VMIN 0
  2644. #define VMIC 99
  2645. #define VREV 57842
  2646. #define MODULE_ARCH "linux-gnu-i486-1.0.99"
  2647. #define HAVE_FONTCONFIG 1
  2648. #define STDC_HEADERS 1
  2649. #define HAVE_UNISTD_H 1
  2650. #define HAVE_STDINT_H 1
  2651. #define HAVE_SYS_PARAM_H 1
  2652. #define HAVE___ATTRIBUTE__ 1
  2653. #define __UNUSED__ __attribute__((unused))
  2654. #define HAVE_ALLOCA_H 1
  2655. #define HAVE_ALLOCA 1
  2656. #define HAVE_DLADDR 1
  2657. #define EVAS_CSERVE 1
  2658. #define BUILD_ENGINE_BUFFER 1
  2659. #define BUILD_ENGINE_SOFTWARE_XLIB 1
  2660. #define BUILD_ENGINE_FB 1
  2661. #define BUILD_ENGINE_SOFTWARE_X11 1
  2662. #define BUILD_LOADER_EET 1
  2663. #define BUILD_FONT_LOADER_EET 1
  2664. #define BUILD_LOADER_GIF 1
  2665. #define BUILD_LOADER_JPEG 1
  2666. #define EVAS_BUILD_SAVER_JPEG 1
  2667. #define BUILD_LOADER_PMAPS 1
  2668. #define BUILD_LOADER_PNG 1
  2669. #define BUILD_LOADER_SVG 1
  2670. #define BUILD_LOADER_TIFF 1
  2671. #define BUILD_LOADER_XPM 1
  2672. #define BUILD_LOADER_BMP 1
  2673. #define BUILD_LOADER_TGA 1
  2674. #define BUILD_LOADER_WBMP 1
  2675. #define BUILD_LOADER_ICO 1
  2676. #define HAVE_PTHREAD_H 1
  2677. #define HAVE_SCHED_H 1
  2678. #define BUILD_PTHREAD 1
  2679. #define BUILD_ASYNC_EVENTS 1
  2680. #define BUILD_ASYNC_PRELOAD 1
  2681. #define BUILD_MMX 1
  2682. #define BUILD_SSE 1
  2683. #define BUILD_C 1
  2684. #define EVAS_MAGIC_DEBUG 1
  2685. #define BUILD_SCALE_SAMPLE 1
  2686. #define BUILD_SCALE_SMOOTH 1
  2687. #define BUILD_CONVERT_YUV 1
  2688. #define BUILD_CONVERT_8_RGB_332 1
  2689. #define BUILD_CONVERT_8_RGB_666 1
  2690. #define BUILD_CONVERT_8_RGB_232 1
  2691. #define BUILD_CONVERT_8_RGB_222 1
  2692. #define BUILD_CONVERT_8_RGB_221 1
  2693. #define BUILD_CONVERT_8_RGB_121 1
  2694. #define BUILD_CONVERT_8_RGB_111 1
  2695. #define BUILD_CONVERT_16_RGB_565 1
  2696. #define BUILD_CONVERT_16_BGR_565 1
  2697. #define BUILD_CONVERT_16_RGB_555 1
  2698. #define BUILD_CONVERT_16_RGB_444 1
  2699. #define BUILD_CONVERT_16_RGB_454645 1
  2700. #define BUILD_CONVERT_16_RGB_ROT0 1
  2701. #define BUILD_CONVERT_16_RGB_ROT180 1
  2702. #define BUILD_CONVERT_16_RGB_ROT270 1
  2703. #define BUILD_CONVERT_16_RGB_ROT90 1
  2704. #define BUILD_CONVERT_24_RGB_888 1
  2705. #define BUILD_CONVERT_24_BGR_888 1
  2706. #define BUILD_CONVERT_32_RGB_8888 1
  2707. #define BUILD_CONVERT_32_RGBX_8888 1
  2708. #define BUILD_CONVERT_32_BGR_8888 1
  2709. #define BUILD_CONVERT_32_BGRX_8888 1
  2710. #define BUILD_CONVERT_24_RGB_666 1
  2711. #define BUILD_CONVERT_32_RGB_666 1
  2712. #define BUILD_CONVERT_32_RGB_ROT0 1
  2713. #define BUILD_CONVERT_32_RGB_ROT180 1
  2714. #define BUILD_CONVERT_32_RGB_ROT270 1
  2715. #define BUILD_CONVERT_32_RGB_ROT90 1
  2716. #define BUILD_CONVERT_8_GRY_1 1
  2717. #define BUILD_CONVERT_8_GRY_16 1
  2718. #define BUILD_CONVERT_8_GRAYSCALE_64 1
  2719.  
  2720. configure: exit 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement