Guest User

Untitled

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