Skip to content

Instantly share code, notes, and snippets.

@jgriessen
Created April 18, 2018 16:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jgriessen/5929128a744654944753d5f1e88d5abe to your computer and use it in GitHub Desktop.
Save jgriessen/5929128a744654944753d5f1e88d5abe to your computer and use it in GitHub Desktop.
gimp 2.10 RC2 ../configure --prefix=/usr/local/gimp
../configure --prefix=/usr/local/gimp
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether make supports nested variables... (cached) yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking for gcc... gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... (cached) none needed
checking whether gcc understands -c and -o together... (cached) yes
checking dependency style of gcc... (cached) gcc3
checking how to run the C preprocessor... gcc -E
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking whether g++ supports C++11 features by default... yes
checking how to print strings... printf
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by gcc... /usr/bin/x86_64-linux-gnu-ld
checking if the linker (/usr/bin/x86_64-linux-gnu-ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/x86_64-linux-gnu-ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for a working dd... /bin/dd
checking how to truncate binary pipes... /bin/dd bs=4096 count=1
checking for mt... mt
checking if mt is a manifest tool... no
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/x86_64-linux-gnu-ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking how to run the C++ preprocessor... g++ -E
checking for ld used by g++... /usr/bin/x86_64-linux-gnu-ld -m elf_x86_64
checking if the linker (/usr/bin/x86_64-linux-gnu-ld -m elf_x86_64) is GNU ld... yes
checking whether the g++ linker (/usr/bin/x86_64-linux-gnu-ld -m elf_x86_64) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC -DPIC
checking if g++ PIC flag -fPIC -DPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/usr/bin/x86_64-linux-gnu-ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking dependency style of gcc... gcc3
checking whether to enable maintainer-specific portions of Makefiles... yes
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.16... yes
checking for host type... x86_64-pc-linux-gnu
checking for host processor... x86-64
checking if compiling for Win32... no
checking if compiling for Mac OS X... no
checking whether make sets $(MAKE)... (cached) yes
checking whether ln -s works... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking whether to turn on debugging... no
checking whether to turn on profiling... no
checking whether gcc understands -Wdeclaration-after-statement... yes
checking whether gcc understands -Wmissing-prototypes... yes
checking whether gcc understands -Werror=missing-prototypes... yes
checking whether gcc understands -Wstrict-prototypes... no
checking whether gcc understands -Wmissing-declarations... yes
checking whether gcc understands -Winit-self... yes
checking whether gcc understands -Wpointer-arith... yes
checking whether gcc understands -Wold-style-definition... no
checking whether gcc understands -Wmissing-format-attribute... yes
checking whether gcc understands -Wformat-security... yes
checking whether gcc understands -Wlogical-op... yes
checking whether gcc understands -Wtype-limits... yes
checking whether gcc understands -fno-common... yes
checking whether gcc understands -fdiagnostics-show-option... yes
checking whether gcc understands -Wreturn-type... yes
checking whether gcc understands --omg-optimized... no
checking whether gcc understands --disable-instructions... no
checking for ANSI C header files... (cached) yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking whether time.h and sys/time.h may both be included... yes
checking execinfo.h usability... yes
checking execinfo.h presence... yes
checking for execinfo.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking sys/prctl.h usability... yes
checking sys/prctl.h presence... yes
checking for sys/prctl.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking sys/times.h usability... yes
checking sys/times.h presence... yes
checking for sys/times.h... yes
checking for sys/wait.h... (cached) yes
checking for unistd.h... (cached) yes
checking for backtrace... yes
checking for pid_t... yes
checking for vprintf... yes
checking for _doprnt... no
checking for size_t... yes
checking for working alloca.h... yes
checking for alloca... yes
checking for fsync... yes
checking for difftime... yes
checking for mmap... yes
checking whether binary relocation support should be enabled... no
checking for _NL_MEASUREMENT_MEASUREMENT... yes
checking whether NLS is requested... yes
checking for intltool >= 0.40.1... 0.51.0 found
checking for intltool-update... /bin/true
checking for intltool-merge... /usr/bin/intltool-merge
checking for intltool-extract... /usr/bin/intltool-extract
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for perl... /usr/bin/perl
checking for perl >= 5.8.1... 5.26.1
checking for XML::Parser... ok
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking for LC_MESSAGES... yes
checking for CFPreferencesCopyAppValue... no
checking for CFLocaleCopyCurrent... no
checking libintl.h usability... yes
checking libintl.h presence... yes
checking for libintl.h... yes
checking for ngettext in libc... yes
checking for dgettext in libc... yes
checking for bind_textdomain_codeset... yes
checking for msgfmt... (cached) /usr/bin/msgfmt
checking for dcgettext... yes
checking if msgfmt accepts -c... yes
checking for gmsgfmt... (cached) /usr/bin/msgfmt
checking for xgettext... (cached) /usr/bin/xgettext
checking for recommended xgettext version (>= 0.19)... yes
checking for iso-codes... yes
checking for BABL... yes
checking for GEGL... yes
checking for ATK... yes
checking for pkg-config... (cached) /usr/bin/pkg-config
checking pkg-config is at least version 0.16... yes
checking for GLIB - version >= 2.54.2... yes (version 2.56.1)
checking for GMODULE_NO_EXPORT... yes
checking for GIO... yes
checking for GIO_UNIX... yes
checking for glib-networking (GIO TLS implementation)... yes
checking for glib-compile-resources... /usr/bin/glib-compile-resources
checking for gdbus-codegen... /usr/bin/gdbus-codegen
checking if GLib is version 2.43.0 or newer... yes
checking for gegl... /usr/local/bin/gegl
checking for bind_textdomain_codeset... (cached) yes
checking for X... libraries , headers
checking for gethostbyname... yes
checking for connect... yes
checking for remove... yes
checking for shmat... yes
checking for IceConnectionNumber in -lICE... yes
checking for pkg-config... (cached) /usr/bin/pkg-config
checking pkg-config is at least version 0.7... yes
checking for GTK+ - version >= 2.24.10... yes (version 2.24.32)
checking for gtk-update-icon-cache... /usr/bin/gtk-update-icon-cache
checking if GTK+ is version 2.26.0 or newer (bogus placeholder check)... no
checking for GDK_PIXBUF... yes
checking for gdk-pixbuf-csource... /usr/bin/gdk-pixbuf-csource
checking for CAIRO... yes
checking for PANGOCAIRO... yes
checking for FONTCONFIG... yes
checking if Pango is version 1.32.0 or newer... yes
checking if Pango is built with a recent fontconfig... yes
checking for FREETYPE... yes
checking for HARFBUZZ... yes
checking for GEXIV2... yes
checking for execinfo.h... (cached) yes
checking math.h usability... yes
checking math.h presence... yes
checking for math.h... yes
checking ieeefp.h usability... no
checking ieeefp.h presence... no
checking for ieeefp.h... no
checking for extra flags to get ANSI library prototypes... none needed
checking for finite... yes
checking for rint... no
checking for rint in -lm... yes
checking for vfork... yes
checking for __attribute__((destructor))... yes
checking for getaddrinfo... yes
checking for getnameinfo... yes
checking for socket in -lsocket... no
checking whether gcc understands -mfpmath=sse... yes
checking whether gcc understands -msse2... yes
checking whether we can compile SSE2 intrinsics... yes
checking whether gcc understands -msse4.1... yes
checking whether we can compile SSE4.1 intrinsics... yes
checking whether gcc understands -mmmx... yes
checking whether we can compile MMX code... yes
checking whether gcc understands -msse... yes
checking whether we can compile SSE code... yes
checking sys/ipc.h usability... yes
checking sys/ipc.h presence... yes
checking for sys/ipc.h... yes
checking sys/shm.h usability... yes
checking sys/shm.h presence... yes
checking for sys/shm.h... yes
checking whether shmctl IPC_RMID allowes subsequent attaches... yes
checking for shared memory transport type... sysv
checking whether symbols are prefixed... no
checking fd_set and sys/select... yes
checking for XmuClientWindow in -lXmu... yes
checking for X11/Xmu/WinUtil.h... yes
checking for XShapeGetRectangles in -lXext... yes
checking for X11/extensions/shape.h... yes
checking for XFIXES... yes
checking for TIFFReadScanline in -ltiff... yes
checking tiffio.h usability... yes
checking tiffio.h presence... yes
checking for tiffio.h... yes
checking for jpeg_destroy_decompress in -ljpeg... yes
checking for jpeglib.h... yes
checking for jpeg_save_markers in -ljpeg... yes
checking for gzsetparams in -lz... yes
checking zlib.h usability... yes
checking zlib.h presence... yes
checking for zlib.h... yes
checking bzlib.h usability... yes
checking bzlib.h presence... yes
checking for bzlib.h... yes
checking for BZ2_bzCompress in -lbz2... yes
checking for LZMA... yes
checking for gsapi_new_instance in -lgs... yes
checking ghostscript/iapi.h usability... yes
checking ghostscript/iapi.h presence... yes
checking for ghostscript/iapi.h... yes
checking for PNG... yes
checking for mng_create in -lmng... yes
checking libmng.h usability... yes
checking libmng.h presence... yes
checking for libmng.h... yes
checking for aa_printf in -laa... yes
checking aalib.h usability... yes
checking aalib.h presence... yes
checking for aalib.h... yes
checking for XpmReadFileToXpmImage in -lXpm... yes
checking X11/xpm.h usability... yes
checking X11/xpm.h presence... yes
checking for X11/xpm.h... yes
checking for OPENEXR... yes
checking for WEBP... yes
checking for WEBPMUX... yes
checking for WEBPDEMUX... yes
checking for LIBMYPAINT... yes
checking for MYPAINT_BRUSHES... yes
checking whether to treat MyPaint brushes as bundled... no
checking for WEBKIT... yes
checking for SVG... yes
checking for POPPLER... yes
checking for POPPLER_DATA... yes
checking for CAIRO_PDF... yes
checking for libwmf-config... /usr/bin/libwmf-config
checking for libwmf >= 0.2.8... yes (version 0.2.8)
checking for OPENJPEG... yes
checking for LCMS... yes
checking for XMC... yes
checking for ALSA CFLAGS...
checking for ALSA LDFLAGS... -lasound -lm -ldl -lpthread
checking for libasound headers version >= 1.0.0... found.
checking for snd_ctl_open in -lasound... yes
checking linux/input.h usability... yes
checking linux/input.h presence... yes
checking for linux/input.h... yes
checking whether KEY_OK is declared... yes
checking for GUDEV... yes
checking for xdg-email... /usr/bin/xdg-email
checking for perl5... no
checking for perl... /usr/bin/perl
checking for perl version... 5.26.1
checking for a Python 2 interpreter with version >= 2.5.0... python
checking for python... /usr/bin/python
checking for python version... 2.7
checking for python platform... linux2
checking for python script directory... ${prefix}/lib/python2.7/site-packages
checking for python extension module directory... ${exec_prefix}/lib/python2.7/site-packages
checking for headers required to compile python extensions... found
checking for PYGTK... yes
checking for pygtk-codegen-2.0... /usr/bin/pygtk-codegen-2.0
checking for pygtk defs... /usr/share/pygtk/2.0/defs
checking for PYCAIRO... yes
checking whether gcc understands -fno-strict-aliasing... yes
checking for xmllint... /usr/bin/xmllint
checking for xsltproc... /usr/bin/xsltproc
checking for MIME_INFO... yes
checking for xvfb-run... /usr/bin/xvfb-run
checking for appstream-util... no
checking for gtk-doc... yes
checking for gtkdoc-check... gtkdoc-check.test
checking for gtkdoc-check... /usr/bin/gtkdoc-check
checking for gtkdoc-rebase... /usr/bin/gtkdoc-rebase
checking for gtkdoc-mkpdf... /usr/bin/gtkdoc-mkpdf
checking whether to build gtk-doc documentation... no
checking for GTKDOC_DEPS... yes
checking if building the Windows installer... no
configure: Generating POTFILES and Makefile for po-libgimp
configure: Generating POTFILES and Makefile for po-python
configure: Generating POTFILES and Makefile for po-plug-ins
configure: Generating POTFILES and Makefile for po-script-fu
configure: Generating POTFILES and Makefile for po-tips
configure: Generating POTFILES and Makefile for po-windows-installer
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating INSTALL
config.status: creating tools/Makefile
config.status: creating pdb/Makefile
config.status: creating libgimp/Makefile
config.status: creating libgimpbase/Makefile
config.status: creating libgimpconfig/Makefile
config.status: creating libgimpcolor/Makefile
config.status: creating libgimpmath/Makefile
config.status: creating libgimpmodule/Makefile
config.status: creating libgimpthumb/Makefile
config.status: creating libgimpwidgets/Makefile
config.status: creating app/Makefile
config.status: creating app/actions/Makefile
config.status: creating app/config/Makefile
config.status: creating app/core/Makefile
config.status: creating app/operations/Makefile
config.status: creating app/operations/layer-modes/Makefile
config.status: creating app/operations/layer-modes-legacy/Makefile
config.status: creating app/operations/tests/Makefile
config.status: creating app/gegl/Makefile
config.status: creating app/dialogs/Makefile
config.status: creating app/display/Makefile
config.status: creating app/file/Makefile
config.status: creating app/gui/Makefile
config.status: creating app/menus/Makefile
config.status: creating app/paint/Makefile
config.status: creating app/pdb/Makefile
config.status: creating app/plug-in/Makefile
config.status: creating app/propgui/Makefile
config.status: creating app/text/Makefile
config.status: creating app/tools/Makefile
config.status: creating app/vectors/Makefile
config.status: creating app/widgets/Makefile
config.status: creating app/xcf/Makefile
config.status: creating app/tests/Makefile
config.status: creating app/tests/files/Makefile
config.status: creating app/tests/gimpdir-empty/Makefile
config.status: creating app/tests/gimpdir-empty/brushes/Makefile
config.status: creating app/tests/gimpdir-empty/gradients/Makefile
config.status: creating app/tests/gimpdir-empty/patterns/Makefile
config.status: creating app/tests/gimpdir/Makefile
config.status: creating app/tests/gimpdir/brushes/Makefile
config.status: creating app/tests/gimpdir/gradients/Makefile
config.status: creating app/tests/gimpdir/patterns/Makefile
config.status: creating app-tools/Makefile
config.status: creating build/Makefile
config.status: creating build/windows/Makefile
config.status: creating build/windows/gimp.rc
config.status: creating build/windows/gimp-plug-ins.rc
config.status: creating build/windows/installer/Makefile
config.status: creating build/windows/installer/lang/Makefile
config.status: creating plug-ins/Makefile
config.status: creating plug-ins/file-bmp/Makefile
config.status: creating plug-ins/file-exr/Makefile
config.status: creating plug-ins/file-faxg3/Makefile
config.status: creating plug-ins/file-fits/Makefile
config.status: creating plug-ins/file-fli/Makefile
config.status: creating plug-ins/file-ico/Makefile
config.status: creating plug-ins/file-jpeg/Makefile
config.status: creating plug-ins/file-psd/Makefile
config.status: creating plug-ins/file-raw/Makefile
config.status: creating plug-ins/file-sgi/Makefile
config.status: creating plug-ins/file-tiff/Makefile
config.status: creating plug-ins/file-webp/Makefile
config.status: creating plug-ins/flame/Makefile
config.status: creating plug-ins/fractal-explorer/Makefile
config.status: creating plug-ins/fractal-explorer/examples/Makefile
config.status: creating plug-ins/gfig/Makefile
config.status: creating plug-ins/gfig/gfig-examples/Makefile
config.status: creating plug-ins/gfig/images/Makefile
config.status: creating plug-ins/ui/Makefile
config.status: creating plug-ins/gimpressionist/Brushes/Makefile
config.status: creating plug-ins/gimpressionist/Makefile
config.status: creating plug-ins/gimpressionist/Paper/Makefile
config.status: creating plug-ins/gimpressionist/Presets/Makefile
config.status: creating plug-ins/gradient-flare/Makefile
config.status: creating plug-ins/gradient-flare/flares/Makefile
config.status: creating plug-ins/help-browser/Makefile
config.status: creating plug-ins/help/Makefile
config.status: creating plug-ins/ifs-compose/Makefile
config.status: creating plug-ins/imagemap/Makefile
config.status: creating plug-ins/imagemap/images/Makefile
config.status: creating plug-ins/lighting/Makefile
config.status: creating plug-ins/lighting/images/Makefile
config.status: creating plug-ins/map-object/Makefile
config.status: creating plug-ins/metadata/Makefile
config.status: creating plug-ins/pagecurl/Makefile
config.status: creating plug-ins/print/Makefile
config.status: creating plug-ins/pygimp/Makefile
config.status: creating plug-ins/pygimp/plug-ins/Makefile
config.status: creating plug-ins/screenshot/Makefile
config.status: creating plug-ins/script-fu/Makefile
config.status: creating plug-ins/script-fu/ftx/Makefile
config.status: creating plug-ins/script-fu/scripts/Makefile
config.status: creating plug-ins/script-fu/scripts/images/Makefile
config.status: creating plug-ins/script-fu/tinyscheme/Makefile
config.status: creating plug-ins/selection-to-path/Makefile
config.status: creating plug-ins/twain/Makefile
config.status: creating plug-ins/common/Makefile
config.status: creating modules/Makefile
config.status: creating devel-docs/Makefile
config.status: creating devel-docs/app/Makefile
config.status: creating devel-docs/app/version
config.status: creating devel-docs/libgimp/Makefile
config.status: creating devel-docs/libgimp/version
config.status: creating devel-docs/libgimpbase/Makefile
config.status: creating devel-docs/libgimpbase/version
config.status: creating devel-docs/libgimpconfig/Makefile
config.status: creating devel-docs/libgimpconfig/version
config.status: creating devel-docs/libgimpcolor/Makefile
config.status: creating devel-docs/libgimpcolor/version
config.status: creating devel-docs/libgimpmath/Makefile
config.status: creating devel-docs/libgimpmath/version
config.status: creating devel-docs/libgimpmodule/Makefile
config.status: creating devel-docs/libgimpmodule/version
config.status: creating devel-docs/libgimpthumb/Makefile
config.status: creating devel-docs/libgimpthumb/version
config.status: creating devel-docs/libgimpwidgets/Makefile
config.status: creating devel-docs/libgimpwidgets/version
config.status: creating devel-docs/tools/Makefile
config.status: creating docs/Makefile
config.status: creating menus/Makefile
config.status: creating cursors/Makefile
config.status: creating icons/Makefile
config.status: creating icons/Color/Makefile
config.status: creating icons/Legacy/Makefile
config.status: creating icons/Symbolic/Makefile
config.status: creating icons/Symbolic-Inverted/Makefile
config.status: creating themes/Makefile
config.status: creating themes/System/Makefile
config.status: creating themes/Dark/Makefile
config.status: creating themes/Gray/Makefile
config.status: creating themes/Light/Makefile
config.status: creating data/Makefile
config.status: creating data/brushes/Makefile
config.status: creating data/brushes/Basic/Makefile
config.status: creating data/brushes/gimp-obsolete-files/Makefile
config.status: creating data/brushes/Media/Makefile
config.status: creating data/brushes/Legacy/Makefile
config.status: creating data/brushes/Sketch/Makefile
config.status: creating data/brushes/Splatters/Makefile
config.status: creating data/brushes/Texture/Makefile
config.status: creating data/dynamics/Makefile
config.status: creating data/dynamics/Basic/Makefile
config.status: creating data/dynamics/FX/Makefile
config.status: creating data/environ/Makefile
config.status: creating data/gradients/Makefile
config.status: creating data/images/Makefile
config.status: creating data/interpreters/Makefile
config.status: creating data/palettes/Makefile
config.status: creating data/patterns/Makefile
config.status: creating data/patterns/Animal/Makefile
config.status: creating data/patterns/Fabric/Makefile
config.status: creating data/patterns/Food/Makefile
config.status: creating data/patterns/Legacy/Makefile
config.status: creating data/patterns/Paper/Makefile
config.status: creating data/patterns/Plant/Makefile
config.status: creating data/patterns/Sky/Makefile
config.status: creating data/patterns/Stone/Makefile
config.status: creating data/patterns/Water/Makefile
config.status: creating data/patterns/Wood/Makefile
config.status: creating data/tags/Makefile
config.status: creating data/tips/Makefile
config.status: creating data/tool-presets/Makefile
config.status: creating data/tool-presets/Crop/Makefile
config.status: creating data/tool-presets/FX/Makefile
config.status: creating data/tool-presets/Paint/Makefile
config.status: creating data/tool-presets/Selection/Makefile
config.status: creating data/tool-presets/Sketch/Makefile
config.status: creating desktop/Makefile
config.status: creating desktop/gimp.desktop.in
config.status: creating desktop/org.gimp.GIMP.appdata.xml.in
config.status: creating etc/Makefile
config.status: creating etc/gimprc
config.status: creating m4macros/Makefile
config.status: creating po/Makefile.in
config.status: creating po-libgimp/Makefile.in
config.status: creating po-plug-ins/Makefile.in
config.status: creating po-python/Makefile.in
config.status: creating po-script-fu/Makefile.in
config.status: creating po-tips/Makefile.in
config.status: creating po-windows-installer/Makefile.in
config.status: creating gimp-zip
config.status: creating Makefile
config.status: creating docs/gimp-2.10.1
config.status: creating docs/gimprc-2.10.5
config.status: WARNING: docs/gimprc-2.10.5 contains a reference to the variable `datarootdir'
which seems to be undefined. Please make sure it is defined
config.status: creating docs/gimptool-2.0.1
config.status: WARNING: docs/gimptool-2.0.1 contains a reference to the variable `datarootdir'
which seems to be undefined. Please make sure it is defined
config.status: creating gimp-2.0.pc
config.status: creating gimpthumb-2.0.pc
config.status: creating gimpui-2.0.pc
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
config.status: executing default-1 commands
config.status: executing libgimpbase/gimpversion.h commands
config.status: executing po-libgimp/stamp-it commands
config.status: executing po-python/stamp-it commands
config.status: executing po-plug-ins/stamp-it commands
config.status: executing po-script-fu/stamp-it commands
config.status: executing po-tips/stamp-it commands
config.status: executing po-windows-installer/stamp-it commands
config.status: executing po/stamp-it commands
Building GIMP with prefix=/usr/local/gimp, datarootdir=${prefix}/share
Desktop files install into ${datarootdir}
Extra Binaries:
gimp-console: yes
Optional Features:
Language selection: yes
Vector icons: yes
Dr. Mingw (Win32): no
Bundled MyPaint Brushes: no (at /usr/local/share/mypaint-data/1.0/brushes)
Optional Plug-Ins:
Ascii Art: yes
Ghostscript: yes
Help Browser: yes
JPEG 2000: yes
MNG: yes
OpenEXR: yes
WebP: yes
PDF (export): yes
Print: yes
Python 2: yes
Script-Fu: yes
TWAIN (Win32): no
Webpage: yes
WMF: yes
X11 Mouse Cursor: yes
XPM: yes
Email: yes (xdg-email)
Optional Modules:
ALSA (MIDI Input): yes
Linux Input: yes (GUdev support: yes)
DirectInput (Win32): no
Tests:
Use xvfb-run yes
Test appdata no (appstream-util not found)
john@toolbench64 [buildlinux]make
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment