Guest User

Untitled

a guest
Oct 8th, 2010
276
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 130.13 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 CEGUI configure 0.7.2, which was
  5. generated by GNU Autoconf 2.65. Invocation command line was
  6.  
  7. $ ./configure
  8.  
  9. ## --------- ##
  10. ## Platform. ##
  11. ## --------- ##
  12.  
  13. hostname = ubuntu
  14. uname -m = x86_64
  15. uname -r = 2.6.32-25-generic
  16. uname -s = Linux
  17. uname -v = #44-Ubuntu SMP Fri Sep 17 20:05:27 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/games
  37.  
  38.  
  39. ## ----------- ##
  40. ## Core tests. ##
  41. ## ----------- ##
  42.  
  43. configure:2886: checking for a BSD-compatible install
  44. configure:2954: result: /usr/bin/install -c
  45. configure:2965: checking whether build environment is sane
  46. configure:3015: result: yes
  47. configure:3156: checking for a thread-safe mkdir -p
  48. configure:3195: result: /bin/mkdir -p
  49. configure:3208: checking for gawk
  50. configure:3224: found /usr/bin/gawk
  51. configure:3235: result: gawk
  52. configure:3246: checking whether make sets $(MAKE)
  53. configure:3268: result: yes
  54. configure:3343: checking how to create a ustar tar archive
  55. configure:3356: tar --version
  56. tar (GNU tar) 1.22
  57. Copyright (C) 2009 Free Software Foundation, Inc.
  58. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
  59. This is free software: you are free to change and redistribute it.
  60. There is NO WARRANTY, to the extent permitted by law.
  61.  
  62. Written by John Gilmore and Jay Fenlason.
  63. configure:3359: $? = 0
  64. configure:3399: tardir=conftest.dir && eval tar --format=ustar -chf - "$tardir" >conftest.tar
  65. configure:3402: $? = 0
  66. configure:3406: tar -xf - <conftest.tar
  67. configure:3409: $? = 0
  68. configure:3422: result: gnutar
  69. configure:3435: checking build system type
  70. configure:3449: result: x86_64-unknown-linux-gnu
  71. configure:3469: checking host system type
  72. configure:3482: result: x86_64-unknown-linux-gnu
  73. configure:3562: checking for g++
  74. configure:3578: found /usr/bin/g++
  75. configure:3589: result: g++
  76. configure:3616: checking for C++ compiler version
  77. configure:3625: g++ --version >&5
  78. g++ (Ubuntu 4.4.3-4ubuntu5) 4.4.3
  79. Copyright (C) 2009 Free Software Foundation, Inc.
  80. This is free software; see the source for copying conditions. There is NO
  81. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  82.  
  83. configure:3636: $? = 0
  84. configure:3625: g++ -v >&5
  85. Using built-in specs.
  86. Target: x86_64-linux-gnu
  87. 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 --disable-werror --with-arch-32=i486 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
  88. Thread model: posix
  89. gcc version 4.4.3 (Ubuntu 4.4.3-4ubuntu5)
  90. configure:3636: $? = 0
  91. configure:3625: g++ -V >&5
  92. g++: '-V' option must have argument
  93. configure:3636: $? = 1
  94. configure:3625: g++ -qversion >&5
  95. g++: unrecognized option '-qversion'
  96. g++: no input files
  97. configure:3636: $? = 1
  98. configure:3656: checking whether the C++ compiler works
  99. configure:3678: g++ conftest.cpp >&5
  100. configure:3682: $? = 0
  101. configure:3731: result: yes
  102. configure:3734: checking for C++ compiler default output file name
  103. configure:3736: result: a.out
  104. configure:3742: checking for suffix of executables
  105. configure:3749: g++ -o conftest conftest.cpp >&5
  106. configure:3753: $? = 0
  107. configure:3775: result:
  108. configure:3797: checking whether we are cross compiling
  109. configure:3805: g++ -o conftest conftest.cpp >&5
  110. configure:3809: $? = 0
  111. configure:3816: ./conftest
  112. configure:3820: $? = 0
  113. configure:3835: result: no
  114. configure:3840: checking for suffix of object files
  115. configure:3862: g++ -c conftest.cpp >&5
  116. configure:3866: $? = 0
  117. configure:3887: result: o
  118. configure:3891: checking whether we are using the GNU C++ compiler
  119. configure:3910: g++ -c conftest.cpp >&5
  120. configure:3910: $? = 0
  121. configure:3919: result: yes
  122. configure:3928: checking whether g++ accepts -g
  123. configure:3948: g++ -c -g conftest.cpp >&5
  124. configure:3948: $? = 0
  125. configure:3989: result: yes
  126. configure:4023: checking for style of include used by make
  127. configure:4051: result: GNU
  128. configure:4076: checking dependency style of g++
  129. configure:4186: result: gcc3
  130. configure:4249: checking for gcc
  131. configure:4265: found /usr/bin/gcc
  132. configure:4276: result: gcc
  133. configure:4505: checking for C compiler version
  134. configure:4514: gcc --version >&5
  135. gcc (Ubuntu 4.4.3-4ubuntu5) 4.4.3
  136. Copyright (C) 2009 Free Software Foundation, Inc.
  137. This is free software; see the source for copying conditions. There is NO
  138. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  139.  
  140. configure:4525: $? = 0
  141. configure:4514: gcc -v >&5
  142. Using built-in specs.
  143. Target: x86_64-linux-gnu
  144. 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 --disable-werror --with-arch-32=i486 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
  145. Thread model: posix
  146. gcc version 4.4.3 (Ubuntu 4.4.3-4ubuntu5)
  147. configure:4525: $? = 0
  148. configure:4514: gcc -V >&5
  149. gcc: '-V' option must have argument
  150. configure:4525: $? = 1
  151. configure:4514: gcc -qversion >&5
  152. gcc: unrecognized option '-qversion'
  153. gcc: no input files
  154. configure:4525: $? = 1
  155. configure:4529: checking whether we are using the GNU C compiler
  156. configure:4548: gcc -c conftest.c >&5
  157. configure:4548: $? = 0
  158. configure:4557: result: yes
  159. configure:4566: checking whether gcc accepts -g
  160. configure:4586: gcc -c -g conftest.c >&5
  161. configure:4586: $? = 0
  162. configure:4627: result: yes
  163. configure:4644: checking for gcc option to accept ISO C89
  164. configure:4708: gcc -c -g -O2 conftest.c >&5
  165. configure:4708: $? = 0
  166. configure:4721: result: none needed
  167. configure:4743: checking dependency style of gcc
  168. configure:4853: result: gcc3
  169. configure:4871: checking for doxygen
  170. configure:4887: found /usr/bin/doxygen
  171. configure:4898: result: doxygen
  172. configure:4908: checking for dot
  173. configure:4938: result: no
  174. configure:4993: checking for pkg-config
  175. configure:5011: found /usr/bin/pkg-config
  176. configure:5023: result: /usr/bin/pkg-config
  177. configure:5048: checking pkg-config is at least version 0.9.0
  178. configure:5051: result: yes
  179. configure:5428: checking for a sed that does not truncate output
  180. configure:5492: result: /bin/sed
  181. configure:5510: checking for grep that handles long lines and -e
  182. configure:5568: result: /bin/grep
  183. configure:5573: checking for egrep
  184. configure:5635: result: /bin/grep -E
  185. configure:5640: checking for fgrep
  186. configure:5702: result: /bin/grep -F
  187. configure:5737: checking for ld used by gcc
  188. configure:5804: result: /usr/bin/ld
  189. configure:5811: checking if the linker (/usr/bin/ld) is GNU ld
  190. configure:5826: result: yes
  191. configure:5838: checking for BSD- or MS-compatible name lister (nm)
  192. configure:5887: result: /usr/bin/nm -B
  193. configure:6005: checking the name lister (/usr/bin/nm -B) interface
  194. configure:6012: gcc -c -g -O2 conftest.c >&5
  195. configure:6015: /usr/bin/nm -B "conftest.o"
  196. configure:6018: output
  197. 0000000000000000 B some_variable
  198. configure:6025: result: BSD nm
  199. configure:6028: checking whether ln -s works
  200. configure:6032: result: yes
  201. configure:6040: checking the maximum length of command line arguments
  202. configure:6160: result: 1572864
  203. configure:6177: checking whether the shell understands some XSI constructs
  204. configure:6187: result: yes
  205. configure:6191: checking whether the shell understands "+="
  206. configure:6197: result: yes
  207. configure:6232: checking for /usr/bin/ld option to reload object files
  208. configure:6239: result: -r
  209. configure:6308: checking for objdump
  210. configure:6335: result: objdump
  211. configure:6364: checking how to recognize dependent libraries
  212. configure:6560: result: pass_all
  213. configure:6620: checking for ar
  214. configure:6636: found /usr/bin/ar
  215. configure:6647: result: ar
  216. configure:6725: checking for strip
  217. configure:6741: found /usr/bin/strip
  218. configure:6752: result: strip
  219. configure:6824: checking for ranlib
  220. configure:6840: found /usr/bin/ranlib
  221. configure:6851: result: ranlib
  222. configure:6941: checking command to parse /usr/bin/nm -B output from gcc object
  223. configure:7059: gcc -c -g -O2 conftest.c >&5
  224. configure:7062: $? = 0
  225. configure:7066: /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
  226. configure:7069: $? = 0
  227. configure:7123: gcc -o conftest -g -O2 conftest.c conftstm.o >&5
  228. configure:7126: $? = 0
  229. configure:7164: result: ok
  230. configure:7260: gcc -c -g -O2 conftest.c >&5
  231. configure:7263: $? = 0
  232. configure:7973: checking how to run the C preprocessor
  233. configure:8004: gcc -E conftest.c
  234. configure:8004: $? = 0
  235. configure:8018: gcc -E conftest.c
  236. conftest.c:11:28: error: ac_nonexistent.h: No such file or directory
  237. configure:8018: $? = 1
  238. configure: failed program was:
  239. | /* confdefs.h */
  240. | #define PACKAGE_NAME "CEGUI"
  241. | #define PACKAGE_TARNAME "CEGUI"
  242. | #define PACKAGE_VERSION "0.7.2"
  243. | #define PACKAGE_STRING "CEGUI 0.7.2"
  244. | #define PACKAGE_BUGREPORT "http://mantis.cegui.org.uk/"
  245. | #define PACKAGE_URL ""
  246. | #define PACKAGE "CEGUI"
  247. | #define VERSION "0.7.2"
  248. | /* end confdefs.h. */
  249. | #include <ac_nonexistent.h>
  250. configure:8043: result: gcc -E
  251. configure:8063: gcc -E conftest.c
  252. configure:8063: $? = 0
  253. configure:8077: gcc -E conftest.c
  254. conftest.c:11:28: error: ac_nonexistent.h: No such file or directory
  255. configure:8077: $? = 1
  256. configure: failed program was:
  257. | /* confdefs.h */
  258. | #define PACKAGE_NAME "CEGUI"
  259. | #define PACKAGE_TARNAME "CEGUI"
  260. | #define PACKAGE_VERSION "0.7.2"
  261. | #define PACKAGE_STRING "CEGUI 0.7.2"
  262. | #define PACKAGE_BUGREPORT "http://mantis.cegui.org.uk/"
  263. | #define PACKAGE_URL ""
  264. | #define PACKAGE "CEGUI"
  265. | #define VERSION "0.7.2"
  266. | /* end confdefs.h. */
  267. | #include <ac_nonexistent.h>
  268. configure:8106: checking for ANSI C header files
  269. configure:8126: gcc -c -g -O2 conftest.c >&5
  270. configure:8126: $? = 0
  271. configure:8199: gcc -o conftest -g -O2 conftest.c >&5
  272. configure:8199: $? = 0
  273. configure:8199: ./conftest
  274. configure:8199: $? = 0
  275. configure:8210: result: yes
  276. configure:8223: checking for sys/types.h
  277. configure:8223: gcc -c -g -O2 conftest.c >&5
  278. configure:8223: $? = 0
  279. configure:8223: result: yes
  280. configure:8223: checking for sys/stat.h
  281. configure:8223: gcc -c -g -O2 conftest.c >&5
  282. configure:8223: $? = 0
  283. configure:8223: result: yes
  284. configure:8223: checking for stdlib.h
  285. configure:8223: gcc -c -g -O2 conftest.c >&5
  286. configure:8223: $? = 0
  287. configure:8223: result: yes
  288. configure:8223: checking for string.h
  289. configure:8223: gcc -c -g -O2 conftest.c >&5
  290. configure:8223: $? = 0
  291. configure:8223: result: yes
  292. configure:8223: checking for memory.h
  293. configure:8223: gcc -c -g -O2 conftest.c >&5
  294. configure:8223: $? = 0
  295. configure:8223: result: yes
  296. configure:8223: checking for strings.h
  297. configure:8223: gcc -c -g -O2 conftest.c >&5
  298. configure:8223: $? = 0
  299. configure:8223: result: yes
  300. configure:8223: checking for inttypes.h
  301. configure:8223: gcc -c -g -O2 conftest.c >&5
  302. configure:8223: $? = 0
  303. configure:8223: result: yes
  304. configure:8223: checking for stdint.h
  305. configure:8223: gcc -c -g -O2 conftest.c >&5
  306. configure:8223: $? = 0
  307. configure:8223: result: yes
  308. configure:8223: checking for unistd.h
  309. configure:8223: gcc -c -g -O2 conftest.c >&5
  310. configure:8223: $? = 0
  311. configure:8223: result: yes
  312. configure:8238: checking for dlfcn.h
  313. configure:8238: gcc -c -g -O2 conftest.c >&5
  314. configure:8238: $? = 0
  315. configure:8238: result: yes
  316. configure:8363: checking for C++ compiler version
  317. configure:8372: g++ --version >&5
  318. g++ (Ubuntu 4.4.3-4ubuntu5) 4.4.3
  319. Copyright (C) 2009 Free Software Foundation, Inc.
  320. This is free software; see the source for copying conditions. There is NO
  321. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  322.  
  323. configure:8383: $? = 0
  324. configure:8372: g++ -v >&5
  325. Using built-in specs.
  326. Target: x86_64-linux-gnu
  327. 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 --disable-werror --with-arch-32=i486 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
  328. Thread model: posix
  329. gcc version 4.4.3 (Ubuntu 4.4.3-4ubuntu5)
  330. configure:8383: $? = 0
  331. configure:8372: g++ -V >&5
  332. g++: '-V' option must have argument
  333. configure:8383: $? = 1
  334. configure:8372: g++ -qversion >&5
  335. g++: unrecognized option '-qversion'
  336. g++: no input files
  337. configure:8383: $? = 1
  338. configure:8387: checking whether we are using the GNU C++ compiler
  339. configure:8415: result: yes
  340. configure:8424: checking whether g++ accepts -g
  341. configure:8485: result: yes
  342. configure:8510: checking dependency style of g++
  343. configure:8620: result: gcc3
  344. configure:8643: checking how to run the C++ preprocessor
  345. configure:8670: g++ -E conftest.cpp
  346. configure:8670: $? = 0
  347. configure:8684: g++ -E conftest.cpp
  348. conftest.cpp:22:28: error: ac_nonexistent.h: No such file or directory
  349. configure:8684: $? = 1
  350. configure: failed program was:
  351. | /* confdefs.h */
  352. | #define PACKAGE_NAME "CEGUI"
  353. | #define PACKAGE_TARNAME "CEGUI"
  354. | #define PACKAGE_VERSION "0.7.2"
  355. | #define PACKAGE_STRING "CEGUI 0.7.2"
  356. | #define PACKAGE_BUGREPORT "http://mantis.cegui.org.uk/"
  357. | #define PACKAGE_URL ""
  358. | #define PACKAGE "CEGUI"
  359. | #define VERSION "0.7.2"
  360. | #define STDC_HEADERS 1
  361. | #define HAVE_SYS_TYPES_H 1
  362. | #define HAVE_SYS_STAT_H 1
  363. | #define HAVE_STDLIB_H 1
  364. | #define HAVE_STRING_H 1
  365. | #define HAVE_MEMORY_H 1
  366. | #define HAVE_STRINGS_H 1
  367. | #define HAVE_INTTYPES_H 1
  368. | #define HAVE_STDINT_H 1
  369. | #define HAVE_UNISTD_H 1
  370. | #define HAVE_DLFCN_H 1
  371. | /* end confdefs.h. */
  372. | #include <ac_nonexistent.h>
  373. configure:8709: result: g++ -E
  374. configure:8729: g++ -E conftest.cpp
  375. configure:8729: $? = 0
  376. configure:8743: g++ -E conftest.cpp
  377. conftest.cpp:22:28: error: ac_nonexistent.h: No such file or directory
  378. configure:8743: $? = 1
  379. configure: failed program was:
  380. | /* confdefs.h */
  381. | #define PACKAGE_NAME "CEGUI"
  382. | #define PACKAGE_TARNAME "CEGUI"
  383. | #define PACKAGE_VERSION "0.7.2"
  384. | #define PACKAGE_STRING "CEGUI 0.7.2"
  385. | #define PACKAGE_BUGREPORT "http://mantis.cegui.org.uk/"
  386. | #define PACKAGE_URL ""
  387. | #define PACKAGE "CEGUI"
  388. | #define VERSION "0.7.2"
  389. | #define STDC_HEADERS 1
  390. | #define HAVE_SYS_TYPES_H 1
  391. | #define HAVE_SYS_STAT_H 1
  392. | #define HAVE_STDLIB_H 1
  393. | #define HAVE_STRING_H 1
  394. | #define HAVE_MEMORY_H 1
  395. | #define HAVE_STRINGS_H 1
  396. | #define HAVE_INTTYPES_H 1
  397. | #define HAVE_STDINT_H 1
  398. | #define HAVE_UNISTD_H 1
  399. | #define HAVE_DLFCN_H 1
  400. | /* end confdefs.h. */
  401. | #include <ac_nonexistent.h>
  402. configure:8917: checking for objdir
  403. configure:8932: result: .libs
  404. configure:9224: checking if gcc supports -fno-rtti -fno-exceptions
  405. configure:9242: gcc -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5
  406. cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C
  407. configure:9246: $? = 0
  408. configure:9259: result: no
  409. configure:9279: checking for gcc option to produce PIC
  410. configure:9551: result: -fPIC -DPIC
  411. configure:9563: checking if gcc PIC flag -fPIC -DPIC works
  412. configure:9581: gcc -c -g -O2 -fPIC -DPIC -DPIC conftest.c >&5
  413. configure:9585: $? = 0
  414. configure:9598: result: yes
  415. configure:9622: checking if gcc static flag -static works
  416. configure:9650: result: yes
  417. configure:9665: checking if gcc supports -c -o file.o
  418. configure:9686: gcc -c -g -O2 -o out/conftest2.o conftest.c >&5
  419. configure:9690: $? = 0
  420. configure:9712: result: yes
  421. configure:9720: checking if gcc supports -c -o file.o
  422. configure:9767: result: yes
  423. configure:9800: checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
  424. configure:10791: result: yes
  425. configure:10828: checking whether -lc should be explicitly linked in
  426. configure:10833: gcc -c -g -O2 conftest.c >&5
  427. configure:10836: $? = 0
  428. configure:10851: gcc -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /bin/grep -lc \>/dev/null 2\>\&1
  429. configure:10854: $? = 0
  430. configure:10866: result: no
  431. configure:11030: checking dynamic linker characteristics
  432. configure:11463: gcc -o conftest -g -O2 -Wl,-rpath -Wl,/foo conftest.c >&5
  433. configure:11463: $? = 0
  434. configure:11693: result: GNU/Linux ld.so
  435. configure:11795: checking how to hardcode library paths into programs
  436. configure:11820: result: immediate
  437. configure:12340: checking whether stripping libraries is possible
  438. configure:12345: result: yes
  439. configure:12380: checking if libtool supports shared libraries
  440. configure:12382: result: yes
  441. configure:12385: checking whether to build shared libraries
  442. configure:12406: result: yes
  443. configure:12409: checking whether to build static libraries
  444. configure:12413: result: no
  445. configure:12563: checking for ld used by g++
  446. configure:12630: result: /usr/bin/ld -m elf_x86_64
  447. configure:12637: checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld
  448. configure:12652: result: yes
  449. configure:12707: checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
  450. configure:13620: result: yes
  451. configure:13648: g++ -c -g -O2 conftest.cpp >&5
  452. configure:13651: $? = 0
  453. configure:13833: checking for g++ option to produce PIC
  454. configure:14150: result: -fPIC -DPIC
  455. configure:14159: checking if g++ PIC flag -fPIC -DPIC works
  456. configure:14177: g++ -c -g -O2 -fPIC -DPIC -DPIC conftest.cpp >&5
  457. configure:14181: $? = 0
  458. configure:14194: result: yes
  459. configure:14215: checking if g++ static flag -static works
  460. configure:14243: result: yes
  461. configure:14255: checking if g++ supports -c -o file.o
  462. configure:14276: g++ -c -g -O2 -o out/conftest2.o conftest.cpp >&5
  463. configure:14280: $? = 0
  464. configure:14302: result: yes
  465. configure:14307: checking if g++ supports -c -o file.o
  466. configure:14354: result: yes
  467. configure:14384: checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
  468. configure:14413: result: yes
  469. configure:14550: checking dynamic linker characteristics
  470. configure:14931: g++ -o conftest -g -O2 -Wl,-rpath -Wl,/foo conftest.cpp >&5
  471. configure:14931: $? = 0
  472. configure:15161: result: GNU/Linux ld.so
  473. configure:15212: checking how to hardcode library paths into programs
  474. configure:15237: result: immediate
  475. configure:15330: checking for dlopen in -ldl
  476. configure:15355: gcc -o conftest -g -O2 conftest.c -ldl >&5
  477. configure:15355: $? = 0
  478. configure:15364: result: yes
  479. configure:15375: checking for pthread_create in -lpthread
  480. configure:15400: gcc -o conftest -g -O2 conftest.c -lpthread -ldl >&5
  481. configure:15400: $? = 0
  482. configure:15409: result: yes
  483. configure:15436: checking for freetype2
  484. configure:15444: $PKG_CONFIG --exists --print-errors "freetype2 >= 0.15.0"
  485. configure:15447: $? = 0
  486. configure:15462: $PKG_CONFIG --exists --print-errors "freetype2 >= 0.15.0"
  487. configure:15465: $? = 0
  488. configure:15503: result: yes
  489. configure:15538: checking for pcre
  490. configure:15546: $PKG_CONFIG --exists --print-errors "libpcre >= 5.0"
  491. configure:15549: $? = 0
  492. configure:15564: $PKG_CONFIG --exists --print-errors "libpcre >= 5.0"
  493. configure:15567: $? = 0
  494. configure:15605: result: yes
  495. configure:15633: checking for libxml
  496. configure:15641: $PKG_CONFIG --exists --print-errors "libxml-2.0 >= 2.6"
  497. Package libxml-2.0 was not found in the pkg-config search path.
  498. Perhaps you should add the directory containing `libxml-2.0.pc'
  499. to the PKG_CONFIG_PATH environment variable
  500. No package 'libxml-2.0' found
  501. configure:15644: $? = 1
  502. configure:15659: $PKG_CONFIG --exists --print-errors "libxml-2.0 >= 2.6"
  503. Package libxml-2.0 was not found in the pkg-config search path.
  504. Perhaps you should add the directory containing `libxml-2.0.pc'
  505. to the PKG_CONFIG_PATH environment variable
  506. No package 'libxml-2.0' found
  507. configure:15662: $? = 1
  508. No package 'libxml-2.0' found
  509. configure:15690: result: no
  510. configure:15734: gcc -E -I. conftest.c
  511. conftest.c:27:43: error: xercesc/sax2/DefaultHandler.hpp: No such file or directory
  512. configure:15734: $? = 1
  513. configure: failed program was:
  514. | /* confdefs.h */
  515. | #define PACKAGE_NAME "CEGUI"
  516. | #define PACKAGE_TARNAME "CEGUI"
  517. | #define PACKAGE_VERSION "0.7.2"
  518. | #define PACKAGE_STRING "CEGUI 0.7.2"
  519. | #define PACKAGE_BUGREPORT "http://mantis.cegui.org.uk/"
  520. | #define PACKAGE_URL ""
  521. | #define PACKAGE "CEGUI"
  522. | #define VERSION "0.7.2"
  523. | #define STDC_HEADERS 1
  524. | #define HAVE_SYS_TYPES_H 1
  525. | #define HAVE_SYS_STAT_H 1
  526. | #define HAVE_STDLIB_H 1
  527. | #define HAVE_STRING_H 1
  528. | #define HAVE_MEMORY_H 1
  529. | #define HAVE_STRINGS_H 1
  530. | #define HAVE_INTTYPES_H 1
  531. | #define HAVE_STDINT_H 1
  532. | #define HAVE_UNISTD_H 1
  533. | #define HAVE_DLFCN_H 1
  534. | #define LT_OBJDIR ".libs/"
  535. | #define HAVE_LIBDL 1
  536. | #define HAVE_LIBPTHREAD 1
  537. | #define CEGUI_HAS_FREETYPE /**/
  538. | #define CEGUI_HAS_PCRE_REGEX /**/
  539. | /* end confdefs.h. */
  540. | #include <xercesc/sax2/DefaultHandler.hpp>
  541. configure:15734: gcc -E -I/usr/local/include/xerces conftest.c
  542. conftest.c:27:43: error: xercesc/sax2/DefaultHandler.hpp: No such file or directory
  543. configure:15734: $? = 1
  544. configure: failed program was:
  545. | /* confdefs.h */
  546. | #define PACKAGE_NAME "CEGUI"
  547. | #define PACKAGE_TARNAME "CEGUI"
  548. | #define PACKAGE_VERSION "0.7.2"
  549. | #define PACKAGE_STRING "CEGUI 0.7.2"
  550. | #define PACKAGE_BUGREPORT "http://mantis.cegui.org.uk/"
  551. | #define PACKAGE_URL ""
  552. | #define PACKAGE "CEGUI"
  553. | #define VERSION "0.7.2"
  554. | #define STDC_HEADERS 1
  555. | #define HAVE_SYS_TYPES_H 1
  556. | #define HAVE_SYS_STAT_H 1
  557. | #define HAVE_STDLIB_H 1
  558. | #define HAVE_STRING_H 1
  559. | #define HAVE_MEMORY_H 1
  560. | #define HAVE_STRINGS_H 1
  561. | #define HAVE_INTTYPES_H 1
  562. | #define HAVE_STDINT_H 1
  563. | #define HAVE_UNISTD_H 1
  564. | #define HAVE_DLFCN_H 1
  565. | #define LT_OBJDIR ".libs/"
  566. | #define HAVE_LIBDL 1
  567. | #define HAVE_LIBPTHREAD 1
  568. | #define CEGUI_HAS_FREETYPE /**/
  569. | #define CEGUI_HAS_PCRE_REGEX /**/
  570. | /* end confdefs.h. */
  571. | #include <xercesc/sax2/DefaultHandler.hpp>
  572. configure:15734: gcc -E -I/usr/include/xerces conftest.c
  573. conftest.c:27:43: error: xercesc/sax2/DefaultHandler.hpp: No such file or directory
  574. configure:15734: $? = 1
  575. configure: failed program was:
  576. | /* confdefs.h */
  577. | #define PACKAGE_NAME "CEGUI"
  578. | #define PACKAGE_TARNAME "CEGUI"
  579. | #define PACKAGE_VERSION "0.7.2"
  580. | #define PACKAGE_STRING "CEGUI 0.7.2"
  581. | #define PACKAGE_BUGREPORT "http://mantis.cegui.org.uk/"
  582. | #define PACKAGE_URL ""
  583. | #define PACKAGE "CEGUI"
  584. | #define VERSION "0.7.2"
  585. | #define STDC_HEADERS 1
  586. | #define HAVE_SYS_TYPES_H 1
  587. | #define HAVE_SYS_STAT_H 1
  588. | #define HAVE_STDLIB_H 1
  589. | #define HAVE_STRING_H 1
  590. | #define HAVE_MEMORY_H 1
  591. | #define HAVE_STRINGS_H 1
  592. | #define HAVE_INTTYPES_H 1
  593. | #define HAVE_STDINT_H 1
  594. | #define HAVE_UNISTD_H 1
  595. | #define HAVE_DLFCN_H 1
  596. | #define LT_OBJDIR ".libs/"
  597. | #define HAVE_LIBDL 1
  598. | #define HAVE_LIBPTHREAD 1
  599. | #define CEGUI_HAS_FREETYPE /**/
  600. | #define CEGUI_HAS_PCRE_REGEX /**/
  601. | /* end confdefs.h. */
  602. | #include <xercesc/sax2/DefaultHandler.hpp>
  603. configure:15734: gcc -E -I/usr/local/include conftest.c
  604. conftest.c:27:43: error: xercesc/sax2/DefaultHandler.hpp: No such file or directory
  605. configure:15734: $? = 1
  606. configure: failed program was:
  607. | /* confdefs.h */
  608. | #define PACKAGE_NAME "CEGUI"
  609. | #define PACKAGE_TARNAME "CEGUI"
  610. | #define PACKAGE_VERSION "0.7.2"
  611. | #define PACKAGE_STRING "CEGUI 0.7.2"
  612. | #define PACKAGE_BUGREPORT "http://mantis.cegui.org.uk/"
  613. | #define PACKAGE_URL ""
  614. | #define PACKAGE "CEGUI"
  615. | #define VERSION "0.7.2"
  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 HAVE_DLFCN_H 1
  627. | #define LT_OBJDIR ".libs/"
  628. | #define HAVE_LIBDL 1
  629. | #define HAVE_LIBPTHREAD 1
  630. | #define CEGUI_HAS_FREETYPE /**/
  631. | #define CEGUI_HAS_PCRE_REGEX /**/
  632. | /* end confdefs.h. */
  633. | #include <xercesc/sax2/DefaultHandler.hpp>
  634. configure:15734: gcc -E -I/usr/include conftest.c
  635. conftest.c:27:43: error: xercesc/sax2/DefaultHandler.hpp: No such file or directory
  636. configure:15734: $? = 1
  637. configure: failed program was:
  638. | /* confdefs.h */
  639. | #define PACKAGE_NAME "CEGUI"
  640. | #define PACKAGE_TARNAME "CEGUI"
  641. | #define PACKAGE_VERSION "0.7.2"
  642. | #define PACKAGE_STRING "CEGUI 0.7.2"
  643. | #define PACKAGE_BUGREPORT "http://mantis.cegui.org.uk/"
  644. | #define PACKAGE_URL ""
  645. | #define PACKAGE "CEGUI"
  646. | #define VERSION "0.7.2"
  647. | #define STDC_HEADERS 1
  648. | #define HAVE_SYS_TYPES_H 1
  649. | #define HAVE_SYS_STAT_H 1
  650. | #define HAVE_STDLIB_H 1
  651. | #define HAVE_STRING_H 1
  652. | #define HAVE_MEMORY_H 1
  653. | #define HAVE_STRINGS_H 1
  654. | #define HAVE_INTTYPES_H 1
  655. | #define HAVE_STDINT_H 1
  656. | #define HAVE_UNISTD_H 1
  657. | #define HAVE_DLFCN_H 1
  658. | #define LT_OBJDIR ".libs/"
  659. | #define HAVE_LIBDL 1
  660. | #define HAVE_LIBPTHREAD 1
  661. | #define CEGUI_HAS_FREETYPE /**/
  662. | #define CEGUI_HAS_PCRE_REGEX /**/
  663. | /* end confdefs.h. */
  664. | #include <xercesc/sax2/DefaultHandler.hpp>
  665. configure:15744: checking for main in -lxerces-c
  666. configure:15763: gcc -o conftest -g -O2 -I/usr/include conftest.c -lxerces-c -lpthread -L. -lpthread -ldl >&5
  667. /usr/bin/ld: cannot find -lxerces-c
  668. collect2: ld returned 1 exit status
  669. configure:15763: $? = 1
  670. configure: failed program was:
  671. | /* confdefs.h */
  672. | #define PACKAGE_NAME "CEGUI"
  673. | #define PACKAGE_TARNAME "CEGUI"
  674. | #define PACKAGE_VERSION "0.7.2"
  675. | #define PACKAGE_STRING "CEGUI 0.7.2"
  676. | #define PACKAGE_BUGREPORT "http://mantis.cegui.org.uk/"
  677. | #define PACKAGE_URL ""
  678. | #define PACKAGE "CEGUI"
  679. | #define VERSION "0.7.2"
  680. | #define STDC_HEADERS 1
  681. | #define HAVE_SYS_TYPES_H 1
  682. | #define HAVE_SYS_STAT_H 1
  683. | #define HAVE_STDLIB_H 1
  684. | #define HAVE_STRING_H 1
  685. | #define HAVE_MEMORY_H 1
  686. | #define HAVE_STRINGS_H 1
  687. | #define HAVE_INTTYPES_H 1
  688. | #define HAVE_STDINT_H 1
  689. | #define HAVE_UNISTD_H 1
  690. | #define HAVE_DLFCN_H 1
  691. | #define LT_OBJDIR ".libs/"
  692. | #define HAVE_LIBDL 1
  693. | #define HAVE_LIBPTHREAD 1
  694. | #define CEGUI_HAS_FREETYPE /**/
  695. | #define CEGUI_HAS_PCRE_REGEX /**/
  696. | /* end confdefs.h. */
  697. |
  698. |
  699. | int
  700. | main ()
  701. | {
  702. | return main ();
  703. | ;
  704. | return 0;
  705. | }
  706. configure:15772: result: no
  707. configure:15832: gcc -E -I. conftest.c
  708. configure:15832: $? = 0
  709. configure:15842: checking for XML_ParserCreate in -lexpat
  710. configure:15867: gcc -o conftest -g -O2 -I. conftest.c -lexpat -L. -lpthread -ldl >&5
  711. configure:15867: $? = 0
  712. configure:15876: result: yes
  713. configure:15932: g++ -E -I. conftest.cpp
  714. conftest.cpp:27:24: error: rapidxml.hpp: No such file or directory
  715. configure:15932: $? = 1
  716. configure: failed program was:
  717. | /* confdefs.h */
  718. | #define PACKAGE_NAME "CEGUI"
  719. | #define PACKAGE_TARNAME "CEGUI"
  720. | #define PACKAGE_VERSION "0.7.2"
  721. | #define PACKAGE_STRING "CEGUI 0.7.2"
  722. | #define PACKAGE_BUGREPORT "http://mantis.cegui.org.uk/"
  723. | #define PACKAGE_URL ""
  724. | #define PACKAGE "CEGUI"
  725. | #define VERSION "0.7.2"
  726. | #define STDC_HEADERS 1
  727. | #define HAVE_SYS_TYPES_H 1
  728. | #define HAVE_SYS_STAT_H 1
  729. | #define HAVE_STDLIB_H 1
  730. | #define HAVE_STRING_H 1
  731. | #define HAVE_MEMORY_H 1
  732. | #define HAVE_STRINGS_H 1
  733. | #define HAVE_INTTYPES_H 1
  734. | #define HAVE_STDINT_H 1
  735. | #define HAVE_UNISTD_H 1
  736. | #define HAVE_DLFCN_H 1
  737. | #define LT_OBJDIR ".libs/"
  738. | #define HAVE_LIBDL 1
  739. | #define HAVE_LIBPTHREAD 1
  740. | #define CEGUI_HAS_FREETYPE /**/
  741. | #define CEGUI_HAS_PCRE_REGEX /**/
  742. | /* end confdefs.h. */
  743. | #include <rapidxml.hpp>
  744. configure:15932: g++ -E -I/usr/local/include/rapidxml conftest.cpp
  745. conftest.cpp:27:24: error: rapidxml.hpp: No such file or directory
  746. configure:15932: $? = 1
  747. configure: failed program was:
  748. | /* confdefs.h */
  749. | #define PACKAGE_NAME "CEGUI"
  750. | #define PACKAGE_TARNAME "CEGUI"
  751. | #define PACKAGE_VERSION "0.7.2"
  752. | #define PACKAGE_STRING "CEGUI 0.7.2"
  753. | #define PACKAGE_BUGREPORT "http://mantis.cegui.org.uk/"
  754. | #define PACKAGE_URL ""
  755. | #define PACKAGE "CEGUI"
  756. | #define VERSION "0.7.2"
  757. | #define STDC_HEADERS 1
  758. | #define HAVE_SYS_TYPES_H 1
  759. | #define HAVE_SYS_STAT_H 1
  760. | #define HAVE_STDLIB_H 1
  761. | #define HAVE_STRING_H 1
  762. | #define HAVE_MEMORY_H 1
  763. | #define HAVE_STRINGS_H 1
  764. | #define HAVE_INTTYPES_H 1
  765. | #define HAVE_STDINT_H 1
  766. | #define HAVE_UNISTD_H 1
  767. | #define HAVE_DLFCN_H 1
  768. | #define LT_OBJDIR ".libs/"
  769. | #define HAVE_LIBDL 1
  770. | #define HAVE_LIBPTHREAD 1
  771. | #define CEGUI_HAS_FREETYPE /**/
  772. | #define CEGUI_HAS_PCRE_REGEX /**/
  773. | /* end confdefs.h. */
  774. | #include <rapidxml.hpp>
  775. configure:15932: g++ -E -I/usr/include/rapidxml conftest.cpp
  776. conftest.cpp:27:24: error: rapidxml.hpp: No such file or directory
  777. configure:15932: $? = 1
  778. configure: failed program was:
  779. | /* confdefs.h */
  780. | #define PACKAGE_NAME "CEGUI"
  781. | #define PACKAGE_TARNAME "CEGUI"
  782. | #define PACKAGE_VERSION "0.7.2"
  783. | #define PACKAGE_STRING "CEGUI 0.7.2"
  784. | #define PACKAGE_BUGREPORT "http://mantis.cegui.org.uk/"
  785. | #define PACKAGE_URL ""
  786. | #define PACKAGE "CEGUI"
  787. | #define VERSION "0.7.2"
  788. | #define STDC_HEADERS 1
  789. | #define HAVE_SYS_TYPES_H 1
  790. | #define HAVE_SYS_STAT_H 1
  791. | #define HAVE_STDLIB_H 1
  792. | #define HAVE_STRING_H 1
  793. | #define HAVE_MEMORY_H 1
  794. | #define HAVE_STRINGS_H 1
  795. | #define HAVE_INTTYPES_H 1
  796. | #define HAVE_STDINT_H 1
  797. | #define HAVE_UNISTD_H 1
  798. | #define HAVE_DLFCN_H 1
  799. | #define LT_OBJDIR ".libs/"
  800. | #define HAVE_LIBDL 1
  801. | #define HAVE_LIBPTHREAD 1
  802. | #define CEGUI_HAS_FREETYPE /**/
  803. | #define CEGUI_HAS_PCRE_REGEX /**/
  804. | /* end confdefs.h. */
  805. | #include <rapidxml.hpp>
  806. configure:15932: g++ -E -I/usr/local/include conftest.cpp
  807. conftest.cpp:27:24: error: rapidxml.hpp: No such file or directory
  808. configure:15932: $? = 1
  809. configure: failed program was:
  810. | /* confdefs.h */
  811. | #define PACKAGE_NAME "CEGUI"
  812. | #define PACKAGE_TARNAME "CEGUI"
  813. | #define PACKAGE_VERSION "0.7.2"
  814. | #define PACKAGE_STRING "CEGUI 0.7.2"
  815. | #define PACKAGE_BUGREPORT "http://mantis.cegui.org.uk/"
  816. | #define PACKAGE_URL ""
  817. | #define PACKAGE "CEGUI"
  818. | #define VERSION "0.7.2"
  819. | #define STDC_HEADERS 1
  820. | #define HAVE_SYS_TYPES_H 1
  821. | #define HAVE_SYS_STAT_H 1
  822. | #define HAVE_STDLIB_H 1
  823. | #define HAVE_STRING_H 1
  824. | #define HAVE_MEMORY_H 1
  825. | #define HAVE_STRINGS_H 1
  826. | #define HAVE_INTTYPES_H 1
  827. | #define HAVE_STDINT_H 1
  828. | #define HAVE_UNISTD_H 1
  829. | #define HAVE_DLFCN_H 1
  830. | #define LT_OBJDIR ".libs/"
  831. | #define HAVE_LIBDL 1
  832. | #define HAVE_LIBPTHREAD 1
  833. | #define CEGUI_HAS_FREETYPE /**/
  834. | #define CEGUI_HAS_PCRE_REGEX /**/
  835. | /* end confdefs.h. */
  836. | #include <rapidxml.hpp>
  837. configure:15932: g++ -E -I/usr/include conftest.cpp
  838. conftest.cpp:27:24: error: rapidxml.hpp: No such file or directory
  839. configure:15932: $? = 1
  840. configure: failed program was:
  841. | /* confdefs.h */
  842. | #define PACKAGE_NAME "CEGUI"
  843. | #define PACKAGE_TARNAME "CEGUI"
  844. | #define PACKAGE_VERSION "0.7.2"
  845. | #define PACKAGE_STRING "CEGUI 0.7.2"
  846. | #define PACKAGE_BUGREPORT "http://mantis.cegui.org.uk/"
  847. | #define PACKAGE_URL ""
  848. | #define PACKAGE "CEGUI"
  849. | #define VERSION "0.7.2"
  850. | #define STDC_HEADERS 1
  851. | #define HAVE_SYS_TYPES_H 1
  852. | #define HAVE_SYS_STAT_H 1
  853. | #define HAVE_STDLIB_H 1
  854. | #define HAVE_STRING_H 1
  855. | #define HAVE_MEMORY_H 1
  856. | #define HAVE_STRINGS_H 1
  857. | #define HAVE_INTTYPES_H 1
  858. | #define HAVE_STDINT_H 1
  859. | #define HAVE_UNISTD_H 1
  860. | #define HAVE_DLFCN_H 1
  861. | #define LT_OBJDIR ".libs/"
  862. | #define HAVE_LIBDL 1
  863. | #define HAVE_LIBPTHREAD 1
  864. | #define CEGUI_HAS_FREETYPE /**/
  865. | #define CEGUI_HAS_PCRE_REGEX /**/
  866. | /* end confdefs.h. */
  867. | #include <rapidxml.hpp>
  868. configure:16009: g++ -E -I. conftest.cpp
  869. conftest.cpp:27:21: error: tinyxml.h: No such file or directory
  870. configure:16009: $? = 1
  871. configure: failed program was:
  872. | /* confdefs.h */
  873. | #define PACKAGE_NAME "CEGUI"
  874. | #define PACKAGE_TARNAME "CEGUI"
  875. | #define PACKAGE_VERSION "0.7.2"
  876. | #define PACKAGE_STRING "CEGUI 0.7.2"
  877. | #define PACKAGE_BUGREPORT "http://mantis.cegui.org.uk/"
  878. | #define PACKAGE_URL ""
  879. | #define PACKAGE "CEGUI"
  880. | #define VERSION "0.7.2"
  881. | #define STDC_HEADERS 1
  882. | #define HAVE_SYS_TYPES_H 1
  883. | #define HAVE_SYS_STAT_H 1
  884. | #define HAVE_STDLIB_H 1
  885. | #define HAVE_STRING_H 1
  886. | #define HAVE_MEMORY_H 1
  887. | #define HAVE_STRINGS_H 1
  888. | #define HAVE_INTTYPES_H 1
  889. | #define HAVE_STDINT_H 1
  890. | #define HAVE_UNISTD_H 1
  891. | #define HAVE_DLFCN_H 1
  892. | #define LT_OBJDIR ".libs/"
  893. | #define HAVE_LIBDL 1
  894. | #define HAVE_LIBPTHREAD 1
  895. | #define CEGUI_HAS_FREETYPE /**/
  896. | #define CEGUI_HAS_PCRE_REGEX /**/
  897. | /* end confdefs.h. */
  898. | #include <tinyxml.h>
  899. configure:16009: g++ -E -I/usr/local/include/tinyxml conftest.cpp
  900. conftest.cpp:27:21: error: tinyxml.h: No such file or directory
  901. configure:16009: $? = 1
  902. configure: failed program was:
  903. | /* confdefs.h */
  904. | #define PACKAGE_NAME "CEGUI"
  905. | #define PACKAGE_TARNAME "CEGUI"
  906. | #define PACKAGE_VERSION "0.7.2"
  907. | #define PACKAGE_STRING "CEGUI 0.7.2"
  908. | #define PACKAGE_BUGREPORT "http://mantis.cegui.org.uk/"
  909. | #define PACKAGE_URL ""
  910. | #define PACKAGE "CEGUI"
  911. | #define VERSION "0.7.2"
  912. | #define STDC_HEADERS 1
  913. | #define HAVE_SYS_TYPES_H 1
  914. | #define HAVE_SYS_STAT_H 1
  915. | #define HAVE_STDLIB_H 1
  916. | #define HAVE_STRING_H 1
  917. | #define HAVE_MEMORY_H 1
  918. | #define HAVE_STRINGS_H 1
  919. | #define HAVE_INTTYPES_H 1
  920. | #define HAVE_STDINT_H 1
  921. | #define HAVE_UNISTD_H 1
  922. | #define HAVE_DLFCN_H 1
  923. | #define LT_OBJDIR ".libs/"
  924. | #define HAVE_LIBDL 1
  925. | #define HAVE_LIBPTHREAD 1
  926. | #define CEGUI_HAS_FREETYPE /**/
  927. | #define CEGUI_HAS_PCRE_REGEX /**/
  928. | /* end confdefs.h. */
  929. | #include <tinyxml.h>
  930. configure:16009: g++ -E -I/usr/include/tinyxml conftest.cpp
  931. conftest.cpp:27:21: error: tinyxml.h: No such file or directory
  932. configure:16009: $? = 1
  933. configure: failed program was:
  934. | /* confdefs.h */
  935. | #define PACKAGE_NAME "CEGUI"
  936. | #define PACKAGE_TARNAME "CEGUI"
  937. | #define PACKAGE_VERSION "0.7.2"
  938. | #define PACKAGE_STRING "CEGUI 0.7.2"
  939. | #define PACKAGE_BUGREPORT "http://mantis.cegui.org.uk/"
  940. | #define PACKAGE_URL ""
  941. | #define PACKAGE "CEGUI"
  942. | #define VERSION "0.7.2"
  943. | #define STDC_HEADERS 1
  944. | #define HAVE_SYS_TYPES_H 1
  945. | #define HAVE_SYS_STAT_H 1
  946. | #define HAVE_STDLIB_H 1
  947. | #define HAVE_STRING_H 1
  948. | #define HAVE_MEMORY_H 1
  949. | #define HAVE_STRINGS_H 1
  950. | #define HAVE_INTTYPES_H 1
  951. | #define HAVE_STDINT_H 1
  952. | #define HAVE_UNISTD_H 1
  953. | #define HAVE_DLFCN_H 1
  954. | #define LT_OBJDIR ".libs/"
  955. | #define HAVE_LIBDL 1
  956. | #define HAVE_LIBPTHREAD 1
  957. | #define CEGUI_HAS_FREETYPE /**/
  958. | #define CEGUI_HAS_PCRE_REGEX /**/
  959. | /* end confdefs.h. */
  960. | #include <tinyxml.h>
  961. configure:16009: g++ -E -I/usr/local/include conftest.cpp
  962. conftest.cpp:27:21: error: tinyxml.h: No such file or directory
  963. configure:16009: $? = 1
  964. configure: failed program was:
  965. | /* confdefs.h */
  966. | #define PACKAGE_NAME "CEGUI"
  967. | #define PACKAGE_TARNAME "CEGUI"
  968. | #define PACKAGE_VERSION "0.7.2"
  969. | #define PACKAGE_STRING "CEGUI 0.7.2"
  970. | #define PACKAGE_BUGREPORT "http://mantis.cegui.org.uk/"
  971. | #define PACKAGE_URL ""
  972. | #define PACKAGE "CEGUI"
  973. | #define VERSION "0.7.2"
  974. | #define STDC_HEADERS 1
  975. | #define HAVE_SYS_TYPES_H 1
  976. | #define HAVE_SYS_STAT_H 1
  977. | #define HAVE_STDLIB_H 1
  978. | #define HAVE_STRING_H 1
  979. | #define HAVE_MEMORY_H 1
  980. | #define HAVE_STRINGS_H 1
  981. | #define HAVE_INTTYPES_H 1
  982. | #define HAVE_STDINT_H 1
  983. | #define HAVE_UNISTD_H 1
  984. | #define HAVE_DLFCN_H 1
  985. | #define LT_OBJDIR ".libs/"
  986. | #define HAVE_LIBDL 1
  987. | #define HAVE_LIBPTHREAD 1
  988. | #define CEGUI_HAS_FREETYPE /**/
  989. | #define CEGUI_HAS_PCRE_REGEX /**/
  990. | /* end confdefs.h. */
  991. | #include <tinyxml.h>
  992. configure:16009: g++ -E -I/usr/include conftest.cpp
  993. conftest.cpp:27:21: error: tinyxml.h: No such file or directory
  994. configure:16009: $? = 1
  995. configure: failed program was:
  996. | /* confdefs.h */
  997. | #define PACKAGE_NAME "CEGUI"
  998. | #define PACKAGE_TARNAME "CEGUI"
  999. | #define PACKAGE_VERSION "0.7.2"
  1000. | #define PACKAGE_STRING "CEGUI 0.7.2"
  1001. | #define PACKAGE_BUGREPORT "http://mantis.cegui.org.uk/"
  1002. | #define PACKAGE_URL ""
  1003. | #define PACKAGE "CEGUI"
  1004. | #define VERSION "0.7.2"
  1005. | #define STDC_HEADERS 1
  1006. | #define HAVE_SYS_TYPES_H 1
  1007. | #define HAVE_SYS_STAT_H 1
  1008. | #define HAVE_STDLIB_H 1
  1009. | #define HAVE_STRING_H 1
  1010. | #define HAVE_MEMORY_H 1
  1011. | #define HAVE_STRINGS_H 1
  1012. | #define HAVE_INTTYPES_H 1
  1013. | #define HAVE_STDINT_H 1
  1014. | #define HAVE_UNISTD_H 1
  1015. | #define HAVE_DLFCN_H 1
  1016. | #define LT_OBJDIR ".libs/"
  1017. | #define HAVE_LIBDL 1
  1018. | #define HAVE_LIBPTHREAD 1
  1019. | #define CEGUI_HAS_FREETYPE /**/
  1020. | #define CEGUI_HAS_PCRE_REGEX /**/
  1021. | /* end confdefs.h. */
  1022. | #include <tinyxml.h>
  1023. configure:16019: checking for main in -ltinyxml
  1024. configure:16038: g++ -o conftest -g -O2 -I/usr/include conftest.cpp -ltinyxml -L. -lpthread -ldl >&5
  1025. /usr/bin/ld: cannot find -ltinyxml
  1026. collect2: ld returned 1 exit status
  1027. configure:16038: $? = 1
  1028. configure: failed program was:
  1029. | /* confdefs.h */
  1030. | #define PACKAGE_NAME "CEGUI"
  1031. | #define PACKAGE_TARNAME "CEGUI"
  1032. | #define PACKAGE_VERSION "0.7.2"
  1033. | #define PACKAGE_STRING "CEGUI 0.7.2"
  1034. | #define PACKAGE_BUGREPORT "http://mantis.cegui.org.uk/"
  1035. | #define PACKAGE_URL ""
  1036. | #define PACKAGE "CEGUI"
  1037. | #define VERSION "0.7.2"
  1038. | #define STDC_HEADERS 1
  1039. | #define HAVE_SYS_TYPES_H 1
  1040. | #define HAVE_SYS_STAT_H 1
  1041. | #define HAVE_STDLIB_H 1
  1042. | #define HAVE_STRING_H 1
  1043. | #define HAVE_MEMORY_H 1
  1044. | #define HAVE_STRINGS_H 1
  1045. | #define HAVE_INTTYPES_H 1
  1046. | #define HAVE_STDINT_H 1
  1047. | #define HAVE_UNISTD_H 1
  1048. | #define HAVE_DLFCN_H 1
  1049. | #define LT_OBJDIR ".libs/"
  1050. | #define HAVE_LIBDL 1
  1051. | #define HAVE_LIBPTHREAD 1
  1052. | #define CEGUI_HAS_FREETYPE /**/
  1053. | #define CEGUI_HAS_PCRE_REGEX /**/
  1054. | /* end confdefs.h. */
  1055. |
  1056. |
  1057. | int
  1058. | main ()
  1059. | {
  1060. | return main ();
  1061. | ;
  1062. | return 0;
  1063. | }
  1064. configure:16047: result: no
  1065. configure:16201: Default XML Parser will be: ExpatParser
  1066. configure:16334: checking for ilLoadL in -lIL
  1067. configure:16359: gcc -o conftest -g -O2 conftest.c -lIL -lpthread -ldl >&5
  1068. /usr/bin/ld: cannot find -lIL
  1069. collect2: ld returned 1 exit status
  1070. configure:16359: $? = 1
  1071. configure: failed program was:
  1072. | /* confdefs.h */
  1073. | #define PACKAGE_NAME "CEGUI"
  1074. | #define PACKAGE_TARNAME "CEGUI"
  1075. | #define PACKAGE_VERSION "0.7.2"
  1076. | #define PACKAGE_STRING "CEGUI 0.7.2"
  1077. | #define PACKAGE_BUGREPORT "http://mantis.cegui.org.uk/"
  1078. | #define PACKAGE_URL ""
  1079. | #define PACKAGE "CEGUI"
  1080. | #define VERSION "0.7.2"
  1081. | #define STDC_HEADERS 1
  1082. | #define HAVE_SYS_TYPES_H 1
  1083. | #define HAVE_SYS_STAT_H 1
  1084. | #define HAVE_STDLIB_H 1
  1085. | #define HAVE_STRING_H 1
  1086. | #define HAVE_MEMORY_H 1
  1087. | #define HAVE_STRINGS_H 1
  1088. | #define HAVE_INTTYPES_H 1
  1089. | #define HAVE_STDINT_H 1
  1090. | #define HAVE_UNISTD_H 1
  1091. | #define HAVE_DLFCN_H 1
  1092. | #define LT_OBJDIR ".libs/"
  1093. | #define HAVE_LIBDL 1
  1094. | #define HAVE_LIBPTHREAD 1
  1095. | #define CEGUI_HAS_FREETYPE /**/
  1096. | #define CEGUI_HAS_PCRE_REGEX /**/
  1097. | #define CEGUI_DEFAULT_XMLPARSER ExpatParser
  1098. | #define CEGUI_TINYXML_H "ceguitinyxml/tinyxml.h"
  1099. | #define CEGUI_TINYXML_NAMESPACE CEGUITinyXML
  1100. | /* end confdefs.h. */
  1101. |
  1102. | /* Override any GCC internal prototype to avoid an error.
  1103. | Use char because int might match the return type of a GCC
  1104. | builtin and then its argument prototype would still apply. */
  1105. | #ifdef __cplusplus
  1106. | extern "C"
  1107. | #endif
  1108. | char ilLoadL ();
  1109. | int
  1110. | main ()
  1111. | {
  1112. | return ilLoadL ();
  1113. | ;
  1114. | return 0;
  1115. | }
  1116. configure:16368: result: no
  1117. configure:16376: checking for iluFlipImage in -lILU
  1118. configure:16401: gcc -o conftest -g -O2 conftest.c -lILU -lIL -lpthread -ldl >&5
  1119. /usr/bin/ld: cannot find -lILU
  1120. collect2: ld returned 1 exit status
  1121. configure:16401: $? = 1
  1122. configure: failed program was:
  1123. | /* confdefs.h */
  1124. | #define PACKAGE_NAME "CEGUI"
  1125. | #define PACKAGE_TARNAME "CEGUI"
  1126. | #define PACKAGE_VERSION "0.7.2"
  1127. | #define PACKAGE_STRING "CEGUI 0.7.2"
  1128. | #define PACKAGE_BUGREPORT "http://mantis.cegui.org.uk/"
  1129. | #define PACKAGE_URL ""
  1130. | #define PACKAGE "CEGUI"
  1131. | #define VERSION "0.7.2"
  1132. | #define STDC_HEADERS 1
  1133. | #define HAVE_SYS_TYPES_H 1
  1134. | #define HAVE_SYS_STAT_H 1
  1135. | #define HAVE_STDLIB_H 1
  1136. | #define HAVE_STRING_H 1
  1137. | #define HAVE_MEMORY_H 1
  1138. | #define HAVE_STRINGS_H 1
  1139. | #define HAVE_INTTYPES_H 1
  1140. | #define HAVE_STDINT_H 1
  1141. | #define HAVE_UNISTD_H 1
  1142. | #define HAVE_DLFCN_H 1
  1143. | #define LT_OBJDIR ".libs/"
  1144. | #define HAVE_LIBDL 1
  1145. | #define HAVE_LIBPTHREAD 1
  1146. | #define CEGUI_HAS_FREETYPE /**/
  1147. | #define CEGUI_HAS_PCRE_REGEX /**/
  1148. | #define CEGUI_DEFAULT_XMLPARSER ExpatParser
  1149. | #define CEGUI_TINYXML_H "ceguitinyxml/tinyxml.h"
  1150. | #define CEGUI_TINYXML_NAMESPACE CEGUITinyXML
  1151. | /* end confdefs.h. */
  1152. |
  1153. | /* Override any GCC internal prototype to avoid an error.
  1154. | Use char because int might match the return type of a GCC
  1155. | builtin and then its argument prototype would still apply. */
  1156. | #ifdef __cplusplus
  1157. | extern "C"
  1158. | #endif
  1159. | char iluFlipImage ();
  1160. | int
  1161. | main ()
  1162. | {
  1163. | return iluFlipImage ();
  1164. | ;
  1165. | return 0;
  1166. | }
  1167. configure:16410: result: no
  1168. configure:16427: DevIL based ImageCodec module disabled.
  1169. configure:16450: checking for library containing FreeImage_GetVersion
  1170. configure:16481: g++ -o conftest -g -O2 conftest.cpp -lpthread -ldl >&5
  1171. /tmp/ccXeGRtt.o: In function `main':
  1172. /home/michi/Downloads/CEGUI-0.7.2/conftest.cpp:41: undefined reference to `FreeImage_GetVersion'
  1173. collect2: ld returned 1 exit status
  1174. configure:16481: $? = 1
  1175. configure: failed program was:
  1176. | /* confdefs.h */
  1177. | #define PACKAGE_NAME "CEGUI"
  1178. | #define PACKAGE_TARNAME "CEGUI"
  1179. | #define PACKAGE_VERSION "0.7.2"
  1180. | #define PACKAGE_STRING "CEGUI 0.7.2"
  1181. | #define PACKAGE_BUGREPORT "http://mantis.cegui.org.uk/"
  1182. | #define PACKAGE_URL ""
  1183. | #define PACKAGE "CEGUI"
  1184. | #define VERSION "0.7.2"
  1185. | #define STDC_HEADERS 1
  1186. | #define HAVE_SYS_TYPES_H 1
  1187. | #define HAVE_SYS_STAT_H 1
  1188. | #define HAVE_STDLIB_H 1
  1189. | #define HAVE_STRING_H 1
  1190. | #define HAVE_MEMORY_H 1
  1191. | #define HAVE_STRINGS_H 1
  1192. | #define HAVE_INTTYPES_H 1
  1193. | #define HAVE_STDINT_H 1
  1194. | #define HAVE_UNISTD_H 1
  1195. | #define HAVE_DLFCN_H 1
  1196. | #define LT_OBJDIR ".libs/"
  1197. | #define HAVE_LIBDL 1
  1198. | #define HAVE_LIBPTHREAD 1
  1199. | #define CEGUI_HAS_FREETYPE /**/
  1200. | #define CEGUI_HAS_PCRE_REGEX /**/
  1201. | #define CEGUI_DEFAULT_XMLPARSER ExpatParser
  1202. | #define CEGUI_TINYXML_H "ceguitinyxml/tinyxml.h"
  1203. | #define CEGUI_TINYXML_NAMESPACE CEGUITinyXML
  1204. | /* end confdefs.h. */
  1205. |
  1206. | /* Override any GCC internal prototype to avoid an error.
  1207. | Use char because int might match the return type of a GCC
  1208. | builtin and then its argument prototype would still apply. */
  1209. | #ifdef __cplusplus
  1210. | extern "C"
  1211. | #endif
  1212. | char FreeImage_GetVersion ();
  1213. | int
  1214. | main ()
  1215. | {
  1216. | return FreeImage_GetVersion ();
  1217. | ;
  1218. | return 0;
  1219. | }
  1220. configure:16481: g++ -o conftest -g -O2 conftest.cpp -lfreeimage -lpthread -ldl >&5
  1221. configure:16481: $? = 0
  1222. configure:16498: result: -lfreeimage
  1223. configure:16514: checking FreeImage.h usability
  1224. configure:16514: gcc -c -g -O2 conftest.c >&5
  1225. configure:16514: $? = 0
  1226. configure:16514: result: yes
  1227. configure:16514: checking FreeImage.h presence
  1228. configure:16514: gcc -E conftest.c
  1229. configure:16514: $? = 0
  1230. configure:16514: result: yes
  1231. configure:16514: checking for FreeImage.h
  1232. configure:16514: result: yes
  1233. configure:16523: FreeImage based ImageCodec module enabled.
  1234. configure:16546: checking for SILLY
  1235. configure:16554: $PKG_CONFIG --exists --print-errors "SILLY >= 0.1.0"
  1236. Package SILLY was not found in the pkg-config search path.
  1237. Perhaps you should add the directory containing `SILLY.pc'
  1238. to the PKG_CONFIG_PATH environment variable
  1239. No package 'SILLY' found
  1240. configure:16557: $? = 1
  1241. configure:16572: $PKG_CONFIG --exists --print-errors "SILLY >= 0.1.0"
  1242. Package SILLY was not found in the pkg-config search path.
  1243. Perhaps you should add the directory containing `SILLY.pc'
  1244. to the PKG_CONFIG_PATH environment variable
  1245. No package 'SILLY' found
  1246. configure:16575: $? = 1
  1247. No package 'SILLY' found
  1248. configure:16603: result: no
  1249. configure:16622: SILLY based ImageCodec module disabled.
  1250. configure:16639: checking for corona-config
  1251. configure:16670: result: no
  1252. configure:16678: checking for corona - version >= 1.2.0
  1253. configure:16683: result: no
  1254. configure:16733: Default ImageCodec will be: FreeImageImageCodec
  1255. configure:16779: checking for ANSI C header files
  1256. configure:16883: result: yes
  1257. configure:16894: checking limits.h usability
  1258. configure:16894: gcc -c -g -O2 conftest.c >&5
  1259. configure:16894: $? = 0
  1260. configure:16894: result: yes
  1261. configure:16894: checking limits.h presence
  1262. configure:16894: gcc -E conftest.c
  1263. configure:16894: $? = 0
  1264. configure:16894: result: yes
  1265. configure:16894: checking for limits.h
  1266. configure:16894: result: yes
  1267. configure:16894: checking locale.h usability
  1268. configure:16894: gcc -c -g -O2 conftest.c >&5
  1269. configure:16894: $? = 0
  1270. configure:16894: result: yes
  1271. configure:16894: checking locale.h presence
  1272. configure:16894: gcc -E conftest.c
  1273. configure:16894: $? = 0
  1274. configure:16894: result: yes
  1275. configure:16894: checking for locale.h
  1276. configure:16894: result: yes
  1277. configure:16894: checking malloc.h usability
  1278. configure:16894: gcc -c -g -O2 conftest.c >&5
  1279. configure:16894: $? = 0
  1280. configure:16894: result: yes
  1281. configure:16894: checking malloc.h presence
  1282. configure:16894: gcc -E conftest.c
  1283. configure:16894: $? = 0
  1284. configure:16894: result: yes
  1285. configure:16894: checking for malloc.h
  1286. configure:16894: result: yes
  1287. configure:16894: checking stddef.h usability
  1288. configure:16894: gcc -c -g -O2 conftest.c >&5
  1289. configure:16894: $? = 0
  1290. configure:16894: result: yes
  1291. configure:16894: checking stddef.h presence
  1292. configure:16894: gcc -E conftest.c
  1293. configure:16894: $? = 0
  1294. configure:16894: result: yes
  1295. configure:16894: checking for stddef.h
  1296. configure:16894: result: yes
  1297. configure:16894: checking for stdlib.h
  1298. configure:16894: result: yes
  1299. configure:16894: checking for string.h
  1300. configure:16894: result: yes
  1301. configure:16907: checking for stdbool.h that conforms to C99
  1302. configure:16992: gcc -c -g -O2 conftest.c >&5
  1303. configure:16992: $? = 0
  1304. configure:16999: result: yes
  1305. configure:17001: checking for _Bool
  1306. configure:17001: gcc -c -g -O2 conftest.c >&5
  1307. configure:17001: $? = 0
  1308. configure:17001: gcc -c -g -O2 conftest.c >&5
  1309. conftest.c: In function 'main':
  1310. conftest.c:74: error: expected expression before ')' token
  1311. configure:17001: $? = 1
  1312. configure: failed program was:
  1313. | /* confdefs.h */
  1314. | #define PACKAGE_NAME "CEGUI"
  1315. | #define PACKAGE_TARNAME "CEGUI"
  1316. | #define PACKAGE_VERSION "0.7.2"
  1317. | #define PACKAGE_STRING "CEGUI 0.7.2"
  1318. | #define PACKAGE_BUGREPORT "http://mantis.cegui.org.uk/"
  1319. | #define PACKAGE_URL ""
  1320. | #define PACKAGE "CEGUI"
  1321. | #define VERSION "0.7.2"
  1322. | #define STDC_HEADERS 1
  1323. | #define HAVE_SYS_TYPES_H 1
  1324. | #define HAVE_SYS_STAT_H 1
  1325. | #define HAVE_STDLIB_H 1
  1326. | #define HAVE_STRING_H 1
  1327. | #define HAVE_MEMORY_H 1
  1328. | #define HAVE_STRINGS_H 1
  1329. | #define HAVE_INTTYPES_H 1
  1330. | #define HAVE_STDINT_H 1
  1331. | #define HAVE_UNISTD_H 1
  1332. | #define HAVE_DLFCN_H 1
  1333. | #define LT_OBJDIR ".libs/"
  1334. | #define HAVE_LIBDL 1
  1335. | #define HAVE_LIBPTHREAD 1
  1336. | #define CEGUI_HAS_FREETYPE /**/
  1337. | #define CEGUI_HAS_PCRE_REGEX /**/
  1338. | #define CEGUI_DEFAULT_XMLPARSER ExpatParser
  1339. | #define CEGUI_TINYXML_H "ceguitinyxml/tinyxml.h"
  1340. | #define CEGUI_TINYXML_NAMESPACE CEGUITinyXML
  1341. | #define CEGUI_DEFAULT_IMAGE_CODEC FreeImageImageCodec
  1342. | #define STDC_HEADERS 1
  1343. | #define HAVE_LIMITS_H 1
  1344. | #define HAVE_LOCALE_H 1
  1345. | #define HAVE_MALLOC_H 1
  1346. | #define HAVE_STDDEF_H 1
  1347. | #define HAVE_STDLIB_H 1
  1348. | #define HAVE_STRING_H 1
  1349. | /* end confdefs.h. */
  1350. | #include <stdio.h>
  1351. | #ifdef HAVE_SYS_TYPES_H
  1352. | # include <sys/types.h>
  1353. | #endif
  1354. | #ifdef HAVE_SYS_STAT_H
  1355. | # include <sys/stat.h>
  1356. | #endif
  1357. | #ifdef STDC_HEADERS
  1358. | # include <stdlib.h>
  1359. | # include <stddef.h>
  1360. | #else
  1361. | # ifdef HAVE_STDLIB_H
  1362. | # include <stdlib.h>
  1363. | # endif
  1364. | #endif
  1365. | #ifdef HAVE_STRING_H
  1366. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1367. | # include <memory.h>
  1368. | # endif
  1369. | # include <string.h>
  1370. | #endif
  1371. | #ifdef HAVE_STRINGS_H
  1372. | # include <strings.h>
  1373. | #endif
  1374. | #ifdef HAVE_INTTYPES_H
  1375. | # include <inttypes.h>
  1376. | #endif
  1377. | #ifdef HAVE_STDINT_H
  1378. | # include <stdint.h>
  1379. | #endif
  1380. | #ifdef HAVE_UNISTD_H
  1381. | # include <unistd.h>
  1382. | #endif
  1383. | int
  1384. | main ()
  1385. | {
  1386. | if (sizeof ((_Bool)))
  1387. | return 0;
  1388. | ;
  1389. | return 0;
  1390. | }
  1391. configure:17001: result: yes
  1392. configure:17017: checking for an ANSI C-conforming const
  1393. configure:17082: gcc -c -g -O2 conftest.c >&5
  1394. configure:17082: $? = 0
  1395. configure:17089: result: yes
  1396. configure:17097: checking for inline
  1397. configure:17113: gcc -c -g -O2 conftest.c >&5
  1398. configure:17113: $? = 0
  1399. configure:17121: result: inline
  1400. configure:17139: checking for size_t
  1401. configure:17139: gcc -c -g -O2 conftest.c >&5
  1402. configure:17139: $? = 0
  1403. configure:17139: gcc -c -g -O2 conftest.c >&5
  1404. conftest.c: In function 'main':
  1405. conftest.c:76: error: expected expression before ')' token
  1406. configure:17139: $? = 1
  1407. configure: failed program was:
  1408. | /* confdefs.h */
  1409. | #define PACKAGE_NAME "CEGUI"
  1410. | #define PACKAGE_TARNAME "CEGUI"
  1411. | #define PACKAGE_VERSION "0.7.2"
  1412. | #define PACKAGE_STRING "CEGUI 0.7.2"
  1413. | #define PACKAGE_BUGREPORT "http://mantis.cegui.org.uk/"
  1414. | #define PACKAGE_URL ""
  1415. | #define PACKAGE "CEGUI"
  1416. | #define VERSION "0.7.2"
  1417. | #define STDC_HEADERS 1
  1418. | #define HAVE_SYS_TYPES_H 1
  1419. | #define HAVE_SYS_STAT_H 1
  1420. | #define HAVE_STDLIB_H 1
  1421. | #define HAVE_STRING_H 1
  1422. | #define HAVE_MEMORY_H 1
  1423. | #define HAVE_STRINGS_H 1
  1424. | #define HAVE_INTTYPES_H 1
  1425. | #define HAVE_STDINT_H 1
  1426. | #define HAVE_UNISTD_H 1
  1427. | #define HAVE_DLFCN_H 1
  1428. | #define LT_OBJDIR ".libs/"
  1429. | #define HAVE_LIBDL 1
  1430. | #define HAVE_LIBPTHREAD 1
  1431. | #define CEGUI_HAS_FREETYPE /**/
  1432. | #define CEGUI_HAS_PCRE_REGEX /**/
  1433. | #define CEGUI_DEFAULT_XMLPARSER ExpatParser
  1434. | #define CEGUI_TINYXML_H "ceguitinyxml/tinyxml.h"
  1435. | #define CEGUI_TINYXML_NAMESPACE CEGUITinyXML
  1436. | #define CEGUI_DEFAULT_IMAGE_CODEC FreeImageImageCodec
  1437. | #define STDC_HEADERS 1
  1438. | #define HAVE_LIMITS_H 1
  1439. | #define HAVE_LOCALE_H 1
  1440. | #define HAVE_MALLOC_H 1
  1441. | #define HAVE_STDDEF_H 1
  1442. | #define HAVE_STDLIB_H 1
  1443. | #define HAVE_STRING_H 1
  1444. | #define HAVE__BOOL 1
  1445. | #define HAVE_STDBOOL_H 1
  1446. | /* end confdefs.h. */
  1447. | #include <stdio.h>
  1448. | #ifdef HAVE_SYS_TYPES_H
  1449. | # include <sys/types.h>
  1450. | #endif
  1451. | #ifdef HAVE_SYS_STAT_H
  1452. | # include <sys/stat.h>
  1453. | #endif
  1454. | #ifdef STDC_HEADERS
  1455. | # include <stdlib.h>
  1456. | # include <stddef.h>
  1457. | #else
  1458. | # ifdef HAVE_STDLIB_H
  1459. | # include <stdlib.h>
  1460. | # endif
  1461. | #endif
  1462. | #ifdef HAVE_STRING_H
  1463. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1464. | # include <memory.h>
  1465. | # endif
  1466. | # include <string.h>
  1467. | #endif
  1468. | #ifdef HAVE_STRINGS_H
  1469. | # include <strings.h>
  1470. | #endif
  1471. | #ifdef HAVE_INTTYPES_H
  1472. | # include <inttypes.h>
  1473. | #endif
  1474. | #ifdef HAVE_STDINT_H
  1475. | # include <stdint.h>
  1476. | #endif
  1477. | #ifdef HAVE_UNISTD_H
  1478. | # include <unistd.h>
  1479. | #endif
  1480. | int
  1481. | main ()
  1482. | {
  1483. | if (sizeof ((size_t)))
  1484. | return 0;
  1485. | ;
  1486. | return 0;
  1487. | }
  1488. configure:17139: result: yes
  1489. configure:17150: checking whether struct tm is in sys/time.h or time.h
  1490. configure:17170: gcc -c -g -O2 conftest.c >&5
  1491. configure:17170: $? = 0
  1492. configure:17177: result: time.h
  1493. configure:17185: checking for working volatile
  1494. configure:17204: gcc -c -g -O2 conftest.c >&5
  1495. configure:17204: $? = 0
  1496. configure:17211: result: yes
  1497. configure:17219: checking for ptrdiff_t
  1498. configure:17219: gcc -c -g -O2 conftest.c >&5
  1499. configure:17219: $? = 0
  1500. configure:17219: gcc -c -g -O2 conftest.c >&5
  1501. conftest.c: In function 'main':
  1502. conftest.c:76: error: expected expression before ')' token
  1503. configure:17219: $? = 1
  1504. configure: failed program was:
  1505. | /* confdefs.h */
  1506. | #define PACKAGE_NAME "CEGUI"
  1507. | #define PACKAGE_TARNAME "CEGUI"
  1508. | #define PACKAGE_VERSION "0.7.2"
  1509. | #define PACKAGE_STRING "CEGUI 0.7.2"
  1510. | #define PACKAGE_BUGREPORT "http://mantis.cegui.org.uk/"
  1511. | #define PACKAGE_URL ""
  1512. | #define PACKAGE "CEGUI"
  1513. | #define VERSION "0.7.2"
  1514. | #define STDC_HEADERS 1
  1515. | #define HAVE_SYS_TYPES_H 1
  1516. | #define HAVE_SYS_STAT_H 1
  1517. | #define HAVE_STDLIB_H 1
  1518. | #define HAVE_STRING_H 1
  1519. | #define HAVE_MEMORY_H 1
  1520. | #define HAVE_STRINGS_H 1
  1521. | #define HAVE_INTTYPES_H 1
  1522. | #define HAVE_STDINT_H 1
  1523. | #define HAVE_UNISTD_H 1
  1524. | #define HAVE_DLFCN_H 1
  1525. | #define LT_OBJDIR ".libs/"
  1526. | #define HAVE_LIBDL 1
  1527. | #define HAVE_LIBPTHREAD 1
  1528. | #define CEGUI_HAS_FREETYPE /**/
  1529. | #define CEGUI_HAS_PCRE_REGEX /**/
  1530. | #define CEGUI_DEFAULT_XMLPARSER ExpatParser
  1531. | #define CEGUI_TINYXML_H "ceguitinyxml/tinyxml.h"
  1532. | #define CEGUI_TINYXML_NAMESPACE CEGUITinyXML
  1533. | #define CEGUI_DEFAULT_IMAGE_CODEC FreeImageImageCodec
  1534. | #define STDC_HEADERS 1
  1535. | #define HAVE_LIMITS_H 1
  1536. | #define HAVE_LOCALE_H 1
  1537. | #define HAVE_MALLOC_H 1
  1538. | #define HAVE_STDDEF_H 1
  1539. | #define HAVE_STDLIB_H 1
  1540. | #define HAVE_STRING_H 1
  1541. | #define HAVE__BOOL 1
  1542. | #define HAVE_STDBOOL_H 1
  1543. | /* end confdefs.h. */
  1544. | #include <stdio.h>
  1545. | #ifdef HAVE_SYS_TYPES_H
  1546. | # include <sys/types.h>
  1547. | #endif
  1548. | #ifdef HAVE_SYS_STAT_H
  1549. | # include <sys/stat.h>
  1550. | #endif
  1551. | #ifdef STDC_HEADERS
  1552. | # include <stdlib.h>
  1553. | # include <stddef.h>
  1554. | #else
  1555. | # ifdef HAVE_STDLIB_H
  1556. | # include <stdlib.h>
  1557. | # endif
  1558. | #endif
  1559. | #ifdef HAVE_STRING_H
  1560. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1561. | # include <memory.h>
  1562. | # endif
  1563. | # include <string.h>
  1564. | #endif
  1565. | #ifdef HAVE_STRINGS_H
  1566. | # include <strings.h>
  1567. | #endif
  1568. | #ifdef HAVE_INTTYPES_H
  1569. | # include <inttypes.h>
  1570. | #endif
  1571. | #ifdef HAVE_STDINT_H
  1572. | # include <stdint.h>
  1573. | #endif
  1574. | #ifdef HAVE_UNISTD_H
  1575. | # include <unistd.h>
  1576. | #endif
  1577. | int
  1578. | main ()
  1579. | {
  1580. | if (sizeof ((ptrdiff_t)))
  1581. | return 0;
  1582. | ;
  1583. | return 0;
  1584. | }
  1585. configure:17219: result: yes
  1586. configure:17231: checking for error_at_line
  1587. configure:17247: gcc -o conftest -g -O2 conftest.c -lpthread -ldl >&5
  1588. configure:17247: $? = 0
  1589. configure:17255: result: yes
  1590. configure:17266: checking for working memcmp
  1591. configure:17309: gcc -o conftest -g -O2 conftest.c -lpthread -ldl >&5
  1592. configure:17309: $? = 0
  1593. configure:17309: ./conftest
  1594. configure:17309: $? = 0
  1595. configure:17319: result: yes
  1596. configure:17328: checking whether time.h and sys/time.h may both be included
  1597. configure:17348: gcc -c -g -O2 conftest.c >&5
  1598. configure:17348: $? = 0
  1599. configure:17355: result: yes
  1600. configure:17369: checking for sys/time.h
  1601. configure:17369: gcc -c -g -O2 conftest.c >&5
  1602. configure:17369: $? = 0
  1603. configure:17369: result: yes
  1604. configure:17369: checking for unistd.h
  1605. configure:17369: result: yes
  1606. configure:17391: checking for alarm
  1607. configure:17391: gcc -o conftest -g -O2 conftest.c -lpthread -ldl >&5
  1608. configure:17391: $? = 0
  1609. configure:17391: result: yes
  1610. configure:17405: checking for working mktime
  1611. configure:17610: gcc -o conftest -g -O2 conftest.c -lpthread -ldl >&5
  1612. configure:17610: $? = 0
  1613. configure:17610: ./conftest
  1614. configure:17610: $? = 0
  1615. configure:17620: result: yes
  1616. configure:17631: checking for working strcoll
  1617. configure:17652: gcc -o conftest -g -O2 conftest.c -lpthread -ldl >&5
  1618. configure:17652: $? = 0
  1619. configure:17652: ./conftest
  1620. configure:17652: $? = 0
  1621. configure:17662: result: yes
  1622. configure:17672: checking for strftime
  1623. configure:17672: gcc -o conftest -g -O2 conftest.c -lpthread -ldl >&5
  1624. conftest.c:69: warning: conflicting types for built-in function 'strftime'
  1625. configure:17672: $? = 0
  1626. configure:17672: result: yes
  1627. configure:17728: checking for atexit
  1628. configure:17728: gcc -o conftest -g -O2 conftest.c -lpthread -ldl >&5
  1629. configure:17728: $? = 0
  1630. configure:17728: result: yes
  1631. configure:17728: checking for floor
  1632. configure:17728: gcc -o conftest -g -O2 conftest.c -lpthread -ldl >&5
  1633. conftest.c:71: warning: conflicting types for built-in function 'floor'
  1634. /tmp/ccj31HR3.o: In function `main':
  1635. /home/michi/Downloads/CEGUI-0.7.2/conftest.c:82: undefined reference to `floor'
  1636. collect2: ld returned 1 exit status
  1637. configure:17728: $? = 1
  1638. configure: failed program was:
  1639. | /* confdefs.h */
  1640. | #define PACKAGE_NAME "CEGUI"
  1641. | #define PACKAGE_TARNAME "CEGUI"
  1642. | #define PACKAGE_VERSION "0.7.2"
  1643. | #define PACKAGE_STRING "CEGUI 0.7.2"
  1644. | #define PACKAGE_BUGREPORT "http://mantis.cegui.org.uk/"
  1645. | #define PACKAGE_URL ""
  1646. | #define PACKAGE "CEGUI"
  1647. | #define VERSION "0.7.2"
  1648. | #define STDC_HEADERS 1
  1649. | #define HAVE_SYS_TYPES_H 1
  1650. | #define HAVE_SYS_STAT_H 1
  1651. | #define HAVE_STDLIB_H 1
  1652. | #define HAVE_STRING_H 1
  1653. | #define HAVE_MEMORY_H 1
  1654. | #define HAVE_STRINGS_H 1
  1655. | #define HAVE_INTTYPES_H 1
  1656. | #define HAVE_STDINT_H 1
  1657. | #define HAVE_UNISTD_H 1
  1658. | #define HAVE_DLFCN_H 1
  1659. | #define LT_OBJDIR ".libs/"
  1660. | #define HAVE_LIBDL 1
  1661. | #define HAVE_LIBPTHREAD 1
  1662. | #define CEGUI_HAS_FREETYPE /**/
  1663. | #define CEGUI_HAS_PCRE_REGEX /**/
  1664. | #define CEGUI_DEFAULT_XMLPARSER ExpatParser
  1665. | #define CEGUI_TINYXML_H "ceguitinyxml/tinyxml.h"
  1666. | #define CEGUI_TINYXML_NAMESPACE CEGUITinyXML
  1667. | #define CEGUI_DEFAULT_IMAGE_CODEC FreeImageImageCodec
  1668. | #define STDC_HEADERS 1
  1669. | #define HAVE_LIMITS_H 1
  1670. | #define HAVE_LOCALE_H 1
  1671. | #define HAVE_MALLOC_H 1
  1672. | #define HAVE_STDDEF_H 1
  1673. | #define HAVE_STDLIB_H 1
  1674. | #define HAVE_STRING_H 1
  1675. | #define HAVE__BOOL 1
  1676. | #define HAVE_STDBOOL_H 1
  1677. | #define HAVE_PTRDIFF_T 1
  1678. | #define TIME_WITH_SYS_TIME 1
  1679. | #define HAVE_SYS_TIME_H 1
  1680. | #define HAVE_UNISTD_H 1
  1681. | #define HAVE_ALARM 1
  1682. | #define HAVE_STRCOLL 1
  1683. | #define HAVE_STRFTIME 1
  1684. | #define HAVE_ATEXIT 1
  1685. | /* end confdefs.h. */
  1686. | /* Define floor to an innocuous variant, in case <limits.h> declares floor.
  1687. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  1688. | #define floor innocuous_floor
  1689. |
  1690. | /* System header to define __stub macros and hopefully few prototypes,
  1691. | which can conflict with char floor (); below.
  1692. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  1693. | <limits.h> exists even on freestanding compilers. */
  1694. |
  1695. | #ifdef __STDC__
  1696. | # include <limits.h>
  1697. | #else
  1698. | # include <assert.h>
  1699. | #endif
  1700. |
  1701. | #undef floor
  1702. |
  1703. | /* Override any GCC internal prototype to avoid an error.
  1704. | Use char because int might match the return type of a GCC
  1705. | builtin and then its argument prototype would still apply. */
  1706. | #ifdef __cplusplus
  1707. | extern "C"
  1708. | #endif
  1709. | char floor ();
  1710. | /* The GNU C library defines this for functions which it implements
  1711. | to always fail with ENOSYS. Some functions are actually named
  1712. | something starting with __ and the normal name is an alias. */
  1713. | #if defined __stub_floor || defined __stub___floor
  1714. | choke me
  1715. | #endif
  1716. |
  1717. | int
  1718. | main ()
  1719. | {
  1720. | return floor ();
  1721. | ;
  1722. | return 0;
  1723. | }
  1724. configure:17728: result: no
  1725. configure:17728: checking for memchr
  1726. configure:17728: gcc -o conftest -g -O2 conftest.c -lpthread -ldl >&5
  1727. conftest.c:71: warning: conflicting types for built-in function 'memchr'
  1728. configure:17728: $? = 0
  1729. configure:17728: result: yes
  1730. configure:17728: checking for memmove
  1731. configure:17728: gcc -o conftest -g -O2 conftest.c -lpthread -ldl >&5
  1732. conftest.c:72: warning: conflicting types for built-in function 'memmove'
  1733. configure:17728: $? = 0
  1734. configure:17728: result: yes
  1735. configure:17728: checking for memset
  1736. configure:17728: gcc -o conftest -g -O2 conftest.c -lpthread -ldl >&5
  1737. conftest.c:73: warning: conflicting types for built-in function 'memset'
  1738. configure:17728: $? = 0
  1739. configure:17728: result: yes
  1740. configure:17728: checking for pow
  1741. configure:17728: gcc -o conftest -g -O2 conftest.c -lpthread -ldl >&5
  1742. conftest.c:74: warning: conflicting types for built-in function 'pow'
  1743. /tmp/cc5gCCqW.o: In function `main':
  1744. /home/michi/Downloads/CEGUI-0.7.2/conftest.c:85: undefined reference to `pow'
  1745. collect2: ld returned 1 exit status
  1746. configure:17728: $? = 1
  1747. configure: failed program was:
  1748. | /* confdefs.h */
  1749. | #define PACKAGE_NAME "CEGUI"
  1750. | #define PACKAGE_TARNAME "CEGUI"
  1751. | #define PACKAGE_VERSION "0.7.2"
  1752. | #define PACKAGE_STRING "CEGUI 0.7.2"
  1753. | #define PACKAGE_BUGREPORT "http://mantis.cegui.org.uk/"
  1754. | #define PACKAGE_URL ""
  1755. | #define PACKAGE "CEGUI"
  1756. | #define VERSION "0.7.2"
  1757. | #define STDC_HEADERS 1
  1758. | #define HAVE_SYS_TYPES_H 1
  1759. | #define HAVE_SYS_STAT_H 1
  1760. | #define HAVE_STDLIB_H 1
  1761. | #define HAVE_STRING_H 1
  1762. | #define HAVE_MEMORY_H 1
  1763. | #define HAVE_STRINGS_H 1
  1764. | #define HAVE_INTTYPES_H 1
  1765. | #define HAVE_STDINT_H 1
  1766. | #define HAVE_UNISTD_H 1
  1767. | #define HAVE_DLFCN_H 1
  1768. | #define LT_OBJDIR ".libs/"
  1769. | #define HAVE_LIBDL 1
  1770. | #define HAVE_LIBPTHREAD 1
  1771. | #define CEGUI_HAS_FREETYPE /**/
  1772. | #define CEGUI_HAS_PCRE_REGEX /**/
  1773. | #define CEGUI_DEFAULT_XMLPARSER ExpatParser
  1774. | #define CEGUI_TINYXML_H "ceguitinyxml/tinyxml.h"
  1775. | #define CEGUI_TINYXML_NAMESPACE CEGUITinyXML
  1776. | #define CEGUI_DEFAULT_IMAGE_CODEC FreeImageImageCodec
  1777. | #define STDC_HEADERS 1
  1778. | #define HAVE_LIMITS_H 1
  1779. | #define HAVE_LOCALE_H 1
  1780. | #define HAVE_MALLOC_H 1
  1781. | #define HAVE_STDDEF_H 1
  1782. | #define HAVE_STDLIB_H 1
  1783. | #define HAVE_STRING_H 1
  1784. | #define HAVE__BOOL 1
  1785. | #define HAVE_STDBOOL_H 1
  1786. | #define HAVE_PTRDIFF_T 1
  1787. | #define TIME_WITH_SYS_TIME 1
  1788. | #define HAVE_SYS_TIME_H 1
  1789. | #define HAVE_UNISTD_H 1
  1790. | #define HAVE_ALARM 1
  1791. | #define HAVE_STRCOLL 1
  1792. | #define HAVE_STRFTIME 1
  1793. | #define HAVE_ATEXIT 1
  1794. | #define HAVE_MEMCHR 1
  1795. | #define HAVE_MEMMOVE 1
  1796. | #define HAVE_MEMSET 1
  1797. | /* end confdefs.h. */
  1798. | /* Define pow to an innocuous variant, in case <limits.h> declares pow.
  1799. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  1800. | #define pow innocuous_pow
  1801. |
  1802. | /* System header to define __stub macros and hopefully few prototypes,
  1803. | which can conflict with char pow (); below.
  1804. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  1805. | <limits.h> exists even on freestanding compilers. */
  1806. |
  1807. | #ifdef __STDC__
  1808. | # include <limits.h>
  1809. | #else
  1810. | # include <assert.h>
  1811. | #endif
  1812. |
  1813. | #undef pow
  1814. |
  1815. | /* Override any GCC internal prototype to avoid an error.
  1816. | Use char because int might match the return type of a GCC
  1817. | builtin and then its argument prototype would still apply. */
  1818. | #ifdef __cplusplus
  1819. | extern "C"
  1820. | #endif
  1821. | char pow ();
  1822. | /* The GNU C library defines this for functions which it implements
  1823. | to always fail with ENOSYS. Some functions are actually named
  1824. | something starting with __ and the normal name is an alias. */
  1825. | #if defined __stub_pow || defined __stub___pow
  1826. | choke me
  1827. | #endif
  1828. |
  1829. | int
  1830. | main ()
  1831. | {
  1832. | return pow ();
  1833. | ;
  1834. | return 0;
  1835. | }
  1836. configure:17728: result: no
  1837. configure:17728: checking for regcomp
  1838. configure:17728: gcc -o conftest -g -O2 conftest.c -lpthread -ldl >&5
  1839. configure:17728: $? = 0
  1840. configure:17728: result: yes
  1841. configure:17728: checking for setlocale
  1842. configure:17728: gcc -o conftest -g -O2 conftest.c -lpthread -ldl >&5
  1843. configure:17728: $? = 0
  1844. configure:17728: result: yes
  1845. configure:17728: checking for sqrt
  1846. configure:17728: gcc -o conftest -g -O2 conftest.c -lpthread -ldl >&5
  1847. conftest.c:76: warning: conflicting types for built-in function 'sqrt'
  1848. /tmp/cc4UVOYp.o: In function `main':
  1849. /home/michi/Downloads/CEGUI-0.7.2/conftest.c:87: undefined reference to `sqrt'
  1850. collect2: ld returned 1 exit status
  1851. configure:17728: $? = 1
  1852. configure: failed program was:
  1853. | /* confdefs.h */
  1854. | #define PACKAGE_NAME "CEGUI"
  1855. | #define PACKAGE_TARNAME "CEGUI"
  1856. | #define PACKAGE_VERSION "0.7.2"
  1857. | #define PACKAGE_STRING "CEGUI 0.7.2"
  1858. | #define PACKAGE_BUGREPORT "http://mantis.cegui.org.uk/"
  1859. | #define PACKAGE_URL ""
  1860. | #define PACKAGE "CEGUI"
  1861. | #define VERSION "0.7.2"
  1862. | #define STDC_HEADERS 1
  1863. | #define HAVE_SYS_TYPES_H 1
  1864. | #define HAVE_SYS_STAT_H 1
  1865. | #define HAVE_STDLIB_H 1
  1866. | #define HAVE_STRING_H 1
  1867. | #define HAVE_MEMORY_H 1
  1868. | #define HAVE_STRINGS_H 1
  1869. | #define HAVE_INTTYPES_H 1
  1870. | #define HAVE_STDINT_H 1
  1871. | #define HAVE_UNISTD_H 1
  1872. | #define HAVE_DLFCN_H 1
  1873. | #define LT_OBJDIR ".libs/"
  1874. | #define HAVE_LIBDL 1
  1875. | #define HAVE_LIBPTHREAD 1
  1876. | #define CEGUI_HAS_FREETYPE /**/
  1877. | #define CEGUI_HAS_PCRE_REGEX /**/
  1878. | #define CEGUI_DEFAULT_XMLPARSER ExpatParser
  1879. | #define CEGUI_TINYXML_H "ceguitinyxml/tinyxml.h"
  1880. | #define CEGUI_TINYXML_NAMESPACE CEGUITinyXML
  1881. | #define CEGUI_DEFAULT_IMAGE_CODEC FreeImageImageCodec
  1882. | #define STDC_HEADERS 1
  1883. | #define HAVE_LIMITS_H 1
  1884. | #define HAVE_LOCALE_H 1
  1885. | #define HAVE_MALLOC_H 1
  1886. | #define HAVE_STDDEF_H 1
  1887. | #define HAVE_STDLIB_H 1
  1888. | #define HAVE_STRING_H 1
  1889. | #define HAVE__BOOL 1
  1890. | #define HAVE_STDBOOL_H 1
  1891. | #define HAVE_PTRDIFF_T 1
  1892. | #define TIME_WITH_SYS_TIME 1
  1893. | #define HAVE_SYS_TIME_H 1
  1894. | #define HAVE_UNISTD_H 1
  1895. | #define HAVE_ALARM 1
  1896. | #define HAVE_STRCOLL 1
  1897. | #define HAVE_STRFTIME 1
  1898. | #define HAVE_ATEXIT 1
  1899. | #define HAVE_MEMCHR 1
  1900. | #define HAVE_MEMMOVE 1
  1901. | #define HAVE_MEMSET 1
  1902. | #define HAVE_REGCOMP 1
  1903. | #define HAVE_SETLOCALE 1
  1904. | /* end confdefs.h. */
  1905. | /* Define sqrt to an innocuous variant, in case <limits.h> declares sqrt.
  1906. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  1907. | #define sqrt innocuous_sqrt
  1908. |
  1909. | /* System header to define __stub macros and hopefully few prototypes,
  1910. | which can conflict with char sqrt (); below.
  1911. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  1912. | <limits.h> exists even on freestanding compilers. */
  1913. |
  1914. | #ifdef __STDC__
  1915. | # include <limits.h>
  1916. | #else
  1917. | # include <assert.h>
  1918. | #endif
  1919. |
  1920. | #undef sqrt
  1921. |
  1922. | /* Override any GCC internal prototype to avoid an error.
  1923. | Use char because int might match the return type of a GCC
  1924. | builtin and then its argument prototype would still apply. */
  1925. | #ifdef __cplusplus
  1926. | extern "C"
  1927. | #endif
  1928. | char sqrt ();
  1929. | /* The GNU C library defines this for functions which it implements
  1930. | to always fail with ENOSYS. Some functions are actually named
  1931. | something starting with __ and the normal name is an alias. */
  1932. | #if defined __stub_sqrt || defined __stub___sqrt
  1933. | choke me
  1934. | #endif
  1935. |
  1936. | int
  1937. | main ()
  1938. | {
  1939. | return sqrt ();
  1940. | ;
  1941. | return 0;
  1942. | }
  1943. configure:17728: result: no
  1944. configure:17728: checking for strchr
  1945. configure:17728: gcc -o conftest -g -O2 conftest.c -lpthread -ldl >&5
  1946. conftest.c:76: warning: conflicting types for built-in function 'strchr'
  1947. configure:17728: $? = 0
  1948. configure:17728: result: yes
  1949. configure:17728: checking for strcspn
  1950. configure:17728: gcc -o conftest -g -O2 conftest.c -lpthread -ldl >&5
  1951. conftest.c:77: warning: conflicting types for built-in function 'strcspn'
  1952. configure:17728: $? = 0
  1953. configure:17728: result: yes
  1954. configure:17728: checking for strerror
  1955. configure:17728: gcc -o conftest -g -O2 conftest.c -lpthread -ldl >&5
  1956. configure:17728: $? = 0
  1957. configure:17728: result: yes
  1958. configure:17728: checking for strpbrk
  1959. configure:17728: gcc -o conftest -g -O2 conftest.c -lpthread -ldl >&5
  1960. conftest.c:79: warning: conflicting types for built-in function 'strpbrk'
  1961. configure:17728: $? = 0
  1962. configure:17728: result: yes
  1963. configure:17728: checking for strtoul
  1964. configure:17728: gcc -o conftest -g -O2 conftest.c -lpthread -ldl >&5
  1965. configure:17728: $? = 0
  1966. configure:17728: result: yes
  1967. configure:17740: checking for X
  1968. configure:17848: gcc -E conftest.c
  1969. configure:17848: $? = 0
  1970. configure:17879: gcc -o conftest -g -O2 conftest.c -lX11 -lpthread -ldl >&5
  1971. configure:17879: $? = 0
  1972. configure:17929: result: libraries , headers
  1973. configure:18253: gcc -o conftest -g -O2 conftest.c -lpthread -ldl -lX11 >&5
  1974. configure:18253: $? = 0
  1975. configure:18351: checking for gethostbyname
  1976. configure:18351: gcc -o conftest -g -O2 conftest.c -lpthread -ldl >&5
  1977. configure:18351: $? = 0
  1978. configure:18351: result: yes
  1979. configure:18448: checking for connect
  1980. configure:18448: gcc -o conftest -g -O2 conftest.c -lpthread -ldl >&5
  1981. configure:18448: $? = 0
  1982. configure:18448: result: yes
  1983. configure:18497: checking for remove
  1984. configure:18497: gcc -o conftest -g -O2 conftest.c -lpthread -ldl >&5
  1985. configure:18497: $? = 0
  1986. configure:18497: result: yes
  1987. configure:18546: checking for shmat
  1988. configure:18546: gcc -o conftest -g -O2 conftest.c -lpthread -ldl >&5
  1989. configure:18546: $? = 0
  1990. configure:18546: result: yes
  1991. configure:18604: checking for IceConnectionNumber in -lICE
  1992. configure:18629: gcc -o conftest -g -O2 conftest.c -lICE -lpthread -ldl >&5
  1993. configure:18629: $? = 0
  1994. configure:18638: result: yes
  1995. configure:18650: checking for library containing glInterleavedArrays
  1996. configure:18681: gcc -o conftest -g -O2 conftest.c -lSM -lICE >&5
  1997. /tmp/ccA5cnBy.o: In function `main':
  1998. /home/michi/Downloads/CEGUI-0.7.2/conftest.c:69: undefined reference to `glInterleavedArrays'
  1999. collect2: ld returned 1 exit status
  2000. configure:18681: $? = 1
  2001. configure: failed program was:
  2002. | /* confdefs.h */
  2003. | #define PACKAGE_NAME "CEGUI"
  2004. | #define PACKAGE_TARNAME "CEGUI"
  2005. | #define PACKAGE_VERSION "0.7.2"
  2006. | #define PACKAGE_STRING "CEGUI 0.7.2"
  2007. | #define PACKAGE_BUGREPORT "http://mantis.cegui.org.uk/"
  2008. | #define PACKAGE_URL ""
  2009. | #define PACKAGE "CEGUI"
  2010. | #define VERSION "0.7.2"
  2011. | #define STDC_HEADERS 1
  2012. | #define HAVE_SYS_TYPES_H 1
  2013. | #define HAVE_SYS_STAT_H 1
  2014. | #define HAVE_STDLIB_H 1
  2015. | #define HAVE_STRING_H 1
  2016. | #define HAVE_MEMORY_H 1
  2017. | #define HAVE_STRINGS_H 1
  2018. | #define HAVE_INTTYPES_H 1
  2019. | #define HAVE_STDINT_H 1
  2020. | #define HAVE_UNISTD_H 1
  2021. | #define HAVE_DLFCN_H 1
  2022. | #define LT_OBJDIR ".libs/"
  2023. | #define HAVE_LIBDL 1
  2024. | #define HAVE_LIBPTHREAD 1
  2025. | #define CEGUI_HAS_FREETYPE /**/
  2026. | #define CEGUI_HAS_PCRE_REGEX /**/
  2027. | #define CEGUI_DEFAULT_XMLPARSER ExpatParser
  2028. | #define CEGUI_TINYXML_H "ceguitinyxml/tinyxml.h"
  2029. | #define CEGUI_TINYXML_NAMESPACE CEGUITinyXML
  2030. | #define CEGUI_DEFAULT_IMAGE_CODEC FreeImageImageCodec
  2031. | #define STDC_HEADERS 1
  2032. | #define HAVE_LIMITS_H 1
  2033. | #define HAVE_LOCALE_H 1
  2034. | #define HAVE_MALLOC_H 1
  2035. | #define HAVE_STDDEF_H 1
  2036. | #define HAVE_STDLIB_H 1
  2037. | #define HAVE_STRING_H 1
  2038. | #define HAVE__BOOL 1
  2039. | #define HAVE_STDBOOL_H 1
  2040. | #define HAVE_PTRDIFF_T 1
  2041. | #define TIME_WITH_SYS_TIME 1
  2042. | #define HAVE_SYS_TIME_H 1
  2043. | #define HAVE_UNISTD_H 1
  2044. | #define HAVE_ALARM 1
  2045. | #define HAVE_STRCOLL 1
  2046. | #define HAVE_STRFTIME 1
  2047. | #define HAVE_ATEXIT 1
  2048. | #define HAVE_MEMCHR 1
  2049. | #define HAVE_MEMMOVE 1
  2050. | #define HAVE_MEMSET 1
  2051. | #define HAVE_REGCOMP 1
  2052. | #define HAVE_SETLOCALE 1
  2053. | #define HAVE_STRCHR 1
  2054. | #define HAVE_STRCSPN 1
  2055. | #define HAVE_STRERROR 1
  2056. | #define HAVE_STRPBRK 1
  2057. | #define HAVE_STRTOUL 1
  2058. | /* end confdefs.h. */
  2059. |
  2060. | /* Override any GCC internal prototype to avoid an error.
  2061. | Use char because int might match the return type of a GCC
  2062. | builtin and then its argument prototype would still apply. */
  2063. | #ifdef __cplusplus
  2064. | extern "C"
  2065. | #endif
  2066. | char glInterleavedArrays ();
  2067. | int
  2068. | main ()
  2069. | {
  2070. | return glInterleavedArrays ();
  2071. | ;
  2072. | return 0;
  2073. | }
  2074. configure:18681: gcc -o conftest -g -O2 conftest.c -lMesaGL -lSM -lICE >&5
  2075. /usr/bin/ld: cannot find -lMesaGL
  2076. collect2: ld returned 1 exit status
  2077. configure:18681: $? = 1
  2078. configure: failed program was:
  2079. | /* confdefs.h */
  2080. | #define PACKAGE_NAME "CEGUI"
  2081. | #define PACKAGE_TARNAME "CEGUI"
  2082. | #define PACKAGE_VERSION "0.7.2"
  2083. | #define PACKAGE_STRING "CEGUI 0.7.2"
  2084. | #define PACKAGE_BUGREPORT "http://mantis.cegui.org.uk/"
  2085. | #define PACKAGE_URL ""
  2086. | #define PACKAGE "CEGUI"
  2087. | #define VERSION "0.7.2"
  2088. | #define STDC_HEADERS 1
  2089. | #define HAVE_SYS_TYPES_H 1
  2090. | #define HAVE_SYS_STAT_H 1
  2091. | #define HAVE_STDLIB_H 1
  2092. | #define HAVE_STRING_H 1
  2093. | #define HAVE_MEMORY_H 1
  2094. | #define HAVE_STRINGS_H 1
  2095. | #define HAVE_INTTYPES_H 1
  2096. | #define HAVE_STDINT_H 1
  2097. | #define HAVE_UNISTD_H 1
  2098. | #define HAVE_DLFCN_H 1
  2099. | #define LT_OBJDIR ".libs/"
  2100. | #define HAVE_LIBDL 1
  2101. | #define HAVE_LIBPTHREAD 1
  2102. | #define CEGUI_HAS_FREETYPE /**/
  2103. | #define CEGUI_HAS_PCRE_REGEX /**/
  2104. | #define CEGUI_DEFAULT_XMLPARSER ExpatParser
  2105. | #define CEGUI_TINYXML_H "ceguitinyxml/tinyxml.h"
  2106. | #define CEGUI_TINYXML_NAMESPACE CEGUITinyXML
  2107. | #define CEGUI_DEFAULT_IMAGE_CODEC FreeImageImageCodec
  2108. | #define STDC_HEADERS 1
  2109. | #define HAVE_LIMITS_H 1
  2110. | #define HAVE_LOCALE_H 1
  2111. | #define HAVE_MALLOC_H 1
  2112. | #define HAVE_STDDEF_H 1
  2113. | #define HAVE_STDLIB_H 1
  2114. | #define HAVE_STRING_H 1
  2115. | #define HAVE__BOOL 1
  2116. | #define HAVE_STDBOOL_H 1
  2117. | #define HAVE_PTRDIFF_T 1
  2118. | #define TIME_WITH_SYS_TIME 1
  2119. | #define HAVE_SYS_TIME_H 1
  2120. | #define HAVE_UNISTD_H 1
  2121. | #define HAVE_ALARM 1
  2122. | #define HAVE_STRCOLL 1
  2123. | #define HAVE_STRFTIME 1
  2124. | #define HAVE_ATEXIT 1
  2125. | #define HAVE_MEMCHR 1
  2126. | #define HAVE_MEMMOVE 1
  2127. | #define HAVE_MEMSET 1
  2128. | #define HAVE_REGCOMP 1
  2129. | #define HAVE_SETLOCALE 1
  2130. | #define HAVE_STRCHR 1
  2131. | #define HAVE_STRCSPN 1
  2132. | #define HAVE_STRERROR 1
  2133. | #define HAVE_STRPBRK 1
  2134. | #define HAVE_STRTOUL 1
  2135. | /* end confdefs.h. */
  2136. |
  2137. | /* Override any GCC internal prototype to avoid an error.
  2138. | Use char because int might match the return type of a GCC
  2139. | builtin and then its argument prototype would still apply. */
  2140. | #ifdef __cplusplus
  2141. | extern "C"
  2142. | #endif
  2143. | char glInterleavedArrays ();
  2144. | int
  2145. | main ()
  2146. | {
  2147. | return glInterleavedArrays ();
  2148. | ;
  2149. | return 0;
  2150. | }
  2151. configure:18681: gcc -o conftest -g -O2 conftest.c -lGL -lSM -lICE >&5
  2152. configure:18681: $? = 0
  2153. configure:18698: result: -lGL
  2154. configure:18708: checking for library containing gluOrtho2D
  2155. configure:18739: gcc -o conftest -g -O2 conftest.c -lGL -lSM -lICE >&5
  2156. /tmp/ccag9WA1.o: In function `main':
  2157. /home/michi/Downloads/CEGUI-0.7.2/conftest.c:69: undefined reference to `gluOrtho2D'
  2158. collect2: ld returned 1 exit status
  2159. configure:18739: $? = 1
  2160. configure: failed program was:
  2161. | /* confdefs.h */
  2162. | #define PACKAGE_NAME "CEGUI"
  2163. | #define PACKAGE_TARNAME "CEGUI"
  2164. | #define PACKAGE_VERSION "0.7.2"
  2165. | #define PACKAGE_STRING "CEGUI 0.7.2"
  2166. | #define PACKAGE_BUGREPORT "http://mantis.cegui.org.uk/"
  2167. | #define PACKAGE_URL ""
  2168. | #define PACKAGE "CEGUI"
  2169. | #define VERSION "0.7.2"
  2170. | #define STDC_HEADERS 1
  2171. | #define HAVE_SYS_TYPES_H 1
  2172. | #define HAVE_SYS_STAT_H 1
  2173. | #define HAVE_STDLIB_H 1
  2174. | #define HAVE_STRING_H 1
  2175. | #define HAVE_MEMORY_H 1
  2176. | #define HAVE_STRINGS_H 1
  2177. | #define HAVE_INTTYPES_H 1
  2178. | #define HAVE_STDINT_H 1
  2179. | #define HAVE_UNISTD_H 1
  2180. | #define HAVE_DLFCN_H 1
  2181. | #define LT_OBJDIR ".libs/"
  2182. | #define HAVE_LIBDL 1
  2183. | #define HAVE_LIBPTHREAD 1
  2184. | #define CEGUI_HAS_FREETYPE /**/
  2185. | #define CEGUI_HAS_PCRE_REGEX /**/
  2186. | #define CEGUI_DEFAULT_XMLPARSER ExpatParser
  2187. | #define CEGUI_TINYXML_H "ceguitinyxml/tinyxml.h"
  2188. | #define CEGUI_TINYXML_NAMESPACE CEGUITinyXML
  2189. | #define CEGUI_DEFAULT_IMAGE_CODEC FreeImageImageCodec
  2190. | #define STDC_HEADERS 1
  2191. | #define HAVE_LIMITS_H 1
  2192. | #define HAVE_LOCALE_H 1
  2193. | #define HAVE_MALLOC_H 1
  2194. | #define HAVE_STDDEF_H 1
  2195. | #define HAVE_STDLIB_H 1
  2196. | #define HAVE_STRING_H 1
  2197. | #define HAVE__BOOL 1
  2198. | #define HAVE_STDBOOL_H 1
  2199. | #define HAVE_PTRDIFF_T 1
  2200. | #define TIME_WITH_SYS_TIME 1
  2201. | #define HAVE_SYS_TIME_H 1
  2202. | #define HAVE_UNISTD_H 1
  2203. | #define HAVE_ALARM 1
  2204. | #define HAVE_STRCOLL 1
  2205. | #define HAVE_STRFTIME 1
  2206. | #define HAVE_ATEXIT 1
  2207. | #define HAVE_MEMCHR 1
  2208. | #define HAVE_MEMMOVE 1
  2209. | #define HAVE_MEMSET 1
  2210. | #define HAVE_REGCOMP 1
  2211. | #define HAVE_SETLOCALE 1
  2212. | #define HAVE_STRCHR 1
  2213. | #define HAVE_STRCSPN 1
  2214. | #define HAVE_STRERROR 1
  2215. | #define HAVE_STRPBRK 1
  2216. | #define HAVE_STRTOUL 1
  2217. | /* end confdefs.h. */
  2218. |
  2219. | /* Override any GCC internal prototype to avoid an error.
  2220. | Use char because int might match the return type of a GCC
  2221. | builtin and then its argument prototype would still apply. */
  2222. | #ifdef __cplusplus
  2223. | extern "C"
  2224. | #endif
  2225. | char gluOrtho2D ();
  2226. | int
  2227. | main ()
  2228. | {
  2229. | return gluOrtho2D ();
  2230. | ;
  2231. | return 0;
  2232. | }
  2233. configure:18739: gcc -o conftest -g -O2 conftest.c -lMesaGLU -lGL -lSM -lICE >&5
  2234. /usr/bin/ld: cannot find -lMesaGLU
  2235. collect2: ld returned 1 exit status
  2236. configure:18739: $? = 1
  2237. configure: failed program was:
  2238. | /* confdefs.h */
  2239. | #define PACKAGE_NAME "CEGUI"
  2240. | #define PACKAGE_TARNAME "CEGUI"
  2241. | #define PACKAGE_VERSION "0.7.2"
  2242. | #define PACKAGE_STRING "CEGUI 0.7.2"
  2243. | #define PACKAGE_BUGREPORT "http://mantis.cegui.org.uk/"
  2244. | #define PACKAGE_URL ""
  2245. | #define PACKAGE "CEGUI"
  2246. | #define VERSION "0.7.2"
  2247. | #define STDC_HEADERS 1
  2248. | #define HAVE_SYS_TYPES_H 1
  2249. | #define HAVE_SYS_STAT_H 1
  2250. | #define HAVE_STDLIB_H 1
  2251. | #define HAVE_STRING_H 1
  2252. | #define HAVE_MEMORY_H 1
  2253. | #define HAVE_STRINGS_H 1
  2254. | #define HAVE_INTTYPES_H 1
  2255. | #define HAVE_STDINT_H 1
  2256. | #define HAVE_UNISTD_H 1
  2257. | #define HAVE_DLFCN_H 1
  2258. | #define LT_OBJDIR ".libs/"
  2259. | #define HAVE_LIBDL 1
  2260. | #define HAVE_LIBPTHREAD 1
  2261. | #define CEGUI_HAS_FREETYPE /**/
  2262. | #define CEGUI_HAS_PCRE_REGEX /**/
  2263. | #define CEGUI_DEFAULT_XMLPARSER ExpatParser
  2264. | #define CEGUI_TINYXML_H "ceguitinyxml/tinyxml.h"
  2265. | #define CEGUI_TINYXML_NAMESPACE CEGUITinyXML
  2266. | #define CEGUI_DEFAULT_IMAGE_CODEC FreeImageImageCodec
  2267. | #define STDC_HEADERS 1
  2268. | #define HAVE_LIMITS_H 1
  2269. | #define HAVE_LOCALE_H 1
  2270. | #define HAVE_MALLOC_H 1
  2271. | #define HAVE_STDDEF_H 1
  2272. | #define HAVE_STDLIB_H 1
  2273. | #define HAVE_STRING_H 1
  2274. | #define HAVE__BOOL 1
  2275. | #define HAVE_STDBOOL_H 1
  2276. | #define HAVE_PTRDIFF_T 1
  2277. | #define TIME_WITH_SYS_TIME 1
  2278. | #define HAVE_SYS_TIME_H 1
  2279. | #define HAVE_UNISTD_H 1
  2280. | #define HAVE_ALARM 1
  2281. | #define HAVE_STRCOLL 1
  2282. | #define HAVE_STRFTIME 1
  2283. | #define HAVE_ATEXIT 1
  2284. | #define HAVE_MEMCHR 1
  2285. | #define HAVE_MEMMOVE 1
  2286. | #define HAVE_MEMSET 1
  2287. | #define HAVE_REGCOMP 1
  2288. | #define HAVE_SETLOCALE 1
  2289. | #define HAVE_STRCHR 1
  2290. | #define HAVE_STRCSPN 1
  2291. | #define HAVE_STRERROR 1
  2292. | #define HAVE_STRPBRK 1
  2293. | #define HAVE_STRTOUL 1
  2294. | /* end confdefs.h. */
  2295. |
  2296. | /* Override any GCC internal prototype to avoid an error.
  2297. | Use char because int might match the return type of a GCC
  2298. | builtin and then its argument prototype would still apply. */
  2299. | #ifdef __cplusplus
  2300. | extern "C"
  2301. | #endif
  2302. | char gluOrtho2D ();
  2303. | int
  2304. | main ()
  2305. | {
  2306. | return gluOrtho2D ();
  2307. | ;
  2308. | return 0;
  2309. | }
  2310. configure:18739: gcc -o conftest -g -O2 conftest.c -lGLU -lGL -lSM -lICE >&5
  2311. configure:18739: $? = 0
  2312. configure:18756: result: -lGLU
  2313. configure:18766: checking for library containing glutInit
  2314. configure:18797: gcc -o conftest -g -O2 conftest.c -lGLU -lGL -lSM -lICE >&5
  2315. /tmp/ccxKtqim.o: In function `main':
  2316. /home/michi/Downloads/CEGUI-0.7.2/conftest.c:69: undefined reference to `glutInit'
  2317. collect2: ld returned 1 exit status
  2318. configure:18797: $? = 1
  2319. configure: failed program was:
  2320. | /* confdefs.h */
  2321. | #define PACKAGE_NAME "CEGUI"
  2322. | #define PACKAGE_TARNAME "CEGUI"
  2323. | #define PACKAGE_VERSION "0.7.2"
  2324. | #define PACKAGE_STRING "CEGUI 0.7.2"
  2325. | #define PACKAGE_BUGREPORT "http://mantis.cegui.org.uk/"
  2326. | #define PACKAGE_URL ""
  2327. | #define PACKAGE "CEGUI"
  2328. | #define VERSION "0.7.2"
  2329. | #define STDC_HEADERS 1
  2330. | #define HAVE_SYS_TYPES_H 1
  2331. | #define HAVE_SYS_STAT_H 1
  2332. | #define HAVE_STDLIB_H 1
  2333. | #define HAVE_STRING_H 1
  2334. | #define HAVE_MEMORY_H 1
  2335. | #define HAVE_STRINGS_H 1
  2336. | #define HAVE_INTTYPES_H 1
  2337. | #define HAVE_STDINT_H 1
  2338. | #define HAVE_UNISTD_H 1
  2339. | #define HAVE_DLFCN_H 1
  2340. | #define LT_OBJDIR ".libs/"
  2341. | #define HAVE_LIBDL 1
  2342. | #define HAVE_LIBPTHREAD 1
  2343. | #define CEGUI_HAS_FREETYPE /**/
  2344. | #define CEGUI_HAS_PCRE_REGEX /**/
  2345. | #define CEGUI_DEFAULT_XMLPARSER ExpatParser
  2346. | #define CEGUI_TINYXML_H "ceguitinyxml/tinyxml.h"
  2347. | #define CEGUI_TINYXML_NAMESPACE CEGUITinyXML
  2348. | #define CEGUI_DEFAULT_IMAGE_CODEC FreeImageImageCodec
  2349. | #define STDC_HEADERS 1
  2350. | #define HAVE_LIMITS_H 1
  2351. | #define HAVE_LOCALE_H 1
  2352. | #define HAVE_MALLOC_H 1
  2353. | #define HAVE_STDDEF_H 1
  2354. | #define HAVE_STDLIB_H 1
  2355. | #define HAVE_STRING_H 1
  2356. | #define HAVE__BOOL 1
  2357. | #define HAVE_STDBOOL_H 1
  2358. | #define HAVE_PTRDIFF_T 1
  2359. | #define TIME_WITH_SYS_TIME 1
  2360. | #define HAVE_SYS_TIME_H 1
  2361. | #define HAVE_UNISTD_H 1
  2362. | #define HAVE_ALARM 1
  2363. | #define HAVE_STRCOLL 1
  2364. | #define HAVE_STRFTIME 1
  2365. | #define HAVE_ATEXIT 1
  2366. | #define HAVE_MEMCHR 1
  2367. | #define HAVE_MEMMOVE 1
  2368. | #define HAVE_MEMSET 1
  2369. | #define HAVE_REGCOMP 1
  2370. | #define HAVE_SETLOCALE 1
  2371. | #define HAVE_STRCHR 1
  2372. | #define HAVE_STRCSPN 1
  2373. | #define HAVE_STRERROR 1
  2374. | #define HAVE_STRPBRK 1
  2375. | #define HAVE_STRTOUL 1
  2376. | /* end confdefs.h. */
  2377. |
  2378. | /* Override any GCC internal prototype to avoid an error.
  2379. | Use char because int might match the return type of a GCC
  2380. | builtin and then its argument prototype would still apply. */
  2381. | #ifdef __cplusplus
  2382. | extern "C"
  2383. | #endif
  2384. | char glutInit ();
  2385. | int
  2386. | main ()
  2387. | {
  2388. | return glutInit ();
  2389. | ;
  2390. | return 0;
  2391. | }
  2392. configure:18797: gcc -o conftest -g -O2 conftest.c -lglut -lGLU -lGL -lSM -lICE >&5
  2393. configure:18797: $? = 0
  2394. configure:18814: result: -lglut
  2395. configure:18877: gcc -E -I. -g -O2 conftest.c
  2396. conftest.c:58:21: error: GL/glew.h: No such file or directory
  2397. configure:18877: $? = 1
  2398. configure: failed program was:
  2399. | /* confdefs.h */
  2400. | #define PACKAGE_NAME "CEGUI"
  2401. | #define PACKAGE_TARNAME "CEGUI"
  2402. | #define PACKAGE_VERSION "0.7.2"
  2403. | #define PACKAGE_STRING "CEGUI 0.7.2"
  2404. | #define PACKAGE_BUGREPORT "http://mantis.cegui.org.uk/"
  2405. | #define PACKAGE_URL ""
  2406. | #define PACKAGE "CEGUI"
  2407. | #define VERSION "0.7.2"
  2408. | #define STDC_HEADERS 1
  2409. | #define HAVE_SYS_TYPES_H 1
  2410. | #define HAVE_SYS_STAT_H 1
  2411. | #define HAVE_STDLIB_H 1
  2412. | #define HAVE_STRING_H 1
  2413. | #define HAVE_MEMORY_H 1
  2414. | #define HAVE_STRINGS_H 1
  2415. | #define HAVE_INTTYPES_H 1
  2416. | #define HAVE_STDINT_H 1
  2417. | #define HAVE_UNISTD_H 1
  2418. | #define HAVE_DLFCN_H 1
  2419. | #define LT_OBJDIR ".libs/"
  2420. | #define HAVE_LIBDL 1
  2421. | #define HAVE_LIBPTHREAD 1
  2422. | #define CEGUI_HAS_FREETYPE /**/
  2423. | #define CEGUI_HAS_PCRE_REGEX /**/
  2424. | #define CEGUI_DEFAULT_XMLPARSER ExpatParser
  2425. | #define CEGUI_TINYXML_H "ceguitinyxml/tinyxml.h"
  2426. | #define CEGUI_TINYXML_NAMESPACE CEGUITinyXML
  2427. | #define CEGUI_DEFAULT_IMAGE_CODEC FreeImageImageCodec
  2428. | #define STDC_HEADERS 1
  2429. | #define HAVE_LIMITS_H 1
  2430. | #define HAVE_LOCALE_H 1
  2431. | #define HAVE_MALLOC_H 1
  2432. | #define HAVE_STDDEF_H 1
  2433. | #define HAVE_STDLIB_H 1
  2434. | #define HAVE_STRING_H 1
  2435. | #define HAVE__BOOL 1
  2436. | #define HAVE_STDBOOL_H 1
  2437. | #define HAVE_PTRDIFF_T 1
  2438. | #define TIME_WITH_SYS_TIME 1
  2439. | #define HAVE_SYS_TIME_H 1
  2440. | #define HAVE_UNISTD_H 1
  2441. | #define HAVE_ALARM 1
  2442. | #define HAVE_STRCOLL 1
  2443. | #define HAVE_STRFTIME 1
  2444. | #define HAVE_ATEXIT 1
  2445. | #define HAVE_MEMCHR 1
  2446. | #define HAVE_MEMMOVE 1
  2447. | #define HAVE_MEMSET 1
  2448. | #define HAVE_REGCOMP 1
  2449. | #define HAVE_SETLOCALE 1
  2450. | #define HAVE_STRCHR 1
  2451. | #define HAVE_STRCSPN 1
  2452. | #define HAVE_STRERROR 1
  2453. | #define HAVE_STRPBRK 1
  2454. | #define HAVE_STRTOUL 1
  2455. | /* end confdefs.h. */
  2456. | #include <GL/glew.h>
  2457. configure:18877: gcc -E -I/usr/local/include/ -g -O2 conftest.c
  2458. conftest.c:58:21: error: GL/glew.h: No such file or directory
  2459. configure:18877: $? = 1
  2460. configure: failed program was:
  2461. | /* confdefs.h */
  2462. | #define PACKAGE_NAME "CEGUI"
  2463. | #define PACKAGE_TARNAME "CEGUI"
  2464. | #define PACKAGE_VERSION "0.7.2"
  2465. | #define PACKAGE_STRING "CEGUI 0.7.2"
  2466. | #define PACKAGE_BUGREPORT "http://mantis.cegui.org.uk/"
  2467. | #define PACKAGE_URL ""
  2468. | #define PACKAGE "CEGUI"
  2469. | #define VERSION "0.7.2"
  2470. | #define STDC_HEADERS 1
  2471. | #define HAVE_SYS_TYPES_H 1
  2472. | #define HAVE_SYS_STAT_H 1
  2473. | #define HAVE_STDLIB_H 1
  2474. | #define HAVE_STRING_H 1
  2475. | #define HAVE_MEMORY_H 1
  2476. | #define HAVE_STRINGS_H 1
  2477. | #define HAVE_INTTYPES_H 1
  2478. | #define HAVE_STDINT_H 1
  2479. | #define HAVE_UNISTD_H 1
  2480. | #define HAVE_DLFCN_H 1
  2481. | #define LT_OBJDIR ".libs/"
  2482. | #define HAVE_LIBDL 1
  2483. | #define HAVE_LIBPTHREAD 1
  2484. | #define CEGUI_HAS_FREETYPE /**/
  2485. | #define CEGUI_HAS_PCRE_REGEX /**/
  2486. | #define CEGUI_DEFAULT_XMLPARSER ExpatParser
  2487. | #define CEGUI_TINYXML_H "ceguitinyxml/tinyxml.h"
  2488. | #define CEGUI_TINYXML_NAMESPACE CEGUITinyXML
  2489. | #define CEGUI_DEFAULT_IMAGE_CODEC FreeImageImageCodec
  2490. | #define STDC_HEADERS 1
  2491. | #define HAVE_LIMITS_H 1
  2492. | #define HAVE_LOCALE_H 1
  2493. | #define HAVE_MALLOC_H 1
  2494. | #define HAVE_STDDEF_H 1
  2495. | #define HAVE_STDLIB_H 1
  2496. | #define HAVE_STRING_H 1
  2497. | #define HAVE__BOOL 1
  2498. | #define HAVE_STDBOOL_H 1
  2499. | #define HAVE_PTRDIFF_T 1
  2500. | #define TIME_WITH_SYS_TIME 1
  2501. | #define HAVE_SYS_TIME_H 1
  2502. | #define HAVE_UNISTD_H 1
  2503. | #define HAVE_ALARM 1
  2504. | #define HAVE_STRCOLL 1
  2505. | #define HAVE_STRFTIME 1
  2506. | #define HAVE_ATEXIT 1
  2507. | #define HAVE_MEMCHR 1
  2508. | #define HAVE_MEMMOVE 1
  2509. | #define HAVE_MEMSET 1
  2510. | #define HAVE_REGCOMP 1
  2511. | #define HAVE_SETLOCALE 1
  2512. | #define HAVE_STRCHR 1
  2513. | #define HAVE_STRCSPN 1
  2514. | #define HAVE_STRERROR 1
  2515. | #define HAVE_STRPBRK 1
  2516. | #define HAVE_STRTOUL 1
  2517. | /* end confdefs.h. */
  2518. | #include <GL/glew.h>
  2519. configure:18877: gcc -E -I/usr/include/ -g -O2 conftest.c
  2520. conftest.c:58:21: error: GL/glew.h: No such file or directory
  2521. configure:18877: $? = 1
  2522. configure: failed program was:
  2523. | /* confdefs.h */
  2524. | #define PACKAGE_NAME "CEGUI"
  2525. | #define PACKAGE_TARNAME "CEGUI"
  2526. | #define PACKAGE_VERSION "0.7.2"
  2527. | #define PACKAGE_STRING "CEGUI 0.7.2"
  2528. | #define PACKAGE_BUGREPORT "http://mantis.cegui.org.uk/"
  2529. | #define PACKAGE_URL ""
  2530. | #define PACKAGE "CEGUI"
  2531. | #define VERSION "0.7.2"
  2532. | #define STDC_HEADERS 1
  2533. | #define HAVE_SYS_TYPES_H 1
  2534. | #define HAVE_SYS_STAT_H 1
  2535. | #define HAVE_STDLIB_H 1
  2536. | #define HAVE_STRING_H 1
  2537. | #define HAVE_MEMORY_H 1
  2538. | #define HAVE_STRINGS_H 1
  2539. | #define HAVE_INTTYPES_H 1
  2540. | #define HAVE_STDINT_H 1
  2541. | #define HAVE_UNISTD_H 1
  2542. | #define HAVE_DLFCN_H 1
  2543. | #define LT_OBJDIR ".libs/"
  2544. | #define HAVE_LIBDL 1
  2545. | #define HAVE_LIBPTHREAD 1
  2546. | #define CEGUI_HAS_FREETYPE /**/
  2547. | #define CEGUI_HAS_PCRE_REGEX /**/
  2548. | #define CEGUI_DEFAULT_XMLPARSER ExpatParser
  2549. | #define CEGUI_TINYXML_H "ceguitinyxml/tinyxml.h"
  2550. | #define CEGUI_TINYXML_NAMESPACE CEGUITinyXML
  2551. | #define CEGUI_DEFAULT_IMAGE_CODEC FreeImageImageCodec
  2552. | #define STDC_HEADERS 1
  2553. | #define HAVE_LIMITS_H 1
  2554. | #define HAVE_LOCALE_H 1
  2555. | #define HAVE_MALLOC_H 1
  2556. | #define HAVE_STDDEF_H 1
  2557. | #define HAVE_STDLIB_H 1
  2558. | #define HAVE_STRING_H 1
  2559. | #define HAVE__BOOL 1
  2560. | #define HAVE_STDBOOL_H 1
  2561. | #define HAVE_PTRDIFF_T 1
  2562. | #define TIME_WITH_SYS_TIME 1
  2563. | #define HAVE_SYS_TIME_H 1
  2564. | #define HAVE_UNISTD_H 1
  2565. | #define HAVE_ALARM 1
  2566. | #define HAVE_STRCOLL 1
  2567. | #define HAVE_STRFTIME 1
  2568. | #define HAVE_ATEXIT 1
  2569. | #define HAVE_MEMCHR 1
  2570. | #define HAVE_MEMMOVE 1
  2571. | #define HAVE_MEMSET 1
  2572. | #define HAVE_REGCOMP 1
  2573. | #define HAVE_SETLOCALE 1
  2574. | #define HAVE_STRCHR 1
  2575. | #define HAVE_STRCSPN 1
  2576. | #define HAVE_STRERROR 1
  2577. | #define HAVE_STRPBRK 1
  2578. | #define HAVE_STRTOUL 1
  2579. | /* end confdefs.h. */
  2580. | #include <GL/glew.h>
  2581. configure:18887: checking for glewInit in -lGLEW
  2582. configure:18912: gcc -o conftest -g -O2 -I/usr/include/ -g -O2 conftest.c -lGLEW -L. -lpthread -ldl >&5
  2583. /usr/bin/ld: cannot find -lGLEW
  2584. collect2: ld returned 1 exit status
  2585. configure:18912: $? = 1
  2586. configure: failed program was:
  2587. | /* confdefs.h */
  2588. | #define PACKAGE_NAME "CEGUI"
  2589. | #define PACKAGE_TARNAME "CEGUI"
  2590. | #define PACKAGE_VERSION "0.7.2"
  2591. | #define PACKAGE_STRING "CEGUI 0.7.2"
  2592. | #define PACKAGE_BUGREPORT "http://mantis.cegui.org.uk/"
  2593. | #define PACKAGE_URL ""
  2594. | #define PACKAGE "CEGUI"
  2595. | #define VERSION "0.7.2"
  2596. | #define STDC_HEADERS 1
  2597. | #define HAVE_SYS_TYPES_H 1
  2598. | #define HAVE_SYS_STAT_H 1
  2599. | #define HAVE_STDLIB_H 1
  2600. | #define HAVE_STRING_H 1
  2601. | #define HAVE_MEMORY_H 1
  2602. | #define HAVE_STRINGS_H 1
  2603. | #define HAVE_INTTYPES_H 1
  2604. | #define HAVE_STDINT_H 1
  2605. | #define HAVE_UNISTD_H 1
  2606. | #define HAVE_DLFCN_H 1
  2607. | #define LT_OBJDIR ".libs/"
  2608. | #define HAVE_LIBDL 1
  2609. | #define HAVE_LIBPTHREAD 1
  2610. | #define CEGUI_HAS_FREETYPE /**/
  2611. | #define CEGUI_HAS_PCRE_REGEX /**/
  2612. | #define CEGUI_DEFAULT_XMLPARSER ExpatParser
  2613. | #define CEGUI_TINYXML_H "ceguitinyxml/tinyxml.h"
  2614. | #define CEGUI_TINYXML_NAMESPACE CEGUITinyXML
  2615. | #define CEGUI_DEFAULT_IMAGE_CODEC FreeImageImageCodec
  2616. | #define STDC_HEADERS 1
  2617. | #define HAVE_LIMITS_H 1
  2618. | #define HAVE_LOCALE_H 1
  2619. | #define HAVE_MALLOC_H 1
  2620. | #define HAVE_STDDEF_H 1
  2621. | #define HAVE_STDLIB_H 1
  2622. | #define HAVE_STRING_H 1
  2623. | #define HAVE__BOOL 1
  2624. | #define HAVE_STDBOOL_H 1
  2625. | #define HAVE_PTRDIFF_T 1
  2626. | #define TIME_WITH_SYS_TIME 1
  2627. | #define HAVE_SYS_TIME_H 1
  2628. | #define HAVE_UNISTD_H 1
  2629. | #define HAVE_ALARM 1
  2630. | #define HAVE_STRCOLL 1
  2631. | #define HAVE_STRFTIME 1
  2632. | #define HAVE_ATEXIT 1
  2633. | #define HAVE_MEMCHR 1
  2634. | #define HAVE_MEMMOVE 1
  2635. | #define HAVE_MEMSET 1
  2636. | #define HAVE_REGCOMP 1
  2637. | #define HAVE_SETLOCALE 1
  2638. | #define HAVE_STRCHR 1
  2639. | #define HAVE_STRCSPN 1
  2640. | #define HAVE_STRERROR 1
  2641. | #define HAVE_STRPBRK 1
  2642. | #define HAVE_STRTOUL 1
  2643. | /* end confdefs.h. */
  2644. |
  2645. | /* Override any GCC internal prototype to avoid an error.
  2646. | Use char because int might match the return type of a GCC
  2647. | builtin and then its argument prototype would still apply. */
  2648. | #ifdef __cplusplus
  2649. | extern "C"
  2650. | #endif
  2651. | char glewInit ();
  2652. | int
  2653. | main ()
  2654. | {
  2655. | return glewInit ();
  2656. | ;
  2657. | return 0;
  2658. | }
  2659. configure:18921: result: no
  2660. configure:18970: OpenGL renderer enabled
  2661. configure:18978: Use of OpenGL in Samples is enabled
  2662. configure:19030: checking for Ogre
  2663. configure:19038: $PKG_CONFIG --exists --print-errors "OGRE >= 1.6.0"
  2664. configure:19041: $? = 0
  2665. configure:19056: $PKG_CONFIG --exists --print-errors "OGRE >= 1.6.0"
  2666. configure:19059: $? = 0
  2667. configure:19095: result: yes
  2668. configure:19101: checking for OIS
  2669. configure:19109: $PKG_CONFIG --exists --print-errors "OIS >= 1.0.0"
  2670. configure:19112: $? = 0
  2671. configure:19127: $PKG_CONFIG --exists --print-errors "OIS >= 1.0.0"
  2672. configure:19130: $? = 0
  2673. configure:19166: result: yes
  2674. configure:19185: Use of Ogre3D in Samples is enabled
  2675. configure:19188: Trying to determine OIS APIs to use
  2676. configure:19206: g++ -c -g -O2 -I/home/michi/workspace/i6m2etis/dependencies/OIS/include/OIS -I/home/michi/workspace/i6m2etis/dependencies/OIS/include conftest.cpp >&5
  2677. conftest.cpp: In function 'int main(int, char**)':
  2678. conftest.cpp:63: error: 'class OIS::InputManager' has no member named 'numKeyboards'
  2679. configure:19206: $? = 1
  2680. configure: failed program was:
  2681. | /* confdefs.h */
  2682. | #define PACKAGE_NAME "CEGUI"
  2683. | #define PACKAGE_TARNAME "CEGUI"
  2684. | #define PACKAGE_VERSION "0.7.2"
  2685. | #define PACKAGE_STRING "CEGUI 0.7.2"
  2686. | #define PACKAGE_BUGREPORT "http://mantis.cegui.org.uk/"
  2687. | #define PACKAGE_URL ""
  2688. | #define PACKAGE "CEGUI"
  2689. | #define VERSION "0.7.2"
  2690. | #define STDC_HEADERS 1
  2691. | #define HAVE_SYS_TYPES_H 1
  2692. | #define HAVE_SYS_STAT_H 1
  2693. | #define HAVE_STDLIB_H 1
  2694. | #define HAVE_STRING_H 1
  2695. | #define HAVE_MEMORY_H 1
  2696. | #define HAVE_STRINGS_H 1
  2697. | #define HAVE_INTTYPES_H 1
  2698. | #define HAVE_STDINT_H 1
  2699. | #define HAVE_UNISTD_H 1
  2700. | #define HAVE_DLFCN_H 1
  2701. | #define LT_OBJDIR ".libs/"
  2702. | #define HAVE_LIBDL 1
  2703. | #define HAVE_LIBPTHREAD 1
  2704. | #define CEGUI_HAS_FREETYPE /**/
  2705. | #define CEGUI_HAS_PCRE_REGEX /**/
  2706. | #define CEGUI_DEFAULT_XMLPARSER ExpatParser
  2707. | #define CEGUI_TINYXML_H "ceguitinyxml/tinyxml.h"
  2708. | #define CEGUI_TINYXML_NAMESPACE CEGUITinyXML
  2709. | #define CEGUI_DEFAULT_IMAGE_CODEC FreeImageImageCodec
  2710. | #define STDC_HEADERS 1
  2711. | #define HAVE_LIMITS_H 1
  2712. | #define HAVE_LOCALE_H 1
  2713. | #define HAVE_MALLOC_H 1
  2714. | #define HAVE_STDDEF_H 1
  2715. | #define HAVE_STDLIB_H 1
  2716. | #define HAVE_STRING_H 1
  2717. | #define HAVE__BOOL 1
  2718. | #define HAVE_STDBOOL_H 1
  2719. | #define HAVE_PTRDIFF_T 1
  2720. | #define TIME_WITH_SYS_TIME 1
  2721. | #define HAVE_SYS_TIME_H 1
  2722. | #define HAVE_UNISTD_H 1
  2723. | #define HAVE_ALARM 1
  2724. | #define HAVE_STRCOLL 1
  2725. | #define HAVE_STRFTIME 1
  2726. | #define HAVE_ATEXIT 1
  2727. | #define HAVE_MEMCHR 1
  2728. | #define HAVE_MEMMOVE 1
  2729. | #define HAVE_MEMSET 1
  2730. | #define HAVE_REGCOMP 1
  2731. | #define HAVE_SETLOCALE 1
  2732. | #define HAVE_STRCHR 1
  2733. | #define HAVE_STRCSPN 1
  2734. | #define HAVE_STRERROR 1
  2735. | #define HAVE_STRPBRK 1
  2736. | #define HAVE_STRTOUL 1
  2737. | #define CEGUI_SAMPLES_USE_OPENGL /**/
  2738. | #define CEGUI_SAMPLES_USE_OGRE /**/
  2739. | /* end confdefs.h. */
  2740. |
  2741. | #include <OIS.h>
  2742. | OIS::InputManager* im = 0;
  2743. | int main(int argc, char** argv) {im->numKeyboards(); return 0;}
  2744. |
  2745. configure:19305: g++ -E -I. conftest.cpp
  2746. conftest.cpp:60:22: error: irrlicht.h: No such file or directory
  2747. configure:19305: $? = 1
  2748. configure: failed program was:
  2749. | /* confdefs.h */
  2750. | #define PACKAGE_NAME "CEGUI"
  2751. | #define PACKAGE_TARNAME "CEGUI"
  2752. | #define PACKAGE_VERSION "0.7.2"
  2753. | #define PACKAGE_STRING "CEGUI 0.7.2"
  2754. | #define PACKAGE_BUGREPORT "http://mantis.cegui.org.uk/"
  2755. | #define PACKAGE_URL ""
  2756. | #define PACKAGE "CEGUI"
  2757. | #define VERSION "0.7.2"
  2758. | #define STDC_HEADERS 1
  2759. | #define HAVE_SYS_TYPES_H 1
  2760. | #define HAVE_SYS_STAT_H 1
  2761. | #define HAVE_STDLIB_H 1
  2762. | #define HAVE_STRING_H 1
  2763. | #define HAVE_MEMORY_H 1
  2764. | #define HAVE_STRINGS_H 1
  2765. | #define HAVE_INTTYPES_H 1
  2766. | #define HAVE_STDINT_H 1
  2767. | #define HAVE_UNISTD_H 1
  2768. | #define HAVE_DLFCN_H 1
  2769. | #define LT_OBJDIR ".libs/"
  2770. | #define HAVE_LIBDL 1
  2771. | #define HAVE_LIBPTHREAD 1
  2772. | #define CEGUI_HAS_FREETYPE /**/
  2773. | #define CEGUI_HAS_PCRE_REGEX /**/
  2774. | #define CEGUI_DEFAULT_XMLPARSER ExpatParser
  2775. | #define CEGUI_TINYXML_H "ceguitinyxml/tinyxml.h"
  2776. | #define CEGUI_TINYXML_NAMESPACE CEGUITinyXML
  2777. | #define CEGUI_DEFAULT_IMAGE_CODEC FreeImageImageCodec
  2778. | #define STDC_HEADERS 1
  2779. | #define HAVE_LIMITS_H 1
  2780. | #define HAVE_LOCALE_H 1
  2781. | #define HAVE_MALLOC_H 1
  2782. | #define HAVE_STDDEF_H 1
  2783. | #define HAVE_STDLIB_H 1
  2784. | #define HAVE_STRING_H 1
  2785. | #define HAVE__BOOL 1
  2786. | #define HAVE_STDBOOL_H 1
  2787. | #define HAVE_PTRDIFF_T 1
  2788. | #define TIME_WITH_SYS_TIME 1
  2789. | #define HAVE_SYS_TIME_H 1
  2790. | #define HAVE_UNISTD_H 1
  2791. | #define HAVE_ALARM 1
  2792. | #define HAVE_STRCOLL 1
  2793. | #define HAVE_STRFTIME 1
  2794. | #define HAVE_ATEXIT 1
  2795. | #define HAVE_MEMCHR 1
  2796. | #define HAVE_MEMMOVE 1
  2797. | #define HAVE_MEMSET 1
  2798. | #define HAVE_REGCOMP 1
  2799. | #define HAVE_SETLOCALE 1
  2800. | #define HAVE_STRCHR 1
  2801. | #define HAVE_STRCSPN 1
  2802. | #define HAVE_STRERROR 1
  2803. | #define HAVE_STRPBRK 1
  2804. | #define HAVE_STRTOUL 1
  2805. | #define CEGUI_SAMPLES_USE_OPENGL /**/
  2806. | #define CEGUI_SAMPLES_USE_OGRE /**/
  2807. | /* end confdefs.h. */
  2808. | #include <irrlicht.h>
  2809. configure:19305: g++ -E -I/usr/local/include/irrlicht conftest.cpp
  2810. conftest.cpp:60:22: error: irrlicht.h: No such file or directory
  2811. configure:19305: $? = 1
  2812. configure: failed program was:
  2813. | /* confdefs.h */
  2814. | #define PACKAGE_NAME "CEGUI"
  2815. | #define PACKAGE_TARNAME "CEGUI"
  2816. | #define PACKAGE_VERSION "0.7.2"
  2817. | #define PACKAGE_STRING "CEGUI 0.7.2"
  2818. | #define PACKAGE_BUGREPORT "http://mantis.cegui.org.uk/"
  2819. | #define PACKAGE_URL ""
  2820. | #define PACKAGE "CEGUI"
  2821. | #define VERSION "0.7.2"
  2822. | #define STDC_HEADERS 1
  2823. | #define HAVE_SYS_TYPES_H 1
  2824. | #define HAVE_SYS_STAT_H 1
  2825. | #define HAVE_STDLIB_H 1
  2826. | #define HAVE_STRING_H 1
  2827. | #define HAVE_MEMORY_H 1
  2828. | #define HAVE_STRINGS_H 1
  2829. | #define HAVE_INTTYPES_H 1
  2830. | #define HAVE_STDINT_H 1
  2831. | #define HAVE_UNISTD_H 1
  2832. | #define HAVE_DLFCN_H 1
  2833. | #define LT_OBJDIR ".libs/"
  2834. | #define HAVE_LIBDL 1
  2835. | #define HAVE_LIBPTHREAD 1
  2836. | #define CEGUI_HAS_FREETYPE /**/
  2837. | #define CEGUI_HAS_PCRE_REGEX /**/
  2838. | #define CEGUI_DEFAULT_XMLPARSER ExpatParser
  2839. | #define CEGUI_TINYXML_H "ceguitinyxml/tinyxml.h"
  2840. | #define CEGUI_TINYXML_NAMESPACE CEGUITinyXML
  2841. | #define CEGUI_DEFAULT_IMAGE_CODEC FreeImageImageCodec
  2842. | #define STDC_HEADERS 1
  2843. | #define HAVE_LIMITS_H 1
  2844. | #define HAVE_LOCALE_H 1
  2845. | #define HAVE_MALLOC_H 1
  2846. | #define HAVE_STDDEF_H 1
  2847. | #define HAVE_STDLIB_H 1
  2848. | #define HAVE_STRING_H 1
  2849. | #define HAVE__BOOL 1
  2850. | #define HAVE_STDBOOL_H 1
  2851. | #define HAVE_PTRDIFF_T 1
  2852. | #define TIME_WITH_SYS_TIME 1
  2853. | #define HAVE_SYS_TIME_H 1
  2854. | #define HAVE_UNISTD_H 1
  2855. | #define HAVE_ALARM 1
  2856. | #define HAVE_STRCOLL 1
  2857. | #define HAVE_STRFTIME 1
  2858. | #define HAVE_ATEXIT 1
  2859. | #define HAVE_MEMCHR 1
  2860. | #define HAVE_MEMMOVE 1
  2861. | #define HAVE_MEMSET 1
  2862. | #define HAVE_REGCOMP 1
  2863. | #define HAVE_SETLOCALE 1
  2864. | #define HAVE_STRCHR 1
  2865. | #define HAVE_STRCSPN 1
  2866. | #define HAVE_STRERROR 1
  2867. | #define HAVE_STRPBRK 1
  2868. | #define HAVE_STRTOUL 1
  2869. | #define CEGUI_SAMPLES_USE_OPENGL /**/
  2870. | #define CEGUI_SAMPLES_USE_OGRE /**/
  2871. | /* end confdefs.h. */
  2872. | #include <irrlicht.h>
  2873. configure:19305: g++ -E -I/usr/include/irrlicht conftest.cpp
  2874. conftest.cpp:60:22: error: irrlicht.h: No such file or directory
  2875. configure:19305: $? = 1
  2876. configure: failed program was:
  2877. | /* confdefs.h */
  2878. | #define PACKAGE_NAME "CEGUI"
  2879. | #define PACKAGE_TARNAME "CEGUI"
  2880. | #define PACKAGE_VERSION "0.7.2"
  2881. | #define PACKAGE_STRING "CEGUI 0.7.2"
  2882. | #define PACKAGE_BUGREPORT "http://mantis.cegui.org.uk/"
  2883. | #define PACKAGE_URL ""
  2884. | #define PACKAGE "CEGUI"
  2885. | #define VERSION "0.7.2"
  2886. | #define STDC_HEADERS 1
  2887. | #define HAVE_SYS_TYPES_H 1
  2888. | #define HAVE_SYS_STAT_H 1
  2889. | #define HAVE_STDLIB_H 1
  2890. | #define HAVE_STRING_H 1
  2891. | #define HAVE_MEMORY_H 1
  2892. | #define HAVE_STRINGS_H 1
  2893. | #define HAVE_INTTYPES_H 1
  2894. | #define HAVE_STDINT_H 1
  2895. | #define HAVE_UNISTD_H 1
  2896. | #define HAVE_DLFCN_H 1
  2897. | #define LT_OBJDIR ".libs/"
  2898. | #define HAVE_LIBDL 1
  2899. | #define HAVE_LIBPTHREAD 1
  2900. | #define CEGUI_HAS_FREETYPE /**/
  2901. | #define CEGUI_HAS_PCRE_REGEX /**/
  2902. | #define CEGUI_DEFAULT_XMLPARSER ExpatParser
  2903. | #define CEGUI_TINYXML_H "ceguitinyxml/tinyxml.h"
  2904. | #define CEGUI_TINYXML_NAMESPACE CEGUITinyXML
  2905. | #define CEGUI_DEFAULT_IMAGE_CODEC FreeImageImageCodec
  2906. | #define STDC_HEADERS 1
  2907. | #define HAVE_LIMITS_H 1
  2908. | #define HAVE_LOCALE_H 1
  2909. | #define HAVE_MALLOC_H 1
  2910. | #define HAVE_STDDEF_H 1
  2911. | #define HAVE_STDLIB_H 1
  2912. | #define HAVE_STRING_H 1
  2913. | #define HAVE__BOOL 1
  2914. | #define HAVE_STDBOOL_H 1
  2915. | #define HAVE_PTRDIFF_T 1
  2916. | #define TIME_WITH_SYS_TIME 1
  2917. | #define HAVE_SYS_TIME_H 1
  2918. | #define HAVE_UNISTD_H 1
  2919. | #define HAVE_ALARM 1
  2920. | #define HAVE_STRCOLL 1
  2921. | #define HAVE_STRFTIME 1
  2922. | #define HAVE_ATEXIT 1
  2923. | #define HAVE_MEMCHR 1
  2924. | #define HAVE_MEMMOVE 1
  2925. | #define HAVE_MEMSET 1
  2926. | #define HAVE_REGCOMP 1
  2927. | #define HAVE_SETLOCALE 1
  2928. | #define HAVE_STRCHR 1
  2929. | #define HAVE_STRCSPN 1
  2930. | #define HAVE_STRERROR 1
  2931. | #define HAVE_STRPBRK 1
  2932. | #define HAVE_STRTOUL 1
  2933. | #define CEGUI_SAMPLES_USE_OPENGL /**/
  2934. | #define CEGUI_SAMPLES_USE_OGRE /**/
  2935. | /* end confdefs.h. */
  2936. | #include <irrlicht.h>
  2937. configure:19305: g++ -E -I/usr/local/include conftest.cpp
  2938. conftest.cpp:60:22: error: irrlicht.h: No such file or directory
  2939. configure:19305: $? = 1
  2940. configure: failed program was:
  2941. | /* confdefs.h */
  2942. | #define PACKAGE_NAME "CEGUI"
  2943. | #define PACKAGE_TARNAME "CEGUI"
  2944. | #define PACKAGE_VERSION "0.7.2"
  2945. | #define PACKAGE_STRING "CEGUI 0.7.2"
  2946. | #define PACKAGE_BUGREPORT "http://mantis.cegui.org.uk/"
  2947. | #define PACKAGE_URL ""
  2948. | #define PACKAGE "CEGUI"
  2949. | #define VERSION "0.7.2"
  2950. | #define STDC_HEADERS 1
  2951. | #define HAVE_SYS_TYPES_H 1
  2952. | #define HAVE_SYS_STAT_H 1
  2953. | #define HAVE_STDLIB_H 1
  2954. | #define HAVE_STRING_H 1
  2955. | #define HAVE_MEMORY_H 1
  2956. | #define HAVE_STRINGS_H 1
  2957. | #define HAVE_INTTYPES_H 1
  2958. | #define HAVE_STDINT_H 1
  2959. | #define HAVE_UNISTD_H 1
  2960. | #define HAVE_DLFCN_H 1
  2961. | #define LT_OBJDIR ".libs/"
  2962. | #define HAVE_LIBDL 1
  2963. | #define HAVE_LIBPTHREAD 1
  2964. | #define CEGUI_HAS_FREETYPE /**/
  2965. | #define CEGUI_HAS_PCRE_REGEX /**/
  2966. | #define CEGUI_DEFAULT_XMLPARSER ExpatParser
  2967. | #define CEGUI_TINYXML_H "ceguitinyxml/tinyxml.h"
  2968. | #define CEGUI_TINYXML_NAMESPACE CEGUITinyXML
  2969. | #define CEGUI_DEFAULT_IMAGE_CODEC FreeImageImageCodec
  2970. | #define STDC_HEADERS 1
  2971. | #define HAVE_LIMITS_H 1
  2972. | #define HAVE_LOCALE_H 1
  2973. | #define HAVE_MALLOC_H 1
  2974. | #define HAVE_STDDEF_H 1
  2975. | #define HAVE_STDLIB_H 1
  2976. | #define HAVE_STRING_H 1
  2977. | #define HAVE__BOOL 1
  2978. | #define HAVE_STDBOOL_H 1
  2979. | #define HAVE_PTRDIFF_T 1
  2980. | #define TIME_WITH_SYS_TIME 1
  2981. | #define HAVE_SYS_TIME_H 1
  2982. | #define HAVE_UNISTD_H 1
  2983. | #define HAVE_ALARM 1
  2984. | #define HAVE_STRCOLL 1
  2985. | #define HAVE_STRFTIME 1
  2986. | #define HAVE_ATEXIT 1
  2987. | #define HAVE_MEMCHR 1
  2988. | #define HAVE_MEMMOVE 1
  2989. | #define HAVE_MEMSET 1
  2990. | #define HAVE_REGCOMP 1
  2991. | #define HAVE_SETLOCALE 1
  2992. | #define HAVE_STRCHR 1
  2993. | #define HAVE_STRCSPN 1
  2994. | #define HAVE_STRERROR 1
  2995. | #define HAVE_STRPBRK 1
  2996. | #define HAVE_STRTOUL 1
  2997. | #define CEGUI_SAMPLES_USE_OPENGL /**/
  2998. | #define CEGUI_SAMPLES_USE_OGRE /**/
  2999. | /* end confdefs.h. */
  3000. | #include <irrlicht.h>
  3001. configure:19305: g++ -E -I/usr/include conftest.cpp
  3002. conftest.cpp:60:22: error: irrlicht.h: No such file or directory
  3003. configure:19305: $? = 1
  3004. configure: failed program was:
  3005. | /* confdefs.h */
  3006. | #define PACKAGE_NAME "CEGUI"
  3007. | #define PACKAGE_TARNAME "CEGUI"
  3008. | #define PACKAGE_VERSION "0.7.2"
  3009. | #define PACKAGE_STRING "CEGUI 0.7.2"
  3010. | #define PACKAGE_BUGREPORT "http://mantis.cegui.org.uk/"
  3011. | #define PACKAGE_URL ""
  3012. | #define PACKAGE "CEGUI"
  3013. | #define VERSION "0.7.2"
  3014. | #define STDC_HEADERS 1
  3015. | #define HAVE_SYS_TYPES_H 1
  3016. | #define HAVE_SYS_STAT_H 1
  3017. | #define HAVE_STDLIB_H 1
  3018. | #define HAVE_STRING_H 1
  3019. | #define HAVE_MEMORY_H 1
  3020. | #define HAVE_STRINGS_H 1
  3021. | #define HAVE_INTTYPES_H 1
  3022. | #define HAVE_STDINT_H 1
  3023. | #define HAVE_UNISTD_H 1
  3024. | #define HAVE_DLFCN_H 1
  3025. | #define LT_OBJDIR ".libs/"
  3026. | #define HAVE_LIBDL 1
  3027. | #define HAVE_LIBPTHREAD 1
  3028. | #define CEGUI_HAS_FREETYPE /**/
  3029. | #define CEGUI_HAS_PCRE_REGEX /**/
  3030. | #define CEGUI_DEFAULT_XMLPARSER ExpatParser
  3031. | #define CEGUI_TINYXML_H "ceguitinyxml/tinyxml.h"
  3032. | #define CEGUI_TINYXML_NAMESPACE CEGUITinyXML
  3033. | #define CEGUI_DEFAULT_IMAGE_CODEC FreeImageImageCodec
  3034. | #define STDC_HEADERS 1
  3035. | #define HAVE_LIMITS_H 1
  3036. | #define HAVE_LOCALE_H 1
  3037. | #define HAVE_MALLOC_H 1
  3038. | #define HAVE_STDDEF_H 1
  3039. | #define HAVE_STDLIB_H 1
  3040. | #define HAVE_STRING_H 1
  3041. | #define HAVE__BOOL 1
  3042. | #define HAVE_STDBOOL_H 1
  3043. | #define HAVE_PTRDIFF_T 1
  3044. | #define TIME_WITH_SYS_TIME 1
  3045. | #define HAVE_SYS_TIME_H 1
  3046. | #define HAVE_UNISTD_H 1
  3047. | #define HAVE_ALARM 1
  3048. | #define HAVE_STRCOLL 1
  3049. | #define HAVE_STRFTIME 1
  3050. | #define HAVE_ATEXIT 1
  3051. | #define HAVE_MEMCHR 1
  3052. | #define HAVE_MEMMOVE 1
  3053. | #define HAVE_MEMSET 1
  3054. | #define HAVE_REGCOMP 1
  3055. | #define HAVE_SETLOCALE 1
  3056. | #define HAVE_STRCHR 1
  3057. | #define HAVE_STRCSPN 1
  3058. | #define HAVE_STRERROR 1
  3059. | #define HAVE_STRPBRK 1
  3060. | #define HAVE_STRTOUL 1
  3061. | #define CEGUI_SAMPLES_USE_OPENGL /**/
  3062. | #define CEGUI_SAMPLES_USE_OGRE /**/
  3063. | /* end confdefs.h. */
  3064. | #include <irrlicht.h>
  3065. configure:19315: checking for main in -lIrrlicht
  3066. configure:19334: g++ -o conftest -g -O2 -I/usr/include conftest.cpp -lIrrlicht -L. -lpthread -ldl >&5
  3067. /usr/bin/ld: cannot find -lIrrlicht
  3068. collect2: ld returned 1 exit status
  3069. configure:19334: $? = 1
  3070. configure: failed program was:
  3071. | /* confdefs.h */
  3072. | #define PACKAGE_NAME "CEGUI"
  3073. | #define PACKAGE_TARNAME "CEGUI"
  3074. | #define PACKAGE_VERSION "0.7.2"
  3075. | #define PACKAGE_STRING "CEGUI 0.7.2"
  3076. | #define PACKAGE_BUGREPORT "http://mantis.cegui.org.uk/"
  3077. | #define PACKAGE_URL ""
  3078. | #define PACKAGE "CEGUI"
  3079. | #define VERSION "0.7.2"
  3080. | #define STDC_HEADERS 1
  3081. | #define HAVE_SYS_TYPES_H 1
  3082. | #define HAVE_SYS_STAT_H 1
  3083. | #define HAVE_STDLIB_H 1
  3084. | #define HAVE_STRING_H 1
  3085. | #define HAVE_MEMORY_H 1
  3086. | #define HAVE_STRINGS_H 1
  3087. | #define HAVE_INTTYPES_H 1
  3088. | #define HAVE_STDINT_H 1
  3089. | #define HAVE_UNISTD_H 1
  3090. | #define HAVE_DLFCN_H 1
  3091. | #define LT_OBJDIR ".libs/"
  3092. | #define HAVE_LIBDL 1
  3093. | #define HAVE_LIBPTHREAD 1
  3094. | #define CEGUI_HAS_FREETYPE /**/
  3095. | #define CEGUI_HAS_PCRE_REGEX /**/
  3096. | #define CEGUI_DEFAULT_XMLPARSER ExpatParser
  3097. | #define CEGUI_TINYXML_H "ceguitinyxml/tinyxml.h"
  3098. | #define CEGUI_TINYXML_NAMESPACE CEGUITinyXML
  3099. | #define CEGUI_DEFAULT_IMAGE_CODEC FreeImageImageCodec
  3100. | #define STDC_HEADERS 1
  3101. | #define HAVE_LIMITS_H 1
  3102. | #define HAVE_LOCALE_H 1
  3103. | #define HAVE_MALLOC_H 1
  3104. | #define HAVE_STDDEF_H 1
  3105. | #define HAVE_STDLIB_H 1
  3106. | #define HAVE_STRING_H 1
  3107. | #define HAVE__BOOL 1
  3108. | #define HAVE_STDBOOL_H 1
  3109. | #define HAVE_PTRDIFF_T 1
  3110. | #define TIME_WITH_SYS_TIME 1
  3111. | #define HAVE_SYS_TIME_H 1
  3112. | #define HAVE_UNISTD_H 1
  3113. | #define HAVE_ALARM 1
  3114. | #define HAVE_STRCOLL 1
  3115. | #define HAVE_STRFTIME 1
  3116. | #define HAVE_ATEXIT 1
  3117. | #define HAVE_MEMCHR 1
  3118. | #define HAVE_MEMMOVE 1
  3119. | #define HAVE_MEMSET 1
  3120. | #define HAVE_REGCOMP 1
  3121. | #define HAVE_SETLOCALE 1
  3122. | #define HAVE_STRCHR 1
  3123. | #define HAVE_STRCSPN 1
  3124. | #define HAVE_STRERROR 1
  3125. | #define HAVE_STRPBRK 1
  3126. | #define HAVE_STRTOUL 1
  3127. | #define CEGUI_SAMPLES_USE_OPENGL /**/
  3128. | #define CEGUI_SAMPLES_USE_OGRE /**/
  3129. | /* end confdefs.h. */
  3130. |
  3131. |
  3132. | int
  3133. | main ()
  3134. | {
  3135. | return main ();
  3136. | ;
  3137. | return 0;
  3138. | }
  3139. configure:19343: result: no
  3140. configure:19439: checking for XF86VidModeQueryVersion in -lXxf86vm
  3141. configure:19464: gcc -o conftest -g -O2 conftest.c -lXxf86vm -lpthread -ldl >&5
  3142. /usr/bin/ld: cannot find -lXxf86vm
  3143. collect2: ld returned 1 exit status
  3144. configure:19464: $? = 1
  3145. configure: failed program was:
  3146. | /* confdefs.h */
  3147. | #define PACKAGE_NAME "CEGUI"
  3148. | #define PACKAGE_TARNAME "CEGUI"
  3149. | #define PACKAGE_VERSION "0.7.2"
  3150. | #define PACKAGE_STRING "CEGUI 0.7.2"
  3151. | #define PACKAGE_BUGREPORT "http://mantis.cegui.org.uk/"
  3152. | #define PACKAGE_URL ""
  3153. | #define PACKAGE "CEGUI"
  3154. | #define VERSION "0.7.2"
  3155. | #define STDC_HEADERS 1
  3156. | #define HAVE_SYS_TYPES_H 1
  3157. | #define HAVE_SYS_STAT_H 1
  3158. | #define HAVE_STDLIB_H 1
  3159. | #define HAVE_STRING_H 1
  3160. | #define HAVE_MEMORY_H 1
  3161. | #define HAVE_STRINGS_H 1
  3162. | #define HAVE_INTTYPES_H 1
  3163. | #define HAVE_STDINT_H 1
  3164. | #define HAVE_UNISTD_H 1
  3165. | #define HAVE_DLFCN_H 1
  3166. | #define LT_OBJDIR ".libs/"
  3167. | #define HAVE_LIBDL 1
  3168. | #define HAVE_LIBPTHREAD 1
  3169. | #define CEGUI_HAS_FREETYPE /**/
  3170. | #define CEGUI_HAS_PCRE_REGEX /**/
  3171. | #define CEGUI_DEFAULT_XMLPARSER ExpatParser
  3172. | #define CEGUI_TINYXML_H "ceguitinyxml/tinyxml.h"
  3173. | #define CEGUI_TINYXML_NAMESPACE CEGUITinyXML
  3174. | #define CEGUI_DEFAULT_IMAGE_CODEC FreeImageImageCodec
  3175. | #define STDC_HEADERS 1
  3176. | #define HAVE_LIMITS_H 1
  3177. | #define HAVE_LOCALE_H 1
  3178. | #define HAVE_MALLOC_H 1
  3179. | #define HAVE_STDDEF_H 1
  3180. | #define HAVE_STDLIB_H 1
  3181. | #define HAVE_STRING_H 1
  3182. | #define HAVE__BOOL 1
  3183. | #define HAVE_STDBOOL_H 1
  3184. | #define HAVE_PTRDIFF_T 1
  3185. | #define TIME_WITH_SYS_TIME 1
  3186. | #define HAVE_SYS_TIME_H 1
  3187. | #define HAVE_UNISTD_H 1
  3188. | #define HAVE_ALARM 1
  3189. | #define HAVE_STRCOLL 1
  3190. | #define HAVE_STRFTIME 1
  3191. | #define HAVE_ATEXIT 1
  3192. | #define HAVE_MEMCHR 1
  3193. | #define HAVE_MEMMOVE 1
  3194. | #define HAVE_MEMSET 1
  3195. | #define HAVE_REGCOMP 1
  3196. | #define HAVE_SETLOCALE 1
  3197. | #define HAVE_STRCHR 1
  3198. | #define HAVE_STRCSPN 1
  3199. | #define HAVE_STRERROR 1
  3200. | #define HAVE_STRPBRK 1
  3201. | #define HAVE_STRTOUL 1
  3202. | #define CEGUI_SAMPLES_USE_OPENGL /**/
  3203. | #define CEGUI_SAMPLES_USE_OGRE /**/
  3204. | /* end confdefs.h. */
  3205. |
  3206. | /* Override any GCC internal prototype to avoid an error.
  3207. | Use char because int might match the return type of a GCC
  3208. | builtin and then its argument prototype would still apply. */
  3209. | #ifdef __cplusplus
  3210. | extern "C"
  3211. | #endif
  3212. | char XF86VidModeQueryVersion ();
  3213. | int
  3214. | main ()
  3215. | {
  3216. | return XF86VidModeQueryVersion ();
  3217. | ;
  3218. | return 0;
  3219. | }
  3220. configure:19473: result: no
  3221. configure:19514: Irrlicht renderer disabled
  3222. configure:19540: checking for directfb
  3223. configure:19548: $PKG_CONFIG --exists --print-errors "directfb >= 1.2.0"
  3224. Package directfb was not found in the pkg-config search path.
  3225. Perhaps you should add the directory containing `directfb.pc'
  3226. to the PKG_CONFIG_PATH environment variable
  3227. No package 'directfb' found
  3228. configure:19551: $? = 1
  3229. configure:19566: $PKG_CONFIG --exists --print-errors "directfb >= 1.2.0"
  3230. Package directfb was not found in the pkg-config search path.
  3231. Perhaps you should add the directory containing `directfb.pc'
  3232. to the PKG_CONFIG_PATH environment variable
  3233. No package 'directfb' found
  3234. configure:19569: $? = 1
  3235. No package 'directfb' found
  3236. configure:19597: result: no
  3237. configure:19632: DirectFB renderer disabled
  3238. configure:19660: checking for GTK
  3239. configure:19668: $PKG_CONFIG --exists --print-errors "gtk+-2.0 >= 2.4"
  3240. Package gtk+-2.0 was not found in the pkg-config search path.
  3241. Perhaps you should add the directory containing `gtk+-2.0.pc'
  3242. to the PKG_CONFIG_PATH environment variable
  3243. No package 'gtk+-2.0' found
  3244. configure:19671: $? = 1
  3245. configure:19686: $PKG_CONFIG --exists --print-errors "gtk+-2.0 >= 2.4"
  3246. Package gtk+-2.0 was not found in the pkg-config search path.
  3247. Perhaps you should add the directory containing `gtk+-2.0.pc'
  3248. to the PKG_CONFIG_PATH environment variable
  3249. No package 'gtk+-2.0' found
  3250. configure:19689: $? = 1
  3251. No package 'gtk+-2.0' found
  3252. configure:19717: result: no
  3253. configure:19751: GTK2 renderer selection dialog in samples is disabled
  3254. configure:19780: Samples framework and applications are enabled.
  3255. configure:19809: checking for Lua
  3256. configure:19817: $PKG_CONFIG --exists --print-errors "lua >= 5.1"
  3257. Package lua was not found in the pkg-config search path.
  3258. Perhaps you should add the directory containing `lua.pc'
  3259. to the PKG_CONFIG_PATH environment variable
  3260. No package 'lua' found
  3261. configure:19820: $? = 1
  3262. configure:19835: $PKG_CONFIG --exists --print-errors "lua >= 5.1"
  3263. Package lua was not found in the pkg-config search path.
  3264. Perhaps you should add the directory containing `lua.pc'
  3265. to the PKG_CONFIG_PATH environment variable
  3266. No package 'lua' found
  3267. configure:19838: $? = 1
  3268. No package 'lua' found
  3269. configure:19866: result: no
  3270. configure:19882: checking for Lua
  3271. configure:19890: $PKG_CONFIG --exists --print-errors "lua5.1"
  3272. Package lua5.1 was not found in the pkg-config search path.
  3273. Perhaps you should add the directory containing `lua5.1.pc'
  3274. to the PKG_CONFIG_PATH environment variable
  3275. No package 'lua5.1' found
  3276. configure:19893: $? = 1
  3277. configure:19908: $PKG_CONFIG --exists --print-errors "lua5.1"
  3278. Package lua5.1 was not found in the pkg-config search path.
  3279. Perhaps you should add the directory containing `lua5.1.pc'
  3280. to the PKG_CONFIG_PATH environment variable
  3281. No package 'lua5.1' found
  3282. configure:19911: $? = 1
  3283. No package 'lua5.1' found
  3284. configure:19939: result: no
  3285. configure:20105: Building of Lua scripting module is disabled
  3286. configure:20113: Building of tolua++cegui generator tool is disabled.
  3287. configure:20854: creating ./config.status
  3288.  
  3289. ## ---------------------- ##
  3290. ## Running config.status. ##
  3291. ## ---------------------- ##
  3292.  
  3293. This file was extended by CEGUI config.status 0.7.2, which was
  3294. generated by GNU Autoconf 2.65. Invocation command line was
  3295.  
  3296. CONFIG_FILES =
  3297. CONFIG_HEADERS =
  3298. CONFIG_LINKS =
  3299. CONFIG_COMMANDS =
  3300. $ ./config.status
  3301.  
  3302. on ubuntu
  3303.  
  3304. config.status:1383: creating cegui/CEGUI-NULL.pc
  3305. config.status:1383: creating cegui/CEGUI-OGRE.pc
  3306. config.status:1383: creating cegui/CEGUI-OPENGL.pc
  3307. config.status:1383: creating cegui/CEGUI.pc
  3308. config.status:1383: creating cegui/CEGUI.spec
  3309. config.status:1383: creating cegui/Makefile
  3310. config.status:1383: creating cegui/include/elements/Makefile
  3311. config.status:1383: creating cegui/include/falagard/Makefile
  3312. config.status:1383: creating cegui/include/ImageCodecModules/CoronaImageCodec/Makefile
  3313. config.status:1383: creating cegui/include/ImageCodecModules/DevILImageCodec/Makefile
  3314. config.status:1383: creating cegui/include/ImageCodecModules/FreeImageImageCodec/Makefile
  3315. config.status:1383: creating cegui/include/ImageCodecModules/Makefile
  3316. config.status:1383: creating cegui/include/ImageCodecModules/SILLYImageCodec/Makefile
  3317. config.status:1383: creating cegui/include/ImageCodecModules/TGAImageCodec/Makefile
  3318. config.status:1383: creating cegui/include/Makefile
  3319. config.status:1383: creating cegui/include/RendererModules/Direct3D10/Makefile
  3320. config.status:1383: creating cegui/include/RendererModules/Direct3D11/Makefile
  3321. config.status:1383: creating cegui/include/RendererModules/Direct3D9/Makefile
  3322. config.status:1383: creating cegui/include/RendererModules/DirectFB/Makefile
  3323. config.status:1383: creating cegui/include/RendererModules/Irrlicht/Makefile
  3324. config.status:1383: creating cegui/include/RendererModules/Null/Makefile
  3325. config.status:1383: creating cegui/include/RendererModules/Ogre/Makefile
  3326. config.status:1383: creating cegui/include/RendererModules/OpenGL/Makefile
  3327. config.status:1383: creating cegui/include/RendererModules/Makefile
  3328. config.status:1383: creating cegui/include/ScriptingModules/LuaScriptModule/Makefile
  3329. config.status:1383: creating cegui/include/ScriptingModules/LuaScriptModule/support/Makefile
  3330. config.status:1383: creating cegui/include/ScriptingModules/LuaScriptModule/support/tolua++/Makefile
  3331. config.status:1383: creating cegui/include/ScriptingModules/Makefile
  3332. config.status:1383: creating cegui/include/WindowRendererSets/Falagard/Makefile
  3333. config.status:1383: creating cegui/include/WindowRendererSets/Makefile
  3334. config.status:1383: creating cegui/include/XMLParserModules/ExpatParser/Makefile
  3335. config.status:1383: creating cegui/include/XMLParserModules/LibxmlParser/Makefile
  3336. config.status:1383: creating cegui/include/XMLParserModules/Makefile
  3337. config.status:1383: creating cegui/include/XMLParserModules/RapidXMLParser/Makefile
  3338. config.status:1383: creating cegui/include/XMLParserModules/TinyXMLParser/Makefile
  3339. config.status:1383: creating cegui/include/XMLParserModules/XercesParser/Makefile
  3340. config.status:1383: creating cegui/src/ImageCodecModules/CoronaImageCodec/Makefile
  3341. config.status:1383: creating cegui/src/ImageCodecModules/DevILImageCodec/Makefile
  3342. config.status:1383: creating cegui/src/ImageCodecModules/FreeImageImageCodec/Makefile
  3343. config.status:1383: creating cegui/src/ImageCodecModules/Makefile
  3344. config.status:1383: creating cegui/src/ImageCodecModules/SILLYImageCodec/Makefile
  3345. config.status:1383: creating cegui/src/ImageCodecModules/TGAImageCodec/Makefile
  3346. config.status:1383: creating cegui/src/Makefile
  3347. config.status:1383: creating cegui/src/RendererModules/Direct3D10/Makefile
  3348. config.status:1383: creating cegui/src/RendererModules/Direct3D11/Makefile
  3349. config.status:1383: creating cegui/src/RendererModules/Direct3D9/Makefile
  3350. config.status:1383: creating cegui/src/RendererModules/DirectFB/Makefile
  3351. config.status:1383: creating cegui/src/RendererModules/Irrlicht/Makefile
  3352. config.status:1383: creating cegui/src/RendererModules/Null/Makefile
  3353. config.status:1383: creating cegui/src/RendererModules/Ogre/Makefile
  3354. config.status:1383: creating cegui/src/RendererModules/OpenGL/Makefile
  3355. config.status:1383: creating cegui/src/RendererModules/Makefile
  3356. config.status:1383: creating cegui/src/ScriptingModules/LuaScriptModule/Makefile
  3357. config.status:1383: creating cegui/src/ScriptingModules/LuaScriptModule/package/Makefile
  3358. config.status:1383: creating cegui/src/ScriptingModules/LuaScriptModule/support/Makefile
  3359. config.status:1383: creating cegui/src/ScriptingModules/LuaScriptModule/support/tolua++bin/Makefile
  3360. config.status:1383: creating cegui/src/ScriptingModules/LuaScriptModule/support/tolua++/Makefile
  3361. config.status:1383: creating cegui/src/ScriptingModules/Makefile
  3362. config.status:1383: creating cegui/src/WindowRendererSets/Falagard/Makefile
  3363. config.status:1383: creating cegui/src/WindowRendererSets/Makefile
  3364. config.status:1383: creating cegui/src/XMLParserModules/ExpatParser/Makefile
  3365. config.status:1383: creating cegui/src/XMLParserModules/LibxmlParser/Makefile
  3366. config.status:1383: creating cegui/src/XMLParserModules/Makefile
  3367. config.status:1383: creating cegui/src/XMLParserModules/RapidXMLParser/Makefile
  3368. config.status:1383: creating cegui/src/XMLParserModules/TinyXMLParser/Makefile
  3369. config.status:1383: creating cegui/src/XMLParserModules/XercesParser/Makefile
  3370. config.status:1383: creating datafiles/Makefile
  3371. config.status:1383: creating doc/Makefile
  3372. config.status:1383: creating doc/doxygen/doxyfile
  3373. config.status:1383: creating doc/doxygen/Makefile
  3374. config.status:1383: creating projects/Makefile
  3375. config.status:1383: creating Samples/common/include/Makefile
  3376. config.status:1383: creating Samples/common/Makefile
  3377. config.status:1383: creating Samples/common/src/Makefile
  3378. config.status:1383: creating Samples/Demo6/Makefile
  3379. config.status:1383: creating Samples/Demo7/Makefile
  3380. config.status:1383: creating Samples/Demo8/Makefile
  3381. config.status:1383: creating Samples/DragDropDemo/Makefile
  3382. config.status:1383: creating Samples/FalagardDemo1/Makefile
  3383. config.status:1383: creating Samples/FirstWindow/Makefile
  3384. config.status:1383: creating Samples/FontDemo/Makefile
  3385. config.status:1383: creating Samples/Makefile
  3386. config.status:1383: creating Samples/Minesweeper/Makefile
  3387. config.status:1383: creating Samples/ScrollablePaneDemo/Makefile
  3388. config.status:1383: creating Samples/TabControlDemo/Makefile
  3389. config.status:1383: creating Samples/TextDemo/Makefile
  3390. config.status:1383: creating Samples/TreeDemo/Makefile
  3391. config.status:1383: creating Makefile
  3392. config.status:1383: creating cegui/include/config.h
  3393. config.status:1555: cegui/include/config.h is unchanged
  3394. config.status:1603: executing depfiles commands
  3395. config.status:1603: executing libtool commands
  3396.  
  3397. ## ---------------- ##
  3398. ## Cache variables. ##
  3399. ## ---------------- ##
  3400.  
  3401. ac_cv_build=x86_64-unknown-linux-gnu
  3402. ac_cv_c_compiler_gnu=yes
  3403. ac_cv_c_const=yes
  3404. ac_cv_c_inline=inline
  3405. ac_cv_c_volatile=yes
  3406. ac_cv_cxx_compiler_gnu=yes
  3407. ac_cv_env_CCC_set=
  3408. ac_cv_env_CCC_value=
  3409. ac_cv_env_CC_set=
  3410. ac_cv_env_CC_value=
  3411. ac_cv_env_CFLAGS_set=
  3412. ac_cv_env_CFLAGS_value=
  3413. ac_cv_env_CPPFLAGS_set=
  3414. ac_cv_env_CPPFLAGS_value=
  3415. ac_cv_env_CPP_set=
  3416. ac_cv_env_CPP_value=
  3417. ac_cv_env_CXXCPP_set=
  3418. ac_cv_env_CXXCPP_value=
  3419. ac_cv_env_CXXFLAGS_set=
  3420. ac_cv_env_CXXFLAGS_value=
  3421. ac_cv_env_CXX_set=
  3422. ac_cv_env_CXX_value=
  3423. ac_cv_env_GTK_CFLAGS_set=
  3424. ac_cv_env_GTK_CFLAGS_value=
  3425. ac_cv_env_GTK_LIBS_set=
  3426. ac_cv_env_GTK_LIBS_value=
  3427. ac_cv_env_LDFLAGS_set=
  3428. ac_cv_env_LDFLAGS_value=
  3429. ac_cv_env_LIBS_set=
  3430. ac_cv_env_LIBS_value=
  3431. ac_cv_env_Lua_CFLAGS_set=
  3432. ac_cv_env_Lua_CFLAGS_value=
  3433. ac_cv_env_Lua_LIBS_set=
  3434. ac_cv_env_Lua_LIBS_value=
  3435. ac_cv_env_OIS_CFLAGS_set=
  3436. ac_cv_env_OIS_CFLAGS_value=
  3437. ac_cv_env_OIS_LIBS_set=
  3438. ac_cv_env_OIS_LIBS_value=
  3439. ac_cv_env_Ogre_CFLAGS_set=
  3440. ac_cv_env_Ogre_CFLAGS_value=
  3441. ac_cv_env_Ogre_LIBS_set=
  3442. ac_cv_env_Ogre_LIBS_value=
  3443. ac_cv_env_PKG_CONFIG_set=
  3444. ac_cv_env_PKG_CONFIG_value=
  3445. ac_cv_env_SILLY_CFLAGS_set=
  3446. ac_cv_env_SILLY_CFLAGS_value=
  3447. ac_cv_env_SILLY_LIBS_set=
  3448. ac_cv_env_SILLY_LIBS_value=
  3449. ac_cv_env_XMKMF_set=
  3450. ac_cv_env_XMKMF_value=
  3451. ac_cv_env_build_alias_set=
  3452. ac_cv_env_build_alias_value=
  3453. ac_cv_env_directfb_CFLAGS_set=
  3454. ac_cv_env_directfb_CFLAGS_value=
  3455. ac_cv_env_directfb_LIBS_set=
  3456. ac_cv_env_directfb_LIBS_value=
  3457. ac_cv_env_freetype2_CFLAGS_set=
  3458. ac_cv_env_freetype2_CFLAGS_value=
  3459. ac_cv_env_freetype2_LIBS_set=
  3460. ac_cv_env_freetype2_LIBS_value=
  3461. ac_cv_env_fribidi_CFLAGS_set=
  3462. ac_cv_env_fribidi_CFLAGS_value=
  3463. ac_cv_env_fribidi_LIBS_set=
  3464. ac_cv_env_fribidi_LIBS_value=
  3465. ac_cv_env_host_alias_set=
  3466. ac_cv_env_host_alias_value=
  3467. ac_cv_env_libxml_CFLAGS_set=
  3468. ac_cv_env_libxml_CFLAGS_value=
  3469. ac_cv_env_libxml_LIBS_set=
  3470. ac_cv_env_libxml_LIBS_value=
  3471. ac_cv_env_pcre_CFLAGS_set=
  3472. ac_cv_env_pcre_CFLAGS_value=
  3473. ac_cv_env_pcre_LIBS_set=
  3474. ac_cv_env_pcre_LIBS_value=
  3475. ac_cv_env_target_alias_set=
  3476. ac_cv_env_target_alias_value=
  3477. ac_cv_func_alarm=yes
  3478. ac_cv_func_atexit=yes
  3479. ac_cv_func_connect=yes
  3480. ac_cv_func_floor=no
  3481. ac_cv_func_gethostbyname=yes
  3482. ac_cv_func_memchr=yes
  3483. ac_cv_func_memcmp_working=yes
  3484. ac_cv_func_memmove=yes
  3485. ac_cv_func_memset=yes
  3486. ac_cv_func_pow=no
  3487. ac_cv_func_regcomp=yes
  3488. ac_cv_func_remove=yes
  3489. ac_cv_func_setlocale=yes
  3490. ac_cv_func_shmat=yes
  3491. ac_cv_func_sqrt=no
  3492. ac_cv_func_strchr=yes
  3493. ac_cv_func_strcoll_works=yes
  3494. ac_cv_func_strcspn=yes
  3495. ac_cv_func_strerror=yes
  3496. ac_cv_func_strftime=yes
  3497. ac_cv_func_strpbrk=yes
  3498. ac_cv_func_strtoul=yes
  3499. ac_cv_func_working_mktime=yes
  3500. ac_cv_have_x='have_x=yes ac_x_includes='\'''\'' ac_x_libraries='\'''\'''
  3501. ac_cv_header_FreeImage_h=yes
  3502. ac_cv_header_dlfcn_h=yes
  3503. ac_cv_header_inttypes_h=yes
  3504. ac_cv_header_limits_h=yes
  3505. ac_cv_header_locale_h=yes
  3506. ac_cv_header_malloc_h=yes
  3507. ac_cv_header_memory_h=yes
  3508. ac_cv_header_stdbool_h=yes
  3509. ac_cv_header_stdc=yes
  3510. ac_cv_header_stddef_h=yes
  3511. ac_cv_header_stdint_h=yes
  3512. ac_cv_header_stdlib_h=yes
  3513. ac_cv_header_string_h=yes
  3514. ac_cv_header_strings_h=yes
  3515. ac_cv_header_sys_stat_h=yes
  3516. ac_cv_header_sys_time_h=yes
  3517. ac_cv_header_sys_types_h=yes
  3518. ac_cv_header_time=yes
  3519. ac_cv_header_unistd_h=yes
  3520. ac_cv_host=x86_64-unknown-linux-gnu
  3521. ac_cv_lib_GLEW_glewInit=no
  3522. ac_cv_lib_ICE_IceConnectionNumber=yes
  3523. ac_cv_lib_ILU_iluFlipImage=no
  3524. ac_cv_lib_IL_ilLoadL=no
  3525. ac_cv_lib_Xxf86vm_XF86VidModeQueryVersion=no
  3526. ac_cv_lib_dl_dlopen=yes
  3527. ac_cv_lib_error_at_line=yes
  3528. ac_cv_lib_expat_XML_ParserCreate=yes
  3529. ac_cv_lib_pthread_pthread_create=yes
  3530. ac_cv_lib_tinyxml_main=no
  3531. ac_cv_objext=o
  3532. ac_cv_path_EGREP='/bin/grep -E'
  3533. ac_cv_path_FGREP='/bin/grep -F'
  3534. ac_cv_path_GREP=/bin/grep
  3535. ac_cv_path_SED=/bin/sed
  3536. ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config
  3537. ac_cv_path_cegui_corona_config=no
  3538. ac_cv_path_install='/usr/bin/install -c'
  3539. ac_cv_path_mkdir=/bin/mkdir
  3540. ac_cv_prog_AWK=gawk
  3541. ac_cv_prog_CPP='gcc -E'
  3542. ac_cv_prog_CXXCPP='g++ -E'
  3543. ac_cv_prog_DOXYGEN=doxygen
  3544. ac_cv_prog_ac_ct_AR=ar
  3545. ac_cv_prog_ac_ct_CC=gcc
  3546. ac_cv_prog_ac_ct_CXX=g++
  3547. ac_cv_prog_ac_ct_OBJDUMP=objdump
  3548. ac_cv_prog_ac_ct_RANLIB=ranlib
  3549. ac_cv_prog_ac_ct_STRIP=strip
  3550. ac_cv_prog_cc_c89=
  3551. ac_cv_prog_cc_g=yes
  3552. ac_cv_prog_cxx_g=yes
  3553. ac_cv_prog_make_make_set=yes
  3554. ac_cv_search_FreeImage_GetVersion=-lfreeimage
  3555. ac_cv_search_glInterleavedArrays=-lGL
  3556. ac_cv_search_gluOrtho2D=-lGLU
  3557. ac_cv_search_glutInit=-lglut
  3558. ac_cv_struct_tm=time.h
  3559. ac_cv_type__Bool=yes
  3560. ac_cv_type_ptrdiff_t=yes
  3561. ac_cv_type_size_t=yes
  3562. am_cv_CC_dependencies_compiler_type=gcc3
  3563. am_cv_CXX_dependencies_compiler_type=gcc3
  3564. am_cv_prog_tar_ustar=gnutar
  3565. lt_cv_deplibs_check_method=pass_all
  3566. lt_cv_file_magic_cmd='$MAGIC_CMD'
  3567. lt_cv_file_magic_test_file=
  3568. lt_cv_ld_reload_flag=-r
  3569. lt_cv_nm_interface='BSD nm'
  3570. lt_cv_objdir=.libs
  3571. lt_cv_path_LD=/usr/bin/ld
  3572. lt_cv_path_LDCXX='/usr/bin/ld -m elf_x86_64'
  3573. lt_cv_path_NM='/usr/bin/nm -B'
  3574. lt_cv_prog_compiler_c_o=yes
  3575. lt_cv_prog_compiler_c_o_CXX=yes
  3576. lt_cv_prog_compiler_pic_works=yes
  3577. lt_cv_prog_compiler_pic_works_CXX=yes
  3578. lt_cv_prog_compiler_rtti_exceptions=no
  3579. lt_cv_prog_compiler_static_works=yes
  3580. lt_cv_prog_compiler_static_works_CXX=yes
  3581. lt_cv_prog_gnu_ld=yes
  3582. lt_cv_prog_gnu_ldcxx=yes
  3583. lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'''
  3584. lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\'''
  3585. 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'\'''
  3586. lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
  3587. lt_cv_sys_max_cmd_len=1572864
  3588. pkg_cv_OIS_CFLAGS='-I/home/michi/workspace/i6m2etis/dependencies/OIS/include/OIS -I/home/michi/workspace/i6m2etis/dependencies/OIS/include '
  3589. pkg_cv_OIS_LIBS='-L/home/michi/workspace/i6m2etis/dependencies/OIS/lib/linux -lOIS '
  3590. pkg_cv_Ogre_CFLAGS='-pthread -I/home/michi/workspace/i6m2etis/dependencies/Ogre3D//include -I/home/michi/workspace/i6m2etis/dependencies/Ogre3D//include/OGRE -I/home/michi/workspace/i6m2etis/dependencies/Boost_1_43/include/boost -I/home/michi/workspace/i6m2etis/dependencies/Boost_1_43/include '
  3591. pkg_cv_Ogre_LIBS='-L/home/michi/workspace/i6m2etis/dependencies/Ogre3D//lib -L/home/michi/workspace/i6m2etis/dependencies/Boost_1_43/lib -lOgreMain -lpthread -lboost_thread -lboost_filesystem -lboost_system -lboost_date_time '
  3592. pkg_cv_freetype2_CFLAGS='-I/usr/include/freetype2 '
  3593. pkg_cv_freetype2_LIBS='-lfreetype '
  3594. pkg_cv_pcre_CFLAGS=' '
  3595. pkg_cv_pcre_LIBS='-lpcre '
  3596.  
  3597. ## ----------------- ##
  3598. ## Output variables. ##
  3599. ## ----------------- ##
  3600.  
  3601. ACLOCAL='${SHELL} /home/michi/Downloads/CEGUI-0.7.2/missing --run aclocal-1.11'
  3602. AMDEPBACKSLASH='\'
  3603. AMDEP_FALSE='#'
  3604. AMDEP_TRUE=''
  3605. AMTAR='${SHELL} /home/michi/Downloads/CEGUI-0.7.2/missing --run tar'
  3606. AR='ar'
  3607. AS='as'
  3608. AUTOCONF='${SHELL} /home/michi/Downloads/CEGUI-0.7.2/missing --run autoconf'
  3609. AUTOHEADER='${SHELL} /home/michi/Downloads/CEGUI-0.7.2/missing --run autoheader'
  3610. AUTOMAKE='${SHELL} /home/michi/Downloads/CEGUI-0.7.2/missing --run automake-1.11'
  3611. AWK='gawk'
  3612. BUILD_DIRECTFB_RENDERER_FALSE=''
  3613. BUILD_DIRECTFB_RENDERER_TRUE='#'
  3614. BUILD_EXPAT_PARSER_FALSE='#'
  3615. BUILD_EXPAT_PARSER_TRUE=''
  3616. BUILD_IRRLICHT_RENDERER_FALSE=''
  3617. BUILD_IRRLICHT_RENDERER_TRUE='#'
  3618. BUILD_LIBXML_PARSER_FALSE=''
  3619. BUILD_LIBXML_PARSER_TRUE='#'
  3620. BUILD_NULL_RENDERER_FALSE=''
  3621. BUILD_NULL_RENDERER_TRUE='#'
  3622. BUILD_OGRE_RENDERER_FALSE='#'
  3623. BUILD_OGRE_RENDERER_TRUE=''
  3624. BUILD_OPENGL_RENDERER_FALSE='#'
  3625. BUILD_OPENGL_RENDERER_TRUE=''
  3626. BUILD_RAPIDXML_PARSER_FALSE=''
  3627. BUILD_RAPIDXML_PARSER_TRUE='#'
  3628. BUILD_TINYXML_PARSER_FALSE='#'
  3629. BUILD_TINYXML_PARSER_TRUE=''
  3630. BUILD_USING_INTERNAL_GLEW_FALSE='#'
  3631. BUILD_USING_INTERNAL_GLEW_TRUE=''
  3632. BUILD_USING_INTERNAL_TINYXML_FALSE='#'
  3633. BUILD_USING_INTERNAL_TINYXML_TRUE=''
  3634. BUILD_XERCES_PARSER_FALSE=''
  3635. BUILD_XERCES_PARSER_TRUE='#'
  3636. CC='gcc'
  3637. CCDEPMODE='depmode=gcc3'
  3638. CEGUI_BUILD_CORONA_IMAGE_CODEC_FALSE=''
  3639. CEGUI_BUILD_CORONA_IMAGE_CODEC_TRUE='#'
  3640. CEGUI_BUILD_DEFAULT_LOGGER_FALSE='#'
  3641. CEGUI_BUILD_DEFAULT_LOGGER_TRUE=''
  3642. CEGUI_BUILD_DEVIL_IMAGE_CODEC_FALSE=''
  3643. CEGUI_BUILD_DEVIL_IMAGE_CODEC_TRUE='#'
  3644. CEGUI_BUILD_FREETYPE_FONT_FALSE='#'
  3645. CEGUI_BUILD_FREETYPE_FONT_TRUE=''
  3646. CEGUI_BUILD_FREE_IMAGE_IMAGE_CODEC_FALSE='#'
  3647. CEGUI_BUILD_FREE_IMAGE_IMAGE_CODEC_TRUE=''
  3648. CEGUI_BUILD_FRIBIDI_MAPPER_FALSE=''
  3649. CEGUI_BUILD_FRIBIDI_MAPPER_TRUE='#'
  3650. CEGUI_BUILD_LUA_MODULE_FALSE=''
  3651. CEGUI_BUILD_LUA_MODULE_TRUE='#'
  3652. CEGUI_BUILD_MINIBIDI_MAPPER_FALSE=''
  3653. CEGUI_BUILD_MINIBIDI_MAPPER_TRUE='#'
  3654. CEGUI_BUILD_MINIZIP_RESOURCE_PROVIDER_FALSE=''
  3655. CEGUI_BUILD_MINIZIP_RESOURCE_PROVIDER_TRUE='#'
  3656. CEGUI_BUILD_PCRE_REGEX_FALSE='#'
  3657. CEGUI_BUILD_PCRE_REGEX_TRUE=''
  3658. CEGUI_BUILD_SAMPLES_FALSE='#'
  3659. CEGUI_BUILD_SAMPLES_TRUE=''
  3660. CEGUI_BUILD_SILLY_IMAGE_CODEC_FALSE=''
  3661. CEGUI_BUILD_SILLY_IMAGE_CODEC_TRUE='#'
  3662. CEGUI_BUILD_STATIC_FALSE=''
  3663. CEGUI_BUILD_STATIC_TRUE='#'
  3664. CEGUI_BUILD_TGA_IMAGE_CODEC_FALSE='#'
  3665. CEGUI_BUILD_TGA_IMAGE_CODEC_TRUE=''
  3666. CEGUI_BUILD_TOLUACEGUI_FALSE=''
  3667. CEGUI_BUILD_TOLUACEGUI_TRUE='#'
  3668. CEGUI_BUILD_TOLUAPPLIB_FALSE=''
  3669. CEGUI_BUILD_TOLUAPPLIB_TRUE='#'
  3670. CEGUI_LIB_LINK_FLAGS='-release 0.7.2'
  3671. CEGUI_SAMPLES_CFLAGS='-DCEGUI_SAMPLE_DATAPATH="\"$(datadir)/$(PACKAGE)"\"'
  3672. CEGUI_SAMPLES_USE_DIRECTFB_FALSE=''
  3673. CEGUI_SAMPLES_USE_DIRECTFB_TRUE='#'
  3674. CEGUI_SAMPLES_USE_IRRLICHT_FALSE=''
  3675. CEGUI_SAMPLES_USE_IRRLICHT_TRUE='#'
  3676. CEGUI_SAMPLES_USE_OGRE_FALSE='#'
  3677. CEGUI_SAMPLES_USE_OGRE_TRUE=''
  3678. CEGUI_SAMPLES_USE_OPENGL_FALSE='#'
  3679. CEGUI_SAMPLES_USE_OPENGL_TRUE=''
  3680. CEGUI_USING_GTK2_FALSE=''
  3681. CEGUI_USING_GTK2_TRUE='#'
  3682. CFLAGS='-g -O2'
  3683. CPP='gcc -E'
  3684. CPPFLAGS=''
  3685. CXX='g++'
  3686. CXXCPP='g++ -E'
  3687. CXXDEPMODE='depmode=gcc3'
  3688. CXXFLAGS='-g -O2'
  3689. CYGPATH_W='echo'
  3690. Corona_CFLAGS=''
  3691. Corona_LIBS=''
  3692. DEFS='-DHAVE_CONFIG_H'
  3693. DEPDIR='.deps'
  3694. DLLTOOL='dlltool'
  3695. DOXYGEN='doxygen'
  3696. DOXYGENDOT=''
  3697. DSYMUTIL=''
  3698. DUMPBIN=''
  3699. DevIL_CFLAGS=''
  3700. DevIL_LIBS=''
  3701. ECHO_C=''
  3702. ECHO_N='-n'
  3703. ECHO_T=''
  3704. EGREP='/bin/grep -E'
  3705. EXEEXT=''
  3706. FGREP='/bin/grep -F'
  3707. FreeImage_CFLAGS='-DUSE_FREEIMAGE_LIBRARY'
  3708. FreeImage_LIBS='-lfreeimage'
  3709. GREP='/bin/grep'
  3710. GTK_CFLAGS=''
  3711. GTK_LIBS=''
  3712. HAVE_ZLIB=''
  3713. INSTALL_DATA='${INSTALL} -m 644'
  3714. INSTALL_PROGRAM='${INSTALL}'
  3715. INSTALL_SCRIPT='${INSTALL}'
  3716. INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
  3717. Irrlicht_CFLAGS=''
  3718. Irrlicht_LIBS=''
  3719. LD='/usr/bin/ld -m elf_x86_64'
  3720. LDFLAGS=''
  3721. LIBOBJS=''
  3722. LIBS='-lpthread -ldl '
  3723. LIBTOOL='$(SHELL) $(top_builddir)/libtool'
  3724. LIPO=''
  3725. LN_S='ln -s'
  3726. LTLIBOBJS=''
  3727. Lua_CFLAGS=''
  3728. Lua_LIBS=''
  3729. MACOSX_BUILD_FALSE=''
  3730. MACOSX_BUILD_TRUE='#'
  3731. MAKEINFO='${SHELL} /home/michi/Downloads/CEGUI-0.7.2/missing --run makeinfo'
  3732. MINGW32_BUILD_FALSE=''
  3733. MINGW32_BUILD_TRUE='#'
  3734. MKDIR_P='/bin/mkdir -p'
  3735. NM='/usr/bin/nm -B'
  3736. NMEDIT=''
  3737. OBJDUMP='objdump'
  3738. OBJEXT='o'
  3739. OIS_CFLAGS='-I/home/michi/workspace/i6m2etis/dependencies/OIS/include/OIS -I/home/michi/workspace/i6m2etis/dependencies/OIS/include '
  3740. OIS_LIBS='-L/home/michi/workspace/i6m2etis/dependencies/OIS/lib/linux -lOIS '
  3741. OTOOL64=''
  3742. OTOOL=''
  3743. Ogre_CFLAGS='-pthread -I/home/michi/workspace/i6m2etis/dependencies/Ogre3D//include -I/home/michi/workspace/i6m2etis/dependencies/Ogre3D//include/OGRE -I/home/michi/workspace/i6m2etis/dependencies/Boost_1_43/include/boost -I/home/michi/workspace/i6m2etis/dependencies/Boost_1_43/include '
  3744. Ogre_LIBS='-L/home/michi/workspace/i6m2etis/dependencies/Ogre3D//lib -L/home/michi/workspace/i6m2etis/dependencies/Boost_1_43/lib -lOgreMain -lpthread -lboost_thread -lboost_filesystem -lboost_system -lboost_date_time '
  3745. OpenGL_CFLAGS=''
  3746. OpenGL_LIBS='-lglut -lGLU -lGL -lSM -lICE '
  3747. PACKAGE='CEGUI'
  3748. PACKAGE_BUGREPORT='http://mantis.cegui.org.uk/'
  3749. PACKAGE_NAME='CEGUI'
  3750. PACKAGE_STRING='CEGUI 0.7.2'
  3751. PACKAGE_TARNAME='CEGUI'
  3752. PACKAGE_URL=''
  3753. PACKAGE_VERSION='0.7.2'
  3754. PATH_SEPARATOR=':'
  3755. PKG_CONFIG='/usr/bin/pkg-config'
  3756. RANLIB='ranlib'
  3757. SAMPLE_STATIC_LDFLAGS=''
  3758. SED='/bin/sed'
  3759. SET_MAKE=''
  3760. SHELL='/bin/bash'
  3761. SILLY_CFLAGS=''
  3762. SILLY_LIBS=''
  3763. STRIP='strip'
  3764. VERSION='0.7.2'
  3765. XMKMF=''
  3766. X_CFLAGS=''
  3767. X_EXTRA_LIBS=''
  3768. X_LIBS=''
  3769. X_PRE_LIBS=' -lSM -lICE'
  3770. ZLIB_CFLAGS=''
  3771. ZLIB_LIBS=''
  3772. ac_ct_CC='gcc'
  3773. ac_ct_CXX='g++'
  3774. ac_ct_DUMPBIN=''
  3775. am__EXEEXT_FALSE=''
  3776. am__EXEEXT_TRUE='#'
  3777. am__fastdepCC_FALSE='#'
  3778. am__fastdepCC_TRUE=''
  3779. am__fastdepCXX_FALSE='#'
  3780. am__fastdepCXX_TRUE=''
  3781. am__include='include'
  3782. am__isrc=''
  3783. am__leading_dot='.'
  3784. am__quote=''
  3785. am__tar='tar --format=ustar -chf - "$$tardir"'
  3786. am__untar='tar -xf -'
  3787. bindir='${exec_prefix}/bin'
  3788. build='x86_64-unknown-linux-gnu'
  3789. build_alias=''
  3790. build_cpu='x86_64'
  3791. build_os='linux-gnu'
  3792. build_vendor='unknown'
  3793. cegui_bsfx=''
  3794. cegui_corona_config='no'
  3795. cegui_pc_platform_libs=''
  3796. datadir='${datarootdir}'
  3797. datarootdir='${prefix}/share'
  3798. directfb_CFLAGS=''
  3799. directfb_LIBS=''
  3800. docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
  3801. dvidir='${docdir}'
  3802. exec_prefix='${prefix}'
  3803. expat_CFLAGS=''
  3804. expat_LIBS='-lexpat'
  3805. freetype2_CFLAGS='-I/usr/include/freetype2 '
  3806. freetype2_LIBS='-lfreetype '
  3807. fribidi_CFLAGS=''
  3808. fribidi_LIBS=''
  3809. host='x86_64-unknown-linux-gnu'
  3810. host_alias=''
  3811. host_cpu='x86_64'
  3812. host_os='linux-gnu'
  3813. host_vendor='unknown'
  3814. htmldir='${docdir}'
  3815. includedir='${prefix}/include'
  3816. infodir='${datarootdir}/info'
  3817. install_sh='${SHELL} /home/michi/Downloads/CEGUI-0.7.2/install-sh'
  3818. libdir='${exec_prefix}/lib'
  3819. libexecdir='${exec_prefix}/libexec'
  3820. libxml_CFLAGS=''
  3821. libxml_LIBS=''
  3822. localedir='${datarootdir}/locale'
  3823. localstatedir='${prefix}/var'
  3824. lt_ECHO='echo'
  3825. mandir='${datarootdir}/man'
  3826. mkdir_p='/bin/mkdir -p'
  3827. oldincludedir='/usr/include'
  3828. pcre_CFLAGS=' '
  3829. pcre_LIBS='-lpcre '
  3830. pdfdir='${docdir}'
  3831. prefix='/usr/local'
  3832. program_transform_name='s,x,x,'
  3833. psdir='${docdir}'
  3834. rapidxml_CFLAGS=''
  3835. sbindir='${exec_prefix}/sbin'
  3836. sharedstatedir='${prefix}/com'
  3837. sysconfdir='${prefix}/etc'
  3838. target_alias=''
  3839. tinyxml_CFLAGS=''
  3840. tinyxml_LIBS=''
  3841. toluapp_CFLAGS=''
  3842. toluapp_LIBS=''
  3843. xerces_CFLAGS=''
  3844. xerces_LIBS=''
  3845.  
  3846. ## ----------- ##
  3847. ## confdefs.h. ##
  3848. ## ----------- ##
  3849.  
  3850. /* confdefs.h */
  3851. #define PACKAGE_NAME "CEGUI"
  3852. #define PACKAGE_TARNAME "CEGUI"
  3853. #define PACKAGE_VERSION "0.7.2"
  3854. #define PACKAGE_STRING "CEGUI 0.7.2"
  3855. #define PACKAGE_BUGREPORT "http://mantis.cegui.org.uk/"
  3856. #define PACKAGE_URL ""
  3857. #define PACKAGE "CEGUI"
  3858. #define VERSION "0.7.2"
  3859. #define STDC_HEADERS 1
  3860. #define HAVE_SYS_TYPES_H 1
  3861. #define HAVE_SYS_STAT_H 1
  3862. #define HAVE_STDLIB_H 1
  3863. #define HAVE_STRING_H 1
  3864. #define HAVE_MEMORY_H 1
  3865. #define HAVE_STRINGS_H 1
  3866. #define HAVE_INTTYPES_H 1
  3867. #define HAVE_STDINT_H 1
  3868. #define HAVE_UNISTD_H 1
  3869. #define HAVE_DLFCN_H 1
  3870. #define LT_OBJDIR ".libs/"
  3871. #define HAVE_LIBDL 1
  3872. #define HAVE_LIBPTHREAD 1
  3873. #define CEGUI_HAS_FREETYPE /**/
  3874. #define CEGUI_HAS_PCRE_REGEX /**/
  3875. #define CEGUI_DEFAULT_XMLPARSER ExpatParser
  3876. #define CEGUI_TINYXML_H "ceguitinyxml/tinyxml.h"
  3877. #define CEGUI_TINYXML_NAMESPACE CEGUITinyXML
  3878. #define CEGUI_DEFAULT_IMAGE_CODEC FreeImageImageCodec
  3879. #define STDC_HEADERS 1
  3880. #define HAVE_LIMITS_H 1
  3881. #define HAVE_LOCALE_H 1
  3882. #define HAVE_MALLOC_H 1
  3883. #define HAVE_STDDEF_H 1
  3884. #define HAVE_STDLIB_H 1
  3885. #define HAVE_STRING_H 1
  3886. #define HAVE__BOOL 1
  3887. #define HAVE_STDBOOL_H 1
  3888. #define HAVE_PTRDIFF_T 1
  3889. #define TIME_WITH_SYS_TIME 1
  3890. #define HAVE_SYS_TIME_H 1
  3891. #define HAVE_UNISTD_H 1
  3892. #define HAVE_ALARM 1
  3893. #define HAVE_STRCOLL 1
  3894. #define HAVE_STRFTIME 1
  3895. #define HAVE_ATEXIT 1
  3896. #define HAVE_MEMCHR 1
  3897. #define HAVE_MEMMOVE 1
  3898. #define HAVE_MEMSET 1
  3899. #define HAVE_REGCOMP 1
  3900. #define HAVE_SETLOCALE 1
  3901. #define HAVE_STRCHR 1
  3902. #define HAVE_STRCSPN 1
  3903. #define HAVE_STRERROR 1
  3904. #define HAVE_STRPBRK 1
  3905. #define HAVE_STRTOUL 1
  3906. #define CEGUI_SAMPLES_USE_OPENGL /**/
  3907. #define CEGUI_SAMPLES_USE_OGRE /**/
  3908. #define CEGUI_HAS_DEFAULT_LOGGER /**/
  3909. #define CEGUI_HAS_VERSION_SUFFIX /**/
  3910. #define CEGUI_VERSION_SUFFIX "0.7.2"
  3911.  
  3912. configure: exit 0
Advertisement
Add Comment
Please, Sign In to add comment