Guest User

Untitled

a guest
Apr 25th, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 28.39 KB | None | 0 0
  1. [buildlinux]../configure
  2. checking for a BSD-compatible install... /usr/bin/install -c
  3. checking whether build environment is sane... yes
  4. checking for a thread-safe mkdir -p... /bin/mkdir -p
  5. checking for gawk... gawk
  6. checking whether make sets $(MAKE)... yes
  7. checking whether make supports nested variables... yes
  8. checking whether make supports nested variables... (cached) yes
  9. checking for gcc... gcc
  10. checking whether the C compiler works... yes
  11. checking for C compiler default output file name... a.out
  12. checking for suffix of executables...
  13. checking whether we are cross compiling... no
  14. checking for suffix of object files... o
  15. checking whether we are using the GNU C compiler... yes
  16. checking whether gcc accepts -g... yes
  17. checking for gcc option to accept ISO C89... none needed
  18. checking whether gcc understands -c and -o together... yes
  19. checking for style of include used by make... GNU
  20. checking dependency style of gcc... gcc3
  21. checking how to run the C preprocessor... gcc -E
  22. checking build system type... x86_64-pc-linux-gnu
  23. checking host system type... x86_64-pc-linux-gnu
  24. checking for gcc... gcc
  25. checking whether we are using the GNU C compiler... (cached) yes
  26. checking whether gcc accepts -g... yes
  27. checking for gcc option to accept ISO C89... (cached) none needed
  28. checking whether gcc understands -c and -o together... (cached) yes
  29. [buildlinux]../configure
  30. checking for a BSD-compatible install... /usr/bin/install -c
  31. checking whether build environment is sane... yes
  32. checking for a thread-safe mkdir -p... /bin/mkdir -p
  33. checking for gawk... gawk
  34. checking whether make sets $(MAKE)... yes
  35. checking whether make supports nested variables... yes
  36. checking whether make supports nested variables... (cached) yes
  37. checking for gcc... gcc
  38. checking whether the C compiler works... yes
  39. checking for C compiler default output file name... a.out
  40. checking for suffix of executables...
  41. checking whether we are cross compiling... no
  42. checking for suffix of object files... o
  43. checking whether we are using the GNU C compiler... yes
  44. checking whether gcc accepts -g... yes
  45. checking for gcc option to accept ISO C89... none needed
  46. checking whether gcc understands -c and -o together... yes
  47. checking for style of include used by make... GNU
  48. checking dependency style of gcc... gcc3
  49. checking how to run the C preprocessor... gcc -E
  50. checking build system type... x86_64-pc-linux-gnu
  51. checking host system type... x86_64-pc-linux-gnu
  52. checking for gcc... gcc
  53. checking whether we are using the GNU C compiler... (cached) yes
  54. checking whether gcc accepts -g... yes
  55. checking for gcc option to accept ISO C89... (cached) none needed
  56. checking whether gcc understands -c and -o together... (cached) yes
  57. checking dependency style of gcc... (cached) gcc3
  58. checking how to run the C preprocessor... gcc -E
  59. checking for g++... g++
  60. checking whether we are using the GNU C++ compiler... yes
  61. checking whether g++ accepts -g... yes
  62. checking dependency style of g++... gcc3
  63. checking how to print strings... printf
  64. checking for a sed that does not truncate output... /bin/sed
  65. checking for grep that handles long lines and -e... /bin/grep
  66. checking for egrep... /bin/grep -E
  67. checking for fgrep... /bin/grep -F
  68. checking for ld used by gcc... /usr/bin/ld
  69. checking if the linker (/usr/bin/ld) is GNU ld... yes
  70. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  71. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  72. checking whether ln -s works... yes
  73. checking the maximum length of command line arguments... 1572864
  74. checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
  75. checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
  76. checking for /usr/bin/ld option to reload object files... -r
  77. checking for objdump... objdump
  78. checking how to recognize dependent libraries... pass_all
  79. checking for dlltool... no
  80. checking how to associate runtime and link libraries... printf %s\n
  81. checking for ar... ar
  82. checking for archiver @FILE support... @
  83. checking for strip... strip
  84. checking for ranlib... ranlib
  85. checking command to parse /usr/bin/nm -B output from gcc object... ok
  86. checking for sysroot... no
  87. checking for a working dd... /bin/dd
  88. checking how to truncate binary pipes... /bin/dd bs=4096 count=1
  89. checking for mt... mt
  90. checking if mt is a manifest tool... no
  91. checking for ANSI C header files... yes
  92. checking for sys/types.h... yes
  93. checking for sys/stat.h... yes
  94. checking for stdlib.h... yes
  95. checking for string.h... yes
  96. checking for memory.h... yes
  97. checking for strings.h... yes
  98. checking for inttypes.h... yes
  99. checking for stdint.h... yes
  100. checking for unistd.h... yes
  101. checking for dlfcn.h... yes
  102. checking for objdir... .libs
  103. checking if gcc supports -fno-rtti -fno-exceptions... no
  104. checking for gcc option to produce PIC... -fPIC -DPIC
  105. checking if gcc PIC flag -fPIC -DPIC works... yes
  106. checking if gcc static flag -static works... yes
  107. checking if gcc supports -c -o file.o... yes
  108. checking if gcc supports -c -o file.o... (cached) yes
  109. checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  110. checking whether -lc should be explicitly linked in... no
  111. checking dynamic linker characteristics... GNU/Linux ld.so
  112. checking how to hardcode library paths into programs... immediate
  113. checking whether stripping libraries is possible... yes
  114. checking if libtool supports shared libraries... yes
  115. checking whether to build shared libraries... yes
  116. checking whether to build static libraries... no
  117. checking how to run the C++ preprocessor... g++ -E
  118. checking for ld used by g++... /usr/bin/ld -m elf_x86_64
  119. checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
  120. checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  121. checking for g++ option to produce PIC... -fPIC -DPIC
  122. checking if g++ PIC flag -fPIC -DPIC works... yes
  123. checking if g++ static flag -static works... yes
  124. checking if g++ supports -c -o file.o... yes
  125. checking if g++ supports -c -o file.o... (cached) yes
  126. checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  127. checking dynamic linker characteristics... (cached) GNU/Linux ld.so
  128. checking how to hardcode library paths into programs... immediate
  129. checking dependency style of gcc... gcc3
  130. checking whether to enable maintainer-specific portions of Makefiles... yes
  131. checking for pkg-config... /usr/bin/pkg-config
  132. checking pkg-config is at least version 0.16... yes
  133. checking for host type... x86_64-pc-linux-gnu
  134. checking for host processor... x86-64
  135. checking if compiling for Win32... no
  136. checking if compiling for Mac OS X... no
  137. checking whether make sets $(MAKE)... (cached) yes
  138. checking whether ln -s works... yes
  139. checking for special C compiler options needed for large files... no
  140. checking for _FILE_OFFSET_BITS value needed for large files... no
  141. checking whether to turn on debugging... no
  142. checking whether to turn on profiling... no
  143. checking whether gcc understands -Wdeclaration-after-statement... yes
  144. checking whether gcc understands -Wmissing-prototypes... yes
  145. checking whether gcc understands -Werror=missing-prototypes... yes
  146. checking whether gcc understands -Wstrict-prototypes... no
  147. checking whether gcc understands -Wmissing-declarations... yes
  148. checking whether gcc understands -Winit-self... yes
  149. checking whether gcc understands -Wpointer-arith... yes
  150. checking whether gcc understands -Wold-style-definition... no
  151. checking whether gcc understands -Wmissing-format-attribute... yes
  152. checking whether gcc understands -Wformat-security... yes
  153. checking whether gcc understands -Wlogical-op... yes
  154. checking whether gcc understands -Wtype-limits... yes
  155. checking whether gcc understands -fno-common... yes
  156. checking whether gcc understands -fdiagnostics-show-option... yes
  157. checking whether gcc understands -Wreturn-type... yes
  158. checking whether gcc understands --omg-optimized... no
  159. checking whether gcc understands --disable-instructions... no
  160. checking for ANSI C header files... (cached) yes
  161. checking for sys/wait.h that is POSIX.1 compatible... yes
  162. checking whether time.h and sys/time.h may both be included... yes
  163. checking execinfo.h usability... yes
  164. checking execinfo.h presence... yes
  165. checking for execinfo.h... yes
  166. checking fcntl.h usability... yes
  167. checking fcntl.h presence... yes
  168. checking for fcntl.h... yes
  169. checking sys/param.h usability... yes
  170. checking sys/param.h presence... yes
  171. checking for sys/param.h... yes
  172. checking sys/prctl.h usability... yes
  173. checking sys/prctl.h presence... yes
  174. checking for sys/prctl.h... yes
  175. checking sys/time.h usability... yes
  176. checking sys/time.h presence... yes
  177. checking for sys/time.h... yes
  178. checking sys/times.h usability... yes
  179. checking sys/times.h presence... yes
  180. checking for sys/times.h... yes
  181. checking for sys/wait.h... (cached) yes
  182. checking for unistd.h... (cached) yes
  183. checking for backtrace... yes
  184. checking for pid_t... yes
  185. checking for vprintf... yes
  186. checking for _doprnt... no
  187. checking for size_t... yes
  188. checking for working alloca.h... yes
  189. checking for alloca... yes
  190. checking for fsync... yes
  191. checking for difftime... yes
  192. checking for mmap... yes
  193. checking whether binary relocation support should be enabled... no
  194. checking for _NL_MEASUREMENT_MEASUREMENT... yes
  195. checking whether NLS is requested... yes
  196. checking for intltool >= 0.40.1... 0.51.0 found
  197. checking for intltool-update... /bin/true
  198. checking for intltool-merge... /usr/bin/intltool-merge
  199. checking for intltool-extract... /usr/bin/intltool-extract
  200. checking for xgettext... /usr/bin/xgettext
  201. checking for msgmerge... /usr/bin/msgmerge
  202. checking for msgfmt... /usr/bin/msgfmt
  203. checking for gmsgfmt... /usr/bin/msgfmt
  204. checking for perl... /usr/bin/perl
  205. checking for perl >= 5.8.1... 5.26.1
  206. checking for XML::Parser... ok
  207. checking locale.h usability... yes
  208. checking locale.h presence... yes
  209. checking for locale.h... yes
  210. checking for LC_MESSAGES... yes
  211. checking for CFPreferencesCopyAppValue... no
  212. checking for CFLocaleCopyCurrent... no
  213. checking libintl.h usability... yes
  214. checking libintl.h presence... yes
  215. checking for libintl.h... yes
  216. checking for ngettext in libc... yes
  217. checking for dgettext in libc... yes
  218. checking for bind_textdomain_codeset... yes
  219. checking for msgfmt... (cached) /usr/bin/msgfmt
  220. checking for dcgettext... yes
  221. checking if msgfmt accepts -c... yes
  222. checking for gmsgfmt... (cached) /usr/bin/msgfmt
  223. checking for xgettext... (cached) /usr/bin/xgettext
  224. checking for recommended xgettext version (>= 0.19)... yes
  225. checking for iso-codes... yes
  226. checking for BABL... yes
  227. checking for GEGL... yes
  228. checking for ATK... yes
  229. checking for pkg-config... (cached) /usr/bin/pkg-config
  230. checking pkg-config is at least version 0.16... yes
  231. checking for GLIB - version >= 2.54.2... yes (version 2.56.1)
  232. checking for GMODULE_NO_EXPORT... yes
  233. checking for GIO... yes
  234. checking for GIO_UNIX... yes
  235. checking for glib-networking (GIO TLS implementation)... yes
  236. checking for glib-compile-resources... /usr/bin/glib-compile-resources
  237. checking for gdbus-codegen... /usr/bin/gdbus-codegen
  238. checking if GLib is version 2.43.0 or newer... yes
  239. checking for gegl... /usr/local/bin/gegl
  240. checking for bind_textdomain_codeset... (cached) yes
  241. checking for X... libraries , headers
  242. checking for gethostbyname... yes
  243. checking for connect... yes
  244. checking for remove... yes
  245. checking for shmat... yes
  246. checking for IceConnectionNumber in -lICE... yes
  247. checking for pkg-config... (cached) /usr/bin/pkg-config
  248. checking pkg-config is at least version 0.7... yes
  249. checking for GTK+ - version >= 2.24.10... yes (version 2.24.32)
  250. checking for gtk-update-icon-cache... /usr/bin/gtk-update-icon-cache
  251. checking if GTK+ is version 2.26.0 or newer (bogus placeholder check)... no
  252. checking for GDK_PIXBUF... yes
  253. checking for gdk-pixbuf-csource... /usr/bin/gdk-pixbuf-csource
  254. checking for CAIRO... yes
  255. checking for PANGOCAIRO... yes
  256. checking for FONTCONFIG... yes
  257. checking if Pango is version 1.32.0 or newer... yes
  258. checking if Pango is built with a recent fontconfig... yes
  259. checking for freetype-config... /usr/bin/freetype-config
  260. checking for freetype libraries... -lfreetype
  261. checking for HARFBUZZ... yes
  262. checking for GEXIV2... yes
  263. checking for execinfo.h... (cached) yes
  264. checking math.h usability... yes
  265. checking math.h presence... yes
  266. checking for math.h... yes
  267. checking ieeefp.h usability... no
  268. checking ieeefp.h presence... no
  269. checking for ieeefp.h... no
  270. checking for extra flags to get ANSI library prototypes... none needed
  271. checking for finite... yes
  272. checking for rint... no
  273. checking for rint in -lm... yes
  274. checking for vfork... yes
  275. checking for __attribute__((destructor))... yes
  276. checking for getaddrinfo... yes
  277. checking for getnameinfo... yes
  278. checking for socket in -lsocket... no
  279. checking whether gcc understands -mfpmath=sse... yes
  280. checking whether gcc understands -msse2... yes
  281. checking whether we can compile SSE2 intrinsics... yes
  282. checking whether gcc understands -msse4.1... yes
  283. checking whether we can compile SSE4.1 intrinsics... yes
  284. checking whether gcc understands -mmmx... yes
  285. checking whether we can compile MMX code... yes
  286. checking whether gcc understands -msse... yes
  287. checking whether we can compile SSE code... yes
  288. checking sys/ipc.h usability... yes
  289. checking sys/ipc.h presence... yes
  290. checking for sys/ipc.h... yes
  291. checking sys/shm.h usability... yes
  292. checking sys/shm.h presence... yes
  293. checking for sys/shm.h... yes
  294. checking whether shmctl IPC_RMID allowes subsequent attaches... yes
  295. checking for shared memory transport type... sysv
  296. checking whether symbols are prefixed... no
  297. checking fd_set and sys/select... yes
  298. checking for XmuClientWindow in -lXmu... yes
  299. checking for X11/Xmu/WinUtil.h... yes
  300. checking for XShapeGetRectangles in -lXext... yes
  301. checking for X11/extensions/shape.h... yes
  302. checking for XFIXES... yes
  303. checking for TIFFReadScanline in -ltiff... yes
  304. checking tiffio.h usability... yes
  305. checking tiffio.h presence... yes
  306. checking for tiffio.h... yes
  307. checking for jpeg_destroy_decompress in -ljpeg... yes
  308. checking for jpeglib.h... yes
  309. checking for jpeg_save_markers in -ljpeg... yes
  310. checking for gzsetparams in -lz... yes
  311. checking zlib.h usability... yes
  312. checking zlib.h presence... yes
  313. checking for zlib.h... yes
  314. checking bzlib.h usability... yes
  315. checking bzlib.h presence... yes
  316. checking for bzlib.h... yes
  317. checking for BZ2_bzCompress in -lbz2... yes
  318. checking for LZMA... yes
  319. checking for gsapi_new_instance in -lgs... yes
  320. checking ghostscript/iapi.h usability... yes
  321. checking ghostscript/iapi.h presence... yes
  322. checking for ghostscript/iapi.h... yes
  323. checking for PNG... yes
  324. checking for mng_create in -lmng... yes
  325. checking libmng.h usability... yes
  326. checking libmng.h presence... yes
  327. checking for libmng.h... yes
  328. checking for aa_printf in -laa... yes
  329. checking aalib.h usability... yes
  330. checking aalib.h presence... yes
  331. checking for aalib.h... yes
  332. checking for XpmReadFileToXpmImage in -lXpm... yes
  333. checking X11/xpm.h usability... yes
  334. checking X11/xpm.h presence... yes
  335. checking for X11/xpm.h... yes
  336. checking for OPENEXR... yes
  337. checking for WEBP... yes
  338. checking for WEBPMUX... yes
  339. checking for WEBPDEMUX... yes
  340. checking for LIBMYPAINT... yes
  341. checking for MYPAINT_BRUSHES... yes
  342. checking for WEBKIT... yes
  343. checking for SVG... yes
  344. checking for POPPLER... yes
  345. checking for POPPLER_DATA... yes
  346. checking for CAIRO_PDF... yes
  347. checking for libwmf-config... /usr/bin/libwmf-config
  348. checking for libwmf >= 0.2.8... yes (version 0.2.8)
  349. checking for OPENJPEG... yes
  350. checking for LCMS... yes
  351. checking for XMC... yes
  352. checking for ALSA CFLAGS...
  353. checking for ALSA LDFLAGS... -lasound -lm -ldl -lpthread
  354. checking for libasound headers version >= 1.0.0... found.
  355. checking for snd_ctl_open in -lasound... yes
  356. checking linux/input.h usability... yes
  357. checking linux/input.h presence... yes
  358. checking for linux/input.h... yes
  359. checking whether KEY_OK is declared... yes
  360. checking for GUDEV... yes
  361. checking for xdg-email... /usr/bin/xdg-email
  362. checking for perl5... no
  363. checking for perl... /usr/bin/perl
  364. checking for perl version... 5.26.1
  365. checking for a Python 2 interpreter with version >= 2.5.0... python
  366. checking for python... /usr/bin/python
  367. checking for python version... 2.7
  368. checking for python platform... linux2
  369. checking for python script directory... ${prefix}/lib/python2.7/dist-packages
  370. checking for python extension module directory... ${exec_prefix}/lib/python2.7/dist-packages
  371. checking for headers required to compile python extensions... found
  372. checking for PYGTK... yes
  373. checking for pygtk-codegen-2.0... /usr/bin/pygtk-codegen-2.0
  374. checking for pygtk defs... /usr/share/pygtk/2.0/defs
  375. checking for PYCAIRO... yes
  376. checking whether gcc understands -fno-strict-aliasing... yes
  377. checking for xmllint... /usr/bin/xmllint
  378. checking for xsltproc... /usr/bin/xsltproc
  379. checking for MIME_INFO... yes
  380. checking for xvfb-run... /usr/bin/xvfb-run
  381. checking for appstream-util... no
  382. checking for gtk-doc... yes
  383. checking for gtkdoc-check... gtkdoc-check.test
  384. checking for gtkdoc-check... /usr/bin/gtkdoc-check
  385. checking for gtkdoc-rebase... /usr/bin/gtkdoc-rebase
  386. checking for gtkdoc-mkpdf... /usr/bin/gtkdoc-mkpdf
  387. checking whether to build gtk-doc documentation... no
  388. checking for GTKDOC_DEPS... yes
  389. checking if building the Windows installer... no
  390. configure: Generating POTFILES and Makefile for po-libgimp
  391. configure: Generating POTFILES and Makefile for po-python
  392. configure: Generating POTFILES and Makefile for po-plug-ins
  393. configure: Generating POTFILES and Makefile for po-script-fu
  394. configure: Generating POTFILES and Makefile for po-tips
  395. configure: Generating POTFILES and Makefile for po-windows-installer
  396. checking that generated files are newer than configure... done
  397. configure: creating ./config.status
  398. config.status: creating INSTALL
  399. config.status: creating tools/Makefile
  400. config.status: creating pdb/Makefile
  401. config.status: creating libgimp/Makefile
  402. config.status: creating libgimpbase/Makefile
  403. config.status: creating libgimpconfig/Makefile
  404. config.status: creating libgimpcolor/Makefile
  405. config.status: creating libgimpmath/Makefile
  406. config.status: creating libgimpmodule/Makefile
  407. config.status: creating libgimpthumb/Makefile
  408. config.status: creating libgimpwidgets/Makefile
  409. config.status: creating app/Makefile
  410. config.status: creating app/actions/Makefile
  411. config.status: creating app/config/Makefile
  412. config.status: creating app/core/Makefile
  413. config.status: creating app/operations/Makefile
  414. config.status: creating app/operations/layer-modes/Makefile
  415. config.status: creating app/operations/layer-modes-legacy/Makefile
  416. config.status: creating app/operations/tests/Makefile
  417. config.status: creating app/gegl/Makefile
  418. config.status: creating app/dialogs/Makefile
  419. config.status: creating app/display/Makefile
  420. config.status: creating app/file/Makefile
  421. config.status: creating app/gui/Makefile
  422. config.status: creating app/menus/Makefile
  423. config.status: creating app/paint/Makefile
  424. config.status: creating app/pdb/Makefile
  425. config.status: creating app/plug-in/Makefile
  426. config.status: creating app/propgui/Makefile
  427. config.status: creating app/text/Makefile
  428. config.status: creating app/tools/Makefile
  429. config.status: creating app/vectors/Makefile
  430. config.status: creating app/widgets/Makefile
  431. config.status: creating app/xcf/Makefile
  432. config.status: creating app/tests/Makefile
  433. config.status: creating app/tests/files/Makefile
  434. config.status: creating app/tests/gimpdir-empty/Makefile
  435. config.status: creating app/tests/gimpdir-empty/brushes/Makefile
  436. config.status: creating app/tests/gimpdir-empty/gradients/Makefile
  437. config.status: creating app/tests/gimpdir-empty/patterns/Makefile
  438. config.status: creating app/tests/gimpdir/Makefile
  439. config.status: creating app/tests/gimpdir/brushes/Makefile
  440. config.status: creating app/tests/gimpdir/gradients/Makefile
  441. config.status: creating app/tests/gimpdir/patterns/Makefile
  442. config.status: creating app-tools/Makefile
  443. config.status: creating build/Makefile
  444. config.status: creating build/windows/Makefile
  445. config.status: creating build/windows/gimp.rc
  446. config.status: creating build/windows/gimp-plug-ins.rc
  447. config.status: creating build/windows/installer/Makefile
  448. config.status: creating build/windows/installer/lang/Makefile
  449. config.status: creating plug-ins/Makefile
  450. config.status: creating plug-ins/file-bmp/Makefile
  451. config.status: creating plug-ins/file-exr/Makefile
  452. config.status: creating plug-ins/file-faxg3/Makefile
  453. config.status: creating plug-ins/file-fits/Makefile
  454. config.status: creating plug-ins/file-fli/Makefile
  455. config.status: creating plug-ins/file-ico/Makefile
  456. config.status: creating plug-ins/file-jpeg/Makefile
  457. config.status: creating plug-ins/file-psd/Makefile
  458. config.status: creating plug-ins/file-raw/Makefile
  459. config.status: creating plug-ins/file-sgi/Makefile
  460. config.status: creating plug-ins/file-tiff/Makefile
  461. config.status: creating plug-ins/file-webp/Makefile
  462. config.status: creating plug-ins/flame/Makefile
  463. config.status: creating plug-ins/fractal-explorer/Makefile
  464. config.status: creating plug-ins/fractal-explorer/examples/Makefile
  465. config.status: creating plug-ins/gfig/Makefile
  466. config.status: creating plug-ins/gfig/gfig-examples/Makefile
  467. config.status: creating plug-ins/gfig/images/Makefile
  468. config.status: creating plug-ins/ui/Makefile
  469. config.status: creating plug-ins/gimpressionist/Brushes/Makefile
  470. config.status: creating plug-ins/gimpressionist/Makefile
  471. config.status: creating plug-ins/gimpressionist/Paper/Makefile
  472. config.status: creating plug-ins/gimpressionist/Presets/Makefile
  473. config.status: creating plug-ins/gradient-flare/Makefile
  474. config.status: creating plug-ins/gradient-flare/flares/Makefile
  475. config.status: creating plug-ins/help-browser/Makefile
  476. config.status: creating plug-ins/help/Makefile
  477. config.status: creating plug-ins/ifs-compose/Makefile
  478. config.status: creating plug-ins/imagemap/Makefile
  479. config.status: creating plug-ins/imagemap/images/Makefile
  480. config.status: creating plug-ins/lighting/Makefile
  481. config.status: creating plug-ins/lighting/images/Makefile
  482. config.status: creating plug-ins/map-object/Makefile
  483. config.status: creating plug-ins/metadata/Makefile
  484. config.status: creating plug-ins/pagecurl/Makefile
  485. config.status: creating plug-ins/print/Makefile
  486. config.status: creating plug-ins/pygimp/Makefile
  487. config.status: creating plug-ins/pygimp/plug-ins/Makefile
  488. config.status: creating plug-ins/screenshot/Makefile
  489. config.status: creating plug-ins/script-fu/Makefile
  490. config.status: creating plug-ins/script-fu/ftx/Makefile
  491. config.status: creating plug-ins/script-fu/scripts/Makefile
  492. config.status: creating plug-ins/script-fu/scripts/images/Makefile
  493. config.status: creating plug-ins/script-fu/tinyscheme/Makefile
  494. config.status: creating plug-ins/selection-to-path/Makefile
  495. config.status: creating plug-ins/twain/Makefile
  496. config.status: creating plug-ins/common/Makefile
  497. config.status: creating modules/Makefile
  498. config.status: creating devel-docs/Makefile
  499. config.status: creating devel-docs/app/Makefile
  500. config.status: creating devel-docs/app/version
  501. config.status: creating devel-docs/libgimp/Makefile
  502. config.status: creating devel-docs/libgimp/version
  503. config.status: creating devel-docs/libgimpbase/Makefile
  504. config.status: creating devel-docs/libgimpbase/version
  505. config.status: creating devel-docs/libgimpconfig/Makefile
  506. config.status: creating devel-docs/libgimpconfig/version
  507. config.status: creating devel-docs/libgimpcolor/Makefile
  508. config.status: creating devel-docs/libgimpcolor/version
  509. config.status: creating devel-docs/libgimpmath/Makefile
  510. config.status: creating devel-docs/libgimpmath/version
  511. config.status: creating devel-docs/libgimpmodule/Makefile
  512. config.status: creating devel-docs/libgimpmodule/version
  513. config.status: creating devel-docs/libgimpthumb/Makefile
  514. config.status: creating devel-docs/libgimpthumb/version
  515. config.status: creating devel-docs/libgimpwidgets/Makefile
  516. config.status: creating devel-docs/libgimpwidgets/version
  517. config.status: creating devel-docs/tools/Makefile
  518. config.status: creating docs/Makefile
  519. config.status: creating menus/Makefile
  520. config.status: creating cursors/Makefile
  521. config.status: creating icons/Makefile
  522. config.status: creating icons/Color/Makefile
  523. config.status: creating icons/Legacy/Makefile
  524. config.status: creating icons/Symbolic/Makefile
  525. config.status: creating icons/Symbolic-Inverted/Makefile
  526. config.status: creating themes/Makefile
  527. config.status: creating themes/System/Makefile
  528. config.status: creating themes/Darker/Makefile
  529. config.status: creating themes/Dark/Makefile
  530. config.status: creating themes/Gray/Makefile
  531. config.status: creating themes/Light/Makefile
  532. config.status: creating themes/Lighter/Makefile
  533. config.status: creating data/Makefile
  534. config.status: creating data/brushes/Makefile
  535. config.status: creating data/brushes/Basic/Makefile
  536. config.status: creating data/brushes/gimp-obsolete-files/Makefile
  537. config.status: creating data/brushes/Media/Makefile
  538. config.status: creating data/brushes/Legacy/Makefile
  539. config.status: creating data/brushes/Sketch/Makefile
  540. config.status: creating data/brushes/Splatters/Makefile
  541. config.status: creating data/brushes/Texture/Makefile
  542. config.status: creating data/dynamics/Makefile
  543. config.status: creating data/dynamics/Basic/Makefile
  544. config.status: creating data/dynamics/FX/Makefile
  545. config.status: creating data/environ/Makefile
  546. config.status: creating data/gradients/Makefile
  547. config.status: creating data/images/Makefile
  548. config.status: creating data/interpreters/Makefile
  549. config.status: creating data/palettes/Makefile
  550. config.status: creating data/patterns/Makefile
  551. config.status: creating data/patterns/Animal/Makefile
  552. config.status: creating data/patterns/Fabric/Makefile
  553. config.status: creating data/patterns/Food/Makefile
  554. config.status: creating data/patterns/Legacy/Makefile
  555. config.status: creating data/patterns/Paper/Makefile
  556. config.status: creating data/patterns/Plant/Makefile
  557. config.status: creating data/patterns/Sky/Makefile
  558. config.status: creating data/patterns/Stone/Makefile
  559. config.status: creating data/patterns/Water/Makefile
  560. config.status: creating data/patterns/Wood/Makefile
  561. config.status: creating data/tags/Makefile
  562. config.status: creating data/tips/Makefile
  563. config.status: creating data/tool-presets/Makefile
  564. config.status: creating data/tool-presets/Crop/Makefile
  565. config.status: creating data/tool-presets/FX/Makefile
  566. config.status: creating data/tool-presets/Paint/Makefile
  567. config.status: creating data/tool-presets/Selection/Makefile
  568. config.status: creating data/tool-presets/Sketch/Makefile
  569. config.status: creating desktop/Makefile
  570. config.status: creating desktop/gimp.desktop.in
  571. config.status: creating desktop/org.gimp.GIMP.appdata.xml.in
  572. config.status: creating etc/Makefile
  573. config.status: creating m4macros/Makefile
  574. config.status: creating po/Makefile.in
  575. config.status: creating po-libgimp/Makefile.in
  576. config.status: creating po-plug-ins/Makefile.in
  577. config.status: creating po-python/Makefile.in
  578. config.status: creating po-script-fu/Makefile.in
  579. config.status: creating po-tips/Makefile.in
  580. config.status: creating po-windows-installer/Makefile.in
  581. config.status: creating gimp-zip
  582. config.status: creating Makefile
  583. config.status: creating docs/gimp-2.10.1
  584. config.status: creating docs/gimprc-2.10.5
  585. config.status: WARNING: docs/gimprc-2.10.5 contains a reference to the variable `datarootdir'
  586. which seems to be undefined. Please make sure it is defined
  587. config.status: creating docs/gimptool-2.0.1
  588. config.status: WARNING: docs/gimptool-2.0.1 contains a reference to the variable `datarootdir'
  589. which seems to be undefined. Please make sure it is defined
  590. config.status: creating gimp-2.0.pc
  591. config.status: creating gimpthumb-2.0.pc
  592. config.status: creating gimpui-2.0.pc
  593. config.status: creating config.h
  594. config.status: executing depfiles commands
  595. config.status: executing libtool commands
  596. config.status: executing default-1 commands
  597. config.status: executing libgimpbase/gimpversion.h commands
  598. config.status: executing po-libgimp/stamp-it commands
  599. config.status: executing po-python/stamp-it commands
  600. config.status: executing po-plug-ins/stamp-it commands
  601. config.status: executing po-script-fu/stamp-it commands
  602. config.status: executing po-tips/stamp-it commands
  603. config.status: executing po-windows-installer/stamp-it commands
  604. config.status: executing po/stamp-it commands
  605.  
  606. Building GIMP with prefix=/usr/local, datarootdir=${prefix}/share
  607. Desktop files install into ${datarootdir}
  608.  
  609. Extra Binaries:
  610. gimp-console: yes
  611.  
  612. Optional Features:
  613. Language selection: yes
  614. Vector icons: yes
  615. Dr. Mingw (Win32): no
  616.  
  617. Optional Plug-Ins:
  618. Ascii Art: yes
  619. Ghostscript: yes
  620. Help Browser: yes
  621. JPEG 2000: yes
  622. MNG: yes
  623. OpenEXR: yes
  624. WebP: yes
  625. PDF (export): yes
  626. Print: yes
  627. Python 2: yes
  628. Script-Fu: yes
  629. TWAIN (Win32): no
  630. Webpage: yes
  631. WMF: yes
  632. X11 Mouse Cursor: yes
  633. XPM: yes
  634. Email: yes (xdg-email)
  635.  
  636. Optional Modules:
  637. ALSA (MIDI Input): yes
  638. Linux Input: yes (GUdev support: yes)
  639. DirectInput (Win32): no
  640.  
  641. Tests:
  642. Use xvfb-run yes
  643. Test appdata no (appstream-util not found)
  644.  
  645. john@toolbench64 [buildlinux]
Add Comment
Please, Sign In to add comment