Advertisement
Guest User

Untitled

a guest
Jun 17th, 2016
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 29.84 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 gentoo configure 0.20.6, which was
  5. generated by GNU Autoconf 2.69. Invocation command line was
  6.  
  7. $ ./configure
  8.  
  9. ## --------- ##
  10. ## Platform. ##
  11. ## --------- ##
  12.  
  13. hostname = darkstar
  14. uname -m = i686
  15. uname -r = 4.4.13-smp
  16. uname -s = Linux
  17. uname -v = #2 SMP Tue Jun 7 21:31:05 CDT 2016
  18.  
  19. /usr/bin/uname -p = Intel(R) Core(TM)2 CPU 6600 @ 2.40GHz
  20. /bin/uname -X = unknown
  21.  
  22. /bin/arch = i686
  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: /sbin
  33. PATH: /usr/sbin
  34. PATH: /bin
  35. PATH: /usr/bin
  36.  
  37.  
  38. ## ----------- ##
  39. ## Core tests. ##
  40. ## ----------- ##
  41.  
  42. configure:2597: checking for a BSD-compatible install
  43. configure:2665: result: /bin/ginstall -c
  44. configure:2676: checking whether build environment is sane
  45. configure:2731: result: yes
  46. configure:2882: checking for a thread-safe mkdir -p
  47. configure:2921: result: /bin/mkdir -p
  48. configure:2928: checking for gawk
  49. configure:2944: found /bin/gawk
  50. configure:2955: result: gawk
  51. configure:2966: checking whether make sets $(MAKE)
  52. configure:2988: result: yes
  53. configure:3017: checking whether make supports nested variables
  54. configure:3034: result: yes
  55. configure:3173: checking for style of include used by make
  56. configure:3201: result: GNU
  57. configure:3272: checking for gcc
  58. configure:3288: found /usr/bin/gcc
  59. configure:3299: result: gcc
  60. configure:3528: checking for C compiler version
  61. configure:3537: gcc --version >&5
  62. gcc (GCC) 5.3.0
  63. Copyright (C) 2015 Free Software Foundation, Inc.
  64. This is free software; see the source for copying conditions. There is NO
  65. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  66.  
  67. configure:3548: $? = 0
  68. configure:3537: gcc -v >&5
  69. Reading specs from /usr/lib/gcc/i586-slackware-linux/5.3.0/specs
  70. COLLECT_GCC=gcc
  71. COLLECT_LTO_WRAPPER=/usr/libexec/gcc/i586-slackware-linux/5.3.0/lto-wrapper
  72. Target: i586-slackware-linux
  73. Configured with: ../gcc-5.3.0/configure --prefix=/usr --libdir=/usr/lib --mandir=/usr/man --infodir=/usr/info --enable-shared --enable-bootstrap --enable-languages=ada,c,c++,fortran,go,java,lto,objc --enable-threads=posix --enable-checking=release --enable-objc-gc --with-system-zlib --with-python-dir=/lib/python2.7/site-packages --enable-libstdcxx-dual-abi --with-default-libstdcxx-abi=gcc4-compatible --disable-libunwind-exceptions --enable-__cxa_atexit --enable-libssp --enable-lto --disable-install-libiberty --with-gnu-ld --verbose --enable-java-home --with-java-home=/usr/lib/jvm/jre --with-jvm-root-dir=/usr/lib/jvm --with-jvm-jar-dir=/usr/lib/jvm/jvm-exports --with-arch-directory=i386 --with-antlr-jar=/root/slackware-current/source/d/gcc/antlr-runtime-3.4.jar --enable-java-awt=gtk --disable-gtktest --with-arch=i586 --target=i586-slackware-linux --build=i586-slackware-linux --host=i586-slackware-linux
  74. Thread model: posix
  75. gcc version 5.3.0 (GCC)
  76. configure:3548: $? = 0
  77. configure:3537: gcc -V >&5
  78. gcc: error: unrecognized command line option '-V'
  79. gcc: fatal error: no input files
  80. compilation terminated.
  81. configure:3548: $? = 1
  82. configure:3537: gcc -qversion >&5
  83. gcc: error: unrecognized command line option '-qversion'
  84. gcc: fatal error: no input files
  85. compilation terminated.
  86. configure:3548: $? = 1
  87. configure:3568: checking whether the C compiler works
  88. configure:3590: gcc conftest.c >&5
  89. configure:3594: $? = 0
  90. configure:3642: result: yes
  91. configure:3645: checking for C compiler default output file name
  92. configure:3647: result: a.out
  93. configure:3653: checking for suffix of executables
  94. configure:3660: gcc -o conftest conftest.c >&5
  95. configure:3664: $? = 0
  96. configure:3686: result:
  97. configure:3708: checking whether we are cross compiling
  98. configure:3716: gcc -o conftest conftest.c >&5
  99. configure:3720: $? = 0
  100. configure:3727: ./conftest
  101. configure:3731: $? = 0
  102. configure:3746: result: no
  103. configure:3751: checking for suffix of object files
  104. configure:3773: gcc -c conftest.c >&5
  105. configure:3777: $? = 0
  106. configure:3798: result: o
  107. configure:3802: checking whether we are using the GNU C compiler
  108. configure:3821: gcc -c conftest.c >&5
  109. configure:3821: $? = 0
  110. configure:3830: result: yes
  111. configure:3839: checking whether gcc accepts -g
  112. configure:3859: gcc -c -g conftest.c >&5
  113. configure:3859: $? = 0
  114. configure:3900: result: yes
  115. configure:3917: checking for gcc option to accept ISO C89
  116. configure:3980: gcc -c -g -O2 conftest.c >&5
  117. configure:3980: $? = 0
  118. configure:3993: result: none needed
  119. configure:4018: checking whether gcc understands -c and -o together
  120. configure:4040: gcc -c conftest.c -o conftest2.o
  121. configure:4043: $? = 0
  122. configure:4040: gcc -c conftest.c -o conftest2.o
  123. configure:4043: $? = 0
  124. configure:4055: result: yes
  125. configure:4074: checking dependency style of gcc
  126. configure:4185: result: gcc3
  127. configure:4206: checking how to run the C preprocessor
  128. configure:4237: gcc -E conftest.c
  129. configure:4237: $? = 0
  130. configure:4251: gcc -E conftest.c
  131. conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
  132. compilation terminated.
  133. configure:4251: $? = 1
  134. configure: failed program was:
  135. | /* confdefs.h */
  136. | #define PACKAGE_NAME "gentoo"
  137. | #define PACKAGE_TARNAME "gentoo"
  138. | #define PACKAGE_VERSION "0.20.6"
  139. | #define PACKAGE_STRING "gentoo 0.20.6"
  140. | #define PACKAGE_BUGREPORT "emil@obsession.se"
  141. | #define PACKAGE_URL "http://obsession.se/gentoo/"
  142. | #define PACKAGE "gentoo"
  143. | #define VERSION "0.20.6"
  144. | /* end confdefs.h. */
  145. | #include <ac_nonexistent.h>
  146. configure:4276: result: gcc -E
  147. configure:4296: gcc -E conftest.c
  148. configure:4296: $? = 0
  149. configure:4310: gcc -E conftest.c
  150. conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
  151. compilation terminated.
  152. configure:4310: $? = 1
  153. configure: failed program was:
  154. | /* confdefs.h */
  155. | #define PACKAGE_NAME "gentoo"
  156. | #define PACKAGE_TARNAME "gentoo"
  157. | #define PACKAGE_VERSION "0.20.6"
  158. | #define PACKAGE_STRING "gentoo 0.20.6"
  159. | #define PACKAGE_BUGREPORT "emil@obsession.se"
  160. | #define PACKAGE_URL "http://obsession.se/gentoo/"
  161. | #define PACKAGE "gentoo"
  162. | #define VERSION "0.20.6"
  163. | /* end confdefs.h. */
  164. | #include <ac_nonexistent.h>
  165. configure:4339: checking for grep that handles long lines and -e
  166. configure:4397: result: /bin/grep
  167. configure:4402: checking for egrep
  168. configure:4464: result: /bin/grep -E
  169. configure:4469: checking for ANSI C header files
  170. configure:4489: gcc -c -g -O2 conftest.c >&5
  171. configure:4489: $? = 0
  172. configure:4562: gcc -o conftest -g -O2 conftest.c >&5
  173. configure:4562: $? = 0
  174. configure:4562: ./conftest
  175. configure:4562: $? = 0
  176. configure:4573: result: yes
  177. configure:4586: checking for sys/types.h
  178. configure:4586: gcc -c -g -O2 conftest.c >&5
  179. configure:4586: $? = 0
  180. configure:4586: result: yes
  181. configure:4586: checking for sys/stat.h
  182. configure:4586: gcc -c -g -O2 conftest.c >&5
  183. configure:4586: $? = 0
  184. configure:4586: result: yes
  185. configure:4586: checking for stdlib.h
  186. configure:4586: gcc -c -g -O2 conftest.c >&5
  187. configure:4586: $? = 0
  188. configure:4586: result: yes
  189. configure:4586: checking for string.h
  190. configure:4586: gcc -c -g -O2 conftest.c >&5
  191. configure:4586: $? = 0
  192. configure:4586: result: yes
  193. configure:4586: checking for memory.h
  194. configure:4586: gcc -c -g -O2 conftest.c >&5
  195. configure:4586: $? = 0
  196. configure:4586: result: yes
  197. configure:4586: checking for strings.h
  198. configure:4586: gcc -c -g -O2 conftest.c >&5
  199. configure:4586: $? = 0
  200. configure:4586: result: yes
  201. configure:4586: checking for inttypes.h
  202. configure:4586: gcc -c -g -O2 conftest.c >&5
  203. configure:4586: $? = 0
  204. configure:4586: result: yes
  205. configure:4586: checking for stdint.h
  206. configure:4586: gcc -c -g -O2 conftest.c >&5
  207. configure:4586: $? = 0
  208. configure:4586: result: yes
  209. configure:4586: checking for unistd.h
  210. configure:4586: gcc -c -g -O2 conftest.c >&5
  211. configure:4586: $? = 0
  212. configure:4586: result: yes
  213. configure:4599: checking minix/config.h usability
  214. configure:4599: gcc -c -g -O2 conftest.c >&5
  215. conftest.c:54:26: fatal error: minix/config.h: No such file or directory
  216. compilation terminated.
  217. configure:4599: $? = 1
  218. configure: failed program was:
  219. | /* confdefs.h */
  220. | #define PACKAGE_NAME "gentoo"
  221. | #define PACKAGE_TARNAME "gentoo"
  222. | #define PACKAGE_VERSION "0.20.6"
  223. | #define PACKAGE_STRING "gentoo 0.20.6"
  224. | #define PACKAGE_BUGREPORT "emil@obsession.se"
  225. | #define PACKAGE_URL "http://obsession.se/gentoo/"
  226. | #define PACKAGE "gentoo"
  227. | #define VERSION "0.20.6"
  228. | #define STDC_HEADERS 1
  229. | #define HAVE_SYS_TYPES_H 1
  230. | #define HAVE_SYS_STAT_H 1
  231. | #define HAVE_STDLIB_H 1
  232. | #define HAVE_STRING_H 1
  233. | #define HAVE_MEMORY_H 1
  234. | #define HAVE_STRINGS_H 1
  235. | #define HAVE_INTTYPES_H 1
  236. | #define HAVE_STDINT_H 1
  237. | #define HAVE_UNISTD_H 1
  238. | /* end confdefs.h. */
  239. | #include <stdio.h>
  240. | #ifdef HAVE_SYS_TYPES_H
  241. | # include <sys/types.h>
  242. | #endif
  243. | #ifdef HAVE_SYS_STAT_H
  244. | # include <sys/stat.h>
  245. | #endif
  246. | #ifdef STDC_HEADERS
  247. | # include <stdlib.h>
  248. | # include <stddef.h>
  249. | #else
  250. | # ifdef HAVE_STDLIB_H
  251. | # include <stdlib.h>
  252. | # endif
  253. | #endif
  254. | #ifdef HAVE_STRING_H
  255. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  256. | # include <memory.h>
  257. | # endif
  258. | # include <string.h>
  259. | #endif
  260. | #ifdef HAVE_STRINGS_H
  261. | # include <strings.h>
  262. | #endif
  263. | #ifdef HAVE_INTTYPES_H
  264. | # include <inttypes.h>
  265. | #endif
  266. | #ifdef HAVE_STDINT_H
  267. | # include <stdint.h>
  268. | #endif
  269. | #ifdef HAVE_UNISTD_H
  270. | # include <unistd.h>
  271. | #endif
  272. | #include <minix/config.h>
  273. configure:4599: result: no
  274. configure:4599: checking minix/config.h presence
  275. configure:4599: gcc -E conftest.c
  276. conftest.c:21:26: fatal error: minix/config.h: No such file or directory
  277. compilation terminated.
  278. configure:4599: $? = 1
  279. configure: failed program was:
  280. | /* confdefs.h */
  281. | #define PACKAGE_NAME "gentoo"
  282. | #define PACKAGE_TARNAME "gentoo"
  283. | #define PACKAGE_VERSION "0.20.6"
  284. | #define PACKAGE_STRING "gentoo 0.20.6"
  285. | #define PACKAGE_BUGREPORT "emil@obsession.se"
  286. | #define PACKAGE_URL "http://obsession.se/gentoo/"
  287. | #define PACKAGE "gentoo"
  288. | #define VERSION "0.20.6"
  289. | #define STDC_HEADERS 1
  290. | #define HAVE_SYS_TYPES_H 1
  291. | #define HAVE_SYS_STAT_H 1
  292. | #define HAVE_STDLIB_H 1
  293. | #define HAVE_STRING_H 1
  294. | #define HAVE_MEMORY_H 1
  295. | #define HAVE_STRINGS_H 1
  296. | #define HAVE_INTTYPES_H 1
  297. | #define HAVE_STDINT_H 1
  298. | #define HAVE_UNISTD_H 1
  299. | /* end confdefs.h. */
  300. | #include <minix/config.h>
  301. configure:4599: result: no
  302. configure:4599: checking for minix/config.h
  303. configure:4599: result: no
  304. configure:4620: checking whether it is safe to define __EXTENSIONS__
  305. configure:4638: gcc -c -g -O2 conftest.c >&5
  306. configure:4638: $? = 0
  307. configure:4645: result: yes
  308. configure:4723: checking for gcc
  309. configure:4750: result: gcc
  310. configure:4979: checking for C compiler version
  311. configure:4988: gcc --version >&5
  312. gcc (GCC) 5.3.0
  313. Copyright (C) 2015 Free Software Foundation, Inc.
  314. This is free software; see the source for copying conditions. There is NO
  315. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  316.  
  317. configure:4999: $? = 0
  318. configure:4988: gcc -v >&5
  319. Reading specs from /usr/lib/gcc/i586-slackware-linux/5.3.0/specs
  320. COLLECT_GCC=gcc
  321. COLLECT_LTO_WRAPPER=/usr/libexec/gcc/i586-slackware-linux/5.3.0/lto-wrapper
  322. Target: i586-slackware-linux
  323. Configured with: ../gcc-5.3.0/configure --prefix=/usr --libdir=/usr/lib --mandir=/usr/man --infodir=/usr/info --enable-shared --enable-bootstrap --enable-languages=ada,c,c++,fortran,go,java,lto,objc --enable-threads=posix --enable-checking=release --enable-objc-gc --with-system-zlib --with-python-dir=/lib/python2.7/site-packages --enable-libstdcxx-dual-abi --with-default-libstdcxx-abi=gcc4-compatible --disable-libunwind-exceptions --enable-__cxa_atexit --enable-libssp --enable-lto --disable-install-libiberty --with-gnu-ld --verbose --enable-java-home --with-java-home=/usr/lib/jvm/jre --with-jvm-root-dir=/usr/lib/jvm --with-jvm-jar-dir=/usr/lib/jvm/jvm-exports --with-arch-directory=i386 --with-antlr-jar=/root/slackware-current/source/d/gcc/antlr-runtime-3.4.jar --enable-java-awt=gtk --disable-gtktest --with-arch=i586 --target=i586-slackware-linux --build=i586-slackware-linux --host=i586-slackware-linux
  324. Thread model: posix
  325. gcc version 5.3.0 (GCC)
  326. configure:4999: $? = 0
  327. configure:4988: gcc -V >&5
  328. gcc: error: unrecognized command line option '-V'
  329. gcc: fatal error: no input files
  330. compilation terminated.
  331. configure:4999: $? = 1
  332. configure:4988: gcc -qversion >&5
  333. gcc: error: unrecognized command line option '-qversion'
  334. gcc: fatal error: no input files
  335. compilation terminated.
  336. configure:4999: $? = 1
  337. configure:5003: checking whether we are using the GNU C compiler
  338. configure:5031: result: yes
  339. configure:5040: checking whether gcc accepts -g
  340. configure:5101: result: yes
  341. configure:5118: checking for gcc option to accept ISO C89
  342. configure:5194: result: none needed
  343. configure:5219: checking whether gcc understands -c and -o together
  344. configure:5256: result: yes
  345. configure:5275: checking dependency style of gcc
  346. configure:5386: result: gcc3
  347. configure:5430: checking how to run the C preprocessor
  348. configure:5500: result: gcc -E
  349. configure:5520: gcc -E conftest.c
  350. configure:5520: $? = 0
  351. configure:5534: gcc -E conftest.c
  352. conftest.c:28:28: fatal error: ac_nonexistent.h: No such file or directory
  353. compilation terminated.
  354. configure:5534: $? = 1
  355. configure: failed program was:
  356. | /* confdefs.h */
  357. | #define PACKAGE_NAME "gentoo"
  358. | #define PACKAGE_TARNAME "gentoo"
  359. | #define PACKAGE_VERSION "0.20.6"
  360. | #define PACKAGE_STRING "gentoo 0.20.6"
  361. | #define PACKAGE_BUGREPORT "emil@obsession.se"
  362. | #define PACKAGE_URL "http://obsession.se/gentoo/"
  363. | #define PACKAGE "gentoo"
  364. | #define VERSION "0.20.6"
  365. | #define STDC_HEADERS 1
  366. | #define HAVE_SYS_TYPES_H 1
  367. | #define HAVE_SYS_STAT_H 1
  368. | #define HAVE_STDLIB_H 1
  369. | #define HAVE_STRING_H 1
  370. | #define HAVE_MEMORY_H 1
  371. | #define HAVE_STRINGS_H 1
  372. | #define HAVE_INTTYPES_H 1
  373. | #define HAVE_STDINT_H 1
  374. | #define HAVE_UNISTD_H 1
  375. | #define __EXTENSIONS__ 1
  376. | #define _ALL_SOURCE 1
  377. | #define _GNU_SOURCE 1
  378. | #define _POSIX_PTHREAD_SEMANTICS 1
  379. | #define _TANDEM_SOURCE 1
  380. | #define GTK_DISABLE_DEPRECATED 1
  381. | #define GTK_DISABLE_COMPAT_H 1
  382. | /* end confdefs.h. */
  383. | #include <ac_nonexistent.h>
  384. configure:5605: checking for ranlib
  385. configure:5621: found /usr/bin/ranlib
  386. configure:5632: result: ranlib
  387. configure:5676: checking for pkg-config
  388. configure:5694: found /usr/bin/pkg-config
  389. configure:5707: result: /usr/bin/pkg-config
  390. configure:5729: checking for GTK+ - version >= 3.12.0
  391. configure:5839: gcc -o conftest -g -O2 -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/libdrm -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include conftest.c -lgtk-3 -lgdk-3 -lpangocairo-1.0 -lpango-1.0 -latk-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 >&5
  392. /usr/lib/gcc/i586-slackware-linux/5.3.0/../../../../i586-slackware-linux/bin/ld: warning: libEGL.so.1, needed by /usr/lib/gcc/i586-slackware-linux/5.3.0/../../../libgtk-3.so, not found (try using -rpath or -rpath-link)
  393. /usr/lib/gcc/i586-slackware-linux/5.3.0/../../../libcairo.so: undefined reference to `eglMakeCurrent'
  394. /usr/lib/gcc/i586-slackware-linux/5.3.0/../../../libcairo.so: undefined reference to `eglDestroySurface'
  395. /usr/lib/gcc/i586-slackware-linux/5.3.0/../../../libcairo.so: undefined reference to `eglChooseConfig'
  396. /usr/lib/gcc/i586-slackware-linux/5.3.0/../../../libcairo.so: undefined reference to `eglGetProcAddress'
  397. /usr/lib/gcc/i586-slackware-linux/5.3.0/../../../libcairo.so: undefined reference to `eglQueryContext'
  398. /usr/lib/gcc/i586-slackware-linux/5.3.0/../../../libcairo.so: undefined reference to `eglCreatePbufferSurface'
  399. /usr/lib/gcc/i586-slackware-linux/5.3.0/../../../libcairo.so: undefined reference to `eglQueryString'
  400. /usr/lib/gcc/i586-slackware-linux/5.3.0/../../../libcairo.so: undefined reference to `eglGetCurrentContext'
  401. /usr/lib/gcc/i586-slackware-linux/5.3.0/../../../libcairo.so: undefined reference to `eglSwapBuffers'
  402. /usr/lib/gcc/i586-slackware-linux/5.3.0/../../../libcairo.so: undefined reference to `eglGetCurrentSurface'
  403. collect2: error: ld returned 1 exit status
  404. configure:5839: $? = 1
  405. configure: program exited with status 1
  406. configure: failed program was:
  407. | /* confdefs.h */
  408. | #define PACKAGE_NAME "gentoo"
  409. | #define PACKAGE_TARNAME "gentoo"
  410. | #define PACKAGE_VERSION "0.20.6"
  411. | #define PACKAGE_STRING "gentoo 0.20.6"
  412. | #define PACKAGE_BUGREPORT "emil@obsession.se"
  413. | #define PACKAGE_URL "http://obsession.se/gentoo/"
  414. | #define PACKAGE "gentoo"
  415. | #define VERSION "0.20.6"
  416. | #define STDC_HEADERS 1
  417. | #define HAVE_SYS_TYPES_H 1
  418. | #define HAVE_SYS_STAT_H 1
  419. | #define HAVE_STDLIB_H 1
  420. | #define HAVE_STRING_H 1
  421. | #define HAVE_MEMORY_H 1
  422. | #define HAVE_STRINGS_H 1
  423. | #define HAVE_INTTYPES_H 1
  424. | #define HAVE_STDINT_H 1
  425. | #define HAVE_UNISTD_H 1
  426. | #define __EXTENSIONS__ 1
  427. | #define _ALL_SOURCE 1
  428. | #define _GNU_SOURCE 1
  429. | #define _POSIX_PTHREAD_SEMANTICS 1
  430. | #define _TANDEM_SOURCE 1
  431. | #define GTK_DISABLE_DEPRECATED 1
  432. | #define GTK_DISABLE_COMPAT_H 1
  433. | /* end confdefs.h. */
  434. |
  435. | #include <gtk/gtk.h>
  436. | #include <stdio.h>
  437. | #include <stdlib.h>
  438. |
  439. | int
  440. | main ()
  441. | {
  442. | int major, minor, micro;
  443. | char *tmp_version;
  444. |
  445. | fclose (fopen ("conf.gtktest", "w"));
  446. |
  447. | /* HP/UX 9 (%@#!) writes to sscanf strings */
  448. | tmp_version = g_strdup("3.12.0");
  449. | if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, &micro) != 3) {
  450. | printf("%s, bad version string\n", "3.12.0");
  451. | exit(1);
  452. | }
  453. |
  454. | if ((gtk_major_version != 3) ||
  455. | (gtk_minor_version != 18) ||
  456. | (gtk_micro_version != 9))
  457. | {
  458. | printf("\n*** 'pkg-config --modversion gtk+-3.0' returned %d.%d.%d, but GTK+ (%d.%d.%d)\n",
  459. | 3, 18, 9,
  460. | gtk_major_version, gtk_minor_version, gtk_micro_version);
  461. | printf ("*** was found! If pkg-config was correct, then it is best\n");
  462. | printf ("*** to remove the old version of GTK+. You may also be able to fix the error\n");
  463. | printf("*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing\n");
  464. | printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that is\n");
  465. | printf("*** required on your system.\n");
  466. | printf("*** If pkg-config was wrong, set the environment variable PKG_CONFIG_PATH\n");
  467. | printf("*** to point to the correct configuration files\n");
  468. | }
  469. | else if ((gtk_major_version != GTK_MAJOR_VERSION) ||
  470. | (gtk_minor_version != GTK_MINOR_VERSION) ||
  471. | (gtk_micro_version != GTK_MICRO_VERSION))
  472. | {
  473. | printf("*** GTK+ header files (version %d.%d.%d) do not match\n",
  474. | GTK_MAJOR_VERSION, GTK_MINOR_VERSION, GTK_MICRO_VERSION);
  475. | printf("*** library (version %d.%d.%d)\n",
  476. | gtk_major_version, gtk_minor_version, gtk_micro_version);
  477. | }
  478. | else
  479. | {
  480. | if ((gtk_major_version > major) ||
  481. | ((gtk_major_version == major) && (gtk_minor_version > minor)) ||
  482. | ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro)))
  483. | {
  484. | return 0;
  485. | }
  486. | else
  487. | {
  488. | printf("\n*** An old version of GTK+ (%d.%d.%d) was found.\n",
  489. | gtk_major_version, gtk_minor_version, gtk_micro_version);
  490. | printf("*** You need a version of GTK+ newer than %d.%d.%d. The latest version of\n",
  491. | major, minor, micro);
  492. | printf("*** GTK+ is always available from ftp://ftp.gtk.org.\n");
  493. | printf("***\n");
  494. | printf("*** If you have already installed a sufficiently new version, this error\n");
  495. | printf("*** probably means that the wrong copy of the pkg-config shell script is\n");
  496. | printf("*** being found. The easiest way to fix this is to remove the old version\n");
  497. | printf("*** of GTK+, but you can also set the PKG_CONFIG environment to point to the\n");
  498. | printf("*** correct copy of pkg-config. (In this case, you will have to\n");
  499. | printf("*** modify your LD_LIBRARY_PATH enviroment variable, or edit /etc/ld.so.conf\n");
  500. | printf("*** so that the correct libraries are found at run-time))\n");
  501. | }
  502. | }
  503. | return 1;
  504. | }
  505. |
  506. configure:5857: result: no
  507. configure:5885: gcc -o conftest -g -O2 -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/libdrm -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include conftest.c -lgtk-3 -lgdk-3 -lpangocairo-1.0 -lpango-1.0 -latk-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 >&5
  508. /usr/lib/gcc/i586-slackware-linux/5.3.0/../../../../i586-slackware-linux/bin/ld: warning: libEGL.so.1, needed by /usr/lib/gcc/i586-slackware-linux/5.3.0/../../../libgtk-3.so, not found (try using -rpath or -rpath-link)
  509. /usr/lib/gcc/i586-slackware-linux/5.3.0/../../../libcairo.so: undefined reference to `eglMakeCurrent'
  510. /usr/lib/gcc/i586-slackware-linux/5.3.0/../../../libcairo.so: undefined reference to `eglDestroySurface'
  511. /usr/lib/gcc/i586-slackware-linux/5.3.0/../../../libcairo.so: undefined reference to `eglChooseConfig'
  512. /usr/lib/gcc/i586-slackware-linux/5.3.0/../../../libcairo.so: undefined reference to `eglGetProcAddress'
  513. /usr/lib/gcc/i586-slackware-linux/5.3.0/../../../libcairo.so: undefined reference to `eglQueryContext'
  514. /usr/lib/gcc/i586-slackware-linux/5.3.0/../../../libcairo.so: undefined reference to `eglCreatePbufferSurface'
  515. /usr/lib/gcc/i586-slackware-linux/5.3.0/../../../libcairo.so: undefined reference to `eglQueryString'
  516. /usr/lib/gcc/i586-slackware-linux/5.3.0/../../../libcairo.so: undefined reference to `eglGetCurrentContext'
  517. /usr/lib/gcc/i586-slackware-linux/5.3.0/../../../libcairo.so: undefined reference to `eglSwapBuffers'
  518. /usr/lib/gcc/i586-slackware-linux/5.3.0/../../../libcairo.so: undefined reference to `eglGetCurrentSurface'
  519. collect2: error: ld returned 1 exit status
  520. configure:5885: $? = 1
  521. configure: failed program was:
  522. | /* confdefs.h */
  523. | #define PACKAGE_NAME "gentoo"
  524. | #define PACKAGE_TARNAME "gentoo"
  525. | #define PACKAGE_VERSION "0.20.6"
  526. | #define PACKAGE_STRING "gentoo 0.20.6"
  527. | #define PACKAGE_BUGREPORT "emil@obsession.se"
  528. | #define PACKAGE_URL "http://obsession.se/gentoo/"
  529. | #define PACKAGE "gentoo"
  530. | #define VERSION "0.20.6"
  531. | #define STDC_HEADERS 1
  532. | #define HAVE_SYS_TYPES_H 1
  533. | #define HAVE_SYS_STAT_H 1
  534. | #define HAVE_STDLIB_H 1
  535. | #define HAVE_STRING_H 1
  536. | #define HAVE_MEMORY_H 1
  537. | #define HAVE_STRINGS_H 1
  538. | #define HAVE_INTTYPES_H 1
  539. | #define HAVE_STDINT_H 1
  540. | #define HAVE_UNISTD_H 1
  541. | #define __EXTENSIONS__ 1
  542. | #define _ALL_SOURCE 1
  543. | #define _GNU_SOURCE 1
  544. | #define _POSIX_PTHREAD_SEMANTICS 1
  545. | #define _TANDEM_SOURCE 1
  546. | #define GTK_DISABLE_DEPRECATED 1
  547. | #define GTK_DISABLE_COMPAT_H 1
  548. | /* end confdefs.h. */
  549. |
  550. | #include <gtk/gtk.h>
  551. | #include <stdio.h>
  552. |
  553. | int
  554. | main ()
  555. | {
  556. | return ((gtk_major_version) || (gtk_minor_version) || (gtk_micro_version));
  557. | ;
  558. | return 0;
  559. | }
  560. configure:5907: error: Bad GTK+ version
  561.  
  562. ## ---------------- ##
  563. ## Cache variables. ##
  564. ## ---------------- ##
  565.  
  566. ac_cv_c_compiler_gnu=yes
  567. ac_cv_env_CC_set=
  568. ac_cv_env_CC_value=
  569. ac_cv_env_CFLAGS_set=
  570. ac_cv_env_CFLAGS_value=
  571. ac_cv_env_CPPFLAGS_set=
  572. ac_cv_env_CPPFLAGS_value=
  573. ac_cv_env_CPP_set=
  574. ac_cv_env_CPP_value=
  575. ac_cv_env_LDFLAGS_set=
  576. ac_cv_env_LDFLAGS_value=
  577. ac_cv_env_LIBS_set=
  578. ac_cv_env_LIBS_value=
  579. ac_cv_env_MODULES_CFLAGS_set=
  580. ac_cv_env_MODULES_CFLAGS_value=
  581. ac_cv_env_MODULES_LIBS_set=
  582. ac_cv_env_MODULES_LIBS_value=
  583. ac_cv_env_PKG_CONFIG_LIBDIR_set=
  584. ac_cv_env_PKG_CONFIG_LIBDIR_value=
  585. ac_cv_env_PKG_CONFIG_PATH_set=set
  586. ac_cv_env_PKG_CONFIG_PATH_value=/usr/local/lib/pkgconfig:/usr/local/share/pkgconfig:/usr/lib/pkgconfig:/usr/share/pkgconfig
  587. ac_cv_env_PKG_CONFIG_set=
  588. ac_cv_env_PKG_CONFIG_value=
  589. ac_cv_env_build_alias_set=
  590. ac_cv_env_build_alias_value=
  591. ac_cv_env_host_alias_set=
  592. ac_cv_env_host_alias_value=
  593. ac_cv_env_target_alias_set=
  594. ac_cv_env_target_alias_value=
  595. ac_cv_header_inttypes_h=yes
  596. ac_cv_header_memory_h=yes
  597. ac_cv_header_minix_config_h=no
  598. ac_cv_header_stdc=yes
  599. ac_cv_header_stdint_h=yes
  600. ac_cv_header_stdlib_h=yes
  601. ac_cv_header_string_h=yes
  602. ac_cv_header_strings_h=yes
  603. ac_cv_header_sys_stat_h=yes
  604. ac_cv_header_sys_types_h=yes
  605. ac_cv_header_unistd_h=yes
  606. ac_cv_objext=o
  607. ac_cv_path_EGREP='/bin/grep -E'
  608. ac_cv_path_GREP=/bin/grep
  609. ac_cv_path_PKG_CONFIG=/usr/bin/pkg-config
  610. ac_cv_path_install='/bin/ginstall -c'
  611. ac_cv_path_mkdir=/bin/mkdir
  612. ac_cv_prog_AWK=gawk
  613. ac_cv_prog_CPP='gcc -E'
  614. ac_cv_prog_ac_ct_CC=gcc
  615. ac_cv_prog_ac_ct_RANLIB=ranlib
  616. ac_cv_prog_cc_c89=
  617. ac_cv_prog_cc_g=yes
  618. ac_cv_prog_make_make_set=yes
  619. ac_cv_safe_to_define___extensions__=yes
  620. am_cv_CC_dependencies_compiler_type=gcc3
  621. am_cv_make_support_nested_variables=yes
  622. am_cv_prog_cc_c_o=yes
  623.  
  624. ## ----------------- ##
  625. ## Output variables. ##
  626. ## ----------------- ##
  627.  
  628. ACLOCAL='${SHELL} /tmp/SBo/gentoo-0.20.6/missing aclocal-1.14'
  629. ALLOCA=''
  630. AMDEPBACKSLASH='\'
  631. AMDEP_FALSE='#'
  632. AMDEP_TRUE=''
  633. AMTAR='$${TAR-tar}'
  634. AM_BACKSLASH='\'
  635. AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
  636. AM_DEFAULT_VERBOSITY='1'
  637. AM_V='$(V)'
  638. AUTOCONF='${SHELL} /tmp/SBo/gentoo-0.20.6/missing autoconf'
  639. AUTOHEADER='${SHELL} /tmp/SBo/gentoo-0.20.6/missing autoheader'
  640. AUTOMAKE='${SHELL} /tmp/SBo/gentoo-0.20.6/missing automake-1.14'
  641. AWK='gawk'
  642. BUILD_INCLUDED_LIBINTL=''
  643. CATOBJEXT=''
  644. CC='gcc'
  645. CCDEPMODE='depmode=gcc3'
  646. CFLAGS='-g -O2'
  647. CFLAG_VISIBILITY=''
  648. CPP='gcc -E'
  649. CPPFLAGS=''
  650. CYGPATH_W='echo'
  651. DATADIRNAME=''
  652. DATE='2016-06-14'
  653. DEFS=''
  654. DEPDIR='.deps'
  655. ECHO_C=''
  656. ECHO_N='-n'
  657. ECHO_T=''
  658. EGREP='/bin/grep -E'
  659. EXEEXT=''
  660. GENCAT=''
  661. GENTOO_CFLAGS='-Wall -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Werror-implicit-function-declaration'
  662. GETTEXT_MACRO_VERSION=''
  663. GLIBC21=''
  664. GLIBC2=''
  665. GMSGFMT=''
  666. GMSGFMT_015=''
  667. GREP='/bin/grep'
  668. GTK_CFLAGS=''
  669. GTK_LIBS=''
  670. HAVE_ASPRINTF=''
  671. HAVE_NEWLOCALE=''
  672. HAVE_POSIX_PRINTF=''
  673. HAVE_SNPRINTF=''
  674. HAVE_VISIBILITY=''
  675. HAVE_WPRINTF=''
  676. INSTALL_DATA='${INSTALL} -m 644'
  677. INSTALL_PROGRAM='${INSTALL}'
  678. INSTALL_SCRIPT='${INSTALL}'
  679. INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
  680. INSTOBJEXT=''
  681. INTLBISON=''
  682. INTLLIBS=''
  683. INTLOBJS=''
  684. INTL_DEFAULT_VERBOSITY=''
  685. INTL_LIBTOOL_SUFFIX_PREFIX=''
  686. INTL_MACOSX_LIBS=''
  687. LDFLAGS=''
  688. LIBICONV=''
  689. LIBINTL=''
  690. LIBMULTITHREAD=''
  691. LIBOBJS=''
  692. LIBPTH=''
  693. LIBPTH_PREFIX=''
  694. LIBS=''
  695. LIBTHREAD=''
  696. LTLIBC=''
  697. LTLIBICONV=''
  698. LTLIBINTL=''
  699. LTLIBMULTITHREAD=''
  700. LTLIBOBJS=''
  701. LTLIBPTH=''
  702. LTLIBTHREAD=''
  703. MAKEINFO='${SHELL} /tmp/SBo/gentoo-0.20.6/missing makeinfo'
  704. MKDIR_P='/bin/mkdir -p'
  705. MODULES_CFLAGS=''
  706. MODULES_LIBS=''
  707. MSGFMT=''
  708. MSGFMT_015=''
  709. MSGMERGE=''
  710. OBJEXT='o'
  711. PACKAGE='gentoo'
  712. PACKAGE_BUGREPORT='emil@obsession.se'
  713. PACKAGE_NAME='gentoo'
  714. PACKAGE_STRING='gentoo 0.20.6'
  715. PACKAGE_TARNAME='gentoo'
  716. PACKAGE_URL='http://obsession.se/gentoo/'
  717. PACKAGE_VERSION='0.20.6'
  718. PATH_SEPARATOR=':'
  719. PKG_CONFIG='/usr/bin/pkg-config'
  720. PKG_CONFIG_LIBDIR=''
  721. PKG_CONFIG_PATH='/usr/local/lib/pkgconfig:/usr/local/share/pkgconfig:/usr/lib/pkgconfig:/usr/share/pkgconfig'
  722. POSUB=''
  723. PRI_MACROS_BROKEN=''
  724. RANLIB='ranlib'
  725. SED=''
  726. SET_MAKE=''
  727. SHELL='/bin/sh'
  728. STRIP=''
  729. USE_INCLUDED_LIBINTL=''
  730. USE_NLS=''
  731. VERSION='0.20.6'
  732. WINDRES=''
  733. WOE32=''
  734. WOE32DLL=''
  735. XGETTEXT=''
  736. XGETTEXT_015=''
  737. XGETTEXT_EXTRA_OPTIONS=''
  738. ac_ct_CC='gcc'
  739. am__EXEEXT_FALSE=''
  740. am__EXEEXT_TRUE=''
  741. am__fastdepCC_FALSE='#'
  742. am__fastdepCC_TRUE=''
  743. am__include='include'
  744. am__isrc=''
  745. am__leading_dot='.'
  746. am__nodep='_no'
  747. am__quote=''
  748. am__tar='$${TAR-tar} chof - "$$tardir"'
  749. am__untar='$${TAR-tar} xf -'
  750. bindir='${exec_prefix}/bin'
  751. build=''
  752. build_alias=''
  753. build_cpu=''
  754. build_os=''
  755. build_vendor=''
  756. datadir='${datarootdir}'
  757. datarootdir='${prefix}/share'
  758. docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
  759. dvidir='${docdir}'
  760. exec_prefix='NONE'
  761. host=''
  762. host_alias=''
  763. host_cpu=''
  764. host_os=''
  765. host_vendor=''
  766. htmldir='${docdir}'
  767. includedir='${prefix}/include'
  768. infodir='${datarootdir}/info'
  769. install_sh='${SHELL} /tmp/SBo/gentoo-0.20.6/install-sh'
  770. libdir='${exec_prefix}/lib'
  771. libexecdir='${exec_prefix}/libexec'
  772. localedir='${datarootdir}/locale'
  773. localstatedir='${prefix}/var'
  774. mandir='${datarootdir}/man'
  775. mkdir_p='$(MKDIR_P)'
  776. oldincludedir='/usr/include'
  777. pdfdir='${docdir}'
  778. prefix='NONE'
  779. program_transform_name='s,x,x,'
  780. psdir='${docdir}'
  781. sbindir='${exec_prefix}/sbin'
  782. sharedstatedir='${prefix}/com'
  783. sysconfdir='${prefix}/etc'
  784. target_alias=''
  785.  
  786. ## ----------- ##
  787. ## confdefs.h. ##
  788. ## ----------- ##
  789.  
  790. /* confdefs.h */
  791. #define PACKAGE_NAME "gentoo"
  792. #define PACKAGE_TARNAME "gentoo"
  793. #define PACKAGE_VERSION "0.20.6"
  794. #define PACKAGE_STRING "gentoo 0.20.6"
  795. #define PACKAGE_BUGREPORT "emil@obsession.se"
  796. #define PACKAGE_URL "http://obsession.se/gentoo/"
  797. #define PACKAGE "gentoo"
  798. #define VERSION "0.20.6"
  799. #define STDC_HEADERS 1
  800. #define HAVE_SYS_TYPES_H 1
  801. #define HAVE_SYS_STAT_H 1
  802. #define HAVE_STDLIB_H 1
  803. #define HAVE_STRING_H 1
  804. #define HAVE_MEMORY_H 1
  805. #define HAVE_STRINGS_H 1
  806. #define HAVE_INTTYPES_H 1
  807. #define HAVE_STDINT_H 1
  808. #define HAVE_UNISTD_H 1
  809. #define __EXTENSIONS__ 1
  810. #define _ALL_SOURCE 1
  811. #define _GNU_SOURCE 1
  812. #define _POSIX_PTHREAD_SEMANTICS 1
  813. #define _TANDEM_SOURCE 1
  814. #define GTK_DISABLE_DEPRECATED 1
  815. #define GTK_DISABLE_COMPAT_H 1
  816.  
  817. configure: exit 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement