pastebin - collaborative debugging

pastebin is a collaborative debugging tool allowing you to share and modify code snippets while chatting on IRC, IM or a message board.

This site is developed to XHTML and CSS2 W3C standards. If you see this paragraph, your browser does not support those standards and you need to upgrade. Visit WaSP for a variety of options.

pastebin - collaborative debugging tool View Help


Posted by Lars Stokholm on Mon 1 Dec 15:51
report abuse | download | new post

  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 GIMP configure 2.6.1, which was
  5. generated by GNU Autoconf 2.61.  Invocation command line was
  6.  
  7.   $ ./configure --disable-perl --with-html-dir=/usr/local/share/doc/gimp --disable-gtk-doc --without-print --disable-python --with-desktop-dir=/usr/local/share --docdir=/usr/local/share/doc/gimp --enable-default-binary --disable-mp --with-webkit --with-dbus --x-libraries=/usr/local/lib --x-includes=/usr/local/include --prefix=/usr/local --mandir=/usr/local/man --infodir=/usr/local/info/ --build=i386-portbld-freebsd7.1
  8.  
  9. ## --------- ##
  10. ## Platform. ##
  11. ## --------- ##
  12.  
  13. hostname = eee
  14. uname -m = i386
  15. uname -r = 7.1-PRERELEASE
  16. uname -s = FreeBSD
  17. uname -v = FreeBSD 7.1-PRERELEASE #1: Sun Sep 28 00:59:50 CEST 2008     root@eee:/usr/obj/usr/src/sys/GENERIC
  18.  
  19. /usr/bin/uname -p = i386
  20. /bin/uname -X     = unknown
  21.  
  22. /bin/arch              = unknown
  23. /usr/bin/arch -k       = unknown
  24. /usr/convex/getsysinfo = unknown
  25. /usr/bin/hostinfo      = unknown
  26. /bin/machine           = unknown
  27. /usr/bin/oslevel       = unknown
  28. /bin/universe          = unknown
  29.  
  30. PATH: /sbin
  31. PATH: /bin
  32. PATH: /usr/sbin
  33. PATH: /usr/bin
  34. PATH: /usr/games
  35. PATH: /usr/local/sbin
  36. PATH: /usr/local/bin
  37. PATH: /root/scripts
  38.  
  39.  
  40. ## ----------- ##
  41. ## Core tests. ##
  42. ## ----------- ##
  43.  
  44. configure:2422: checking for a BSD-compatible install
  45. configure:2478: result: /usr/bin/install -c -o root -g wheel
  46. configure:2489: checking whether build environment is sane
  47. configure:2532: result: yes
  48. configure:2560: checking for a thread-safe mkdir -p
  49. configure:2599: result: ./install-sh -c -d
  50. configure:2612: checking for gawk
  51. configure:2642: result: no
  52. configure:2612: checking for mawk
  53. configure:2642: result: no
  54. configure:2612: checking for nawk
  55. configure:2628: found /usr/bin/nawk
  56. configure:2639: result: nawk
  57. configure:2650: checking whether gmake sets $(MAKE)
  58. configure:2671: result: yes
  59. configure:2983: checking for gcc
  60. configure:3010: result: cc
  61. configure:3248: checking for C compiler version
  62. configure:3255: cc --version >&5
  63. cc (GCC) 4.2.1 20070719  [FreeBSD]
  64. Copyright (C) 2007 Free Software Foundation, Inc.
  65. This is free software; see the source for copying conditions.  There is NO
  66. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  67.  
  68. configure:3258: $? = 0
  69. configure:3265: cc -v >&5
  70. Using built-in specs.
  71. Target: i386-undermydesk-freebsd
  72. Configured with: FreeBSD/i386 system compiler
  73. Thread model: posix
  74. gcc version 4.2.1 20070719  [FreeBSD]
  75. configure:3268: $? = 0
  76. configure:3275: cc -V >&5
  77. cc: '-V' option must have argument
  78. configure:3278: $? = 1
  79. configure:3301: checking for C compiler default output file name
  80. configure:3328: cc -O -pipe -I/usr/local/include -L/usr/local/lib conftest.c  >&5
  81. configure:3331: $? = 0
  82. configure:3369: result: a.out
  83. configure:3386: checking whether the C compiler works
  84. configure:3396: ./a.out
  85. configure:3399: $? = 0
  86. configure:3416: result: yes
  87. configure:3423: checking whether we are cross compiling
  88. configure:3425: result: no
  89. configure:3428: checking for suffix of executables
  90. configure:3435: cc -o conftest -O -pipe -I/usr/local/include -L/usr/local/lib conftest.c  >&5
  91. configure:3438: $? = 0
  92. configure:3462: result:
  93. configure:3468: checking for suffix of object files
  94. configure:3494: cc -c -O -pipe -I/usr/local/include conftest.c >&5
  95. configure:3497: $? = 0
  96. configure:3520: result: o
  97. configure:3524: checking whether we are using the GNU C compiler
  98. configure:3553: cc -c -O -pipe -I/usr/local/include conftest.c >&5
  99. configure:3559: $? = 0
  100. configure:3576: result: yes
  101. configure:3581: checking whether cc accepts -g
  102. configure:3611: cc -c -g -I/usr/local/include conftest.c >&5
  103. configure:3617: $? = 0
  104. configure:3716: result: yes
  105. configure:3733: checking for cc option to accept ISO C89
  106. configure:3807: cc  -c -O -pipe -I/usr/local/include conftest.c >&5
  107. configure:3813: $? = 0
  108. configure:3836: result: none needed
  109. configure:3865: checking for style of include used by gmake
  110. configure:3893: result: GNU
  111. configure:3918: checking dependency style of cc
  112. configure:4009: result: gcc3
  113. configure:4028: checking whether cc understands -c and -o together
  114. configure:4060: cc -c conftest.c -o conftest2.o >&5
  115. configure:4063: $? = 0
  116. configure:4069: cc -c conftest.c -o conftest2.o >&5
  117. configure:4072: $? = 0
  118. configure:4124: result: yes
  119. configure:4233: checking build system type
  120. configure:4251: result: i386-portbld-freebsd7.1
  121. configure:4273: checking host system type
  122. configure:4288: result: i386-portbld-freebsd7.1
  123. configure:4310: checking for a sed that does not truncate output
  124. configure:4366: result: /usr/bin/sed
  125. configure:4369: checking for grep that handles long lines and -e
  126. configure:4443: result: /usr/bin/grep
  127. configure:4448: checking for egrep
  128. configure:4526: result: /usr/bin/grep -E
  129. configure:4542: checking for ld used by cc
  130. configure:4609: result: /usr/bin/ld
  131. configure:4618: checking if the linker (/usr/bin/ld) is GNU ld
  132. configure:4633: result: yes
  133. configure:4638: checking for /usr/bin/ld option to reload object files
  134. configure:4645: result: -r
  135. configure:4663: checking for BSD-compatible nm
  136. configure:4712: result: /usr/bin/nm -B
  137. configure:4716: checking whether ln -s works
  138. configure:4720: result: yes
  139. configure:4727: checking how to recognize dependent libraries
  140. configure:4913: result: pass_all
  141. configure:5448: checking how to run the C preprocessor
  142. configure:5488: cc -E -I/usr/local/include conftest.c
  143. configure:5494: $? = 0
  144. configure:5525: cc -E -I/usr/local/include conftest.c
  145. conftest.c:9:28: error: ac_nonexistent.h: No such file or directory
  146. configure:5531: $? = 1
  147. configure: failed program was:
  148. | /* confdefs.h.  */
  149. | #define PACKAGE_NAME "GIMP"
  150. | #define PACKAGE_TARNAME "gimp"
  151. | #define PACKAGE_VERSION "2.6.1"
  152. | #define PACKAGE_STRING "GIMP 2.6.1"
  153. | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=GIMP"
  154. | #define GETTEXT_PACKAGE "gimp20"
  155. | /* end confdefs.h.  */
  156. | #include <ac_nonexistent.h>
  157. configure:5564: result: cc -E
  158. configure:5593: cc -E -I/usr/local/include conftest.c
  159. configure:5599: $? = 0
  160. configure:5630: cc -E -I/usr/local/include conftest.c
  161. conftest.c:9:28: error: ac_nonexistent.h: No such file or directory
  162. configure:5636: $? = 1
  163. configure: failed program was:
  164. | /* confdefs.h.  */
  165. | #define PACKAGE_NAME "GIMP"
  166. | #define PACKAGE_TARNAME "gimp"
  167. | #define PACKAGE_VERSION "2.6.1"
  168. | #define PACKAGE_STRING "GIMP 2.6.1"
  169. | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=GIMP"
  170. | #define GETTEXT_PACKAGE "gimp20"
  171. | /* end confdefs.h.  */
  172. | #include <ac_nonexistent.h>
  173. configure:5674: checking for ANSI C header files
  174. configure:5704: cc -c -O -pipe -I/usr/local/include conftest.c >&5
  175. configure:5710: $? = 0
  176. configure:5809: cc -o conftest -O -pipe -I/usr/local/include -L/usr/local/lib conftest.c  >&5
  177. configure:5812: $? = 0
  178. configure:5818: ./conftest
  179. configure:5821: $? = 0
  180. configure:5838: result: yes
  181. configure:5862: checking for sys/types.h
  182. configure:5883: cc -c -O -pipe -I/usr/local/include conftest.c >&5
  183. configure:5889: $? = 0
  184. configure:5905: result: yes
  185. configure:5862: checking for sys/stat.h
  186. configure:5883: cc -c -O -pipe -I/usr/local/include conftest.c >&5
  187. configure:5889: $? = 0
  188. configure:5905: result: yes
  189. configure:5862: checking for stdlib.h
  190. configure:5883: cc -c -O -pipe -I/usr/local/include conftest.c >&5
  191. configure:5889: $? = 0
  192. configure:5905: result: yes
  193. configure:5862: checking for string.h
  194. configure:5883: cc -c -O -pipe -I/usr/local/include conftest.c >&5
  195. configure:5889: $? = 0
  196. configure:5905: result: yes
  197. configure:5862: checking for memory.h
  198. configure:5883: cc -c -O -pipe -I/usr/local/include conftest.c >&5
  199. configure:5889: $? = 0
  200. configure:5905: result: yes
  201. configure:5862: checking for strings.h
  202. configure:5883: cc -c -O -pipe -I/usr/local/include conftest.c >&5
  203. configure:5889: $? = 0
  204. configure:5905: result: yes
  205. configure:5862: checking for inttypes.h
  206. configure:5883: cc -c -O -pipe -I/usr/local/include conftest.c >&5
  207. configure:5889: $? = 0
  208. configure:5905: result: yes
  209. configure:5862: checking for stdint.h
  210. configure:5883: cc -c -O -pipe -I/usr/local/include conftest.c >&5
  211. configure:5889: $? = 0
  212. configure:5905: result: yes
  213. configure:5862: checking for unistd.h
  214. configure:5883: cc -c -O -pipe -I/usr/local/include conftest.c >&5
  215. configure:5889: $? = 0
  216. configure:5905: result: yes
  217. configure:5932: checking dlfcn.h usability
  218. configure:5949: cc -c -O -pipe -I/usr/local/include conftest.c >&5
  219. configure:5955: $? = 0
  220. configure:5969: result: yes
  221. configure:5973: checking dlfcn.h presence
  222. configure:5988: cc -E -I/usr/local/include conftest.c
  223. configure:5994: $? = 0
  224. configure:6008: result: yes
  225. configure:6041: checking for dlfcn.h
  226. configure:6049: result: yes
  227. configure:6178: checking for C++ compiler version
  228. configure:6185: c++ --version >&5
  229. c++ (GCC) 4.2.1 20070719  [FreeBSD]
  230. Copyright (C) 2007 Free Software Foundation, Inc.
  231. This is free software; see the source for copying conditions.  There is NO
  232. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  233.  
  234. configure:6188: $? = 0
  235. configure:6195: c++ -v >&5
  236. Using built-in specs.
  237. Target: i386-undermydesk-freebsd
  238. Configured with: FreeBSD/i386 system compiler
  239. Thread model: posix
  240. gcc version 4.2.1 20070719  [FreeBSD]
  241. configure:6198: $? = 0
  242. configure:6205: c++ -V >&5
  243. c++: '-V' option must have argument
  244. configure:6208: $? = 1
  245. configure:6211: checking whether we are using the GNU C++ compiler
  246. configure:6240: c++ -c -O -pipe -I/usr/local/include conftest.cpp >&5
  247. configure:6246: $? = 0
  248. configure:6263: result: yes
  249. configure:6268: checking whether c++ accepts -g
  250. configure:6298: c++ -c -g -I/usr/local/include conftest.cpp >&5
  251. configure:6304: $? = 0
  252. configure:6403: result: yes
  253. configure:6428: checking dependency style of c++
  254. configure:6519: result: gcc3
  255. configure:6544: checking how to run the C++ preprocessor
  256. configure:6580: c++ -E -I/usr/local/include conftest.cpp
  257. configure:6586: $? = 0
  258. configure:6617: c++ -E -I/usr/local/include conftest.cpp
  259. conftest.cpp:20:28: error: ac_nonexistent.h: No such file or directory
  260. configure:6623: $? = 1
  261. configure: failed program was:
  262. | /* confdefs.h.  */
  263. | #define PACKAGE_NAME "GIMP"
  264. | #define PACKAGE_TARNAME "gimp"
  265. | #define PACKAGE_VERSION "2.6.1"
  266. | #define PACKAGE_STRING "GIMP 2.6.1"
  267. | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=GIMP"
  268. | #define GETTEXT_PACKAGE "gimp20"
  269. | #define STDC_HEADERS 1
  270. | #define HAVE_SYS_TYPES_H 1
  271. | #define HAVE_SYS_STAT_H 1
  272. | #define HAVE_STDLIB_H 1
  273. | #define HAVE_STRING_H 1
  274. | #define HAVE_MEMORY_H 1
  275. | #define HAVE_STRINGS_H 1
  276. | #define HAVE_INTTYPES_H 1
  277. | #define HAVE_STDINT_H 1
  278. | #define HAVE_UNISTD_H 1
  279. | #define HAVE_DLFCN_H 1
  280. | /* end confdefs.h.  */
  281. | #include <ac_nonexistent.h>
  282. configure:6656: result: c++ -E
  283. configure:6685: c++ -E -I/usr/local/include conftest.cpp
  284. configure:6691: $? = 0
  285. configure:6722: c++ -E -I/usr/local/include conftest.cpp
  286. conftest.cpp:20:28: error: ac_nonexistent.h: No such file or directory
  287. configure:6728: $? = 1
  288. configure: failed program was:
  289. | /* confdefs.h.  */
  290. | #define PACKAGE_NAME "GIMP"
  291. | #define PACKAGE_TARNAME "gimp"
  292. | #define PACKAGE_VERSION "2.6.1"
  293. | #define PACKAGE_STRING "GIMP 2.6.1"
  294. | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=GIMP"
  295. | #define GETTEXT_PACKAGE "gimp20"
  296. | #define STDC_HEADERS 1
  297. | #define HAVE_SYS_TYPES_H 1
  298. | #define HAVE_SYS_STAT_H 1
  299. | #define HAVE_STDLIB_H 1
  300. | #define HAVE_STRING_H 1
  301. | #define HAVE_MEMORY_H 1
  302. | #define HAVE_STRINGS_H 1
  303. | #define HAVE_INTTYPES_H 1
  304. | #define HAVE_STDINT_H 1
  305. | #define HAVE_UNISTD_H 1
  306. | #define HAVE_DLFCN_H 1
  307. | /* end confdefs.h.  */
  308. | #include <ac_nonexistent.h>
  309. configure:6821: checking for g77
  310. configure:6851: result: no
  311. configure:6821: checking for xlf
  312. configure:6851: result: no
  313. configure:6821: checking for f77
  314. configure:6851: result: no
  315. configure:6821: checking for frt
  316. configure:6851: result: no
  317. configure:6821: checking for pgf77
  318. configure:6851: result: no
  319. configure:6821: checking for cf77
  320. configure:6851: result: no
  321. configure:6821: checking for fort77
  322. configure:6851: result: no
  323. configure:6821: checking for fl32
  324. configure:6851: result: no
  325. configure:6821: checking for af77
  326. configure:6851: result: no
  327. configure:6821: checking for xlf90
  328. configure:6851: result: no
  329. configure:6821: checking for f90
  330. configure:6851: result: no
  331. configure:6821: checking for pgf90
  332. configure:6851: result: no
  333. configure:6821: checking for pghpf
  334. configure:6851: result: no
  335. configure:6821: checking for epcf90
  336. configure:6851: result: no
  337. configure:6821: checking for gfortran
  338. configure:6851: result: no
  339. configure:6821: checking for g95
  340. configure:6851: result: no
  341. configure:6821: checking for xlf95
  342. configure:6851: result: no
  343. configure:6821: checking for f95
  344. configure:6851: result: no
  345. configure:6821: checking for fort
  346. configure:6851: result: no
  347. configure:6821: checking for ifort
  348. configure:6851: result: no
  349. configure:6821: checking for ifc
  350. configure:6851: result: no
  351. configure:6821: checking for efc
  352. configure:6851: result: no
  353. configure:6821: checking for pgf95
  354. configure:6851: result: no
  355. configure:6821: checking for lf95
  356. configure:6851: result: no
  357. configure:6821: checking for ftn
  358. configure:6851: result: no
  359. configure:6878: checking for Fortran 77 compiler version
  360. configure:6885:  --version >&5
  361. --version: not found
  362. configure:6888: $? = 127
  363. configure:6895:  -v >&5
  364. -v: not found
  365. configure:6898: $? = 127
  366. configure:6905:  -V >&5
  367. -V: not found
  368. configure:6908: $? = 127
  369. configure:6916: checking whether we are using the GNU Fortran 77 compiler
  370. configure:6935:  -c  conftest.F >&5
  371. -c: not found
  372. configure:6941: $? = 127
  373. configure: failed program was:
  374. |       program main
  375. | #ifndef __GNUC__
  376. |        choke me
  377. | #endif
  378. |
  379. |       end
  380. configure:6958: result: no
  381. configure:6964: checking whether  accepts -g
  382. configure:6981:  -c -g conftest.f >&5
  383. -c: not found
  384. configure:6987: $? = 127
  385. configure: failed program was:
  386. |       program main
  387. |
  388. |       end
  389. configure:7003: result: no
  390. configure:7032: checking the maximum length of command line arguments
  391. configure:7144: result: 262144
  392. configure:7156: checking command to parse /usr/bin/nm -B output from cc object
  393. configure:7261: cc -c -O -pipe -I/usr/local/include conftest.c >&5
  394. configure:7264: $? = 0
  395. configure:7268: /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
  396. configure:7271: $? = 0
  397. configure:7323: cc -o conftest -O -pipe -I/usr/local/include -L/usr/local/lib conftest.c conftstm.o >&5
  398. configure:7326: $? = 0
  399. configure:7364: result: ok
  400. configure:7368: checking for objdir
  401. configure:7383: result: .libs
  402. configure:7475: checking for ar
  403. configure:7491: found /usr/bin/ar
  404. configure:7502: result: ar
  405. configure:7571: checking for ranlib
  406. configure:7587: found /usr/bin/ranlib
  407. configure:7598: result: ranlib
  408. configure:7667: checking for strip
  409. configure:7683: found /usr/bin/strip
  410. configure:7694: result: strip
  411. configure:8292: checking if cc supports -fno-rtti -fno-exceptions
  412. configure:8310: cc -c -O -pipe -I/usr/local/include -fno-rtti -fno-exceptions conftest.c >&5
  413. cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C
  414. configure:8314: $? = 0
  415. configure:8327: result: no
  416. configure:8342: checking for cc option to produce PIC
  417. configure:8574: result: -fPIC
  418. configure:8582: checking if cc PIC flag -fPIC works
  419. configure:8600: cc -c -O -pipe -I/usr/local/include -fPIC -DPIC conftest.c >&5
  420. configure:8604: $? = 0
  421. configure:8617: result: yes
  422. configure:8645: checking if cc static flag -static works
  423. configure:8673: result: yes
  424. configure:8683: checking if cc supports -c -o file.o
  425. configure:8704: cc -c -O -pipe -I/usr/local/include -o out/conftest2.o conftest.c >&5
  426. configure:8708: $? = 0
  427. configure:8730: result: yes
  428. configure:8756: checking whether the cc linker (/usr/bin/ld) supports shared libraries
  429. configure:9737: result: yes
  430. configure:9758: checking whether -lc should be explicitly linked in
  431. configure:9763: cc -c -O -pipe -I/usr/local/include conftest.c >&5
  432. configure:9766: $? = 0
  433. configure:9781: cc -shared conftest.o  -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| grep  -lc  \>/dev/null 2\>\&1
  434. configure:9784: $? = 0
  435. configure:9796: result: no
  436. configure:9804: checking dynamic linker characteristics
  437. configure:10418: result: freebsd7.1 ld.so
  438. configure:10442: checking how to hardcode library paths into programs
  439. configure:10467: result: immediate
  440. configure:10481: checking whether stripping libraries is possible
  441. configure:10486: result: yes
  442. configure:11288: checking if libtool supports shared libraries
  443. configure:11290: result: yes
  444. configure:11293: checking whether to build shared libraries
  445. configure:11314: result: yes
  446. configure:11317: checking whether to build static libraries
  447. configure:11321: result: no
  448. configure:11415: creating libtool
  449. configure:12008: checking for ld used by c++
  450. configure:12075: result: /usr/bin/ld
  451. configure:12084: checking if the linker (/usr/bin/ld) is GNU ld
  452. configure:12099: result: yes
  453. configure:12150: checking whether the c++ linker (/usr/bin/ld) supports shared libraries
  454. configure:13096: result: yes
  455. configure:13113: c++ -c -O -pipe -I/usr/local/include conftest.cpp >&5
  456. configure:13116: $? = 0
  457. configure:13272: checking for c++ option to produce PIC
  458. configure:13556: result: -fPIC
  459. configure:13564: checking if c++ PIC flag -fPIC works
  460. configure:13582: c++ -c -O -pipe -I/usr/local/include -fPIC -DPIC conftest.cpp >&5
  461. configure:13586: $? = 0
  462. configure:13599: result: yes
  463. configure:13627: checking if c++ static flag -static works
  464. configure:13655: result: yes
  465. configure:13665: checking if c++ supports -c -o file.o
  466. configure:13686: c++ -c -O -pipe -I/usr/local/include -o out/conftest2.o conftest.cpp >&5
  467. configure:13690: $? = 0
  468. configure:13712: result: yes
  469. configure:13738: checking whether the c++ linker (/usr/bin/ld) supports shared libraries
  470. configure:13767: result: yes
  471. configure:13834: checking dynamic linker characteristics
  472. configure:14396: result: freebsd7.1 ld.so
  473. configure:14420: checking how to hardcode library paths into programs
  474. configure:14445: result: immediate
  475. configure:20702: checking dependency style of cc
  476. configure:20793: result: gcc3
  477. configure:20810: checking whether to enable maintainer-specific portions of Makefiles
  478. configure:20819: result: no
  479. configure:20887: checking for pkg-config
  480. configure:20905: found /usr/local/bin/pkg-config
  481. configure:20917: result: /usr/local/bin/pkg-config
  482. configure:20946: checking pkg-config is at least version 0.16
  483. configure:20949: result: yes
  484. configure:20964: checking for target architecture
  485. configure:20972: result: i386-portbld-freebsd7.1
  486. configure:21027: checking for some Win32 platform
  487. configure:21037: result: no
  488. configure:21048: checking for native Win32
  489. configure:21067: result: no
  490. configure:21252: checking for library containing strerror
  491. configure:21293: cc -o conftest -O -pipe -I/usr/local/include -L/usr/local/lib conftest.c  >&5
  492. configure:21299: $? = 0
  493. configure:21327: result: none required
  494. configure:21348: checking for a BSD-compatible install
  495. configure:21404: result: /usr/bin/install -c -o root -g wheel
  496. configure:21415: checking whether gmake sets $(MAKE)
  497. configure:21436: result: yes
  498. configure:21454: checking for special C compiler options needed for large files
  499. configure:21547: result: no
  500. configure:21553: checking for _FILE_OFFSET_BITS value needed for large files
  501. configure:21588: cc -c -O -pipe -I/usr/local/include conftest.c >&5
  502. configure:21594: $? = 0
  503. configure:21662: result: no
  504. configure:21798: checking whether to turn on debugging
  505. configure:21813: result: no
  506. configure:21817: checking whether to turn on profiling
  507. configure:21832: result: no
  508. configure:21871: checking whether cc understands -Wdeclaration-after-statement
  509. configure:21894: cc -c -O -pipe -Wall -Wdeclaration-after-statement -I/usr/local/include conftest.c >&5
  510. configure:21900: $? = 0
  511. configure:21914: result: yes
  512. configure:21931: checking whether cc understands -Wmissing-prototypes
  513. configure:21954: cc -c -O -pipe -Wall -Wdeclaration-after-statement -Wmissing-prototypes -I/usr/local/include conftest.c >&5
  514. configure:21960: $? = 0
  515. configure:21974: result: yes
  516. configure:21991: checking whether cc understands -Wmissing-declarations
  517. configure:22014: cc -c -O -pipe -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -I/usr/local/include conftest.c >&5
  518. configure:22020: $? = 0
  519. configure:22034: result: yes
  520. configure:22051: checking whether cc understands -Winit-self
  521. configure:22074: cc -c -O -pipe -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -I/usr/local/include conftest.c >&5
  522. configure:22080: $? = 0
  523. configure:22094: result: yes
  524. configure:22111: checking whether cc understands -Wpointer-arith
  525. configure:22134: cc -c -O -pipe -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -I/usr/local/include conftest.c >&5
  526. configure:22140: $? = 0
  527. configure:22154: result: yes
  528. configure:22171: checking whether cc understands -Wold-style-definition
  529. configure:22194: cc -c -O -pipe -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -I/usr/local/include conftest.c >&5
  530. conftest.c: In function 'main':
  531. conftest.c:24: warning: old-style function definition
  532. configure:22200: $? = 0
  533. configure:22214: result: yes
  534. configure:22266: checking for ANSI C header files
  535. configure:22430: result: yes
  536. configure:22440: checking for sys/wait.h that is POSIX.1 compatible
  537. configure:22476: cc -c -O -pipe -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -I/usr/local/include conftest.c >&5
  538. conftest.c: In function 'main':
  539. conftest.c:33: warning: old-style function definition
  540. configure:22482: $? = 0
  541. configure:22497: result: yes
  542. configure:22507: checking whether time.h and sys/time.h may both be included
  543. configure:22537: cc -c -O -pipe -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -I/usr/local/include conftest.c >&5
  544. conftest.c: In function 'main':
  545. conftest.c:29: warning: old-style function definition
  546. configure:22543: $? = 0
  547. configure:22558: result: yes
  548. configure:22588: checking sys/param.h usability
  549. configure:22605: cc -c -O -pipe -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -I/usr/local/include conftest.c >&5
  550. configure:22611: $? = 0
  551. configure:22625: result: yes
  552. configure:22629: checking sys/param.h presence
  553. configure:22644: cc -E -I/usr/local/include conftest.c
  554. configure:22650: $? = 0
  555. configure:22664: result: yes
  556. configure:22697: checking for sys/param.h
  557. configure:22705: result: yes
  558. configure:22588: checking sys/time.h usability
  559. configure:22605: cc -c -O -pipe -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -I/usr/local/include conftest.c >&5
  560. configure:22611: $? = 0
  561. configure:22625: result: yes
  562. configure:22629: checking sys/time.h presence
  563. configure:22644: cc -E -I/usr/local/include conftest.c
  564. configure:22650: $? = 0
  565. configure:22664: result: yes
  566. configure:22697: checking for sys/time.h
  567. configure:22705: result: yes
  568. configure:22588: checking sys/times.h usability
  569. configure:22605: cc -c -O -pipe -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -I/usr/local/include conftest.c >&5
  570. configure:22611: $? = 0
  571. configure:22625: result: yes
  572. configure:22629: checking sys/times.h presence
  573. configure:22644: cc -E -I/usr/local/include conftest.c
  574. configure:22650: $? = 0
  575. configure:22664: result: yes
  576. configure:22697: checking for sys/times.h
  577. configure:22705: result: yes
  578. configure:22578: checking for sys/wait.h
  579. configure:22584: result: yes
  580. configure:22578: checking for unistd.h
  581. configure:22584: result: yes
  582. configure:22719: checking for pid_t
  583. configure:22749: cc -c -O -pipe -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -I/usr/local/include conftest.c >&5
  584. conftest.c: In function 'main':
  585. conftest.c:65: warning: old-style function definition
  586. configure:22755: $? = 0
  587. configure:22770: result: yes
  588. configure:22782: checking return type of signal handlers
  589. configure:22810: cc -c -O -pipe -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -I/usr/local/include conftest.c >&5
  590. conftest.c: In function 'main':
  591. conftest.c:34: warning: old-style function definition
  592. conftest.c:35: error: void value not ignored as it ought to be
  593. configure:22816: $? = 1
  594. configure: failed program was:
  595. | /* confdefs.h.  */
  596. | #define PACKAGE_NAME "GIMP"
  597. | #define PACKAGE_TARNAME "gimp"
  598. | #define PACKAGE_VERSION "2.6.1"
  599. | #define PACKAGE_STRING "GIMP 2.6.1"
  600. | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=GIMP"
  601. | #define GETTEXT_PACKAGE "gimp20"
  602. | #define STDC_HEADERS 1
  603. | #define HAVE_SYS_TYPES_H 1
  604. | #define HAVE_SYS_STAT_H 1
  605. | #define HAVE_STDLIB_H 1
  606. | #define HAVE_STRING_H 1
  607. | #define HAVE_MEMORY_H 1
  608. | #define HAVE_STRINGS_H 1
  609. | #define HAVE_INTTYPES_H 1
  610. | #define HAVE_STDINT_H 1
  611. | #define HAVE_UNISTD_H 1
  612. | #define HAVE_DLFCN_H 1
  613. | #define ARCH_X86 1
  614. | #define STDC_HEADERS 1
  615. | #define HAVE_SYS_WAIT_H 1
  616. | #define TIME_WITH_SYS_TIME 1
  617. | #define HAVE_SYS_PARAM_H 1
  618. | #define HAVE_SYS_TIME_H 1
  619. | #define HAVE_SYS_TIMES_H 1
  620. | #define HAVE_SYS_WAIT_H 1
  621. | #define HAVE_UNISTD_H 1
  622. | /* end confdefs.h.  */
  623. | #include <sys/types.h>
  624. | #include <signal.h>
  625. |
  626. | int
  627. | main ()
  628. | {
  629. | return *(signal (0, 0)) (0) == 1;
  630. |   ;
  631. |   return 0;
  632. | }
  633. configure:22831: result: void
  634. configure:22843: checking for vprintf
  635. configure:22899: cc -o conftest -O -pipe -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -I/usr/local/include -L/usr/local/lib conftest.c  >&5
  636. conftest.c:53: warning: conflicting types for built-in function 'vprintf'
  637. conftest.c: In function 'main':
  638. conftest.c:63: warning: old-style function definition
  639. configure:22905: $? = 0
  640. configure:22923: result: yes
  641. configure:22930: checking for _doprnt
  642. configure:22986: cc -o conftest -O -pipe -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -I/usr/local/include -L/usr/local/lib conftest.c  >&5
  643. conftest.c: In function 'main':
  644. conftest.c:64: warning: old-style function definition
  645. /var/tmp//ccbHTOte.o(.text+0x12): In function `main':
  646. : undefined reference to `_doprnt'
  647. configure:22992: $? = 1
  648. configure: failed program was:
  649. | /* confdefs.h.  */
  650. | #define PACKAGE_NAME "GIMP"
  651. | #define PACKAGE_TARNAME "gimp"
  652. | #define PACKAGE_VERSION "2.6.1"
  653. | #define PACKAGE_STRING "GIMP 2.6.1"
  654. | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=GIMP"
  655. | #define GETTEXT_PACKAGE "gimp20"
  656. | #define STDC_HEADERS 1
  657. | #define HAVE_SYS_TYPES_H 1
  658. | #define HAVE_SYS_STAT_H 1
  659. | #define HAVE_STDLIB_H 1
  660. | #define HAVE_STRING_H 1
  661. | #define HAVE_MEMORY_H 1
  662. | #define HAVE_STRINGS_H 1
  663. | #define HAVE_INTTYPES_H 1
  664. | #define HAVE_STDINT_H 1
  665. | #define HAVE_UNISTD_H 1
  666. | #define HAVE_DLFCN_H 1
  667. | #define ARCH_X86 1
  668. | #define STDC_HEADERS 1
  669. | #define HAVE_SYS_WAIT_H 1
  670. | #define TIME_WITH_SYS_TIME 1
  671. | #define HAVE_SYS_PARAM_H 1
  672. | #define HAVE_SYS_TIME_H 1
  673. | #define HAVE_SYS_TIMES_H 1
  674. | #define HAVE_SYS_WAIT_H 1
  675. | #define HAVE_UNISTD_H 1
  676. | #define RETSIGTYPE void
  677. | #define HAVE_VPRINTF 1
  678. | /* end confdefs.h.  */
  679. | /* Define _doprnt to an innocuous variant, in case <limits.h> declares _doprnt.
  680. |    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
  681. | #define _doprnt innocuous__doprnt
  682. |
  683. | /* System header to define __stub macros and hopefully few prototypes,
  684. |     which can conflict with char _doprnt (); below.
  685. |     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  686. |     <limits.h> exists even on freestanding compilers.  */
  687. |
  688. | #ifdef __STDC__
  689. | # include <limits.h>
  690. | #else
  691. | # include <assert.h>
  692. | #endif
  693. |
  694. | #undef _doprnt
  695. |
  696. | /* Override any GCC internal prototype to avoid an error.
  697. |    Use char because int might match the return type of a GCC
  698. |    builtin and then its argument prototype would still apply.  */
  699. | #ifdef __cplusplus
  700. | extern "C"
  701. | #endif
  702. | char _doprnt ();
  703. | /* The GNU C library defines this for functions which it implements
  704. |     to always fail with ENOSYS.  Some functions are actually named
  705. |     something starting with __ and the normal name is an alias.  */
  706. | #if defined __stub__doprnt || defined __stub____doprnt
  707. | choke me
  708. | #endif
  709. |
  710. | int
  711. | main ()
  712. | {
  713. | return _doprnt ();
  714. |   ;
  715. |   return 0;
  716. | }
  717. configure:23009: result: no
  718. configure:23026: checking for working alloca.h
  719. configure:23053: cc -o conftest -O -pipe -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -I/usr/local/include -L/usr/local/lib conftest.c  >&5
  720. conftest.c:31:20: error: alloca.h: No such file or directory
  721. conftest.c: In function 'main':
  722. conftest.c:34: warning: old-style function definition
  723. conftest.c:35: warning: implicit declaration of function 'alloca'
  724. conftest.c:35: warning: incompatible implicit declaration of built-in function 'alloca'
  725. configure:23059: $? = 1
  726. configure: failed program was:
  727. | /* confdefs.h.  */
  728. | #define PACKAGE_NAME "GIMP"
  729. | #define PACKAGE_TARNAME "gimp"
  730. | #define PACKAGE_VERSION "2.6.1"
  731. | #define PACKAGE_STRING "GIMP 2.6.1"
  732. | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=GIMP"
  733. | #define GETTEXT_PACKAGE "gimp20"
  734. | #define STDC_HEADERS 1
  735. | #define HAVE_SYS_TYPES_H 1
  736. | #define HAVE_SYS_STAT_H 1
  737. | #define HAVE_STDLIB_H 1
  738. | #define HAVE_STRING_H 1
  739. | #define HAVE_MEMORY_H 1
  740. | #define HAVE_STRINGS_H 1
  741. | #define HAVE_INTTYPES_H 1
  742. | #define HAVE_STDINT_H 1
  743. | #define HAVE_UNISTD_H 1
  744. | #define HAVE_DLFCN_H 1
  745. | #define ARCH_X86 1
  746. | #define STDC_HEADERS 1
  747. | #define HAVE_SYS_WAIT_H 1
  748. | #define TIME_WITH_SYS_TIME 1
  749. | #define HAVE_SYS_PARAM_H 1
  750. | #define HAVE_SYS_TIME_H 1
  751. | #define HAVE_SYS_TIMES_H 1
  752. | #define HAVE_SYS_WAIT_H 1
  753. | #define HAVE_UNISTD_H 1
  754. | #define RETSIGTYPE void
  755. | #define HAVE_VPRINTF 1
  756. | /* end confdefs.h.  */
  757. | #include <alloca.h>
  758. | int
  759. | main ()
  760. | {
  761. | char *p = (char *) alloca (2 * sizeof (int));
  762. |                         if (p) return 0;
  763. |   ;
  764. |   return 0;
  765. | }
  766. configure:23076: result: no
  767. configure:23086: checking for alloca
  768. configure:23133: cc -o conftest -O -pipe -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -I/usr/local/include -L/usr/local/lib conftest.c  >&5
  769. conftest.c: In function 'main':
  770. conftest.c:54: warning: old-style function definition
  771. configure:23139: $? = 0
  772. configure:23156: result: yes
  773. configure:23390: checking for difftime
  774. configure:23446: cc -o conftest -O -pipe -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -I/usr/local/include -L/usr/local/lib conftest.c  >&5
  775. conftest.c: In function 'main':
  776. conftest.c:65: warning: old-style function definition
  777. configure:23452: $? = 0
  778. configure:23470: result: yes
  779. configure:23390: checking for mmap
  780. configure:23446: cc -o conftest -O -pipe -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -I/usr/local/include -L/usr/local/lib conftest.c  >&5
  781. conftest.c: In function 'main':
  782. conftest.c:66: warning: old-style function definition
  783. configure:23452: $? = 0
  784. configure:23470: result: yes
  785. configure:23538: checking whether binary relocation support should be enabled
  786. configure:23556: result: no
  787. configure:23673: checking for _NL_MEASUREMENT_MEASUREMENT
  788. configure:23698: cc -o conftest -O -pipe -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -I/usr/local/include -L/usr/local/lib conftest.c  >&5
  789. conftest.c: In function 'main':
  790. conftest.c:37: warning: old-style function definition
  791. conftest.c:39: error: '_NL_MEASUREMENT_MEASUREMENT' undeclared (first use in this function)
  792. conftest.c:39: error: (Each undeclared identifier is reported only once
  793. conftest.c:39: error: for each function it appears in.)
  794. conftest.c:39: warning: unused variable 'c'
  795. configure:23704: $? = 1
  796. configure: failed program was:
  797. | /* confdefs.h.  */
  798. | #define PACKAGE_NAME "GIMP"
  799. | #define PACKAGE_TARNAME "gimp"
  800. | #define PACKAGE_VERSION "2.6.1"
  801. | #define PACKAGE_STRING "GIMP 2.6.1"
  802. | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=GIMP"
  803. | #define GETTEXT_PACKAGE "gimp20"
  804. | #define STDC_HEADERS 1
  805. | #define HAVE_SYS_TYPES_H 1
  806. | #define HAVE_SYS_STAT_H 1
  807. | #define HAVE_STDLIB_H 1
  808. | #define HAVE_STRING_H 1
  809. | #define HAVE_MEMORY_H 1
  810. | #define HAVE_STRINGS_H 1
  811. | #define HAVE_INTTYPES_H 1
  812. | #define HAVE_STDINT_H 1
  813. | #define HAVE_UNISTD_H 1
  814. | #define HAVE_DLFCN_H 1
  815. | #define ARCH_X86 1
  816. | #define STDC_HEADERS 1
  817. | #define HAVE_SYS_WAIT_H 1
  818. | #define TIME_WITH_SYS_TIME 1
  819. | #define HAVE_SYS_PARAM_H 1
  820. | #define HAVE_SYS_TIME_H 1
  821. | #define HAVE_SYS_TIMES_H 1
  822. | #define HAVE_SYS_WAIT_H 1
  823. | #define HAVE_UNISTD_H 1
  824. | #define RETSIGTYPE void
  825. | #define HAVE_VPRINTF 1
  826. | #define HAVE_ALLOCA 1
  827. | #define HAVE_DIFFTIME 1
  828. | #define HAVE_MMAP 1
  829. | /* end confdefs.h.  */
  830. | #include <langinfo.h>
  831. | int
  832. | main ()
  833. | {
  834. |
  835. | char c = *((unsigned char *)  nl_langinfo(_NL_MEASUREMENT_MEASUREMENT));
  836. |
  837. |   ;
  838. |   return 0;
  839. | }
  840. configure:23720: result: no
  841. configure:23747: checking for intltool >= 0.35.5
  842. configure:23754: result: 0.37.1 found
  843. configure:23764: checking for intltool-update
  844. configure:23782: found /usr/local/bin/intltool-update
  845. configure:23794: result: /usr/local/bin/intltool-update
  846. configure:23804: checking for intltool-merge
  847. configure:23822: found /usr/local/bin/intltool-merge
  848. configure:23834: result: /usr/local/bin/intltool-merge
  849. configure:23844: checking for intltool-extract
  850. configure:23862: found /usr/local/bin/intltool-extract
  851. configure:23874: result: /usr/local/bin/intltool-extract
  852. configure:23931: checking for xgettext
  853. configure:23949: found /usr/local/bin/xgettext
  854. configure:23961: result: /usr/local/bin/xgettext
  855. configure:23971: checking for msgmerge
  856. configure:23989: found /usr/local/bin/msgmerge
  857. configure:24001: result: /usr/local/bin/msgmerge
  858. configure:24011: checking for msgfmt
  859. configure:24029: found /usr/local/bin/msgfmt
  860. configure:24041: result: /usr/local/bin/msgfmt
  861. configure:24065: checking for perl
  862. configure:24083: found /usr/bin/perl
  863. configure:24095: result: /usr/bin/perl
  864. configure:24114: checking for XML::Parser
  865. configure:24117: result: ok
  866. configure:24154: cc -o conftest -O -pipe -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -I/usr/local/include -L/usr/local/lib conftest.c  >&5
  867. conftest.c: In function 'main':
  868. conftest.c:37: warning: old-style function definition
  869. /var/tmp//ccbRZNF5.o(.text+0xf): In function `main':
  870. : undefined reference to `_nl_msg_cat_cntr'
  871. configure:24160: $? = 1
  872. configure: failed program was:
  873. | /* confdefs.h.  */
  874. | #define PACKAGE_NAME "GIMP"
  875. | #define PACKAGE_TARNAME "gimp"
  876. | #define PACKAGE_VERSION "2.6.1"
  877. | #define PACKAGE_STRING "GIMP 2.6.1"
  878. | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=GIMP"
  879. | #define GETTEXT_PACKAGE "gimp20"
  880. | #define STDC_HEADERS 1
  881. | #define HAVE_SYS_TYPES_H 1
  882. | #define HAVE_SYS_STAT_H 1
  883. | #define HAVE_STDLIB_H 1
  884. | #define HAVE_STRING_H 1
  885. | #define HAVE_MEMORY_H 1
  886. | #define HAVE_STRINGS_H 1
  887. | #define HAVE_INTTYPES_H 1
  888. | #define HAVE_STDINT_H 1
  889. | #define HAVE_UNISTD_H 1
  890. | #define HAVE_DLFCN_H 1
  891. | #define ARCH_X86 1
  892. | #define STDC_HEADERS 1
  893. | #define HAVE_SYS_WAIT_H 1
  894. | #define TIME_WITH_SYS_TIME 1
  895. | #define HAVE_SYS_PARAM_H 1
  896. | #define HAVE_SYS_TIME_H 1
  897. | #define HAVE_SYS_TIMES_H 1
  898. | #define HAVE_SYS_WAIT_H 1
  899. | #define HAVE_UNISTD_H 1
  900. | #define RETSIGTYPE void
  901. | #define HAVE_VPRINTF 1
  902. | #define HAVE_ALLOCA 1
  903. | #define HAVE_DIFFTIME 1
  904. | #define HAVE_MMAP 1
  905. | /* end confdefs.h.  */
  906. |
  907. | int
  908. | main ()
  909. | {
  910. | extern int _nl_msg_cat_cntr;
  911. |                        return _nl_msg_cat_cntr
  912. |   ;
  913. |   return 0;
  914. | }
  915. configure:24291: checking locale.h usability
  916. configure:24308: cc -c -O -pipe -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -I/usr/local/include conftest.c >&5
  917. configure:24314: $? = 0
  918. configure:24328: result: yes
  919. configure:24332: checking locale.h presence
  920. configure:24347: cc -E -I/usr/local/include conftest.c
  921. configure:24353: $? = 0
  922. configure:24367: result: yes
  923. configure:24400: checking for locale.h
  924. configure:24408: result: yes
  925. configure:24422: checking for LC_MESSAGES
  926. configure:24448: cc -o conftest -O -pipe -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -I/usr/local/include -L/usr/local/lib conftest.c  >&5
  927. conftest.c: In function 'main':
  928. conftest.c:38: warning: old-style function definition
  929. configure:24454: $? = 0
  930. configure:24471: result: yes
  931. configure:24500: checking libintl.h usability
  932. configure:24517: cc -c -O -pipe -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -I/usr/local/include conftest.c >&5
  933. configure:24523: $? = 0
  934. configure:24537: result: yes
  935. configure:24541: checking libintl.h presence
  936. configure:24556: cc -E -I/usr/local/include conftest.c
  937. configure:24562: $? = 0
  938. configure:24576: result: yes
  939. configure:24609: checking for libintl.h
  940. configure:24616: result: yes
  941. configure:24627: checking for ngettext in libc
  942. configure:24655: cc -o conftest -O -pipe -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -I/usr/local/include -L/usr/local/lib conftest.c  >&5
  943. conftest.c: In function 'main':
  944. conftest.c:41: warning: old-style function definition
  945. /var/tmp//ccYlCZEr.o(.text+0x29): In function `main':
  946. : undefined reference to `libintl_ngettext'
  947. configure:24661: $? = 1
  948. configure: failed program was:
  949. | /* confdefs.h.  */
  950. | #define PACKAGE_NAME "GIMP"
  951. | #define PACKAGE_TARNAME "gimp"
  952. | #define PACKAGE_VERSION "2.6.1"
  953. | #define PACKAGE_STRING "GIMP 2.6.1"
  954. | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=GIMP"
  955. | #define GETTEXT_PACKAGE "gimp20"
  956. | #define STDC_HEADERS 1
  957. | #define HAVE_SYS_TYPES_H 1
  958. | #define HAVE_SYS_STAT_H 1
  959. | #define HAVE_STDLIB_H 1
  960. | #define HAVE_STRING_H 1
  961. | #define HAVE_MEMORY_H 1
  962. | #define HAVE_STRINGS_H 1
  963. | #define HAVE_INTTYPES_H 1
  964. | #define HAVE_STDINT_H 1
  965. | #define HAVE_UNISTD_H 1
  966. | #define HAVE_DLFCN_H 1
  967. | #define ARCH_X86 1
  968. | #define STDC_HEADERS 1
  969. | #define HAVE_SYS_WAIT_H 1
  970. | #define TIME_WITH_SYS_TIME 1
  971. | #define HAVE_SYS_PARAM_H 1
  972. | #define HAVE_SYS_TIME_H 1
  973. | #define HAVE_SYS_TIMES_H 1
  974. | #define HAVE_SYS_WAIT_H 1
  975. | #define HAVE_UNISTD_H 1
  976. | #define RETSIGTYPE void
  977. | #define HAVE_VPRINTF 1
  978. | #define HAVE_ALLOCA 1
  979. | #define HAVE_DIFFTIME 1
  980. | #define HAVE_MMAP 1
  981. | #define HAVE_LOCALE_H 1
  982. | #define HAVE_LC_MESSAGES 1
  983. | /* end confdefs.h.  */
  984. |
  985. | #include <libintl.h>
  986. |
  987. | int
  988. | main ()
  989. | {
  990. | return !ngettext ("","", 1)
  991. |   ;
  992. |   return 0;
  993. | }
  994. configure:24679: result: no
  995. configure:24843: checking for bindtextdomain in -lintl
  996. configure:24878: cc -o conftest -O -pipe -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -I/usr/local/include -L/usr/local/lib conftest.c -lintl   >&5
  997. conftest.c: In function 'main':
  998. conftest.c:46: warning: old-style function definition
  999. configure:24884: $? = 0
  1000. configure:24902: result: yes
  1001. configure:24905: checking for ngettext in -lintl
  1002. configure:24940: cc -o conftest -O -pipe -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -I/usr/local/include -L/usr/local/lib conftest.c -lintl   >&5
  1003. conftest.c: In function 'main':
  1004. conftest.c:46: warning: old-style function definition
  1005. configure:24946: $? = 0
  1006. configure:24964: result: yes
  1007. configure:24967: checking for dgettext in -lintl
  1008. configure:25002: cc -o conftest -O -pipe -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -I/usr/local/include -L/usr/local/lib conftest.c -lintl   >&5
  1009. conftest.c:43: warning: conflicting types for built-in function 'dgettext'
  1010. conftest.c: In function 'main':
  1011. conftest.c:46: warning: old-style function definition
  1012. configure:25008: $? = 0
  1013. configure:25026: result: yes
  1014. configure:25191: checking for bind_textdomain_codeset
  1015. configure:25247: cc -o conftest -O -pipe -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -I/usr/local/include -L/usr/local/lib conftest.c  -lintl  >&5
  1016. conftest.c: In function 'main':
  1017. conftest.c:69: warning: old-style function definition
  1018. configure:25253: $? = 0
  1019. configure:25271: result: yes
  1020. configure:25311: checking for msgfmt
  1021. configure:25338: result: /usr/local/bin/msgfmt
  1022. configure:25351: checking for dcgettext
  1023. configure:25407: cc -o conftest -O -pipe -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -I/usr/local/include -L/usr/local/lib conftest.c  -lintl  >&5
  1024. conftest.c:61: warning: conflicting types for built-in function 'dcgettext'
  1025. conftest.c: In function 'main':
  1026. conftest.c:71: warning: old-style function definition
  1027. configure:25413: $? = 0
  1028. configure:25431: result: yes
  1029. configure:25442: checking if msgfmt accepts -c
  1030. configure:25457: $MSGFMT -c -o /dev/null conftest.foo
  1031. configure:25460: $? = 0
  1032. configure:25462: result: yes
  1033. configure:25472: checking for gmsgfmt
  1034. configure:25503: result: /usr/local/bin/msgfmt
  1035. configure:25513: checking for xgettext
  1036. configure:25540: result: /usr/local/bin/xgettext
  1037. configure:25569: cc -o conftest -O -pipe -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -I/usr/local/include -L/usr/local/lib conftest.c  -lintl  >&5
  1038. conftest.c: In function 'main':
  1039. conftest.c:42: warning: old-style function definition
  1040. configure:25575: $? = 0
  1041. configure:25807: checking for iso-codes
  1042. configure:25810: $PKG_CONFIG --exists --print-errors "iso-codes"
  1043. gnome-config: not found
  1044. Package iso-codes was not found in the pkg-config search path.
  1045. Perhaps you should add the directory containing `iso-codes.pc'
  1046. to the PKG_CONFIG_PATH environment variable
  1047. No package 'iso-codes' found
  1048. configure:25813: $? = 1
  1049. configure:25827: result: no (iso-codes package not found)
  1050. configure:25840: checking for BABL
  1051. configure:25848: $PKG_CONFIG --exists --print-errors "babl >= 0.0.22"
  1052. configure:25851: $? = 0
  1053. configure:25866: $PKG_CONFIG --exists --print-errors "babl >= 0.0.22"
  1054. configure:25869: $? = 0
  1055. configure:25945: result: yes
  1056. configure:25951: checking for GEGL
  1057. configure:25959: $PKG_CONFIG --exists --print-errors "gegl >= 0.0.18"
  1058. configure:25962: $? = 0
  1059. configure:25977: $PKG_CONFIG --exists --print-errors "gegl >= 0.0.18"
  1060. configure:25980: $? = 0
  1061. configure:26056: result: yes
  1062. configure:26140: checking for pkg-config
  1063. configure:26170: result: /usr/local/bin/pkg-config
  1064. configure:26199: checking pkg-config is at least version 0.16
  1065. configure:26202: result: yes
  1066. configure:26220: checking for GLIB - version >= 2.16.1
  1067. configure:26344: cc -o conftest -O -pipe -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include   -I/usr/local/include -L/usr/local/lib conftest.c -pthread -L/usr/local/lib -lgobject-2.0 -lgthread-2.0 -lglib-2.0 -liconv    >&5
  1068. conftest.c: In function 'main':
  1069. conftest.c:47: warning: old-style function definition
  1070. configure:26347: $? = 0
  1071. configure:26353: ./conftest
  1072. configure:26356: $? = 0
  1073. configure:26376: result: yes (version 2.16.5)
  1074. configure:26472: checking for GMODULE_NO_EXPORT
  1075. configure:26480: $PKG_CONFIG --exists --print-errors "gmodule-no-export-2.0"
  1076. configure:26483: $? = 0
  1077. configure:26498: $PKG_CONFIG --exists --print-errors "gmodule-no-export-2.0"
  1078. configure:26501: $? = 0
  1079. configure:26577: result: yes
  1080. configure:26584: checking for GIO
  1081. configure:26592: $PKG_CONFIG --exists --print-errors "gio-2.0"
  1082. configure:26595: $? = 0
  1083. configure:26610: $PKG_CONFIG --exists --print-errors "gio-2.0"
  1084. configure:26613: $? = 0
  1085. configure:26689: result: yes
  1086. configure:26694: checking if GLib is version 2.19.0 or newer
  1087. configure:26701: result: no
  1088. configure:26712: checking for bind_textdomain_codeset
  1089. configure:26792: result: yes
  1090. configure:26813: checking for X
  1091. configure:27048: result: libraries /usr/local/lib, headers /usr/local/include
  1092. configure:27070: checking whether -R must be followed by a space
  1093. configure:27096: cc -o conftest -O -pipe -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -I/usr/local/include -L/usr/local/lib conftest.c  -R/usr/local/lib >&5
  1094. conftest.c: In function 'main':
  1095. conftest.c:44: warning: old-style function definition
  1096. configure:27102: $? = 0
  1097. configure: failed program was:
  1098. | /* confdefs.h.  */
  1099. | #define PACKAGE_NAME "GIMP"
  1100. | #define PACKAGE_TARNAME "gimp"
  1101. | #define PACKAGE_VERSION "2.6.1"
  1102. | #define PACKAGE_STRING "GIMP 2.6.1"
  1103. | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=GIMP"
  1104. | #define GETTEXT_PACKAGE "gimp20"
  1105. | #define STDC_HEADERS 1
  1106. | #define HAVE_SYS_TYPES_H 1
  1107. | #define HAVE_SYS_STAT_H 1
  1108. | #define HAVE_STDLIB_H 1
  1109. | #define HAVE_STRING_H 1
  1110. | #define HAVE_MEMORY_H 1
  1111. | #define HAVE_STRINGS_H 1
  1112. | #define HAVE_INTTYPES_H 1
  1113. | #define HAVE_STDINT_H 1
  1114. | #define HAVE_UNISTD_H 1
  1115. | #define HAVE_DLFCN_H 1
  1116. | #define ARCH_X86 1
  1117. | #define STDC_HEADERS 1
  1118. | #define HAVE_SYS_WAIT_H 1
  1119. | #define TIME_WITH_SYS_TIME 1
  1120. | #define HAVE_SYS_PARAM_H 1
  1121. | #define HAVE_SYS_TIME_H 1
  1122. | #define HAVE_SYS_TIMES_H 1
  1123. | #define HAVE_SYS_WAIT_H 1
  1124. | #define HAVE_UNISTD_H 1
  1125. | #define RETSIGTYPE void
  1126. | #define HAVE_VPRINTF 1
  1127. | #define HAVE_ALLOCA 1
  1128. | #define HAVE_DIFFTIME 1
  1129. | #define HAVE_MMAP 1
  1130. | #define HAVE_LOCALE_H 1
  1131. | #define HAVE_LC_MESSAGES 1
  1132. | #define HAVE_BIND_TEXTDOMAIN_CODESET 1
  1133. | #define HAVE_GETTEXT 1
  1134. | #define HAVE_DCGETTEXT 1
  1135. | #define ENABLE_NLS 1
  1136. | #define HAVE_BIND_TEXTDOMAIN_CODESET 1
  1137. | /* end confdefs.h.  */
  1138. |
  1139. | int
  1140. | main ()
  1141. | {
  1142. |
  1143. |   ;
  1144. |   return 0;
  1145. | }
  1146. configure:27137: cc -o conftest -O -pipe -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -I/usr/local/include -L/usr/local/lib conftest.c  -R /usr/local/lib >&5
  1147. conftest.c: In function 'main':
  1148. conftest.c:44: warning: old-style function definition
  1149. configure:27143: $? = 0
  1150. configure: failed program was:
  1151. | /* confdefs.h.  */
  1152. | #define PACKAGE_NAME "GIMP"
  1153. | #define PACKAGE_TARNAME "gimp"
  1154. | #define PACKAGE_VERSION "2.6.1"
  1155. | #define PACKAGE_STRING "GIMP 2.6.1"
  1156. | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=GIMP"
  1157. | #define GETTEXT_PACKAGE "gimp20"
  1158. | #define STDC_HEADERS 1
  1159. | #define HAVE_SYS_TYPES_H 1
  1160. | #define HAVE_SYS_STAT_H 1
  1161. | #define HAVE_STDLIB_H 1
  1162. | #define HAVE_STRING_H 1
  1163. | #define HAVE_MEMORY_H 1
  1164. | #define HAVE_STRINGS_H 1
  1165. | #define HAVE_INTTYPES_H 1
  1166. | #define HAVE_STDINT_H 1
  1167. | #define HAVE_UNISTD_H 1
  1168. | #define HAVE_DLFCN_H 1
  1169. | #define ARCH_X86 1
  1170. | #define STDC_HEADERS 1
  1171. | #define HAVE_SYS_WAIT_H 1
  1172. | #define TIME_WITH_SYS_TIME 1
  1173. | #define HAVE_SYS_PARAM_H 1
  1174. | #define HAVE_SYS_TIME_H 1
  1175. | #define HAVE_SYS_TIMES_H 1
  1176. | #define HAVE_SYS_WAIT_H 1
  1177. | #define HAVE_UNISTD_H 1
  1178. | #define RETSIGTYPE void
  1179. | #define HAVE_VPRINTF 1
  1180. | #define HAVE_ALLOCA 1
  1181. | #define HAVE_DIFFTIME 1
  1182. | #define HAVE_MMAP 1
  1183. | #define HAVE_LOCALE_H 1
  1184. | #define HAVE_LC_MESSAGES 1
  1185. | #define HAVE_BIND_TEXTDOMAIN_CODESET 1
  1186. | #define HAVE_GETTEXT 1
  1187. | #define HAVE_DCGETTEXT 1
  1188. | #define ENABLE_NLS 1
  1189. | #define HAVE_BIND_TEXTDOMAIN_CODESET 1
  1190. | /* end confdefs.h.  */
  1191. |
  1192. | int
  1193. | main ()
  1194. | {
  1195. |
  1196. |   ;
  1197. |   return 0;
  1198. | }
  1199. configure:27156: result: neither works
  1200. configure:27209: cc -o conftest -O -pipe -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -I/usr/local/include -L/usr/local/lib conftest.c   -L/usr/local/lib -lX11 >&5
  1201. conftest.c: In function 'main':
  1202. conftest.c:51: warning: old-style function definition
  1203. configure:27215: $? = 0
  1204. configure:27372: checking for gethostbyname
  1205. configure:27428: cc -o conftest -O -pipe -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -I/usr/local/include -L/usr/local/lib conftest.c  >&5
  1206. conftest.c: In function 'main':
  1207. conftest.c:74: warning: old-style function definition
  1208. configure:27434: $? = 0
  1209. configure:27451: result: yes
  1210. configure:27596: checking for connect
  1211. configure:27652: cc -o conftest -O -pipe -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -I/usr/local/include -L/usr/local/lib conftest.c  >&5
  1212. conftest.c: In function 'main':
  1213. conftest.c:74: warning: old-style function definition
  1214. configure:27658: $? = 0
  1215. configure:27675: result: yes
  1216. configure:27747: checking for remove
  1217. configure:27803: cc -o conftest -O -pipe -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -I/usr/local/include -L/usr/local/lib conftest.c  >&5
  1218. conftest.c: In function 'main':
  1219. conftest.c:74: warning: old-style function definition
  1220. configure:27809: $? = 0
  1221. configure:27826: result: yes
  1222. configure:27898: checking for shmat
  1223. configure:27954: cc -o conftest -O -pipe -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -I/usr/local/include -L/usr/local/lib conftest.c  >&5
  1224. conftest.c: In function 'main':
  1225. conftest.c:74: warning: old-style function definition
  1226. configure:27960: $? = 0
  1227. configure:27977: result: yes
  1228. configure:28058: checking for IceConnectionNumber in -lICE
  1229. configure:28093: cc -o conftest -O -pipe -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -I/usr/local/include -L/usr/local/lib -L/usr/local/lib conftest.c -lICE   >&5
  1230. conftest.c: In function 'main':
  1231. conftest.c:51: warning: old-style function definition
  1232. configure:28099: $? = 0
  1233. configure:28117: result: yes
  1234. configure:28150: checking for pkg-config
  1235. configure:28181: result: /usr/local/bin/pkg-config
  1236. configure:28203: checking for GTK+ - version >= 2.12.5
  1237. configure:28324: cc -o conftest -O -pipe -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -D_THREAD_SAFE -D_REENTRANT -I/usr/local/include/gtk-2.0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/freetype2 -I/usr/local/include/pixman-1   -I/usr/local/include -L/usr/local/lib conftest.c -pthread -pthread -L/usr/local/lib -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lXext -lXrender -lXinerama -lXi -lXrandr -lXcursor -lXcomposite -lXdamage -lcairo -lpangoft2-1.0 -lpango-1.0 -lm -lfreetype -lz -lfontconfig -lX11 -lXfixes -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lglib-2.0 -liconv    >&5
  1238. conftest.c: In function 'main':
  1239. conftest.c:48: warning: old-style function definition
  1240. configure:28327: $? = 0
  1241. configure:28333: ./conftest
  1242. configure:28336: $? = 0
  1243. configure:28356: result: yes (version 2.12.11)
  1244. configure:28444: checking if GTK+ is version 2.17.0 or newer
  1245. configure:28451: result: no
  1246. configure:28456: checking for GDK_PIXBUF
  1247. configure:28464: $PKG_CONFIG --exists --print-errors "gdk-pixbuf-2.0 >= 2.12.5"
  1248. configure:28467: $? = 0
  1249. configure:28482: $PKG_CONFIG --exists --print-errors "gdk-pixbuf-2.0 >= 2.12.5"
  1250. configure:28485: $? = 0
  1251. configure:28561: result: yes
  1252. configure:28568: checking for gdk-pixbuf-csource
  1253. configure:28586: found /usr/local/bin/gdk-pixbuf-csource
  1254. configure:28599: result: /usr/local/bin/gdk-pixbuf-csource
  1255. configure:28615: checking for CAIRO
  1256. configure:28623: $PKG_CONFIG --exists --print-errors "cairo >= 1.4.10"
  1257. configure:28626: $? = 0
  1258. configure:28641: $PKG_CONFIG --exists --print-errors "cairo >= 1.4.10"
  1259. configure:28644: $? = 0
  1260. configure:28720: result: yes
  1261. configure:28727: checking for FONTCONFIG
  1262. configure:28735: $PKG_CONFIG --exists --print-errors "fontconfig >= 2.2.0"
  1263. configure:28738: $? = 0
  1264. configure:28753: $PKG_CONFIG --exists --print-errors "fontconfig >= 2.2.0"
  1265. configure:28756: $? = 0
  1266. configure:28832: result: yes
  1267. configure:28839: checking for PANGOFT2
  1268. configure:28847: $PKG_CONFIG --exists --print-errors "pangoft2 >= 1.18.0"
  1269. configure:28850: $? = 0
  1270. configure:28865: $PKG_CONFIG --exists --print-errors "pangoft2 >= 1.18.0"
  1271. configure:28868: $? = 0
  1272. configure:28916: result: yes
  1273. configure:28921: checking if Pango is version 1.21.0 or newer
  1274. configure:28928: result: no
  1275. configure:28934: checking if Pango is built with a recent fontconfig
  1276. configure:28957: cc -c -I/usr/local/include/pango-1.0 -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include   -O -pipe -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -I/usr/local/include conftest.c >&5
  1277. conftest.c: In function 'main':
  1278. conftest.c:44: warning: old-style function definition
  1279. conftest.c:45: warning: missing sentinel in function call
  1280. configure:28963: $? = 0
  1281. configure:28977: result: yes
  1282. configure:29010: checking for freetype-config
  1283. configure:29028: found /usr/local/bin/freetype-config
  1284. configure:29041: result: /usr/local/bin/freetype-config
  1285. configure:29050: checking for freetype libraries
  1286. configure:29053: result: -L/usr/local/lib -lfreetype -lz
  1287. configure:29079: checking math.h usability
  1288. configure:29096: cc -c -O -pipe -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -I/usr/local/include conftest.c >&5
  1289. configure:29102: $? = 0
  1290. configure:29116: result: yes
  1291. configure:29120: checking math.h presence
  1292. configure:29135: cc -E -I/usr/local/include conftest.c
  1293. configure:29141: $? = 0
  1294. configure:29155: result: yes
  1295. configure:29188: checking for math.h
  1296. configure:29196: result: yes
  1297. configure:29079: checking ieeefp.h usability
  1298. configure:29096: cc -c -O -pipe -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -I/usr/local/include conftest.c >&5
  1299. configure:29102: $? = 0
  1300. configure:29116: result: yes
  1301. configure:29120: checking ieeefp.h presence
  1302. configure:29135: cc -E -I/usr/local/include conftest.c
  1303. configure:29141: $? = 0
  1304. configure:29155: result: yes
  1305. configure:29188: checking for ieeefp.h
  1306. configure:29196: result: yes
  1307. configure:29211: checking for extra flags to get ANSI library prototypes
  1308. configure:29234: cc -o conftest -O -pipe -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -I/usr/local/include -L/usr/local/lib conftest.c  -lm >&5
  1309. configure:29237: $? = 0
  1310. configure:29243: ./conftest
  1311. configure:29246: $? = 0
  1312. configure:29248: result: none needed
  1313. configure:29320: checking for finite
  1314. configure:29376: cc -o conftest -O -pipe -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -I/usr/local/include -L/usr/local/lib conftest.c  -lm >&5
  1315. conftest.c:66: warning: conflicting types for built-in function 'finite'
  1316. conftest.c: In function 'main':
  1317. conftest.c:76: warning: old-style function definition
  1318. configure:29382: $? = 0
  1319. configure:29400: result: yes
  1320. configure:29525: checking for extra flags for POSIX compliance
  1321. configure:29548: cc -c -O -pipe -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -I/usr/local/include conftest.c >&5
  1322. conftest.c: In function 'main':
  1323. conftest.c:47: warning: old-style function definition
  1324. conftest.c:48: warning: unused variable 'dir'
  1325. configure:29554: $? = 0
  1326. configure:29559: result: none needed
  1327. configure:29618: checking for rint
  1328. configure:29674: cc -o conftest -O -pipe -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -I/usr/local/include -L/usr/local/lib conftest.c  >&5
  1329. conftest.c:67: warning: conflicting types for built-in function 'rint'
  1330. conftest.c: In function 'main':
  1331. conftest.c:77: warning: old-style function definition
  1332. /var/tmp//ccGRAlxN.o(.text+0x12): In function `main':
  1333. : undefined reference to `rint'
  1334. configure:29680: $? = 1
  1335. configure: failed program was:
  1336. | /* confdefs.h.  */
  1337. | #define PACKAGE_NAME "GIMP"
  1338. | #define PACKAGE_TARNAME "gimp"
  1339. | #define PACKAGE_VERSION "2.6.1"
  1340. | #define PACKAGE_STRING "GIMP 2.6.1"
  1341. | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=GIMP"
  1342. | #define GETTEXT_PACKAGE "gimp20"
  1343. | #define STDC_HEADERS 1
  1344. | #define HAVE_SYS_TYPES_H 1
  1345. | #define HAVE_SYS_STAT_H 1
  1346. | #define HAVE_STDLIB_H 1
  1347. | #define HAVE_STRING_H 1
  1348. | #define HAVE_MEMORY_H 1
  1349. | #define HAVE_STRINGS_H 1
  1350. | #define HAVE_INTTYPES_H 1
  1351. | #define HAVE_STDINT_H 1
  1352. | #define HAVE_UNISTD_H 1
  1353. | #define HAVE_DLFCN_H 1
  1354. | #define ARCH_X86 1
  1355. | #define STDC_HEADERS 1
  1356. | #define HAVE_SYS_WAIT_H 1
  1357. | #define TIME_WITH_SYS_TIME 1
  1358. | #define HAVE_SYS_PARAM_H 1
  1359. | #define HAVE_SYS_TIME_H 1
  1360. | #define HAVE_SYS_TIMES_H 1
  1361. | #define HAVE_SYS_WAIT_H 1
  1362. | #define HAVE_UNISTD_H 1
  1363. | #define RETSIGTYPE void
  1364. | #define HAVE_VPRINTF 1
  1365. | #define HAVE_ALLOCA 1
  1366. | #define HAVE_DIFFTIME 1
  1367. | #define HAVE_MMAP 1
  1368. | #define HAVE_LOCALE_H 1
  1369. | #define HAVE_LC_MESSAGES 1
  1370. | #define HAVE_BIND_TEXTDOMAIN_CODESET 1
  1371. | #define HAVE_GETTEXT 1
  1372. | #define HAVE_DCGETTEXT 1
  1373. | #define ENABLE_NLS 1
  1374. | #define HAVE_BIND_TEXTDOMAIN_CODESET 1
  1375. | #define HAVE_MATH_H 1
  1376. | #define HAVE_IEEEFP_H 1
  1377. | #define HAVE_FINITE 1
  1378. | /* end confdefs.h.  */
  1379. | /* Define rint to an innocuous variant, in case <limits.h> declares rint.
  1380. |    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
  1381. | #define rint innocuous_rint
  1382. |
  1383. | /* System header to define __stub macros and hopefully few prototypes,
  1384. |     which can conflict with char rint (); below.
  1385. |     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  1386. |     <limits.h> exists even on freestanding compilers.  */
  1387. |
  1388. | #ifdef __STDC__
  1389. | # include <limits.h>
  1390. | #else
  1391. | # include <assert.h>
  1392. | #endif
  1393. |
  1394. | #undef rint
  1395. |
  1396. | /* Override any GCC internal prototype to avoid an error.
  1397. |    Use char because int might match the return type of a GCC
  1398. |    builtin and then its argument prototype would still apply.  */
  1399. | #ifdef __cplusplus
  1400. | extern "C"
  1401. | #endif
  1402. | char rint ();
  1403. | /* The GNU C library defines this for functions which it implements
  1404. |     to always fail with ENOSYS.  Some functions are actually named
  1405. |     something starting with __ and the normal name is an alias.  */
  1406. | #if defined __stub_rint || defined __stub___rint
  1407. | choke me
  1408. | #endif
  1409. |
  1410. | int
  1411. | main ()
  1412. | {
  1413. | return rint ();
  1414. |   ;
  1415. |   return 0;
  1416. | }
  1417. configure:29697: result: no
  1418. configure:29707: checking for rint in -lm
  1419. configure:29742: cc -o conftest -O -pipe -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -I/usr/local/include -L/usr/local/lib conftest.c -lm   >&5
  1420. conftest.c:51: warning: conflicting types for built-in function 'rint'
  1421. conftest.c: In function 'main':
  1422. conftest.c:54: warning: old-style function definition
  1423. configure:29748: $? = 0
  1424. configure:29766: result: yes
  1425. configure:29791: checking for inet_ntoa
  1426. configure:29847: cc -o conftest -O -pipe -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -I/usr/local/include -L/usr/local/lib conftest.c  >&5
  1427. conftest.c: In function 'main':
  1428. conftest.c:78: warning: old-style function definition
  1429. configure:29853: $? = 0
  1430. configure:29871: result: yes
  1431. configure:29954: checking for socket in -lsocket
  1432. configure:29989: cc -o conftest -O -pipe -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -I/usr/local/include -L/usr/local/lib conftest.c -lsocket   >&5
  1433. conftest.c: In function 'main':
  1434. conftest.c:56: warning: old-style function definition
  1435. /usr/bin/ld: cannot find -lsocket
  1436. configure:29995: $? = 1
  1437. configure: failed program was:
  1438. | /* confdefs.h.  */
  1439. | #define PACKAGE_NAME "GIMP"
  1440. | #define PACKAGE_TARNAME "gimp"
  1441. | #define PACKAGE_VERSION "2.6.1"
  1442. | #define PACKAGE_STRING "GIMP 2.6.1"
  1443. | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=GIMP"
  1444. | #define GETTEXT_PACKAGE "gimp20"
  1445. | #define STDC_HEADERS 1
  1446. | #define HAVE_SYS_TYPES_H 1
  1447. | #define HAVE_SYS_STAT_H 1
  1448. | #define HAVE_STDLIB_H 1
  1449. | #define HAVE_STRING_H 1
  1450. | #define HAVE_MEMORY_H 1
  1451. | #define HAVE_STRINGS_H 1
  1452. | #define HAVE_INTTYPES_H 1
  1453. | #define HAVE_STDINT_H 1
  1454. | #define HAVE_UNISTD_H 1
  1455. | #define HAVE_DLFCN_H 1
  1456. | #define ARCH_X86 1
  1457. | #define STDC_HEADERS 1
  1458. | #define HAVE_SYS_WAIT_H 1
  1459. | #define TIME_WITH_SYS_TIME 1
  1460. | #define HAVE_SYS_PARAM_H 1
  1461. | #define HAVE_SYS_TIME_H 1
  1462. | #define HAVE_SYS_TIMES_H 1
  1463. | #define HAVE_SYS_WAIT_H 1
  1464. | #define HAVE_UNISTD_H 1
  1465. | #define RETSIGTYPE void
  1466. | #define HAVE_VPRINTF 1
  1467. | #define HAVE_ALLOCA 1
  1468. | #define HAVE_DIFFTIME 1
  1469. | #define HAVE_MMAP 1
  1470. | #define HAVE_LOCALE_H 1
  1471. | #define HAVE_LC_MESSAGES 1
  1472. | #define HAVE_BIND_TEXTDOMAIN_CODESET 1
  1473. | #define HAVE_GETTEXT 1
  1474. | #define HAVE_DCGETTEXT 1
  1475. | #define ENABLE_NLS 1
  1476. | #define HAVE_BIND_TEXTDOMAIN_CODESET 1
  1477. | #define HAVE_MATH_H 1
  1478. | #define HAVE_IEEEFP_H 1
  1479. | #define HAVE_FINITE 1
  1480. | #define HAVE_RINT 1
  1481. | #define HAVE_INET_NTOA 1
  1482. | /* end confdefs.h.  */
  1483. |
  1484. | /* Override any GCC internal prototype to avoid an error.
  1485. |    Use char because int might match the return type of a GCC
  1486. |    builtin and then its argument prototype would still apply.  */
  1487. | #ifdef __cplusplus
  1488. | extern "C"
  1489. | #endif
  1490. | char socket ();
  1491. | int
  1492. | main ()
  1493. | {
  1494. | return socket ();
  1495. |   ;
  1496. |   return 0;
  1497. | }
  1498. configure:30013: result: no
  1499. configure:30058: checking whether cc understands -mmmx
  1500. configure:30081: cc -c -O -pipe -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -mmmx -I/usr/local/include conftest.c >&5
  1501. conftest.c: In function 'main':
  1502. conftest.c:49: warning: old-style function definition
  1503. configure:30087: $? = 0
  1504. configure:30101: result: yes
  1505. configure:30112: checking whether we can compile MMX code
  1506. configure:30127: cc -c -O -pipe -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -mmmx -I/usr/local/include conftest.c >&5
  1507. configure:30133: $? = 0
  1508. configure:30143: result: yes
  1509. configure:30153: checking whether cc understands -msse
  1510. configure:30176: cc -c -O -pipe -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -mmmx -msse -I/usr/local/include conftest.c >&5
  1511. conftest.c: In function 'main':
  1512. conftest.c:50: warning: old-style function definition
  1513. configure:30182: $? = 0
  1514. configure:30196: result: yes
  1515. configure:30207: checking whether we can compile SSE code
  1516. configure:30221: cc -c -O -pipe -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -mmmx -msse -I/usr/local/include conftest.c >&5
  1517. configure:30227: $? = 0
  1518. configure:30237: result: yes
  1519. configure:30623: checking sys/ipc.h usability
  1520. configure:30640: cc -c -O -pipe -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -I/usr/local/include conftest.c >&5
  1521. configure:30646: $? = 0
  1522. configure:30660: result: yes
  1523. configure:30664: checking sys/ipc.h presence
  1524. configure:30679: cc -E -I/usr/local/include conftest.c
  1525. configure:30685: $? = 0
  1526. configure:30699: result: yes
  1527. configure:30732: checking for sys/ipc.h
  1528. configure:30739: result: yes
  1529. configure:30764: checking sys/shm.h usability
  1530. configure:30781: cc -c -O -pipe -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -I/usr/local/include conftest.c >&5
  1531. configure:30787: $? = 0
  1532. configure:30801: result: yes
  1533. configure:30805: checking sys/shm.h presence
  1534. configure:30820: cc -E -I/usr/local/include conftest.c
  1535. configure:30826: $? = 0
  1536. configure:30840: result: yes
  1537. configure:30873: checking for sys/shm.h
  1538. configure:30880: result: yes
  1539. configure:30897: checking whether shmctl IPC_RMID allowes subsequent attaches
  1540. configure:30939: cc -o conftest -O -pipe -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -I/usr/local/include -L/usr/local/lib conftest.c  >&5
  1541. conftest.c: In function 'main':
  1542. conftest.c:55: warning: old-style function definition
  1543. conftest.c:60: warning: implicit declaration of function 'exit'
  1544. conftest.c:60: warning: incompatible implicit declaration of built-in function 'exit'
  1545. configure:30942: $? = 0
  1546. configure:30948: ./conftest
  1547. configure:30951: $? = 1
  1548. configure: program exited with status 1
  1549. configure: failed program was:
  1550. | /* confdefs.h.  */
  1551. | #define PACKAGE_NAME "GIMP"
  1552. | #define PACKAGE_TARNAME "gimp"
  1553. | #define PACKAGE_VERSION "2.6.1"
  1554. | #define PACKAGE_STRING "GIMP 2.6.1"
  1555. | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=GIMP"
  1556. | #define GETTEXT_PACKAGE "gimp20"
  1557. | #define STDC_HEADERS 1
  1558. | #define HAVE_SYS_TYPES_H 1
  1559. | #define HAVE_SYS_STAT_H 1
  1560. | #define HAVE_STDLIB_H 1
  1561. | #define HAVE_STRING_H 1
  1562. | #define HAVE_MEMORY_H 1
  1563. | #define HAVE_STRINGS_H 1
  1564. | #define HAVE_INTTYPES_H 1
  1565. | #define HAVE_STDINT_H 1
  1566. | #define HAVE_UNISTD_H 1
  1567. | #define HAVE_DLFCN_H 1
  1568. | #define ARCH_X86 1
  1569. | #define STDC_HEADERS 1
  1570. | #define HAVE_SYS_WAIT_H 1
  1571. | #define TIME_WITH_SYS_TIME 1
  1572. | #define HAVE_SYS_PARAM_H 1
  1573. | #define HAVE_SYS_TIME_H 1
  1574. | #define HAVE_SYS_TIMES_H 1
  1575. | #define HAVE_SYS_WAIT_H 1
  1576. | #define HAVE_UNISTD_H 1
  1577. | #define RETSIGTYPE void
  1578. | #define HAVE_VPRINTF 1
  1579. | #define HAVE_ALLOCA 1
  1580. | #define HAVE_DIFFTIME 1
  1581. | #define HAVE_MMAP 1
  1582. | #define HAVE_LOCALE_H 1
  1583. | #define HAVE_LC_MESSAGES 1
  1584. | #define HAVE_BIND_TEXTDOMAIN_CODESET 1
  1585. | #define HAVE_GETTEXT 1
  1586. | #define HAVE_DCGETTEXT 1
  1587. | #define ENABLE_NLS 1
  1588. | #define HAVE_BIND_TEXTDOMAIN_CODESET 1
  1589. | #define HAVE_MATH_H 1
  1590. | #define HAVE_IEEEFP_H 1
  1591. | #define HAVE_FINITE 1
  1592. | #define HAVE_RINT 1
  1593. | #define HAVE_INET_NTOA 1
  1594. | #define USE_MMX 1
  1595. | #define USE_SSE 1
  1596. | #define HAVE_IPC_H 1
  1597. | #define HAVE_SHM_H 1
  1598. | /* end confdefs.h.  */
  1599. |
  1600. |       #include <sys/types.h>
  1601. |       #include <sys/ipc.h>
  1602. |       #include <sys/shm.h>
  1603. |       int main()
  1604. |       {
  1605. |         int id;
  1606. |         char *shmaddr;
  1607. |       id = shmget (IPC_PRIVATE, 4, IPC_CREAT | 0600);
  1608. |       if (id == -1)
  1609. |         exit (2);
  1610. |         shmaddr = shmat (id, 0, 0);
  1611. |         shmctl (id, IPC_RMID, 0);
  1612. |         if ((char*) shmat (id, 0, 0) == (char*) -1)
  1613. |         {
  1614. |           shmdt (shmaddr);
  1615. |           exit (1);
  1616. |         }
  1617. |         shmdt (shmaddr);
  1618. |         shmdt (shmaddr);
  1619. |         exit (0);
  1620. |       }
  1621. |
  1622. configure:30966: result: no
  1623. configure:31296: checking for shared memory transport type
  1624. configure:31298: result: sysv
  1625. configure:31306: checking whether symbols are prefixed
  1626. configure:31324: result: no
  1627. configure:31336: checking fd_set and sys/select
  1628. configure:31359: cc -c -O -pipe -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -I/usr/local/include conftest.c >&5
  1629. conftest.c: In function 'main':
  1630. conftest.c:54: warning: old-style function definition
  1631. conftest.c:55: warning: unused variable 'writeMask'
  1632. conftest.c:55: warning: unused variable 'readMask'
  1633. configure:31365: $? = 0
  1634. configure:31403: result: yes
  1635. configure:31471: checking for XmuClientWindow in -lXmu
  1636. configure:31506: cc -o conftest -O -pipe -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -D_THREAD_SAFE -D_REENTRANT -I/usr/local/include/gtk-2.0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/freetype2 -I/usr/local/include/pixman-1   -I/usr/local/include -L/usr/local/lib  -L/usr/local/lib conftest.c -lXmu -lXt -lX11  >&5
  1637. conftest.c: In function 'main':
  1638. conftest.c:61: warning: old-style function definition
  1639. configure:31512: $? = 0
  1640. configure:31530: result: yes
  1641. configure:31537: checking for X11/Xmu/WinUtil.h
  1642. configure:31558: cc -c -O -pipe -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -D_THREAD_SAFE -D_REENTRANT -I/usr/local/include/gtk-2.0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/freetype2 -I/usr/local/include/pixman-1   -I/usr/local/include conftest.c >&5
  1643. configure:31564: $? = 0
  1644. configure:31580: result: yes
  1645. configure:31602: checking for XShapeGetRectangles in -lXext
  1646. configure:31637: cc -o conftest -O -pipe -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -D_THREAD_SAFE -D_REENTRANT -I/usr/local/include/gtk-2.0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/freetype2 -I/usr/local/include/pixman-1   -I/usr/local/include -L/usr/local/lib  -L/usr/local/lib conftest.c -lXext -lX11 -lXext  >&5
  1647. conftest.c: In function 'main':
  1648. conftest.c:62: warning: old-style function definition
  1649. configure:31643: $? = 0
  1650. configure:31661: result: yes
  1651. configure:31668: checking for X11/extensions/shape.h
  1652. configure:31689: cc -c -O -pipe -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -D_THREAD_SAFE -D_REENTRANT -I/usr/local/include/gtk-2.0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/freetype2 -I/usr/local/include/pixman-1   -I/usr/local/include conftest.c >&5
  1653. configure:31695: $? = 0
  1654. configure:31711: result: yes
  1655. configure:31731: checking for XFIXES
  1656. configure:31739: $PKG_CONFIG --exists --print-errors "xfixes"
  1657. configure:31742: $? = 0
  1658. configure:31757: $PKG_CONFIG --exists --print-errors "xfixes"
  1659. configure:31760: $? = 0
  1660. configure:31796: result: yes
  1661. configure:31853: checking for TIFFReadScanline in -ltiff
  1662. configure:31888: cc -o conftest -O -pipe -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -I/usr/local/include -L/usr/local/lib conftest.c -ltiff -lm  >&5
  1663. conftest.c: In function 'main':
  1664. conftest.c:64: warning: old-style function definition
  1665. configure:31894: $? = 0
  1666. configure:31912: result: yes
  1667. configure:31925: checking tiffio.h usability
  1668. configure:31942: cc -c -O -pipe -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -I/usr/local/include conftest.c >&5
  1669. configure:31948: $? = 0
  1670. configure:31962: result: yes
  1671. configure:31966: checking tiffio.h presence
  1672. configure:31981: cc -E -I/usr/local/include conftest.c
  1673. configure:31987: $? = 0
  1674. configure:32001: result: yes
  1675. configure:32034: checking for tiffio.h
  1676. configure:32041: result: yes
  1677. configure:32494: checking for jpeg_destroy_decompress in -ljpeg
  1678. configure:32529: cc -o conftest -O -pipe -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -I/usr/local/include -L/usr/local/lib conftest.c -ljpeg   >&5
  1679. conftest.c: In function 'main':
  1680. conftest.c:64: warning: old-style function definition
  1681. configure:32535: $? = 0
  1682. configure:32553: result: yes
  1683. configure:32564: checking for jpeglib.h
  1684. configure:32585: cc -E -I/usr/local/include conftest.c
  1685. configure:32591: $? = 0
  1686. configure:32605: result: yes
  1687. configure:32608: checking for jpeg_save_markers in -ljpeg
  1688. configure:32643: cc -o conftest -O -pipe -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -I/usr/local/include -L/usr/local/lib conftest.c -ljpeg   >&5
  1689. conftest.c: In function 'main':
  1690. conftest.c:64: warning: old-style function definition
  1691. configure:32649: $? = 0
  1692. configure:32667: result: yes
  1693. configure:32731: checking for gzsetparams in -lz
  1694. configure:32766: cc -o conftest -O -pipe -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -I/usr/local/include -L/usr/local/lib conftest.c -lz   >&5
  1695. conftest.c: In function 'main':
  1696. conftest.c:64: warning: old-style function definition
  1697. configure:32772: $? = 0
  1698. configure:32790: result: yes
  1699. configure:32803: checking zlib.h usability
  1700. configure:32820: cc -c -O -pipe -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -I/usr/local/include conftest.c >&5
  1701. configure:32826: $? = 0
  1702. configure:32840: result: yes
  1703. configure:32844: checking zlib.h presence
  1704. configure:32859: cc -E -I/usr/local/include conftest.c
  1705. configure:32865: $? = 0
  1706. configure:32879: result: yes
  1707. configure:32912: checking for zlib.h
  1708. configure:32919: result: yes
  1709. configure:32960: checking for PNG
  1710. configure:32968: $PKG_CONFIG --exists --print-errors "libpng"
  1711. configure:32971: $? = 0
  1712. configure:32986: $PKG_CONFIG --exists --print-errors "libpng"
  1713. configure:32989: $? = 0
  1714. configure:33039: result: yes
  1715. configure:33075: checking for mng_create in -lmng
  1716. configure:33110: cc -o conftest -O -pipe -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -I/usr/local/include -L/usr/local/lib conftest.c -lmng -lz -lm  >&5
  1717. conftest.c: In function 'main':
  1718. conftest.c:64: warning: old-style function definition
  1719. configure:33116: $? = 0
  1720. configure:33134: result: yes
  1721. configure:33147: checking libmng.h usability
  1722. configure:33164: cc -c -O -pipe -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -I/usr/local/include conftest.c >&5
  1723. configure:33170: $? = 0
  1724. configure:33184: result: yes
  1725. configure:33188: checking libmng.h presence
  1726. configure:33203: cc -E -I/usr/local/include conftest.c
  1727. configure:33209: $? = 0
  1728. configure:33223: result: yes
  1729. configure:33256: checking for libmng.h
  1730. configure:33263: result: yes
  1731. configure:33306: checking for EXIF
  1732. configure:33314: $PKG_CONFIG --exists --print-errors "libexif >= 0.6.15"
  1733. configure:33317: $? = 0
  1734. configure:33332: $PKG_CONFIG --exists --print-errors "libexif >= 0.6.15"
  1735. configure:33335: $? = 0
  1736. configure:33371: result: yes
  1737. configure:33399: checking for aa_printf in -laa
  1738. configure:33434: cc -o conftest -O -pipe -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -I/usr/local/include -L/usr/local/lib conftest.c -laa   >&5
  1739. conftest.c: In function 'main':
  1740. conftest.c:65: warning: old-style function definition
  1741. configure:33440: $? = 0
  1742. configure:33458: result: yes
  1743. configure:33471: checking aalib.h usability
  1744. configure:33488: cc -c -O -pipe -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -I/usr/local/include conftest.c >&5
  1745. configure:33494: $? = 0
  1746. configure:33508: result: yes
  1747. configure:33512: checking aalib.h presence
  1748. configure:33527: cc -E -I/usr/local/include conftest.c
  1749. configure:33533: $? = 0
  1750. configure:33547: result: yes
  1751. configure:33580: checking for aalib.h
  1752. configure:33587: result: yes
  1753. configure:33621: checking for XpmReadFileToXpmImage in -lXpm
  1754. configure:33656: cc -o conftest -O -pipe -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition  -I/usr/local/include -I/usr/local/include -L/usr/local/lib  -L/usr/local/lib conftest.c -lXpm  -lSM -lICE -lX11  >&5
  1755. conftest.c: In function 'main':
  1756. conftest.c:65: warning: old-style function definition
  1757. configure:33662: $? = 0
  1758. configure:33680: result: yes
  1759. configure:33693: checking X11/xpm.h usability
  1760. configure:33710: cc -c -O -pipe -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition  -I/usr/local/include -I/usr/local/include conftest.c >&5
  1761. configure:33716: $? = 0
  1762. configure:33730: result: yes
  1763. configure:33734: checking X11/xpm.h presence
  1764. configure:33749: cc -E -I/usr/local/include conftest.c
  1765. configure:33755: $? = 0
  1766. configure:33769: result: yes
  1767. configure:33802: checking for X11/xpm.h
  1768. configure:33809: result: yes
  1769. configure:33851: checking for WEBKIT
  1770. configure:33859: $PKG_CONFIG --exists --print-errors "webkit-1.0 >= 0.1"
  1771. configure:33862: $? = 0
  1772. configure:33877: $PKG_CONFIG --exists --print-errors "webkit-1.0 >= 0.1"
  1773. configure:33880: $? = 0
  1774. configure:33916: result: yes
  1775. configure:33927: checking for webkit_web_view_set_zoom_level in -lwebkit-1.0
  1776. configure:33962: cc -o conftest -O -pipe -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -I/usr/local/include -L/usr/local/lib conftest.c -lwebkit-1.0   -pthread -L/usr/local/lib -lWebKitGtk -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lXext -lXrender -lXinerama -lXi -lXrandr -lXcursor -lXcomposite -lXdamage -lcairo -lpangoft2-1.0 -lpango-1.0 -lm -lfreetype -lz -lfontconfig -lX11 -lXfixes -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -liconv   >&5
  1777. conftest.c: In function 'main':
  1778. conftest.c:65: warning: old-style function definition
  1779. /usr/bin/ld: cannot find -lwebkit-1.0
  1780. configure:33968: $? = 1
  1781. configure: failed program was:
  1782. | /* confdefs.h.  */
  1783. | #define PACKAGE_NAME "GIMP"
  1784. | #define PACKAGE_TARNAME "gimp"
  1785. | #define PACKAGE_VERSION "2.6.1"
  1786. | #define PACKAGE_STRING "GIMP 2.6.1"
  1787. | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=GIMP"
  1788. | #define GETTEXT_PACKAGE "gimp20"
  1789. | #define STDC_HEADERS 1
  1790. | #define HAVE_SYS_TYPES_H 1
  1791. | #define HAVE_SYS_STAT_H 1
  1792. | #define HAVE_STDLIB_H 1
  1793. | #define HAVE_STRING_H 1
  1794. | #define HAVE_MEMORY_H 1
  1795. | #define HAVE_STRINGS_H 1
  1796. | #define HAVE_INTTYPES_H 1
  1797. | #define HAVE_STDINT_H 1
  1798. | #define HAVE_UNISTD_H 1
  1799. | #define HAVE_DLFCN_H 1
  1800. | #define ARCH_X86 1
  1801. | #define STDC_HEADERS 1
  1802. | #define HAVE_SYS_WAIT_H 1
  1803. | #define TIME_WITH_SYS_TIME 1
  1804. | #define HAVE_SYS_PARAM_H 1
  1805. | #define HAVE_SYS_TIME_H 1
  1806. | #define HAVE_SYS_TIMES_H 1
  1807. | #define HAVE_SYS_WAIT_H 1
  1808. | #define HAVE_UNISTD_H 1
  1809. | #define RETSIGTYPE void
  1810. | #define HAVE_VPRINTF 1
  1811. | #define HAVE_ALLOCA 1
  1812. | #define HAVE_DIFFTIME 1
  1813. | #define HAVE_MMAP 1
  1814. | #define HAVE_LOCALE_H 1
  1815. | #define HAVE_LC_MESSAGES 1
  1816. | #define HAVE_BIND_TEXTDOMAIN_CODESET 1
  1817. | #define HAVE_GETTEXT 1
  1818. | #define HAVE_DCGETTEXT 1
  1819. | #define ENABLE_NLS 1
  1820. | #define HAVE_BIND_TEXTDOMAIN_CODESET 1
  1821. | #define HAVE_MATH_H 1
  1822. | #define HAVE_IEEEFP_H 1
  1823. | #define HAVE_FINITE 1
  1824. | #define HAVE_RINT 1
  1825. | #define HAVE_INET_NTOA 1
  1826. | #define USE_MMX 1
  1827. | #define USE_SSE 1
  1828. | #define HAVE_IPC_H 1
  1829. | #define HAVE_SHM_H 1
  1830. | #define USE_SYSV_SHM 1
  1831. | #define HAVE_X11_XMU_WINUTIL_H 1
  1832. | #define HAVE_X11_EXTENSIONS_SHAPE_H 1
  1833. | #define HAVE_XFIXES 1
  1834. | #define HAVE_EXIF 1
  1835. | /* end confdefs.h.  */
  1836. |
  1837. | /* Override any GCC internal prototype to avoid an error.
  1838. |    Use char because int might match the return type of a GCC
  1839. |    builtin and then its argument prototype would still apply.  */
  1840. | #ifdef __cplusplus
  1841. | extern "C"
  1842. | #endif
  1843. | char webkit_web_view_set_zoom_level ();
  1844. | int
  1845. | main ()
  1846. | {
  1847. | return webkit_web_view_set_zoom_level ();
  1848. |   ;
  1849. |   return 0;
  1850. | }
  1851. configure:33986: result: no
  1852. configure:34025: checking for SVG
  1853. configure:34033: $PKG_CONFIG --exists --print-errors "librsvg-2.0 >= 2.14.0"
  1854. configure:34036: $? = 0
  1855. configure:34051: $PKG_CONFIG --exists --print-errors "librsvg-2.0 >= 2.14.0"
  1856. configure:34054: $? = 0
  1857. configure:34090: result: yes
  1858. configure:34146: checking for POPPLER
  1859. configure:34154: $PKG_CONFIG --exists --print-errors "poppler-glib >= 0.4.1 gthread-2.0"
  1860. configure:34157: $? = 0
  1861. configure:34172: $PKG_CONFIG --exists --print-errors "poppler-glib >= 0.4.1 gthread-2.0"
  1862. configure:34175: $? = 0
  1863. configure:34211: result: yes
  1864. configure:34284: checking for GNOME_VFS
  1865. configure:34292: $PKG_CONFIG --exists --print-errors "$gnome_vfs_modules"
  1866. configure:34295: $? = 0
  1867. configure:34310: $PKG_CONFIG --exists --print-errors "$gnome_vfs_modules"
  1868. configure:34313: $? = 0
  1869. configure:34349: result: yes
  1870. configure:34379: checking for CURL
  1871. configure:34387: $PKG_CONFIG --exists --print-errors "libcurl >= 7.15.1"
  1872. configure:34390: $? = 0
  1873. configure:34405: $PKG_CONFIG --exists --print-errors "libcurl >= 7.15.1"
  1874. configure:34408: $? = 0
  1875. configure:34444: result: yes
  1876. configure:34504: checking for libwmf-config
  1877. configure:34522: found /usr/local/bin/libwmf-config
  1878. configure:34535: result: /usr/local/bin/libwmf-config
  1879. configure:34545: checking for libwmf >= 0.2.8
  1880. configure:34549: result: yes (version 0.2.8)
  1881. configure:34587: checking for LCMS
  1882. configure:34595: $PKG_CONFIG --exists --print-errors "lcms >= 1.16"
  1883. configure:34598: $? = 0
  1884. configure:34613: $PKG_CONFIG --exists --print-errors "lcms >= 1.16"
  1885. configure:34616: $? = 0
  1886. configure:34652: result: yes
  1887. configure:34719: checking for ALSA CFLAGS
  1888. configure:34725: result:
  1889. configure:34729: checking for ALSA LDFLAGS
  1890. configure:34738: result:  -lasound -lm -ldl -pthread
  1891. configure:34742: checking for libasound headers version >= 1.0.0
  1892. configure:34814: cc -c -O -pipe -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -I/usr/local/include conftest.c >&5
  1893. conftest.c:59:28: error: alsa/asoundlib.h: No such file or directory
  1894. conftest.c: In function 'main':
  1895. conftest.c:63: warning: old-style function definition
  1896. conftest.c:80:9: error: #error not present
  1897. conftest.c:95: warning: implicit declaration of function 'exit'
  1898. conftest.c:95: warning: incompatible implicit declaration of built-in function 'exit'
  1899. configure:34820: $? = 1
  1900. configure: failed program was:
  1901. | /* confdefs.h.  */
  1902. | #define PACKAGE_NAME "GIMP"
  1903. | #define PACKAGE_TARNAME "gimp"
  1904. | #define PACKAGE_VERSION "2.6.1"
  1905. | #define PACKAGE_STRING "GIMP 2.6.1"
  1906. | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=GIMP"
  1907. | #define GETTEXT_PACKAGE "gimp20"
  1908. | #define STDC_HEADERS 1
  1909. | #define HAVE_SYS_TYPES_H 1
  1910. | #define HAVE_SYS_STAT_H 1
  1911. | #define HAVE_STDLIB_H 1
  1912. | #define HAVE_STRING_H 1
  1913. | #define HAVE_MEMORY_H 1
  1914. | #define HAVE_STRINGS_H 1
  1915. | #define HAVE_INTTYPES_H 1
  1916. | #define HAVE_STDINT_H 1
  1917. | #define HAVE_UNISTD_H 1
  1918. | #define HAVE_DLFCN_H 1
  1919. | #define ARCH_X86 1
  1920. | #define STDC_HEADERS 1
  1921. | #define HAVE_SYS_WAIT_H 1
  1922. | #define TIME_WITH_SYS_TIME 1
  1923. | #define HAVE_SYS_PARAM_H 1
  1924. | #define HAVE_SYS_TIME_H 1
  1925. | #define HAVE_SYS_TIMES_H 1
  1926. | #define HAVE_SYS_WAIT_H 1
  1927. | #define HAVE_UNISTD_H 1
  1928. | #define RETSIGTYPE void
  1929. | #define HAVE_VPRINTF 1
  1930. | #define HAVE_ALLOCA 1
  1931. | #define HAVE_DIFFTIME 1
  1932. | #define HAVE_MMAP 1
  1933. | #define HAVE_LOCALE_H 1
  1934. | #define HAVE_LC_MESSAGES 1
  1935. | #define HAVE_BIND_TEXTDOMAIN_CODESET 1
  1936. | #define HAVE_GETTEXT 1
  1937. | #define HAVE_DCGETTEXT 1
  1938. | #define ENABLE_NLS 1
  1939. | #define HAVE_BIND_TEXTDOMAIN_CODESET 1
  1940. | #define HAVE_MATH_H 1
  1941. | #define HAVE_IEEEFP_H 1
  1942. | #define HAVE_FINITE 1
  1943. | #define HAVE_RINT 1
  1944. | #define HAVE_INET_NTOA 1
  1945. | #define USE_MMX 1
  1946. | #define USE_SSE 1
  1947. | #define HAVE_IPC_H 1
  1948. | #define HAVE_SHM_H 1
  1949. | #define USE_SYSV_SHM 1
  1950. | #define HAVE_X11_XMU_WINUTIL_H 1
  1951. | #define HAVE_X11_EXTENSIONS_SHAPE_H 1
  1952. | #define HAVE_XFIXES 1
  1953. | #define HAVE_EXIF 1
  1954. | #define HAVE_POPPLER 1
  1955. | #define HAVE_GNOME_KEYRING 1
  1956. | #define HAVE_LCMS 1
  1957. | /* end confdefs.h.  */
  1958. |
  1959. | #include <alsa/asoundlib.h>
  1960. |
  1961. | int
  1962. | main ()
  1963. | {
  1964. |
  1965. | /* ensure backward compatibility */
  1966. | #if !defined(SND_LIB_MAJOR) && defined(SOUNDLIB_VERSION_MAJOR)
  1967. | #define SND_LIB_MAJOR SOUNDLIB_VERSION_MAJOR
  1968. | #endif
  1969. | #if !defined(SND_LIB_MINOR) && defined(SOUNDLIB_VERSION_MINOR)
  1970. | #define SND_LIB_MINOR SOUNDLIB_VERSION_MINOR
  1971. | #endif
  1972. | #if !defined(SND_LIB_SUBMINOR) && defined(SOUNDLIB_VERSION_SUBMINOR)
  1973. | #define SND_LIB_SUBMINOR SOUNDLIB_VERSION_SUBMINOR
  1974. | #endif
  1975. |
  1976. | #  if(SND_LIB_MAJOR > 1)
  1977. |   exit(0);
  1978. | #  else
  1979. | #    if(SND_LIB_MAJOR < 1)
  1980. | #       error not present
  1981. | #    endif
  1982. |
  1983. | #   if(SND_LIB_MINOR > 0)
  1984. |   exit(0);
  1985. | #   else
  1986. | #     if(SND_LIB_MINOR < 0)
  1987. | #          error not present
  1988. | #      endif
  1989. |
  1990. | #      if(SND_LIB_SUBMINOR < 0)
  1991. | #        error not present
  1992. | #      endif
  1993. | #    endif
  1994. | #  endif
  1995. | exit(0);
  1996. |
  1997. |   ;
  1998. |   return 0;
  1999. | }
  2000. configure:34831: result: not present.
  2001. configure:34848: checking for snd_ctl_open in -lasound
  2002. configure:34883: cc -o conftest -O -pipe -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -I/usr/local/include -L/usr/local/lib conftest.c -lasound   -lasound -lm -ldl -pthread  >&5
  2003. conftest.c: In function 'main':
  2004. conftest.c:68: warning: old-style function definition
  2005. /usr/bin/ld: cannot find -lasound
  2006. configure:34889: $? = 1
  2007. configure: failed program was:
  2008. | /* confdefs.h.  */
  2009. | #define PACKAGE_NAME "GIMP"
  2010. | #define PACKAGE_TARNAME "gimp"
  2011. | #define PACKAGE_VERSION "2.6.1"
  2012. | #define PACKAGE_STRING "GIMP 2.6.1"
  2013. | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=GIMP"
  2014. | #define GETTEXT_PACKAGE "gimp20"
  2015. | #define STDC_HEADERS 1
  2016. | #define HAVE_SYS_TYPES_H 1
  2017. | #define HAVE_SYS_STAT_H 1
  2018. | #define HAVE_STDLIB_H 1
  2019. | #define HAVE_STRING_H 1
  2020. | #define HAVE_MEMORY_H 1
  2021. | #define HAVE_STRINGS_H 1
  2022. | #define HAVE_INTTYPES_H 1
  2023. | #define HAVE_STDINT_H 1
  2024. | #define HAVE_UNISTD_H 1
  2025. | #define HAVE_DLFCN_H 1
  2026. | #define ARCH_X86 1
  2027. | #define STDC_HEADERS 1
  2028. | #define HAVE_SYS_WAIT_H 1
  2029. | #define TIME_WITH_SYS_TIME 1
  2030. | #define HAVE_SYS_PARAM_H 1
  2031. | #define HAVE_SYS_TIME_H 1
  2032. | #define HAVE_SYS_TIMES_H 1
  2033. | #define HAVE_SYS_WAIT_H 1
  2034. | #define HAVE_UNISTD_H 1
  2035. | #define RETSIGTYPE void
  2036. | #define HAVE_VPRINTF 1
  2037. | #define HAVE_ALLOCA 1
  2038. | #define HAVE_DIFFTIME 1
  2039. | #define HAVE_MMAP 1
  2040. | #define HAVE_LOCALE_H 1
  2041. | #define HAVE_LC_MESSAGES 1
  2042. | #define HAVE_BIND_TEXTDOMAIN_CODESET 1
  2043. | #define HAVE_GETTEXT 1
  2044. | #define HAVE_DCGETTEXT 1
  2045. | #define ENABLE_NLS 1
  2046. | #define HAVE_BIND_TEXTDOMAIN_CODESET 1
  2047. | #define HAVE_MATH_H 1
  2048. | #define HAVE_IEEEFP_H 1
  2049. | #define HAVE_FINITE 1
  2050. | #define HAVE_RINT 1
  2051. | #define HAVE_INET_NTOA 1
  2052. | #define USE_MMX 1
  2053. | #define USE_SSE 1
  2054. | #define HAVE_IPC_H 1
  2055. | #define HAVE_SHM_H 1
  2056. | #define USE_SYSV_SHM 1
  2057. | #define HAVE_X11_XMU_WINUTIL_H 1
  2058. | #define HAVE_X11_EXTENSIONS_SHAPE_H 1
  2059. | #define HAVE_XFIXES 1
  2060. | #define HAVE_EXIF 1
  2061. | #define HAVE_POPPLER 1
  2062. | #define HAVE_GNOME_KEYRING 1
  2063. | #define HAVE_LCMS 1
  2064. | /* end confdefs.h.  */
  2065. |
  2066. | /* Override any GCC internal prototype to avoid an error.
  2067. |    Use char because int might match the return type of a GCC
  2068. |    builtin and then its argument prototype would still apply.  */
  2069. | #ifdef __cplusplus
  2070. | extern "C"
  2071. | #endif
  2072. | char snd_ctl_open ();
  2073. | int
  2074. | main ()
  2075. | {
  2076. | return snd_ctl_open ();
  2077. |   ;
  2078. |   return 0;
  2079. | }
  2080. configure:34907: result: no
  2081. configure:34968: checking linux/input.h usability
  2082. configure:34985: cc -c -O -pipe -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -I/usr/local/include conftest.c >&5
  2083. conftest.c:91:25: error: linux/input.h: No such file or directory
  2084. configure:34991: $? = 1
  2085. configure: failed program was:
  2086. | /* confdefs.h.  */
  2087. | #define PACKAGE_NAME "GIMP"
  2088. | #define PACKAGE_TARNAME "gimp"
  2089. | #define PACKAGE_VERSION "2.6.1"
  2090. | #define PACKAGE_STRING "GIMP 2.6.1"
  2091. | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=GIMP"
  2092. | #define GETTEXT_PACKAGE "gimp20"
  2093. | #define STDC_HEADERS 1
  2094. | #define HAVE_SYS_TYPES_H 1
  2095. | #define HAVE_SYS_STAT_H 1
  2096. | #define HAVE_STDLIB_H 1
  2097. | #define HAVE_STRING_H 1
  2098. | #define HAVE_MEMORY_H 1
  2099. | #define HAVE_STRINGS_H 1
  2100. | #define HAVE_INTTYPES_H 1
  2101. | #define HAVE_STDINT_H 1
  2102. | #define HAVE_UNISTD_H 1
  2103. | #define HAVE_DLFCN_H 1
  2104. | #define ARCH_X86 1
  2105. | #define STDC_HEADERS 1
  2106. | #define HAVE_SYS_WAIT_H 1
  2107. | #define TIME_WITH_SYS_TIME 1
  2108. | #define HAVE_SYS_PARAM_H 1
  2109. | #define HAVE_SYS_TIME_H 1
  2110. | #define HAVE_SYS_TIMES_H 1
  2111. | #define HAVE_SYS_WAIT_H 1
  2112. | #define HAVE_UNISTD_H 1
  2113. | #define RETSIGTYPE void
  2114. | #define HAVE_VPRINTF 1
  2115. | #define HAVE_ALLOCA 1
  2116. | #define HAVE_DIFFTIME 1
  2117. | #define HAVE_MMAP 1
  2118. | #define HAVE_LOCALE_H 1
  2119. | #define HAVE_LC_MESSAGES 1
  2120. | #define HAVE_BIND_TEXTDOMAIN_CODESET 1
  2121. | #define HAVE_GETTEXT 1
  2122. | #define HAVE_DCGETTEXT 1
  2123. | #define ENABLE_NLS 1
  2124. | #define HAVE_BIND_TEXTDOMAIN_CODESET 1
  2125. | #define HAVE_MATH_H 1
  2126. | #define HAVE_IEEEFP_H 1
  2127. | #define HAVE_FINITE 1
  2128. | #define HAVE_RINT 1
  2129. | #define HAVE_INET_NTOA 1
  2130. | #define USE_MMX 1
  2131. | #define USE_SSE 1
  2132. | #define HAVE_IPC_H 1
  2133. | #define HAVE_SHM_H 1
  2134. | #define USE_SYSV_SHM 1
  2135. | #define HAVE_X11_XMU_WINUTIL_H 1
  2136. | #define HAVE_X11_EXTENSIONS_SHAPE_H 1
  2137. | #define HAVE_XFIXES 1
  2138. | #define HAVE_EXIF 1
  2139. | #define HAVE_POPPLER 1
  2140. | #define HAVE_GNOME_KEYRING 1
  2141. | #define HAVE_LCMS 1
  2142. | /* end confdefs.h.  */
  2143. | #include <stdio.h>
  2144. | #ifdef HAVE_SYS_TYPES_H
  2145. | # include <sys/types.h>
  2146. | #endif
  2147. | #ifdef HAVE_SYS_STAT_H
  2148. | # include <sys/stat.h>
  2149. | #endif
  2150. | #ifdef STDC_HEADERS
  2151. | # include <stdlib.h>
  2152. | # include <stddef.h>
  2153. | #else
  2154. | # ifdef HAVE_STDLIB_H
  2155. | #  include <stdlib.h>
  2156. | # endif
  2157. | #endif
  2158. | #ifdef HAVE_STRING_H
  2159. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  2160. | #  include <memory.h>
  2161. | # endif
  2162. | # include <string.h>
  2163. | #endif
  2164. | #ifdef HAVE_STRINGS_H
  2165. | # include <strings.h>
  2166. | #endif
  2167. | #ifdef HAVE_INTTYPES_H
  2168. | # include <inttypes.h>
  2169. | #endif
  2170. | #ifdef HAVE_STDINT_H
  2171. | # include <stdint.h>
  2172. | #endif
  2173. | #ifdef HAVE_UNISTD_H
  2174. | # include <unistd.h>
  2175. | #endif
  2176. | #include <linux/input.h>
  2177. configure:35005: result: no
  2178. configure:35009: checking linux/input.h presence
  2179. configure:35024: cc -E -I/usr/local/include conftest.c
  2180. conftest.c:58:25: error: linux/input.h: No such file or directory
  2181. configure:35030: $? = 1
  2182. configure: failed program was:
  2183. | /* confdefs.h.  */
  2184. | #define PACKAGE_NAME "GIMP"
  2185. | #define PACKAGE_TARNAME "gimp"
  2186. | #define PACKAGE_VERSION "2.6.1"
  2187. | #define PACKAGE_STRING "GIMP 2.6.1"
  2188. | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=GIMP"
  2189. | #define GETTEXT_PACKAGE "gimp20"
  2190. | #define STDC_HEADERS 1
  2191. | #define HAVE_SYS_TYPES_H 1
  2192. | #define HAVE_SYS_STAT_H 1
  2193. | #define HAVE_STDLIB_H 1
  2194. | #define HAVE_STRING_H 1
  2195. | #define HAVE_MEMORY_H 1
  2196. | #define HAVE_STRINGS_H 1
  2197. | #define HAVE_INTTYPES_H 1
  2198. | #define HAVE_STDINT_H 1
  2199. | #define HAVE_UNISTD_H 1
  2200. | #define HAVE_DLFCN_H 1
  2201. | #define ARCH_X86 1
  2202. | #define STDC_HEADERS 1
  2203. | #define HAVE_SYS_WAIT_H 1
  2204. | #define TIME_WITH_SYS_TIME 1
  2205. | #define HAVE_SYS_PARAM_H 1
  2206. | #define HAVE_SYS_TIME_H 1
  2207. | #define HAVE_SYS_TIMES_H 1
  2208. | #define HAVE_SYS_WAIT_H 1
  2209. | #define HAVE_UNISTD_H 1
  2210. | #define RETSIGTYPE void
  2211. | #define HAVE_VPRINTF 1
  2212. | #define HAVE_ALLOCA 1
  2213. | #define HAVE_DIFFTIME 1
  2214. | #define HAVE_MMAP 1
  2215. | #define HAVE_LOCALE_H 1
  2216. | #define HAVE_LC_MESSAGES 1
  2217. | #define HAVE_BIND_TEXTDOMAIN_CODESET 1
  2218. | #define HAVE_GETTEXT 1
  2219. | #define HAVE_DCGETTEXT 1
  2220. | #define ENABLE_NLS 1
  2221. | #define HAVE_BIND_TEXTDOMAIN_CODESET 1
  2222. | #define HAVE_MATH_H 1
  2223. | #define HAVE_IEEEFP_H 1
  2224. | #define HAVE_FINITE 1
  2225. | #define HAVE_RINT 1
  2226. | #define HAVE_INET_NTOA 1
  2227. | #define USE_MMX 1
  2228. | #define USE_SSE 1
  2229. | #define HAVE_IPC_H 1
  2230. | #define HAVE_SHM_H 1
  2231. | #define USE_SYSV_SHM 1
  2232. | #define HAVE_X11_XMU_WINUTIL_H 1
  2233. | #define HAVE_X11_EXTENSIONS_SHAPE_H 1
  2234. | #define HAVE_XFIXES 1
  2235. | #define HAVE_EXIF 1
  2236. | #define HAVE_POPPLER 1
  2237. | #define HAVE_GNOME_KEYRING 1
  2238. | #define HAVE_LCMS 1
  2239. | /* end confdefs.h.  */
  2240. | #include <linux/input.h>
  2241. configure:35044: result: no
  2242. configure:35077: checking for linux/input.h
  2243. configure:35084: result: no
  2244. configure:35429: checking for DBUS_GLIB
  2245. configure:35437: $PKG_CONFIG --exists --print-errors "dbus-glib-1 >= 0.70"
  2246. configure:35440: $? = 0
  2247. configure:35455: $PKG_CONFIG --exists --print-errors "dbus-glib-1 >= 0.70"
  2248. configure:35458: $? = 0
  2249. configure:35494: result: yes
  2250. configure:35503: checking for dbus-binding-tool
  2251. configure:35521: found /usr/local/bin/dbus-binding-tool
  2252. configure:35534: result: /usr/local/bin/dbus-binding-tool
  2253. configure:35711: checking for sendmail
  2254. configure:35729: found /usr/sbin/sendmail
  2255. configure:35741: result: /usr/sbin/sendmail
  2256. configure:35766: checking for perl5
  2257. configure:35784: found /usr/bin/perl5
  2258. configure:35796: result: /usr/bin/perl5
  2259. configure:36391: checking checking for Mac OS X TWAIN support
  2260. configure:36409: cc -E -I/usr/local/include conftest.c
  2261. conftest.c:61:27: error: Carbon/Carbon.h: No such file or directory
  2262. conftest.c:62:25: error: TWAIN/TWAIN.h: No such file or directory
  2263. configure:36415: $? = 1
  2264. configure: failed program was:
  2265. | /* confdefs.h.  */
  2266. | #define PACKAGE_NAME "GIMP"
  2267. | #define PACKAGE_TARNAME "gimp"
  2268. | #define PACKAGE_VERSION "2.6.1"
  2269. | #define PACKAGE_STRING "GIMP 2.6.1"
  2270. | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=GIMP"
  2271. | #define GETTEXT_PACKAGE "gimp20"
  2272. | #define STDC_HEADERS 1
  2273. | #define HAVE_SYS_TYPES_H 1
  2274. | #define HAVE_SYS_STAT_H 1
  2275. | #define HAVE_STDLIB_H 1
  2276. | #define HAVE_STRING_H 1
  2277. | #define HAVE_MEMORY_H 1
  2278. | #define HAVE_STRINGS_H 1
  2279. | #define HAVE_INTTYPES_H 1
  2280. | #define HAVE_STDINT_H 1
  2281. | #define HAVE_UNISTD_H 1
  2282. | #define HAVE_DLFCN_H 1
  2283. | #define ARCH_X86 1
  2284. | #define STDC_HEADERS 1
  2285. | #define HAVE_SYS_WAIT_H 1
  2286. | #define TIME_WITH_SYS_TIME 1
  2287. | #define HAVE_SYS_PARAM_H 1
  2288. | #define HAVE_SYS_TIME_H 1
  2289. | #define HAVE_SYS_TIMES_H 1
  2290. | #define HAVE_SYS_WAIT_H 1
  2291. | #define HAVE_UNISTD_H 1
  2292. | #define RETSIGTYPE void
  2293. | #define HAVE_VPRINTF 1
  2294. | #define HAVE_ALLOCA 1
  2295. | #define HAVE_DIFFTIME 1
  2296. | #define HAVE_MMAP 1
  2297. | #define HAVE_LOCALE_H 1
  2298. | #define HAVE_LC_MESSAGES 1
  2299. | #define HAVE_BIND_TEXTDOMAIN_CODESET 1
  2300. | #define HAVE_GETTEXT 1
  2301. | #define HAVE_DCGETTEXT 1
  2302. | #define ENABLE_NLS 1
  2303. | #define HAVE_BIND_TEXTDOMAIN_CODESET 1
  2304. | #define HAVE_MATH_H 1
  2305. | #define HAVE_IEEEFP_H 1
  2306. | #define HAVE_FINITE 1
  2307. | #define HAVE_RINT 1
  2308. | #define HAVE_INET_NTOA 1
  2309. | #define USE_MMX 1
  2310. | #define USE_SSE 1
  2311. | #define HAVE_IPC_H 1
  2312. | #define HAVE_SHM_H 1
  2313. | #define USE_SYSV_SHM 1
  2314. | #define HAVE_X11_XMU_WINUTIL_H 1
  2315. | #define HAVE_X11_EXTENSIONS_SHAPE_H 1
  2316. | #define HAVE_XFIXES 1
  2317. | #define HAVE_EXIF 1
  2318. | #define HAVE_POPPLER 1
  2319. | #define HAVE_GNOME_KEYRING 1
  2320. | #define HAVE_LCMS 1
  2321. | #define HAVE_DBUS_GLIB 1
  2322. | #define SENDMAIL "/usr/sbin/sendmail"
  2323. | /* end confdefs.h.  */
  2324. |
  2325. | #include <Carbon/Carbon.h>
  2326. | #include <TWAIN/TWAIN.h>
  2327. |
  2328. configure:36429: result: no
  2329. configure:36446: checking checking for Mac OS X Carbon support
  2330. configure:36464: cc -E -I/usr/local/include conftest.c
  2331. conftest.c:61:27: error: Carbon/Carbon.h: No such file or directory
  2332. conftest.c:62:39: error: CoreServices/CoreServices.h: No such file or directory
  2333. configure:36470: $? = 1
  2334. configure: failed program was:
  2335. | /* confdefs.h.  */
  2336. | #define PACKAGE_NAME "GIMP"
  2337. | #define PACKAGE_TARNAME "gimp"
  2338. | #define PACKAGE_VERSION "2.6.1"
  2339. | #define PACKAGE_STRING "GIMP 2.6.1"
  2340. | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=GIMP"
  2341. | #define GETTEXT_PACKAGE "gimp20"
  2342. | #define STDC_HEADERS 1
  2343. | #define HAVE_SYS_TYPES_H 1
  2344. | #define HAVE_SYS_STAT_H 1
  2345. | #define HAVE_STDLIB_H 1
  2346. | #define HAVE_STRING_H 1
  2347. | #define HAVE_MEMORY_H 1
  2348. | #define HAVE_STRINGS_H 1
  2349. | #define HAVE_INTTYPES_H 1
  2350. | #define HAVE_STDINT_H 1
  2351. | #define HAVE_UNISTD_H 1
  2352. | #define HAVE_DLFCN_H 1
  2353. | #define ARCH_X86 1
  2354. | #define STDC_HEADERS 1
  2355. | #define HAVE_SYS_WAIT_H 1
  2356. | #define TIME_WITH_SYS_TIME 1
  2357. | #define HAVE_SYS_PARAM_H 1
  2358. | #define HAVE_SYS_TIME_H 1
  2359. | #define HAVE_SYS_TIMES_H 1
  2360. | #define HAVE_SYS_WAIT_H 1
  2361. | #define HAVE_UNISTD_H 1
  2362. | #define RETSIGTYPE void
  2363. | #define HAVE_VPRINTF 1
  2364. | #define HAVE_ALLOCA 1
  2365. | #define HAVE_DIFFTIME 1
  2366. | #define HAVE_MMAP 1
  2367. | #define HAVE_LOCALE_H 1
  2368. | #define HAVE_LC_MESSAGES 1
  2369. | #define HAVE_BIND_TEXTDOMAIN_CODESET 1
  2370. | #define HAVE_GETTEXT 1
  2371. | #define HAVE_DCGETTEXT 1
  2372. | #define ENABLE_NLS 1
  2373. | #define HAVE_BIND_TEXTDOMAIN_CODESET 1
  2374. | #define HAVE_MATH_H 1
  2375. | #define HAVE_IEEEFP_H 1
  2376. | #define HAVE_FINITE 1
  2377. | #define HAVE_RINT 1
  2378. | #define HAVE_INET_NTOA 1
  2379. | #define USE_MMX 1
  2380. | #define USE_SSE 1
  2381. | #define HAVE_IPC_H 1
  2382. | #define HAVE_SHM_H 1
  2383. | #define USE_SYSV_SHM 1
  2384. | #define HAVE_X11_XMU_WINUTIL_H 1
  2385. | #define HAVE_X11_EXTENSIONS_SHAPE_H 1
  2386. | #define HAVE_XFIXES 1
  2387. | #define HAVE_EXIF 1
  2388. | #define HAVE_POPPLER 1
  2389. | #define HAVE_GNOME_KEYRING 1
  2390. | #define HAVE_LCMS 1
  2391. | #define HAVE_DBUS_GLIB 1
  2392. | #define SENDMAIL "/usr/sbin/sendmail"
  2393. | /* end confdefs.h.  */
  2394. |
  2395. | #include <Carbon/Carbon.h>
  2396. | #include <CoreServices/CoreServices.h>
  2397. |
  2398. configure:36484: result: no
  2399. configure:36539: checking for xmllint
  2400. configure:36557: found /usr/local/bin/xmllint
  2401. configure:36570: result: /usr/local/bin/xmllint
  2402. configure:36589: checking for xsltproc
  2403. configure:36607: found /usr/local/bin/xsltproc
  2404. configure:36620: result: /usr/local/bin/xsltproc
  2405. configure:37298: creating ./config.status
  2406.  
  2407. ## ---------------------- ##
  2408. ## Running config.status. ##
  2409. ## ---------------------- ##
  2410.  
  2411. This file was extended by GIMP config.status 2.6.1, which was
  2412. generated by GNU Autoconf 2.61.  Invocation command line was
  2413.  
  2414.   CONFIG_FILES    =
  2415.   CONFIG_HEADERS  =
  2416.   CONFIG_LINKS    =
  2417.   CONFIG_COMMANDS =
  2418.   $ ./config.status
  2419.  
  2420. on eee
  2421.  
  2422. config.status:1091: creating tools/Makefile
  2423. config.status:1091: creating tools/pdbgen/Makefile
  2424. config.status:1091: creating libgimp/Makefile
  2425. config.status:1091: creating libgimpbase/Makefile
  2426. config.status:1091: creating libgimpconfig/Makefile
  2427. config.status:1091: creating libgimpcolor/Makefile
  2428. config.status:1091: creating libgimpmath/Makefile
  2429. config.status:1091: creating libgimpmodule/Makefile
  2430. config.status:1091: creating libgimpthumb/Makefile
  2431. config.status:1091: creating libgimpwidgets/Makefile
  2432. config.status:1091: creating app/Makefile
  2433. config.status:1091: creating app/actions/Makefile
  2434. config.status:1091: creating app/base/Makefile
  2435. config.status:1091: creating app/config/Makefile
  2436. config.status:1091: creating app/core/Makefile
  2437. config.status:1091: creating app/gegl/Makefile
  2438. config.status:1091: creating app/dialogs/Makefile
  2439. config.status:1091: creating app/display/Makefile
  2440. config.status:1091: creating app/file/Makefile
  2441. config.status:1091: creating app/gui/Makefile
  2442. config.status:1091: creating app/menus/Makefile
  2443. config.status:1091: creating app/paint/Makefile
  2444. config.status:1091: creating app/paint-funcs/Makefile
  2445. config.status:1091: creating app/composite/Makefile
  2446. config.status:1091: creating app/pdb/Makefile
  2447. config.status:1091: creating app/plug-in/Makefile
  2448. config.status:1091: creating app/text/Makefile
  2449. config.status:1091: creating app/tools/Makefile
  2450. config.status:1091: creating app/vectors/Makefile
  2451. config.status:1091: creating app/widgets/Makefile
  2452. config.status:1091: creating app/xcf/Makefile
  2453. config.status:1091: creating plug-ins/Makefile
  2454. config.status:1091: creating plug-ins/color-rotate/Makefile
  2455. config.status:1091: creating plug-ins/color-rotate/images/Makefile
  2456. config.status:1091: creating plug-ins/file-bmp/Makefile
  2457. config.status:1091: creating plug-ins/file-faxg3/Makefile
  2458. config.status:1091: creating plug-ins/file-fits/Makefile
  2459. config.status:1091: creating plug-ins/file-fli/Makefile
  2460. config.status:1091: creating plug-ins/file-ico/Makefile
  2461. config.status:1091: creating plug-ins/file-jpeg/Makefile
  2462. config.status:1091: creating plug-ins/file-psd/Makefile
  2463. config.status:1091: creating plug-ins/file-sgi/Makefile
  2464. config.status:1091: creating plug-ins/file-uri/Makefile
  2465. config.status:1091: creating plug-ins/file-xjt/Makefile
  2466. config.status:1091: creating plug-ins/flame/Makefile
  2467. config.status:1091: creating plug-ins/fractal-explorer/Makefile
  2468. config.status:1091: creating plug-ins/fractal-explorer/examples/Makefile
  2469. config.status:1091: creating plug-ins/gfig/Makefile
  2470. config.status:1091: creating plug-ins/gfig/gfig-examples/Makefile
  2471. config.status:1091: creating plug-ins/gfig/images/Makefile
  2472. config.status:1091: creating plug-ins/gimpressionist/Brushes/Makefile
  2473. config.status:1091: creating plug-ins/gimpressionist/Makefile
  2474. config.status:1091: creating plug-ins/gimpressionist/Paper/Makefile
  2475. config.status:1091: creating plug-ins/gimpressionist/Presets/Makefile
  2476. config.status:1091: creating plug-ins/gradient-flare/Makefile
  2477. config.status:1091: creating plug-ins/gradient-flare/flares/Makefile
  2478. config.status:1091: creating plug-ins/help-browser/Makefile
  2479. config.status:1091: creating plug-ins/help/Makefile
  2480. config.status:1091: creating plug-ins/ifs-compose/Makefile
  2481. config.status:1091: creating plug-ins/imagemap/Makefile
  2482. config.status:1091: creating plug-ins/imagemap/images/Makefile
  2483. config.status:1091: creating plug-ins/lighting/Makefile
  2484. config.status:1091: creating plug-ins/lighting/images/Makefile
  2485. config.status:1091: creating plug-ins/map-object/Makefile
  2486. config.status:1091: creating plug-ins/maze/Makefile
  2487. config.status:1091: creating plug-ins/metadata/Makefile
  2488. config.status:1091: creating plug-ins/pagecurl/Makefile
  2489. config.status:1091: creating plug-ins/print/Makefile
  2490. config.status:1091: creating plug-ins/pygimp/Makefile
  2491. config.status:1091: creating plug-ins/pygimp/plug-ins/Makefile
  2492. config.status:1091: creating plug-ins/script-fu/Makefile
  2493. config.status:1091: creating plug-ins/script-fu/ftx/Makefile
  2494. config.status:1091: creating plug-ins/script-fu/scripts/Makefile
  2495. config.status:1091: creating plug-ins/script-fu/scripts/images/Makefile
  2496. config.status:1091: creating plug-ins/script-fu/tinyscheme/Makefile
  2497. config.status:1091: creating plug-ins/selection-to-path/Makefile
  2498. config.status:1091: creating plug-ins/twain/Makefile
  2499. config.status:1091: creating plug-ins/win-snap/Makefile
  2500. config.status:1091: creating plug-ins/common/Makefile
  2501. config.status:1091: creating modules/Makefile
  2502. config.status:1091: creating devel-docs/Makefile
  2503. config.status:1091: creating devel-docs/app/Makefile
  2504. config.status:1091: creating devel-docs/app/version
  2505. config.status:1091: creating devel-docs/libgimp/Makefile
  2506. config.status:1091: creating devel-docs/libgimp/version
  2507. config.status:1091: creating devel-docs/libgimpbase/Makefile
  2508. config.status:1091: creating devel-docs/libgimpbase/version
  2509. config.status:1091: creating devel-docs/libgimpconfig/Makefile
  2510. config.status:1091: creating devel-docs/libgimpconfig/version
  2511. config.status:1091: creating devel-docs/libgimpcolor/Makefile
  2512. config.status:1091: creating devel-docs/libgimpcolor/version
  2513. config.status:1091: creating devel-docs/libgimpmath/Makefile
  2514. config.status:1091: creating devel-docs/libgimpmath/version
  2515. config.status:1091: creating devel-docs/libgimpmodule/Makefile
  2516. config.status:1091: creating devel-docs/libgimpmodule/version
  2517. config.status:1091: creating devel-docs/libgimpthumb/Makefile
  2518. config.status:1091: creating devel-docs/libgimpthumb/version
  2519. config.status:1091: creating devel-docs/libgimpwidgets/Makefile
  2520. config.status:1091: creating devel-docs/libgimpwidgets/version
  2521. config.status:1091: creating devel-docs/tools/Makefile
  2522. config.status:1091: creating docs/Makefile
  2523. config.status:1091: creating menus/Makefile
  2524. config.status:1091: creating cursors/Makefile
  2525. config.status:1091: creating themes/Makefile
  2526. config.status:1091: creating themes/Default/Makefile
  2527. config.status:1091: creating themes/Default/images/Makefile
  2528. config.status:1091: creating themes/Default/images/preferences/Makefile
  2529. config.status:1091: creating themes/Small/Makefile
  2530. config.status:1091: creating data/Makefile
  2531. config.status:1091: creating data/brushes/Makefile
  2532. config.status:1091: creating data/environ/Makefile
  2533. config.status:1091: creating data/gradients/Makefile
  2534. config.status:1091: creating data/images/Makefile
  2535. config.status:1091: creating data/interpreters/Makefile
  2536. config.status:1091: creating data/palettes/Makefile
  2537. config.status:1091: creating data/patterns/Makefile
  2538. config.status:1091: creating data/tips/Makefile
  2539. config.status:1091: creating desktop/Makefile
  2540. config.status:1091: creating desktop/gimp.desktop.in
  2541. config.status:1091: creating etc/Makefile
  2542. config.status:1091: creating m4macros/Makefile
  2543. config.status:1091: creating po/Makefile.in
  2544. config.status:1091: creating po-libgimp/Makefile.in
  2545. config.status:1091: creating po-plug-ins/Makefile.in
  2546. config.status:1091: creating po-python/Makefile.in
  2547. config.status:1091: creating po-script-fu/Makefile.in
  2548. config.status:1091: creating po-tips/Makefile.in
  2549. config.status:1091: creating gimp-zip
  2550. config.status:1091: creating Makefile
  2551. config.status:1091: creating docs/gimp-2.6.1
  2552. config.status:1091: creating docs/gimprc-2.6.5
  2553. config.status:1269: WARNING: docs/gimprc-2.6.5 contains a reference to the variable `datarootdir'
  2554. which seems to be undefined.  Please make sure it is defined.
  2555. config.status:1091: creating docs/gimptool-2.0.1
  2556. config.status:1269: WARNING: docs/gimptool-2.0.1 contains a reference to the variable `datarootdir'
  2557. which seems to be undefined.  Please make sure it is defined.
  2558. config.status:1091: creating docs/gimp-remote-2.6.1
  2559. config.status:1091: creating gimp-2.0.pc
  2560. config.status:1091: creating gimpthumb-2.0.pc
  2561. config.status:1091: creating gimpui-2.0.pc
  2562. config.status:1091: creating config.h
  2563. config.status:1412: executing depfiles commands
  2564. config.status:1412: executing default-1 commands
  2565. config.status:1412: executing libgimpbase/gimpversion.h commands
  2566. config.status:1584: libgimpbase/gimpversion.h is unchanged
  2567. config.status:1412: executing sed-po-makefiles commands
  2568. config.status:1412: executing po/stamp-it commands
  2569. configure:39155: result:
  2570. Building GIMP with prefix=/usr/local, datarootdir=${prefix}/share
  2571. Desktop files install into /usr/local/share
  2572.  
  2573. Extra Binaries:
  2574.   gimp-console:        yes
  2575.   gimp-remote:         no (not enabled)
  2576.  
  2577. Optional Features:
  2578.   D-Bus service:       yes
  2579.   Language selection:  no (iso-codes package not found)
  2580.  
  2581. Optional Plug-Ins:
  2582.   Ascii Art:           yes
  2583.   Help Browser:        yes
  2584.   LCMS:                yes
  2585.   JPEG:                yes
  2586.   MNG:                 yes
  2587.   PDF:                 yes
  2588.   PNG:                 yes
  2589.   Print:               no (disabled)
  2590.   PSP:                 yes
  2591.   Python:              no
  2592.   Script-Fu:           yes
  2593.   SVG:                 yes
  2594.   TIFF:                yes
  2595.   TWAIN (MacOS X):     no
  2596.   TWAIN (Win32):       no
  2597.   URI:                 yes (using GIO/GVfs)
  2598.   Windows ICO          yes
  2599.   WMF:                 yes
  2600.   XJT:                 yes
  2601.   XPM:                 yes
  2602.  
  2603. Plug-In Features:
  2604.   EXIF support:        yes
  2605.   GNOME UI:            no (libgnomeui-2.0 not found)
  2606.   GNOME keyring:       yes
  2607.  
  2608. Optional Modules:
  2609.   ALSA (MIDI Input):   no (libasound not found or unusable)
  2610.   Linux Input:         no (linux input support disabled) (HAL support: no)
  2611.   DirectInput (Win32): no
  2612.   Color Correction:    yes
  2613.   Soft Proof:          yes
  2614.  
  2615.  
  2616. ## ---------------- ##
  2617. ## Cache variables. ##
  2618. ## ---------------- ##
  2619.  
  2620. ac_cv_build=i386-portbld-freebsd7.1
  2621. ac_cv_c_compiler_gnu=yes
  2622. ac_cv_cxx_compiler_gnu=yes
  2623. ac_cv_env_BABL_CFLAGS_set=''
  2624. ac_cv_env_BABL_CFLAGS_value=''
  2625. ac_cv_env_BABL_LIBS_set=''
  2626. ac_cv_env_BABL_LIBS_value=''
  2627. ac_cv_env_CAIRO_CFLAGS_set=''
  2628. ac_cv_env_CAIRO_CFLAGS_value=''
  2629. ac_cv_env_CAIRO_LIBS_set=''
  2630. ac_cv_env_CAIRO_LIBS_value=''
  2631. ac_cv_env_CCASFLAGS_set=''
  2632. ac_cv_env_CCASFLAGS_value=''
  2633. ac_cv_env_CCAS_set=''
  2634. ac_cv_env_CCAS_value=''
  2635. ac_cv_env_CCC_set=''
  2636. ac_cv_env_CCC_value=''
  2637. ac_cv_env_CC_set=set
  2638. ac_cv_env_CC_value=cc
  2639. ac_cv_env_CFLAGS_set=set
  2640. ac_cv_env_CFLAGS_value='-O -pipe'
  2641. ac_cv_env_CPPFLAGS_set=set
  2642. ac_cv_env_CPPFLAGS_value=-I/usr/local/include
  2643. ac_cv_env_CPP_set=''
  2644. ac_cv_env_CPP_value=''
  2645. ac_cv_env_CURL_CFLAGS_set=''
  2646. ac_cv_env_CURL_CFLAGS_value=''
  2647. ac_cv_env_CURL_LIBS_set=''
  2648. ac_cv_env_CURL_LIBS_value=''
  2649. ac_cv_env_CXXCPP_set=''
  2650. ac_cv_env_CXXCPP_value=''
  2651. ac_cv_env_CXXFLAGS_set=set
  2652. ac_cv_env_CXXFLAGS_value='-O -pipe'
  2653. ac_cv_env_CXX_set=set
  2654. ac_cv_env_CXX_value=c++
  2655. ac_cv_env_DBUS_GLIB_CFLAGS_set=''
  2656. ac_cv_env_DBUS_GLIB_CFLAGS_value=''
  2657. ac_cv_env_DBUS_GLIB_LIBS_set=''
  2658. ac_cv_env_DBUS_GLIB_LIBS_value=''
  2659. ac_cv_env_EXIF_CFLAGS_set=''
  2660. ac_cv_env_EXIF_CFLAGS_value=''
  2661. ac_cv_env_EXIF_LIBS_set=''
  2662. ac_cv_env_EXIF_LIBS_value=''
  2663. ac_cv_env_F77_set=''
  2664. ac_cv_env_F77_value=''
  2665. ac_cv_env_FFLAGS_set=''
  2666. ac_cv_env_FFLAGS_value=''
  2667. ac_cv_env_FONTCONFIG_CFLAGS_set=''
  2668. ac_cv_env_FONTCONFIG_CFLAGS_value=''
  2669. ac_cv_env_FONTCONFIG_LIBS_set=''
  2670. ac_cv_env_FONTCONFIG_LIBS_value=''
  2671. ac_cv_env_GDK_PIXBUF_CFLAGS_set=''
  2672. ac_cv_env_GDK_PIXBUF_CFLAGS_value=''
  2673. ac_cv_env_GDK_PIXBUF_LIBS_set=''
  2674. ac_cv_env_GDK_PIXBUF_LIBS_value=''
  2675. ac_cv_env_GEGL_CFLAGS_set=''
  2676. ac_cv_env_GEGL_CFLAGS_value=''
  2677. ac_cv_env_GEGL_LIBS_set=''
  2678. ac_cv_env_GEGL_LIBS_value=''
  2679. ac_cv_env_GIO_CFLAGS_set=''
  2680. ac_cv_env_GIO_CFLAGS_value=''
  2681. ac_cv_env_GIO_LIBS_set=''
  2682. ac_cv_env_GIO_LIBS_value=''
  2683. ac_cv_env_GMODULE_NO_EXPORT_CFLAGS_set=''
  2684. ac_cv_env_GMODULE_NO_EXPORT_CFLAGS_value=''
  2685. ac_cv_env_GMODULE_NO_EXPORT_LIBS_set=''
  2686. ac_cv_env_GMODULE_NO_EXPORT_LIBS_value=''
  2687. ac_cv_env_GNOME_VFS_CFLAGS_set=''
  2688. ac_cv_env_GNOME_VFS_CFLAGS_value=''
  2689. ac_cv_env_GNOME_VFS_LIBS_set=''
  2690. ac_cv_env_GNOME_VFS_LIBS_value=''
  2691. ac_cv_env_HAL_CFLAGS_set=''
  2692. ac_cv_env_HAL_CFLAGS_value=''
  2693. ac_cv_env_HAL_LIBS_set=''
  2694. ac_cv_env_HAL_LIBS_value=''
  2695. ac_cv_env_LCMS_CFLAGS_set=''
  2696. ac_cv_env_LCMS_CFLAGS_value=''
  2697. ac_cv_env_LCMS_LIBS_set=''
  2698. ac_cv_env_LCMS_LIBS_value=''
  2699. ac_cv_env_LDFLAGS_set=set
  2700. ac_cv_env_LDFLAGS_value=-L/usr/local/lib
  2701. ac_cv_env_LIBS_set=''
  2702. ac_cv_env_LIBS_value=''
  2703. ac_cv_env_PANGOFT2_CFLAGS_set=''
  2704. ac_cv_env_PANGOFT2_CFLAGS_value=''
  2705. ac_cv_env_PANGOFT2_LIBS_set=''
  2706. ac_cv_env_PANGOFT2_LIBS_value=''
  2707. ac_cv_env_PKG_CONFIG_set=''
  2708. ac_cv_env_PKG_CONFIG_value=''
  2709. ac_cv_env_PNG_CFLAGS_set=''
  2710. ac_cv_env_PNG_CFLAGS_value=''
  2711. ac_cv_env_PNG_LIBS_set=''
  2712. ac_cv_env_PNG_LIBS_value=''
  2713. ac_cv_env_POPPLER_CFLAGS_set=''
  2714. ac_cv_env_POPPLER_CFLAGS_value=''
  2715. ac_cv_env_POPPLER_LIBS_set=''
  2716. ac_cv_env_POPPLER_LIBS_value=''
  2717. ac_cv_env_PYGTK_CFLAGS_set=''
  2718. ac_cv_env_PYGTK_CFLAGS_value=''
  2719. ac_cv_env_PYGTK_LIBS_set=''
  2720. ac_cv_env_PYGTK_LIBS_value=''
  2721. ac_cv_env_SVG_CFLAGS_set=''
  2722. ac_cv_env_SVG_CFLAGS_value=''
  2723. ac_cv_env_SVG_LIBS_set=''
  2724. ac_cv_env_SVG_LIBS_value=''
  2725. ac_cv_env_WEBKIT_CFLAGS_set=''
  2726. ac_cv_env_WEBKIT_CFLAGS_value=''
  2727. ac_cv_env_WEBKIT_LIBS_set=''
  2728. ac_cv_env_WEBKIT_LIBS_value=''
  2729. ac_cv_env_XFIXES_CFLAGS_set=''
  2730. ac_cv_env_XFIXES_CFLAGS_value=''
  2731. ac_cv_env_XFIXES_LIBS_set=''
  2732. ac_cv_env_XFIXES_LIBS_value=''
  2733. ac_cv_env_XMKMF_set=''
  2734. ac_cv_env_XMKMF_value=''
  2735. ac_cv_env_build_alias_set=set
  2736. ac_cv_env_build_alias_value=i386-portbld-freebsd7.1
  2737. ac_cv_env_host_alias_set=''
  2738. ac_cv_env_host_alias_value=''
  2739. ac_cv_env_target_alias_set=''
  2740. ac_cv_env_target_alias_value=''
  2741. ac_cv_f77_compiler_gnu=no
  2742. ac_cv_func__doprnt=no
  2743. ac_cv_func_alloca_works=yes
  2744. ac_cv_func_bind_textdomain_codeset=yes
  2745. ac_cv_func_connect=yes
  2746. ac_cv_func_dcgettext=yes
  2747. ac_cv_func_difftime=yes
  2748. ac_cv_func_finite=yes
  2749. ac_cv_func_gethostbyname=yes
  2750. ac_cv_func_inet_ntoa=yes
  2751. ac_cv_func_mmap=yes
  2752. ac_cv_func_remove=yes
  2753. ac_cv_func_rint=no
  2754. ac_cv_func_shmat=yes
  2755. ac_cv_func_vprintf=yes
  2756. ac_cv_have_x='have_x=yes        ac_x_includes='\''/usr/local/include'\''        ac_x_libraries='\''/usr/local/lib'\'''
  2757. ac_cv_header_X11_Xmu_WinUtil_h=yes
  2758. ac_cv_header_X11_extensions_shape_h=yes
  2759. ac_cv_header_X11_xpm_h=yes
  2760. ac_cv_header_aalib_h=yes
  2761. ac_cv_header_dlfcn_h=yes
  2762. ac_cv_header_ieeefp_h=yes
  2763. ac_cv_header_inttypes_h=yes
  2764. ac_cv_header_libintl_h=yes
  2765. ac_cv_header_libmng_h=yes
  2766. ac_cv_header_linux_input_h=no
  2767. ac_cv_header_locale_h=yes
  2768. ac_cv_header_math_h=yes
  2769. ac_cv_header_memory_h=yes
  2770. ac_cv_header_stdc=yes
  2771. ac_cv_header_stdint_h=yes
  2772. ac_cv_header_stdlib_h=yes
  2773. ac_cv_header_string_h=yes
  2774. ac_cv_header_strings_h=yes
  2775. ac_cv_header_sys_ipc_h=yes
  2776. ac_cv_header_sys_param_h=yes
  2777. ac_cv_header_sys_shm_h=yes
  2778. ac_cv_header_sys_stat_h=yes
  2779. ac_cv_header_sys_time_h=yes
  2780. ac_cv_header_sys_times_h=yes
  2781. ac_cv_header_sys_types_h=yes
  2782. ac_cv_header_sys_wait_h=yes
  2783. ac_cv_header_tiffio_h=yes
  2784. ac_cv_header_time=yes
  2785. ac_cv_header_unistd_h=yes
  2786. ac_cv_header_zlib_h=yes
  2787. ac_cv_host=i386-portbld-freebsd7.1
  2788. ac_cv_lib_ICE_IceConnectionNumber=yes
  2789. ac_cv_lib_Xext_XShapeGetRectangles=yes
  2790. ac_cv_lib_Xmu_XmuClientWindow=yes
  2791. ac_cv_lib_Xpm_XpmReadFileToXpmImage=yes
  2792. ac_cv_lib_aa_aa_printf=yes
  2793. ac_cv_lib_asound_snd_ctl_open=no
  2794. ac_cv_lib_intl_bindtextdomain=yes
  2795. ac_cv_lib_intl_dgettext=yes
  2796. ac_cv_lib_intl_ngettext=yes
  2797. ac_cv_lib_jpeg_jpeg_destroy_decompress=yes
  2798. ac_cv_lib_jpeg_jpeg_save_markers=yes
  2799. ac_cv_lib_m_rint=yes
  2800. ac_cv_lib_mng_mng_create=yes
  2801. ac_cv_lib_socket_socket=no
  2802. ac_cv_lib_tiff_TIFFReadScanline=yes
  2803. ac_cv_lib_webkit_1_0_webkit_web_view_set_zoom_level=no
  2804. ac_cv_lib_z_gzsetparams=yes
  2805. ac_cv_objext=o
  2806. ac_cv_path_DBUS_BINDING_TOOL=/usr/local/bin/dbus-binding-tool
  2807. ac_cv_path_DOLT_BASH=''
  2808. ac_cv_path_EGREP='/usr/bin/grep -E'
  2809. ac_cv_path_FREETYPE_CONFIG=/usr/local/bin/freetype-config
  2810. ac_cv_path_GDK_PIXBUF_CSOURCE=/usr/local/bin/gdk-pixbuf-csource
  2811. ac_cv_path_GMSGFMT=/usr/local/bin/msgfmt
  2812. ac_cv_path_GREP=/usr/bin/grep
  2813. ac_cv_path_INTLTOOL_EXTRACT=/usr/local/bin/intltool-extract
  2814. ac_cv_path_INTLTOOL_MERGE=/usr/local/bin/intltool-merge
  2815. ac_cv_path_INTLTOOL_PERL=/usr/bin/perl
  2816. ac_cv_path_INTLTOOL_UPDATE=/usr/local/bin/intltool-update
  2817. ac_cv_path_MSGFMT=/usr/local/bin/msgfmt
  2818. ac_cv_path_MSGMERGE=/usr/local/bin/msgmerge
  2819. ac_cv_path_PERL=/usr/bin/perl5
  2820. ac_cv_path_PKG_CONFIG=/usr/local/bin/pkg-config
  2821. ac_cv_path_SENDMAIL=/usr/sbin/sendmail
  2822. ac_cv_path_WMF_CONFIG=/usr/local/bin/libwmf-config
  2823. ac_cv_path_XGETTEXT=/usr/local/bin/xgettext
  2824. ac_cv_path_XMLLINT=/usr/local/bin/xmllint
  2825. ac_cv_path_XSLTPROC=/usr/local/bin/xsltproc
  2826. ac_cv_path_ac_pt_PKG_CONFIG=/usr/local/bin/pkg-config
  2827. ac_cv_prog_AWK=nawk
  2828. ac_cv_prog_CPP='cc -E'
  2829. ac_cv_prog_CXXCPP='c++ -E'
  2830. ac_cv_prog_ac_ct_AR=ar
  2831. ac_cv_prog_ac_ct_CC=cc
  2832. ac_cv_prog_ac_ct_RANLIB=ranlib
  2833. ac_cv_prog_ac_ct_STRIP=strip
  2834. ac_cv_prog_cc_c89=''
  2835. ac_cv_prog_cc_cc_c_o=yes
  2836. ac_cv_prog_cc_g=yes
  2837. ac_cv_prog_cxx_g=yes
  2838. ac_cv_prog_f77_g=no
  2839. ac_cv_prog_make_gmake_set=yes
  2840. ac_cv_search_strerror='none required'
  2841. ac_cv_sys_file_offset_bits=no
  2842. ac_cv_sys_largefile_CC=no
  2843. ac_cv_type_pid_t=yes
  2844. ac_cv_type_signal=void
  2845. ac_cv_working_alloca_h=no
  2846. am_cv_CCAS_dependencies_compiler_type=gcc3
  2847. am_cv_CC_dependencies_compiler_type=gcc3
  2848. am_cv_CXX_dependencies_compiler_type=gcc3
  2849. am_cv_val_LC_MESSAGES=yes
  2850. br_cv_binreloc=no
  2851. gt_cv_func_dgettext_libc=no
  2852. gt_cv_func_dgettext_libintl=yes
  2853. gt_cv_func_ngettext_libc=no
  2854. gt_cv_have_gettext=yes
  2855. lt_cv_deplibs_check_method=pass_all
  2856. lt_cv_file_magic_cmd='$MAGIC_CMD'
  2857. lt_cv_file_magic_test_file=''
  2858. lt_cv_ld_reload_flag=-r
  2859. lt_cv_objdir=.libs
  2860. lt_cv_path_LD=/usr/bin/ld
  2861. lt_cv_path_LDCXX=/usr/bin/ld
  2862. lt_cv_path_NM='/usr/bin/nm -B'
  2863. lt_cv_path_SED=/usr/bin/sed
  2864. lt_cv_prog_compiler_c_o=yes
  2865. lt_cv_prog_compiler_c_o_CXX=yes
  2866. lt_cv_prog_compiler_pic_works=yes
  2867. lt_cv_prog_compiler_pic_works_CXX=yes
  2868. lt_cv_prog_compiler_rtti_exceptions=no
  2869. lt_cv_prog_compiler_static_works=yes
  2870. lt_cv_prog_compiler_static_works_CXX=yes
  2871. lt_cv_prog_gnu_ld=yes
  2872. lt_cv_prog_gnu_ldcxx=yes
  2873. lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[      ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[         ][      ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'''
  2874. lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/  {\"\1\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \([^ ]*\) \([^ ]*\)$/  {"\2", (lt_ptr) \&\2},/p'\'''
  2875. lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/extern int \1;/p'\'''
  2876. lt_cv_sys_lib_dlsearch_path_spec='/lib /usr/lib'
  2877. lt_cv_sys_lib_search_path_spec=/usr/lib
  2878. lt_cv_sys_max_cmd_len=262144
  2879. lt_lt_cv_prog_compiler_c_o='"yes"'
  2880. lt_lt_cv_prog_compiler_c_o_CXX='"yes"'
  2881. lt_lt_cv_sys_global_symbol_pipe='"sed -n -e '\''s/^.*[  ]\\([ABCDGIRSTW][ABCDGIRSTW]*\\)[       ][      ]*\\([_A-Za-z][_A-Za-z0-9]*\\)\$/\\1 \\2 \\2/p'\''"'
  2882. lt_lt_cv_sys_global_symbol_to_c_name_address='"sed -n -e '\''s/^: \\([^ ]*\\) \$/  {\\\"\\1\\\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \\([^ ]*\\) \\([^ ]*\\)\$/  {\"\\2\", (lt_ptr) \\&\\2},/p'\''"'
  2883. lt_lt_cv_sys_global_symbol_to_cdecl='"sed -n -e '\''s/^. .* \\(.*\\)\$/extern int \\1;/p'\''"'
  2884. pkg_cv_BABL_CFLAGS='-I/usr/local/include/babl-0.0  '
  2885. pkg_cv_BABL_LIBS='-L/usr/local/lib -lbabl-0.0 -lm  '
  2886. pkg_cv_CAIRO_CFLAGS='-D_THREAD_SAFE -I/usr/local/include/cairo -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/local/include/pixman-1  '
  2887. pkg_cv_CAIRO_LIBS='-pthread -L/usr/local/lib -lcairo  '
  2888. pkg_cv_CURL_CFLAGS='-I/usr/local/include  '
  2889. pkg_cv_CURL_LIBS='-rpath=/usr/lib:/usr/local/lib -L/usr/local/lib -lcurl  '
  2890. pkg_cv_DBUS_GLIB_CFLAGS='-I/usr/local/include/dbus-1.0 -I/usr/local/include/dbus-1.0/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include  '
  2891. pkg_cv_DBUS_GLIB_LIBS='-L/usr/local/lib -ldbus-glib-1 -ldbus-1 -lgobject-2.0 -lglib-2.0 -liconv  '
  2892. pkg_cv_EXIF_CFLAGS='-I/usr/local/include  '
  2893. pkg_cv_EXIF_LIBS='-L/usr/local/lib -lexif -lm  '
  2894. pkg_cv_FONTCONFIG_CFLAGS='-I/usr/local/include  '
  2895. pkg_cv_FONTCONFIG_LIBS='-L/usr/local/lib -lfontconfig  '
  2896. pkg_cv_GDK_PIXBUF_CFLAGS='-I/usr/local/include/gtk-2.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include  '
  2897. pkg_cv_GDK_PIXBUF_LIBS='-L/usr/local/lib -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -liconv  '
  2898. pkg_cv_GEGL_CFLAGS='-I/usr/local/include/gegl-0.0 -I/usr/local/include/babl-0.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include  '
  2899. pkg_cv_GEGL_LIBS='-Wl,--export-dynamic -L/usr/local/lib -lgegl-0.0 -lgio-2.0 -lbabl-0.0 -lm -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -liconv  '
  2900. pkg_cv_GIO_CFLAGS='-I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include  '
  2901. pkg_cv_GIO_LIBS='-L/usr/local/lib -lgio-2.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -liconv  '
  2902. pkg_cv_GMODULE_NO_EXPORT_CFLAGS='-I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include  '
  2903. pkg_cv_GMODULE_NO_EXPORT_LIBS='-L/usr/local/lib -lgmodule-2.0 -lglib-2.0 -liconv  '
  2904. pkg_cv_GNOME_VFS_CFLAGS='-D_REENTRANT -DORBIT2=1 -I/usr/local/include/gnome-vfs-2.0 -I/usr/local/lib/gnome-vfs-2.0/include -I/usr/local/include/gconf/2 -I/usr/local/include/orbit-2.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/gnome-keyring-1  '
  2905. pkg_cv_GNOME_VFS_LIBS='-pthread -L/usr/local/lib -lgnomevfs-2 -lgconf-2 -lgthread-2.0 -lgmodule-2.0 -lgobject-2.0 -lgnome-keyring -lglib-2.0 -liconv  '
  2906. pkg_cv_LCMS_CFLAGS='-I/usr/local/include  '
  2907. pkg_cv_LCMS_LIBS='-L/usr/local/lib -llcms  '
  2908. pkg_cv_PANGOFT2_CFLAGS='-I/usr/local/include/pango-1.0 -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include  '
  2909. pkg_cv_PANGOFT2_LIBS='-L/usr/local/lib -lpangoft2-1.0 -lpango-1.0 -lm -lfreetype -lz -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -liconv  '
  2910. pkg_cv_PNG_CFLAGS='-I/usr/local/include  '
  2911. pkg_cv_PNG_LIBS='-L/usr/local/lib -lpng -lz -lm  '
  2912. pkg_cv_POPPLER_CFLAGS='-D_THREAD_SAFE -D_REENTRANT -I/usr/local/include/poppler/glib -I/usr/local/include/poppler -I/usr/local/include/gtk-2.0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/cairo -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include/pixman-1  '
  2913. pkg_cv_POPPLER_LIBS='-pthread -L/usr/local/lib -lpoppler-glib -lgdk-x11-2.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lXext -lXrender -lXinerama -lXi -lXrandr -lXcursor -lXcomposite -lXdamage -lcairo -lpangoft2-1.0 -lpango-1.0 -lm -lfreetype -lz -lfontconfig -lX11 -lXfixes -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lglib-2.0 -liconv  '
  2914. pkg_cv_SVG_CFLAGS='-D_THREAD_SAFE -I/usr/local/include/librsvg-2 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/gtk-2.0 -I/usr/local/include/cairo -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/local/include/pixman-1  '
  2915. pkg_cv_SVG_LIBS='-pthread -L/usr/local/lib -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lcairo -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -liconv  '
  2916. pkg_cv_WEBKIT_CFLAGS='-D_THREAD_SAFE -I/usr/local/include/WebKit -I/usr/local/include/gtk-2.0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/freetype2 -I/usr/local/include/pixman-1  '
  2917. pkg_cv_WEBKIT_LIBS='-pthread -L/usr/local/lib -lWebKitGtk -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lXext -lXrender -lXinerama -lXi -lXrandr -lXcursor -lXcomposite -lXdamage -lcairo -lpangoft2-1.0 -lpango-1.0 -lm -lfreetype -lz -lfontconfig -lX11 -lXfixes -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -liconv  '
  2918. pkg_cv_XFIXES_CFLAGS='-D_THREAD_SAFE -I/usr/local/include  '
  2919. pkg_cv_XFIXES_LIBS='-L/usr/local/lib -lXfixes  '
  2920.  
  2921. ## ----------------- ##
  2922. ## Output variables. ##
  2923. ## ----------------- ##
  2924.  
  2925. AA_LIBS='-laa'
  2926. ACLOCAL='${SHELL} /usr/ports/graphics/gimp-app/work/gimp-2.6.1/missing --run aclocal-1.10 '
  2927. ALLOCA=''
  2928. ALL_LINGUAS=''
  2929. ALSA_CFLAGS=''
  2930. ALSA_LIBS=''
  2931. ALTIVEC_EXTRA_CFLAGS=''
  2932. AMDEPBACKSLASH='\'
  2933. AMDEP_FALSE='#'
  2934. AMDEP_TRUE=''
  2935. AMTAR='${SHELL} /usr/ports/graphics/gimp-app/work/gimp-2.6.1/missing --run tar'
  2936. AR='ar'
  2937. AS='as'
  2938. AUTOCONF='${SHELL} /usr/ports/graphics/gimp-app/work/gimp-2.6.1/missing --run autoconf'
  2939. AUTOHEADER='${SHELL} /usr/ports/graphics/gimp-app/work/gimp-2.6.1/missing --run autoheader'
  2940. AUTOMAKE='${SHELL} /usr/ports/graphics/gimp-app/work/gimp-2.6.1/missing --run automake-1.10'
  2941. AWK='nawk'
  2942. BABL_CFLAGS='-I/usr/local/include/babl-0.0  '
  2943. BABL_LIBS='-L/usr/local/lib -lbabl-0.0 -lm  '
  2944. BINRELOC_CFLAGS=''
  2945. BINRELOC_LIBS=''
  2946. BUILD_HELP_BROWSER_FALSE='#'
  2947. BUILD_HELP_BROWSER_TRUE=''
  2948. BUILD_JPEG_FALSE='#'
  2949. BUILD_JPEG_TRUE=''
  2950. BUILD_PRINT_FALSE=''
  2951. BUILD_PRINT_TRUE='#'
  2952. BUILD_PYTHON_FALSE=''
  2953. BUILD_PYTHON_TRUE='#'
  2954. BUILD_SCRIPT_FU_FALSE='#'
  2955. BUILD_SCRIPT_FU_TRUE=''
  2956. BUILD_XJT_FALSE='#'
  2957. BUILD_XJT_TRUE=''
  2958. CAIRO_CFLAGS='-D_THREAD_SAFE -I/usr/local/include/cairo -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/local/include/pixman-1  '
  2959. CAIRO_LIBS='-pthread -L/usr/local/lib -lcairo  '
  2960. CARBON_LDFLAGS=''
  2961. CATALOGS=''
  2962. CATOBJEXT='.gmo'
  2963. CC='cc'
  2964. CCAS='cc'
  2965. CCASDEPMODE='depmode=gcc3'
  2966. CCASFLAGS='-O -pipe'
  2967. CCDEPMODE='depmode=gcc3'
  2968. CFLAGS='-O -pipe -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition'
  2969. CPP='cc -E'
  2970. CPPFLAGS='-I/usr/local/include -DGIMP_DISABLE_DEPRECATED -DG_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DPANGO_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -DGTK_MULTIHEAD_SAFE'
  2971. CURL_CFLAGS='-I/usr/local/include  '
  2972. CURL_LIBS='-rpath=/usr/lib:/usr/local/lib -L/usr/local/lib -lcurl  '
  2973. CXX='c++'
  2974. CXXCPP='c++ -E'
  2975. CXXDEPMODE='depmode=gcc3'
  2976. CXXFLAGS='-O -pipe'
  2977. CYGPATH_W='echo'
  2978. DATADIRNAME='share'
  2979. DBUS_BINDING_TOOL='/usr/local/bin/dbus-binding-tool'
  2980. DBUS_GLIB_CFLAGS='-I/usr/local/include/dbus-1.0 -I/usr/local/include/dbus-1.0/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include  '
  2981. DBUS_GLIB_LIBS='-L/usr/local/lib -ldbus-glib-1 -ldbus-1 -lgobject-2.0 -lglib-2.0 -liconv  '
  2982. DEFAULT_BINARY_FALSE='#'
  2983. DEFAULT_BINARY_TRUE=''
  2984. DEFS='-DHAVE_CONFIG_H'
  2985. DEPDIR='.deps'
  2986. DESKTOP_DATADIR='/usr/local/share'
  2987. DESKTOP_DATADIR_FALSE='#'
  2988. DESKTOP_DATADIR_TRUE=''
  2989. DLLTOOL='dlltool'
  2990. DOC_SHOOTER='doc-shooter'
  2991. DSYMUTIL=''
  2992. ECHO='echo'
  2993. ECHO_C=''
  2994. ECHO_N='-n'
  2995. ECHO_T=''
  2996. EGREP='/usr/bin/grep -E'
  2997. ENABLE_GIMP_CONSOLE_FALSE='#'
  2998. ENABLE_GIMP_CONSOLE_TRUE=''
  2999. ENABLE_GTK_DOC_APP_FALSE=''
  3000. ENABLE_GTK_DOC_APP_TRUE='#'
  3001. ENABLE_GTK_DOC_FALSE=''
  3002. ENABLE_GTK_DOC_TRUE='#'
  3003. EXEEXT=''
  3004. EXIF_CFLAGS='-I/usr/local/include  '
  3005. EXIF_LIBS='-L/usr/local/lib -lexif -lm  '
  3006. F77=''
  3007. FFLAGS=''
  3008. FILE_AA='file-aa$(EXEEXT)'
  3009. FILE_MNG='file-mng$(EXEEXT)'
  3010. FILE_PDF='file-pdf$(EXEEXT)'
  3011. FILE_PNG='file-png$(EXEEXT)'
  3012. FILE_PSP='file-psp$(EXEEXT)'
  3013. FILE_SVG='file-svg$(EXEEXT)'
  3014. FILE_TIFF_LOAD='file-tiff-load$(EXEEXT)'
  3015. FILE_TIFF_SAVE='file-tiff-save$(EXEEXT)'
  3016. FILE_WMF='file-wmf$(EXEEXT)'
  3017. FILE_XPM='file-xpm$(EXEEXT)'
  3018. FONTCONFIG_CFLAGS='-I/usr/local/include  '
  3019. FONTCONFIG_LIBS='-L/usr/local/lib -lfontconfig  '
  3020. FREETYPE_CONFIG='/usr/local/bin/freetype-config'
  3021. FREETYPE_LIBS='-L/usr/local/lib -lfreetype -lz'
  3022. GDK_PIXBUF_CFLAGS='-I/usr/local/include/gtk-2.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include  '
  3023. GDK_PIXBUF_CSOURCE='/usr/local/bin/gdk-pixbuf-csource'
  3024. GDK_PIXBUF_LIBS='-L/usr/local/lib -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -liconv  '
  3025. GEGL_CFLAGS='-I/usr/local/include/gegl-0.0 -I/usr/local/include/babl-0.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include  '
  3026. GEGL_LIBS='-Wl,--export-dynamic -L/usr/local/lib -lgegl-0.0 -lgio-2.0 -lbabl-0.0 -lm -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -liconv  '
  3027. GETTEXT_PACKAGE='gimp20'
  3028. GIMPINSTALL=''
  3029. GIMP_API_VERSION='2.0'
  3030. GIMP_APP_VERSION='2.6'
  3031. GIMP_BINARY_AGE='601'
  3032. GIMP_COMMAND='gimp-2.6'
  3033. GIMP_DATA_VERSION='2.0'
  3034. GIMP_FULL_NAME='GNU Image Manipulation Program'
  3035. GIMP_INTERFACE_AGE='1'
  3036. GIMP_MAJOR_VERSION='2'
  3037. GIMP_MICRO_VERSION='1'
  3038. GIMP_MINOR_VERSION='6'
  3039. GIMP_MKENUMS='$(PERL) $(top_srcdir)/tools/gimp-mkenums'
  3040. GIMP_MODULES='modules'
  3041. GIMP_PKGCONFIG_VERSION='2.0'
  3042. GIMP_PLUGINS='plug-ins'
  3043. GIMP_PLUGIN_VERSION='2.0'
  3044. GIMP_REAL_VERSION='2.6.1'
  3045. GIMP_REMOTE=''
  3046. GIMP_REMOTE_MANPAGE=''
  3047. GIMP_SYSCONF_VERSION='2.0'
  3048. GIMP_TOOL_VERSION='2.0'
  3049. GIMP_UNSTABLE='no'
  3050. GIMP_UNSTABLE_FALSE=''
  3051. GIMP_UNSTABLE_TRUE='#'
  3052. GIMP_USER_VERSION='2.6'
  3053. GIMP_VERSION='2.6.1'
  3054. GIO_CFLAGS='-I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include  '
  3055. GIO_LIBS='-L/usr/local/lib -lgio-2.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -liconv  '
  3056. GLIB_CFLAGS='-D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include  '
  3057. GLIB_GENMARSHAL='glib-genmarshal'
  3058. GLIB_LIBS='-pthread -L/usr/local/lib -lgobject-2.0 -lgthread-2.0 -lglib-2.0 -liconv  '
  3059. GLIB_MKENUMS='glib-mkenums'
  3060. GLIB_REQUIRED_VERSION='2.16.1'
  3061. GMODULE_NO_EXPORT_CFLAGS='-I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include  '
  3062. GMODULE_NO_EXPORT_LIBS='-L/usr/local/lib -lgmodule-2.0 -lglib-2.0 -liconv  '
  3063. GMOFILES=''
  3064. GMSGFMT='/usr/local/bin/msgfmt'
  3065. GNOME_VFS_CFLAGS='-D_REENTRANT -DORBIT2=1 -I/usr/local/include/gnome-vfs-2.0 -I/usr/local/lib/gnome-vfs-2.0/include -I/usr/local/include/gconf/2 -I/usr/local/include/orbit-2.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/gnome-keyring-1  '
  3066. GNOME_VFS_LIBS='-pthread -L/usr/local/lib -lgnomevfs-2 -lgconf-2 -lgthread-2.0 -lgmodule-2.0 -lgobject-2.0 -lgnome-keyring -lglib-2.0 -liconv  '
  3067. GOBJECT_QUERY='gobject-query'
  3068. GREP='/usr/bin/grep'
  3069. GTK_CFLAGS='-D_THREAD_SAFE -D_REENTRANT -I/usr/local/include/gtk-2.0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/freetype2 -I/usr/local/include/pixman-1  '
  3070. GTK_DOC_USE_LIBTOOL_FALSE='#'
  3071. GTK_DOC_USE_LIBTOOL_TRUE=''
  3072. GTK_LIBS='-pthread -pthread -L/usr/local/lib -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lXext -lXrender -lXinerama -lXi -lXrandr -lXcursor -lXcomposite -lXdamage -lcairo -lpangoft2-1.0 -lpango-1.0 -lm -lfreetype -lz -lfontconfig -lX11 -lXfixes -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lglib-2.0 -liconv  '
  3073. GTK_REQUIRED_VERSION='2.12.5'
  3074. HAL_CFLAGS=''
  3075. HAL_LIBS=''
  3076. HAVE_CARBON_FALSE=''
  3077. HAVE_CARBON_TRUE='#'
  3078. HAVE_DX_DINPUT_FALSE=''
  3079. HAVE_DX_DINPUT_TRUE='#'
  3080. HAVE_FINITE=''
  3081. HAVE_GNOMEVFS_FALSE='#'
  3082. HAVE_GNOMEVFS_TRUE=''
  3083. HAVE_GVFS_FALSE='#'
  3084. HAVE_GVFS_TRUE=''
  3085. HAVE_ISFINITE=''
  3086. HAVE_LCMS_FALSE='#'
  3087. HAVE_LCMS_TRUE=''
  3088. HAVE_LIBCURL_FALSE='#'
  3089. HAVE_LIBCURL_TRUE=''
  3090. HAVE_LINUX_INPUT_FALSE=''
  3091. HAVE_LINUX_INPUT_TRUE='#'
  3092. HAVE_MAC_TWAIN_FALSE=''
  3093. HAVE_MAC_TWAIN_TRUE='#'
  3094. HAVE_PNG_FALSE='#'
  3095. HAVE_PNG_TRUE=''
  3096. HAVE_WINDRES_FALSE=''
  3097. HAVE_WINDRES_TRUE='#'
  3098. HAVE_XMLLINT_FALSE='#'
  3099. HAVE_XMLLINT_TRUE=''
  3100. HAVE_XSLTPROC_FALSE='#'
  3101. HAVE_XSLTPROC_TRUE=''
  3102. HTML_DIR='/usr/local/share/doc/gimp'
  3103. INSTALL_DATA='install  -o root -g wheel -m 444'
  3104. INSTALL_PROGRAM='install  -s -o root -g wheel -m 555'
  3105. INSTALL_SCRIPT='install  -o root -g wheel -m 555'
  3106. INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
  3107. INSTOBJEXT='.mo'
  3108. INTLLIBS='-lintl '
  3109. INTLTOOL_CAVES_RULE='%.caves:     %.caves.in     $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
  3110. INTLTOOL_DESKTOP_RULE='%.desktop:   %.desktop.in   $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
  3111. INTLTOOL_DIRECTORY_RULE='%.directory: %.directory.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
  3112. INTLTOOL_EXTRACT='/usr/local/bin/intltool-extract'
  3113. INTLTOOL_KBD_RULE='%.kbd:       %.kbd.in       $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -m -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
  3114. INTLTOOL_KEYS_RULE='%.keys:      %.keys.in      $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -k -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
  3115. INTLTOOL_MERGE='/usr/local/bin/intltool-merge'
  3116. INTLTOOL_OAF_RULE='%.oaf:       %.oaf.in       $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -o -p $(top_srcdir)/po $< $@'
  3117. INTLTOOL_PERL='/usr/bin/perl'
  3118. INTLTOOL_POLICY_RULE='%.policy:    %.policy.in    $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
  3119. INTLTOOL_PONG_RULE='%.pong:      %.pong.in      $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
  3120. INTLTOOL_PROP_RULE='%.prop:      %.prop.in      $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
  3121. INTLTOOL_SCHEMAS_RULE='%.schemas:   %.schemas.in   $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -s -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
  3122. INTLTOOL_SERVER_RULE='%.server:    %.server.in    $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -o -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
  3123. INTLTOOL_SERVICE_RULE='%.service: %.service.in   $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
  3124. INTLTOOL_SHEET_RULE='%.sheet:     %.sheet.in     $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
  3125. INTLTOOL_SOUNDLIST_RULE='%.soundlist: %.soundlist.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
  3126. INTLTOOL_THEME_RULE='%.theme:     %.theme.in     $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
  3127. INTLTOOL_UI_RULE='%.ui:        %.ui.in        $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
  3128. INTLTOOL_UPDATE='/usr/local/bin/intltool-update'
  3129. INTLTOOL_XAM_RULE='%.xam:       %.xml.in       $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
  3130. INTLTOOL_XML_NOMERGE_RULE='%.xml:       %.xml.in       $(INTLTOOL_MERGE) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u /tmp $< $@'
  3131. INTLTOOL_XML_RULE='%.xml:       %.xml.in       $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
  3132. ISO_CODES_LOCALEDIR=''
  3133. ISO_CODES_LOCATION=''
  3134. JPEG_LIBS='-ljpeg'
  3135. LCMS='lcms$(EXEEXT)'
  3136. LCMS_CFLAGS='-I/usr/local/include  '
  3137. LCMS_LIBS='-L/usr/local/lib -llcms  '
  3138. LDFLAGS='-L/usr/local/lib'
  3139. LIBOBJS=''
  3140. LIBS=''
  3141. LIBTOOL='$(SHELL) /usr/ports/graphics/gimp-app/work/gnome-libtool'
  3142. LN_S='ln -s'
  3143. LTLIBOBJS=''
  3144. LT_CURRENT_MINUS_AGE='0'
  3145. LT_VERSION_INFO='600:1:600'
  3146. MAIL='mail$(EXEEXT)'
  3147. MAINT='#'
  3148. MAINTAINER_MODE_FALSE=''
  3149. MAINTAINER_MODE_TRUE='#'
  3150. MAKEINFO='${SHELL} /usr/ports/graphics/gimp-app/work/gimp-2.6.1/missing --run makeinfo'
  3151. MIME_TYPES='application/postscript;application/pdf;image/bmp;image/g3fax;image/gif;image/x-fits;image/pcx;image/x-portable-anymap;image/x-portable-bitmap;image/x-portable-graymap;image/x-portable-pixmap;image/x-psd;image/x-sgi;image/x-tga;image/x-xbitmap;image/x-xwindowdump;image/x-xcf;image/x-compressed-xcf;image/tiff;image/jpeg;image/x-psd;image/png;image/x-icon;image/x-xpixmap;image/svg+xml;image/x-wmf;'
  3152. MKINSTALLDIRS='./mkinstalldirs'
  3153. MMX_EXTRA_CFLAGS='-mmmx'
  3154. MNG_LIBS='-lmng -ljpeg -L/usr/local/lib -lpng -lz -lm  '
  3155. MSGFMT='/usr/local/bin/msgfmt'
  3156. MSGFMT_OPTS='-c'
  3157. MSGMERGE='/usr/local/bin/msgmerge'
  3158. MS_LIB_AVAILABLE_FALSE=''
  3159. MS_LIB_AVAILABLE_TRUE='#'
  3160. NMEDIT=''
  3161. OBJDUMP='objdump'
  3162. OBJEXT='o'
  3163. OS_UNIX_FALSE='#'
  3164. OS_UNIX_TRUE=''
  3165. OS_WIN32_FALSE=''
  3166. OS_WIN32_TRUE='#'
  3167. PACKAGE='gimp'
  3168. PACKAGE_BUGREPORT='http://bugzilla.gnome.org/enter_bug.cgi?product=GIMP'
  3169. PACKAGE_NAME='GIMP'
  3170. PACKAGE_STRING='GIMP 2.6.1'
  3171. PACKAGE_TARNAME='gimp'
  3172. PACKAGE_VERSION='2.6.1'
  3173. PANGOFT2_CFLAGS='-I/usr/local/include/pango-1.0 -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include  '
  3174. PANGOFT2_LIBS='-L/usr/local/lib -lpangoft2-1.0 -lpango-1.0 -lm -lfreetype -lz -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -liconv  '
  3175. PATHSEP=':'
  3176. PATH_SEPARATOR=':'
  3177. PERL='/usr/bin/perl5'
  3178. PKG_CONFIG='/usr/local/bin/pkg-config'
  3179. PLATFORM_WIN32_FALSE=''
  3180. PLATFORM_WIN32_TRUE='#'
  3181. PNG_CFLAGS='-I/usr/local/include  '
  3182. PNG_LIBS='-L/usr/local/lib -lpng -lz -lm  '
  3183. POFILES=''
  3184. POPPLER_CFLAGS='-D_THREAD_SAFE -D_REENTRANT -I/usr/local/include/poppler/glib -I/usr/local/include/poppler -I/usr/local/include/gtk-2.0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/cairo -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include/pixman-1  '
  3185. POPPLER_LIBS='-pthread -L/usr/local/lib -lpoppler-glib -lgdk-x11-2.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lXext -lXrender -lXinerama -lXi -lXrandr -lXcursor -lXcomposite -lXdamage -lcairo -lpangoft2-1.0 -lpango-1.0 -lm -lfreetype -lz -lfontconfig -lX11 -lXfixes -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lglib-2.0 -liconv  '
  3186. POSUB='po'
  3187. PO_IN_DATADIR_FALSE=''
  3188. PO_IN_DATADIR_TRUE=''
  3189. PYBIN_PATH=''
  3190. PYGIMP_EXTRA_CFLAGS=''
  3191. PYGTK_CFLAGS=''
  3192. PYGTK_CODEGEN=''
  3193. PYGTK_DEFSDIR=''
  3194. PYGTK_LIBS=''
  3195. PYLINK_LIBS=''
  3196. PYTHON=''
  3197. PYTHON_EXEC_PREFIX=''
  3198. PYTHON_INCLUDES=''
  3199. PYTHON_PLATFORM=''
  3200. PYTHON_PREFIX=''
  3201. PYTHON_VERSION=''
  3202. RANLIB='ranlib'
  3203. RT_LIBS=''
  3204. SCREENSHOT='screenshot$(EXEEXT)'
  3205. SCREENSHOT_LIBS=' -L/usr/local/lib  -lSM -lICE -lX11 -lXmu -lXt -lXext -L/usr/local/lib -lXfixes  '
  3206. SED='/usr/bin/sed'
  3207. SENDMAIL='/usr/sbin/sendmail'
  3208. SET_MAKE=''
  3209. SHELL='/bin/sh'
  3210. SOCKET_LIBS=''
  3211. SSE_EXTRA_CFLAGS='-mmmx -msse'
  3212. STATICLIBS_FALSE=''
  3213. STATICLIBS_TRUE='#'
  3214. STRIP='strip'
  3215. SVG_CFLAGS='-D_THREAD_SAFE -I/usr/local/include/librsvg-2 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/gtk-2.0 -I/usr/local/include/cairo -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/local/include/pixman-1  '
  3216. SVG_LIBS='-pthread -L/usr/local/lib -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lcairo -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -liconv  '
  3217. SYMPREFIX=''
  3218. TIFF_LIBS='-ltiff'
  3219. USE_BINRELOC_FALSE=''
  3220. USE_BINRELOC_TRUE='#'
  3221. USE_NLS='yes'
  3222. VERSION='2.6.1'
  3223. WEBKIT_CFLAGS='-D_THREAD_SAFE -I/usr/local/include/WebKit -I/usr/local/include/gtk-2.0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/freetype2 -I/usr/local/include/pixman-1  '
  3224. WEBKIT_LIBS='-pthread -L/usr/local/lib -lWebKitGtk -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lXext -lXrender -lXinerama -lXi -lXrandr -lXcursor -lXcomposite -lXdamage -lcairo -lpangoft2-1.0 -lpango-1.0 -lm -lfreetype -lz -lfontconfig -lX11 -lXfixes -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -liconv  '
  3225. WIN32_LARGE_ADDRESS_AWARE=''
  3226. WINDRES=':'
  3227. WITH_PDBGEN_FALSE=''
  3228. WITH_PDBGEN_TRUE='#'
  3229. WMF_CFLAGS='-I/usr/local/include/freetype2 -I/usr/local/include -I/usr/local/include -I/usr/local/include'
  3230. WMF_CONFIG='/usr/local/bin/libwmf-config'
  3231. WMF_LIBS='-L/usr/local/lib -lwmf -lwmflite -lfreetype -lz -lX11 -lxml2 -lz -liconv -lm -ljpeg -lpng -lz -lm'
  3232. XFIXES_CFLAGS='-D_THREAD_SAFE -I/usr/local/include  '
  3233. XFIXES_LIBS='-L/usr/local/lib -lXfixes  '
  3234. XGETTEXT='/usr/local/bin/xgettext'
  3235. XMKMF=''
  3236. XMLLINT='/usr/local/bin/xmllint'
  3237. XMU_LIBS=' -L/usr/local/lib  -lSM -lICE -lX11 -lXmu -lXt'
  3238. XPM_LIBS=' -L/usr/local/lib  -lSM -lICE -lX11 -lXpm'
  3239. XSLTPROC='/usr/local/bin/xsltproc'
  3240. X_CFLAGS=' -I/usr/local/include'
  3241. X_EXTRA_LIBS=''
  3242. X_LIBS=' -L/usr/local/lib'
  3243. X_PRE_LIBS=' -lSM -lICE'
  3244. Z_LIBS='-lz'
  3245. ac_ct_CC='cc'
  3246. ac_ct_CXX=''
  3247. ac_ct_F77=''
  3248. am__fastdepCCAS_FALSE='#'
  3249. am__fastdepCCAS_TRUE=''
  3250. am__fastdepCC_FALSE='#'
  3251. am__fastdepCC_TRUE=''
  3252. am__fastdepCXX_FALSE='#'
  3253. am__fastdepCXX_TRUE=''
  3254. am__include='include'
  3255. am__isrc=''
  3256. am__leading_dot='.'
  3257. am__quote=''
  3258. am__tar='${AMTAR} chof - "$$tardir"'
  3259. am__untar='${AMTAR} xf -'
  3260. bindir='${exec_prefix}/bin'
  3261. build='i386-portbld-freebsd7.1'
  3262. build_alias='i386-portbld-freebsd7.1'
  3263. build_cpu='i386'
  3264. build_os='freebsd7.1'
  3265. build_vendor='portbld'
  3266. datadir='${datarootdir}'
  3267. datarootdir='${prefix}/share'
  3268. docdir='/usr/local/share/doc/gimp'
  3269. dvidir='${docdir}'
  3270. exec_prefix='${prefix}'
  3271. gimpdatadir='${datarootdir}/gimp'
  3272. gimpdir='.gimp-2.6'
  3273. gimplocaledir='${datarootdir}/locale'
  3274. gimpplugindir='${exec_prefix}/libexec/gimp/2.2'
  3275. gimpsysconfdir='${prefix}/etc/gimp/2.2'
  3276. host='i386-portbld-freebsd7.1'
  3277. host_alias=''
  3278. host_cpu='i386'
  3279. host_os='freebsd7.1'
  3280. host_vendor='portbld'
  3281. htmldir='${docdir}'
  3282. includedir='${prefix}/include'
  3283. infodir='/usr/local/info/'
  3284. install_sh='$(SHELL) /usr/ports/graphics/gimp-app/work/gimp-2.6.1/install-sh'
  3285. libdir='${exec_prefix}/lib'
  3286. libexecdir='${exec_prefix}/libexec'
  3287. localedir='${datarootdir}/locale'
  3288. localstatedir='${prefix}/var'
  3289. mandir='/usr/local/man'
  3290. mkdir_p='$(top_builddir)/./install-sh -c -d'
  3291. ms_librarian=''
  3292. oldincludedir='/usr/include'
  3293. pdfdir='${docdir}'
  3294. pkgpyexecdir=''
  3295. pkgpythondir=''
  3296. prefix='/usr/local'
  3297. program_transform_name='s,x,x,'
  3298. psdir='${docdir}'
  3299. pyexecdir=''
  3300. pythondir=''
  3301. sbindir='${exec_prefix}/sbin'
  3302. sharedstatedir='${prefix}/com'
  3303. sysconfdir='${prefix}/etc'
  3304. target_alias=''
  3305.  
  3306. ## ----------- ##
  3307. ## confdefs.h. ##
  3308. ## ----------- ##
  3309.  
  3310. #define PACKAGE_NAME "GIMP"
  3311. #define PACKAGE_TARNAME "gimp"
  3312. #define PACKAGE_VERSION "2.6.1"
  3313. #define PACKAGE_STRING "GIMP 2.6.1"
  3314. #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=GIMP"
  3315. #define GETTEXT_PACKAGE "gimp20"
  3316. #define STDC_HEADERS 1
  3317. #define HAVE_SYS_TYPES_H 1
  3318. #define HAVE_SYS_STAT_H 1
  3319. #define HAVE_STDLIB_H 1
  3320. #define HAVE_STRING_H 1
  3321. #define HAVE_MEMORY_H 1
  3322. #define HAVE_STRINGS_H 1
  3323. #define HAVE_INTTYPES_H 1
  3324. #define HAVE_STDINT_H 1
  3325. #define HAVE_UNISTD_H 1
  3326. #define HAVE_DLFCN_H 1
  3327. #define ARCH_X86 1
  3328. #define STDC_HEADERS 1
  3329. #define HAVE_SYS_WAIT_H 1
  3330. #define TIME_WITH_SYS_TIME 1
  3331. #define HAVE_SYS_PARAM_H 1
  3332. #define HAVE_SYS_TIME_H 1
  3333. #define HAVE_SYS_TIMES_H 1
  3334. #define HAVE_SYS_WAIT_H 1
  3335. #define HAVE_UNISTD_H 1
  3336. #define RETSIGTYPE void
  3337. #define HAVE_VPRINTF 1
  3338. #define HAVE_ALLOCA 1
  3339. #define HAVE_DIFFTIME 1
  3340. #define HAVE_MMAP 1
  3341. #define HAVE_LOCALE_H 1
  3342. #define HAVE_LC_MESSAGES 1
  3343. #define HAVE_BIND_TEXTDOMAIN_CODESET 1
  3344. #define HAVE_GETTEXT 1
  3345. #define HAVE_DCGETTEXT 1
  3346. #define ENABLE_NLS 1
  3347. #define HAVE_BIND_TEXTDOMAIN_CODESET 1
  3348. #define HAVE_MATH_H 1
  3349. #define HAVE_IEEEFP_H 1
  3350. #define HAVE_FINITE 1
  3351. #define HAVE_RINT 1
  3352. #define HAVE_INET_NTOA 1
  3353. #define USE_MMX 1
  3354. #define USE_SSE 1
  3355. #define HAVE_IPC_H 1
  3356. #define HAVE_SHM_H 1
  3357. #define USE_SYSV_SHM 1
  3358. #define HAVE_X11_XMU_WINUTIL_H 1
  3359. #define HAVE_X11_EXTENSIONS_SHAPE_H 1
  3360. #define HAVE_XFIXES 1
  3361. #define HAVE_EXIF 1
  3362. #define HAVE_POPPLER 1
  3363. #define HAVE_GNOME_KEYRING 1
  3364. #define HAVE_LCMS 1
  3365. #define HAVE_DBUS_GLIB 1
  3366. #define SENDMAIL "/usr/sbin/sendmail"
  3367.  
  3368. configure: exit 0

Submit a correction or amendment below (click here to make a fresh posting)
After submitting an amendment, you'll be able to view the differences between the old and new posts easily.

Syntax highlighting:

To highlight particular lines, prefix each line with @@


Remember me so that I can delete my post