Hi, I try building gnome-terminal 3.6 (blfs) and I get, at configure step:
configure: error: gtk-builder-convert not found It seems that this script only exists in GTK2. So I added on configure line: -with-gtk=3.0 I only installed required dependencies, i.e. not rarian. Here's ym config.log. Thanks for your help. Best regards,
This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by GNOME Terminal configure 3.6.1, which was generated by GNU Autoconf 2.68. Invocation command line was $ ./configure --prefix=/usr/local --sysconfdir=/usr/local/etc --with-gtk=3.0 ## --------- ## ## Platform. ## ## --------- ## hostname = HP uname -m = x86_64 uname -r = 3.5.2 uname -s = Linux uname -v = #1 SMP PREEMPT Tue Dec 18 23:53:52 CET 2012 /usr/bin/uname -p = unknown /bin/uname -X = unknown /bin/arch = unknown /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown /usr/bin/hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /usr/local/texlive/2012/bin/x86_64-linux PATH: /usr/local/bin PATH: /usr/local/sbin PATH: /sbin PATH: /sbin PATH: /bin PATH: /usr/sbin PATH: /usr/bin ## ----------- ## ## Core tests. ## ## ----------- ## configure:2380: checking for a BSD-compatible install configure:2448: result: /usr/bin/install -c configure:2459: checking whether build environment is sane configure:2509: result: yes configure:2650: checking for a thread-safe mkdir -p configure:2689: result: /bin/mkdir -p configure:2702: checking for gawk configure:2718: found /usr/bin/gawk configure:2729: result: gawk configure:2740: checking whether make sets $(MAKE) configure:2762: result: yes configure:2854: checking whether make supports nested variables configure:2871: result: yes configure:2903: checking for style of include used by make configure:2931: result: GNU configure:3002: checking for gcc configure:3018: found /usr/bin/gcc configure:3029: result: gcc configure:3258: checking for C compiler version configure:3267: gcc --version >&5 gcc (GCC) 4.7.1 Copyright (C) 2012 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. configure:3278: $? = 0 configure:3267: gcc -v >&5 Using built-in specs. COLLECT_GCC=gcc COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-unknown-linux-gnu/4.7.1/lto-wrapper Target: x86_64-unknown-linux-gnu Configured with: ../gcc-4.7.1/configure --prefix=/usr --libexecdir=/usr/lib --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --enable-languages=c,c++ --disable-multilib --disable-bootstrap --with-system-zlib Thread model: posix gcc version 4.7.1 (GCC) configure:3278: $? = 0 configure:3267: gcc -V >&5 gcc: error: unrecognized command line option '-V' gcc: fatal error: no input files compilation terminated. configure:3278: $? = 1 configure:3267: gcc -qversion >&5 gcc: error: unrecognized command line option '-qversion' gcc: fatal error: no input files compilation terminated. configure:3278: $? = 1 configure:3298: checking whether the C compiler works configure:3320: gcc -O2 -fPIC -pipe conftest.c >&5 configure:3324: $? = 0 configure:3372: result: yes configure:3375: checking for C compiler default output file name configure:3377: result: a.out configure:3383: checking for suffix of executables configure:3390: gcc -o conftest -O2 -fPIC -pipe conftest.c >&5 configure:3394: $? = 0 configure:3416: result: configure:3438: checking whether we are cross compiling configure:3446: gcc -o conftest -O2 -fPIC -pipe conftest.c >&5 configure:3450: $? = 0 configure:3457: ./conftest configure:3461: $? = 0 configure:3476: result: no configure:3481: checking for suffix of object files configure:3503: gcc -c -O2 -fPIC -pipe conftest.c >&5 configure:3507: $? = 0 configure:3528: result: o configure:3532: checking whether we are using the GNU C compiler configure:3551: gcc -c -O2 -fPIC -pipe conftest.c >&5 configure:3551: $? = 0 configure:3560: result: yes configure:3569: checking whether gcc accepts -g configure:3589: gcc -c -g conftest.c >&5 configure:3589: $? = 0 configure:3630: result: yes configure:3647: checking for gcc option to accept ISO C89 configure:3711: gcc -c -O2 -fPIC -pipe conftest.c >&5 configure:3711: $? = 0 configure:3724: result: none needed configure:3746: checking dependency style of gcc configure:3857: result: gcc3 configure:3878: checking how to run the C preprocessor configure:3909: gcc -E conftest.c configure:3909: $? = 0 configure:3923: gcc -E conftest.c conftest.c:12:28: fatal error: ac_nonexistent.h: No such file or directory compilation terminated. configure:3923: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNOME Terminal" | #define PACKAGE_TARNAME "gnome-terminal" | #define PACKAGE_VERSION "3.6.1" | #define PACKAGE_STRING "GNOME Terminal 3.6.1" | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-terminal" | #define PACKAGE_URL "" | #define PACKAGE "gnome-terminal" | #define VERSION "3.6.1" | #define GETTEXT_PACKAGE "gnome-terminal" | /* end confdefs.h. */ | #include <ac_nonexistent.h> configure:3948: result: gcc -E configure:3968: gcc -E conftest.c configure:3968: $? = 0 configure:3982: gcc -E conftest.c conftest.c:12:28: fatal error: ac_nonexistent.h: No such file or directory compilation terminated. configure:3982: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNOME Terminal" | #define PACKAGE_TARNAME "gnome-terminal" | #define PACKAGE_VERSION "3.6.1" | #define PACKAGE_STRING "GNOME Terminal 3.6.1" | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-terminal" | #define PACKAGE_URL "" | #define PACKAGE "gnome-terminal" | #define VERSION "3.6.1" | #define GETTEXT_PACKAGE "gnome-terminal" | /* end confdefs.h. */ | #include <ac_nonexistent.h> configure:4011: checking for grep that handles long lines and -e configure:4069: result: /bin/grep configure:4074: checking for egrep configure:4136: result: /bin/grep -E configure:4141: checking for ANSI C header files configure:4161: gcc -c -O2 -fPIC -pipe conftest.c >&5 configure:4161: $? = 0 configure:4234: gcc -o conftest -O2 -fPIC -pipe conftest.c >&5 configure:4234: $? = 0 configure:4234: ./conftest configure:4234: $? = 0 configure:4245: result: yes configure:4258: checking for sys/types.h configure:4258: gcc -c -O2 -fPIC -pipe conftest.c >&5 configure:4258: $? = 0 configure:4258: result: yes configure:4258: checking for sys/stat.h configure:4258: gcc -c -O2 -fPIC -pipe conftest.c >&5 configure:4258: $? = 0 configure:4258: result: yes configure:4258: checking for stdlib.h configure:4258: gcc -c -O2 -fPIC -pipe conftest.c >&5 configure:4258: $? = 0 configure:4258: result: yes configure:4258: checking for string.h configure:4258: gcc -c -O2 -fPIC -pipe conftest.c >&5 configure:4258: $? = 0 configure:4258: result: yes configure:4258: checking for memory.h configure:4258: gcc -c -O2 -fPIC -pipe conftest.c >&5 configure:4258: $? = 0 configure:4258: result: yes configure:4258: checking for strings.h configure:4258: gcc -c -O2 -fPIC -pipe conftest.c >&5 configure:4258: $? = 0 configure:4258: result: yes configure:4258: checking for inttypes.h configure:4258: gcc -c -O2 -fPIC -pipe conftest.c >&5 configure:4258: $? = 0 configure:4258: result: yes configure:4258: checking for stdint.h configure:4258: gcc -c -O2 -fPIC -pipe conftest.c >&5 configure:4258: $? = 0 configure:4258: result: yes configure:4258: checking for unistd.h configure:4258: gcc -c -O2 -fPIC -pipe conftest.c >&5 configure:4258: $? = 0 configure:4258: result: yes configure:4270: checking whether byte ordering is bigendian configure:4285: gcc -c -O2 -fPIC -pipe conftest.c >&5 conftest.c:23:9: error: unknown type name 'not' conftest.c:23:15: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'universal' conftest.c:23:15: error: unknown type name 'universal' configure:4285: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNOME Terminal" | #define PACKAGE_TARNAME "gnome-terminal" | #define PACKAGE_VERSION "3.6.1" | #define PACKAGE_STRING "GNOME Terminal 3.6.1" | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-terminal" | #define PACKAGE_URL "" | #define PACKAGE "gnome-terminal" | #define VERSION "3.6.1" | #define GETTEXT_PACKAGE "gnome-terminal" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | /* end confdefs.h. */ | #ifndef __APPLE_CC__ | not a universal capable compiler | #endif | typedef int dummy; | configure:4330: gcc -c -O2 -fPIC -pipe conftest.c >&5 configure:4330: $? = 0 configure:4348: gcc -c -O2 -fPIC -pipe conftest.c >&5 conftest.c: In function 'main': conftest.c:29:4: error: unknown type name 'not' conftest.c:29:12: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'endian' configure:4348: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNOME Terminal" | #define PACKAGE_TARNAME "gnome-terminal" | #define PACKAGE_VERSION "3.6.1" | #define PACKAGE_STRING "GNOME Terminal 3.6.1" | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-terminal" | #define PACKAGE_URL "" | #define PACKAGE "gnome-terminal" | #define VERSION "3.6.1" | #define GETTEXT_PACKAGE "gnome-terminal" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | /* end confdefs.h. */ | #include <sys/types.h> | #include <sys/param.h> | | int | main () | { | #if BYTE_ORDER != BIG_ENDIAN | not big endian | #endif | | ; | return 0; | } configure:4476: result: no configure:4499: checking whether to enable maintainer-specific portions of Makefiles configure:4508: result: yes configure:4575: checking for pkg-config configure:4593: found /usr/local/bin/pkg-config configure:4605: result: /usr/local/bin/pkg-config configure:4630: checking pkg-config is at least version 0.9.0 configure:4633: result: yes configure:4689: checking for gcc configure:4716: result: gcc configure:4945: checking for C compiler version configure:4954: gcc --version >&5 gcc (GCC) 4.7.1 Copyright (C) 2012 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. configure:4965: $? = 0 configure:4954: gcc -v >&5 Using built-in specs. COLLECT_GCC=gcc COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-unknown-linux-gnu/4.7.1/lto-wrapper Target: x86_64-unknown-linux-gnu Configured with: ../gcc-4.7.1/configure --prefix=/usr --libexecdir=/usr/lib --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --enable-languages=c,c++ --disable-multilib --disable-bootstrap --with-system-zlib Thread model: posix gcc version 4.7.1 (GCC) configure:4965: $? = 0 configure:4954: gcc -V >&5 gcc: error: unrecognized command line option '-V' gcc: fatal error: no input files compilation terminated. configure:4965: $? = 1 configure:4954: gcc -qversion >&5 gcc: error: unrecognized command line option '-qversion' gcc: fatal error: no input files compilation terminated. configure:4965: $? = 1 configure:4969: checking whether we are using the GNU C compiler configure:4997: result: yes configure:5006: checking whether gcc accepts -g configure:5067: result: yes configure:5084: checking for gcc option to accept ISO C89 configure:5161: result: none needed configure:5183: checking dependency style of gcc configure:5294: result: gcc3 configure:5309: checking for library containing strerror configure:5340: gcc -o conftest -O2 -fPIC -pipe conftest.c >&5 configure:5340: $? = 0 configure:5357: result: none required configure:5365: checking for ANSI C header files configure:5469: result: yes configure:5506: checking build system type configure:5520: result: x86_64-unknown-linux-gnu configure:5540: checking host system type configure:5553: result: x86_64-unknown-linux-gnu configure:5594: checking how to print strings configure:5621: result: printf configure:5642: checking for a sed that does not truncate output configure:5706: result: /bin/sed configure:5724: checking for fgrep configure:5786: result: /bin/grep -F configure:5821: checking for ld used by gcc configure:5888: result: /usr/bin/ld configure:5895: checking if the linker (/usr/bin/ld) is GNU ld configure:5910: result: yes configure:5922: checking for BSD- or MS-compatible name lister (nm) configure:5971: result: /usr/bin/nm -B configure:6101: checking the name lister (/usr/bin/nm -B) interface configure:6108: gcc -c -O2 -fPIC -pipe conftest.c >&5 configure:6111: /usr/bin/nm -B "conftest.o" configure:6114: output 0000000000000000 B some_variable configure:6121: result: BSD nm configure:6124: checking whether ln -s works configure:6128: result: yes configure:6136: checking the maximum length of command line arguments configure:6266: result: 1572864 configure:6283: checking whether the shell understands some XSI constructs configure:6293: result: yes configure:6297: checking whether the shell understands "+=" configure:6303: result: yes configure:6338: checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format configure:6378: result: func_convert_file_noop configure:6385: checking how to convert x86_64-unknown-linux-gnu file names to toolchain format configure:6405: result: func_convert_file_noop configure:6412: checking for /usr/bin/ld option to reload object files configure:6419: result: -r configure:6493: checking for objdump configure:6509: found /usr/bin/objdump configure:6520: result: objdump configure:6552: checking how to recognize dependent libraries configure:6754: result: pass_all configure:6839: checking for dlltool configure:6869: result: no configure:6899: checking how to associate runtime and link libraries configure:6926: result: printf %s\n configure:6986: checking for ar configure:7002: found /usr/bin/ar configure:7013: result: ar configure:7050: checking for archiver @FILE support configure:7067: gcc -c -O2 -fPIC -pipe conftest.c >&5 configure:7067: $? = 0 configure:7070: ar cru libconftest.a @conftest.lst >&5 configure:7073: $? = 0 configure:7078: ar cru libconftest.a @conftest.lst >&5 ar: conftest.o: No such file or directory configure:7081: $? = 1 configure:7093: result: @ configure:7151: checking for strip configure:7167: found /usr/bin/strip configure:7178: result: strip configure:7250: checking for ranlib configure:7266: found /usr/bin/ranlib configure:7277: result: ranlib configure:7379: checking command to parse /usr/bin/nm -B output from gcc object configure:7499: gcc -c -O2 -fPIC -pipe conftest.c >&5 configure:7502: $? = 0 configure:7506: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm configure:7509: $? = 0 configure:7575: gcc -o conftest -O2 -fPIC -pipe conftest.c conftstm.o >&5 configure:7578: $? = 0 configure:7616: result: ok configure:7653: checking for sysroot configure:7683: result: no configure:7760: gcc -c -O2 -fPIC -pipe conftest.c >&5 configure:7763: $? = 0 configure:7939: checking for mt configure:7969: result: no configure:7989: checking if : is a manifest tool configure:7995: : '-?' configure:8003: result: no configure:8642: checking for dlfcn.h configure:8642: gcc -c -O2 -fPIC -pipe conftest.c >&5 configure:8642: $? = 0 configure:8642: result: yes configure:8848: checking for objdir configure:8863: result: .libs configure:9130: checking if gcc supports -fno-rtti -fno-exceptions configure:9148: gcc -c -O2 -fPIC -pipe -fno-rtti -fno-exceptions conftest.c >&5 cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C [enabled by default] configure:9152: $? = 0 configure:9165: result: no configure:9492: checking for gcc option to produce PIC configure:9499: result: -fPIC -DPIC configure:9507: checking if gcc PIC flag -fPIC -DPIC works configure:9525: gcc -c -O2 -fPIC -pipe -fPIC -DPIC -DPIC conftest.c >&5 configure:9529: $? = 0 configure:9542: result: yes configure:9571: checking if gcc static flag -static works configure:9599: result: yes configure:9614: checking if gcc supports -c -o file.o configure:9635: gcc -c -O2 -fPIC -pipe -o out/conftest2.o conftest.c >&5 configure:9639: $? = 0 configure:9661: result: yes configure:9669: checking if gcc supports -c -o file.o configure:9716: result: yes configure:9749: checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries configure:10902: result: yes configure:10939: checking whether -lc should be explicitly linked in configure:10947: gcc -c -O2 -fPIC -pipe conftest.c >&5 configure:10950: $? = 0 configure:10965: gcc -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /bin/grep -lc \>/dev/null 2\>\&1 configure:10968: $? = 0 configure:10982: result: no configure:11142: checking dynamic linker characteristics configure:11653: gcc -o conftest -O2 -fPIC -pipe -Wl,-rpath -Wl,/foo conftest.c >&5 configure:11653: $? = 0 configure:11879: result: GNU/Linux ld.so configure:11986: checking how to hardcode library paths into programs configure:12011: result: immediate configure:12551: checking whether stripping libraries is possible configure:12556: result: yes configure:12591: checking if libtool supports shared libraries configure:12593: result: yes configure:12596: checking whether to build shared libraries configure:12617: result: yes configure:12620: checking whether to build static libraries configure:12624: result: yes configure:12662: checking whether NLS is requested configure:12671: result: yes configure:12689: checking for intltool >= 0.40.0 configure:12691: result: 0.50.2 found configure:12699: checking for intltool-update configure:12717: found /usr/local/bin/intltool-update configure:12729: result: /usr/local/bin/intltool-update configure:12739: checking for intltool-merge configure:12757: found /usr/local/bin/intltool-merge configure:12769: result: /usr/local/bin/intltool-merge configure:12779: checking for intltool-extract configure:12797: found /usr/local/bin/intltool-extract configure:12809: result: /usr/local/bin/intltool-extract configure:12963: checking for xgettext configure:12981: found /usr/bin/xgettext configure:12993: result: /usr/bin/xgettext configure:13003: checking for msgmerge configure:13021: found /usr/bin/msgmerge configure:13033: result: /usr/bin/msgmerge configure:13043: checking for msgfmt configure:13061: found /usr/bin/msgfmt configure:13073: result: /usr/bin/msgfmt configure:13083: checking for gmsgfmt configure:13114: result: /usr/bin/msgfmt configure:13134: checking for perl configure:13152: found /usr/bin/perl configure:13164: result: /usr/bin/perl configure:13175: checking for perl >= 5.8.1 configure:13182: result: 5.16.1 configure:13186: checking for XML::Parser configure:13189: result: ok configure:13214: gcc -o conftest -O2 -fPIC -pipe conftest.c >&5 configure:13214: $? = 0 configure:13261: checking for itstool configure:13277: found /usr/local/bin/itstool configure:13288: result: itstool configure:13303: checking for xmllint configure:13319: found /usr/local/bin/xmllint configure:13330: result: xmllint configure:13530: checking locale.h usability configure:13530: gcc -c -O2 -fPIC -pipe conftest.c >&5 configure:13530: $? = 0 configure:13530: result: yes configure:13530: checking locale.h presence configure:13530: gcc -E conftest.c configure:13530: $? = 0 configure:13530: result: yes configure:13530: checking for locale.h configure:13530: result: yes configure:13541: checking for LC_MESSAGES configure:13557: gcc -o conftest -O2 -fPIC -pipe conftest.c >&5 configure:13557: $? = 0 configure:13565: result: yes configure:13582: checking libintl.h usability configure:13582: gcc -c -O2 -fPIC -pipe conftest.c >&5 configure:13582: $? = 0 configure:13582: result: yes configure:13582: checking libintl.h presence configure:13582: gcc -E conftest.c configure:13582: $? = 0 configure:13582: result: yes configure:13582: checking for libintl.h configure:13582: result: yes configure:13590: checking for ngettext in libc configure:13608: gcc -o conftest -O2 -fPIC -pipe conftest.c >&5 configure:13608: $? = 0 configure:13617: result: yes configure:13621: checking for dgettext in libc configure:13639: gcc -o conftest -O2 -fPIC -pipe conftest.c >&5 configure:13639: $? = 0 configure:13648: result: yes configure:13655: checking for bind_textdomain_codeset configure:13655: gcc -o conftest -O2 -fPIC -pipe conftest.c >&5 configure:13655: $? = 0 configure:13655: result: yes configure:13931: checking for msgfmt configure:13958: result: /usr/bin/msgfmt configure:13969: checking for dcgettext configure:13969: gcc -o conftest -O2 -fPIC -pipe conftest.c >&5 conftest.c:52:6: warning: conflicting types for built-in function 'dcgettext' [enabled by default] configure:13969: $? = 0 configure:13969: result: yes configure:13979: checking if msgfmt accepts -c configure:13994: $MSGFMT -c -o /dev/null conftest.foo configure:13997: $? = 0 configure:13999: result: yes configure:14009: checking for gmsgfmt configure:14040: result: /usr/bin/msgfmt configure:14050: checking for xgettext configure:14077: result: /usr/bin/xgettext configure:14096: gcc -o conftest -O2 -fPIC -pipe conftest.c >&5 configure:14096: $? = 0 configure:14241: checking which gtk+ version to compile against configure:14255: result: 3.0 configure:14266: checking for GDK target configure:14275: result: x11 configure:14286: checking for TERM configure:14300: $PKG_CONFIG --exists --print-errors "vte$VTE_PC_VERSION >= $VTE_REQUIRED glib-2.0 >= $GLIB_REQUIRED gthread-2.0 gio-2.0 >= $GIO_REQUIRED gtk+-$GTK_API_VERSION >= $GTK_REQUIRED gconf-2.0 >= $GCONF_REQUIRED gsettings-desktop-schemas >= $GSETTINGS_DESKTOP_SCHEMAS_REQUIRED $PLATFORM_DEPS" configure:14310: $? = 0 configure:14337: $PKG_CONFIG --exists --print-errors "vte$VTE_PC_VERSION >= $VTE_REQUIRED glib-2.0 >= $GLIB_REQUIRED gthread-2.0 gio-2.0 >= $GIO_REQUIRED gtk+-$GTK_API_VERSION >= $GTK_REQUIRED gconf-2.0 >= $GCONF_REQUIRED gsettings-desktop-schemas >= $GSETTINGS_DESKTOP_SCHEMAS_REQUIRED $PLATFORM_DEPS" configure:14347: $? = 0 configure:14434: result: yes configure:14444: checking which smclient backend to use configure:14458: result: xsmp configure:14470: checking for SMCLIENT configure:14477: $PKG_CONFIG --exists --print-errors "$SMCLIENT_PKGS" configure:14480: $? = 0 configure:14493: $PKG_CONFIG --exists --print-errors "$SMCLIENT_PKGS" configure:14496: $? = 0 configure:14555: result: yes configure:14602: checking for gconftool-2 configure:14620: found /usr/local/bin/gconftool-2 configure:14633: result: /usr/local/bin/gconftool-2 configure:14661: result: Using config source xml:merged:/usr/local/etc/gconf/gconf.xml.defaults for schema installation configure:14676: result: Using $(sysconfdir)/gconf/schemas as install directory for schema files configure:14704: checking for gtk-builder-convert configure:14735: result: false configure:14745: error: gtk-builder-convert not found ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build=x86_64-unknown-linux-gnu ac_cv_c_bigendian=no ac_cv_c_compiler_gnu=yes ac_cv_env_CC_set= ac_cv_env_CC_value= ac_cv_env_CFLAGS_set=set ac_cv_env_CFLAGS_value='-O2 -fPIC -pipe' ac_cv_env_CPPFLAGS_set= ac_cv_env_CPPFLAGS_value= ac_cv_env_CPP_set= ac_cv_env_CPP_value= ac_cv_env_ITSTOOL_set= ac_cv_env_ITSTOOL_value= ac_cv_env_LDFLAGS_set= ac_cv_env_LDFLAGS_value= ac_cv_env_LIBS_set= ac_cv_env_LIBS_value= ac_cv_env_PKG_CONFIG_LIBDIR_set= ac_cv_env_PKG_CONFIG_LIBDIR_value= ac_cv_env_PKG_CONFIG_PATH_set= ac_cv_env_PKG_CONFIG_PATH_value= ac_cv_env_PKG_CONFIG_set= ac_cv_env_PKG_CONFIG_value= ac_cv_env_SMCLIENT_CFLAGS_set= ac_cv_env_SMCLIENT_CFLAGS_value= ac_cv_env_SMCLIENT_LIBS_set= ac_cv_env_SMCLIENT_LIBS_value= ac_cv_env_TERM_CFLAGS_set= ac_cv_env_TERM_CFLAGS_value= ac_cv_env_TERM_LIBS_set= ac_cv_env_TERM_LIBS_value= ac_cv_env_XMLLINT_set= ac_cv_env_XMLLINT_value= ac_cv_env_build_alias_set= ac_cv_env_build_alias_value= ac_cv_env_host_alias_set= ac_cv_env_host_alias_value= ac_cv_env_target_alias_set= ac_cv_env_target_alias_value= ac_cv_func_bind_textdomain_codeset=yes ac_cv_func_dcgettext=yes ac_cv_header_dlfcn_h=yes ac_cv_header_inttypes_h=yes ac_cv_header_libintl_h=yes ac_cv_header_locale_h=yes ac_cv_header_memory_h=yes ac_cv_header_stdc=yes ac_cv_header_stdint_h=yes ac_cv_header_stdlib_h=yes ac_cv_header_string_h=yes ac_cv_header_strings_h=yes ac_cv_header_sys_stat_h=yes ac_cv_header_sys_types_h=yes ac_cv_header_unistd_h=yes ac_cv_host=x86_64-unknown-linux-gnu ac_cv_objext=o ac_cv_path_EGREP='/bin/grep -E' ac_cv_path_FGREP='/bin/grep -F' ac_cv_path_GCONFTOOL=/usr/local/bin/gconftool-2 ac_cv_path_GMSGFMT=/usr/bin/msgfmt ac_cv_path_GREP=/bin/grep ac_cv_path_GTK_BUILDER_CONVERT=false ac_cv_path_INTLTOOL_EXTRACT=/usr/local/bin/intltool-extract ac_cv_path_INTLTOOL_MERGE=/usr/local/bin/intltool-merge ac_cv_path_INTLTOOL_PERL=/usr/bin/perl ac_cv_path_INTLTOOL_UPDATE=/usr/local/bin/intltool-update ac_cv_path_MSGFMT=/usr/bin/msgfmt ac_cv_path_MSGMERGE=/usr/bin/msgmerge ac_cv_path_SED=/bin/sed ac_cv_path_XGETTEXT=/usr/bin/xgettext ac_cv_path_ac_pt_PKG_CONFIG=/usr/local/bin/pkg-config ac_cv_path_install='/usr/bin/install -c' ac_cv_path_mkdir=/bin/mkdir ac_cv_prog_AWK=gawk ac_cv_prog_CPP='gcc -E' ac_cv_prog_ITSTOOL=itstool ac_cv_prog_XMLLINT=xmllint ac_cv_prog_ac_ct_AR=ar ac_cv_prog_ac_ct_CC=gcc ac_cv_prog_ac_ct_OBJDUMP=objdump ac_cv_prog_ac_ct_RANLIB=ranlib ac_cv_prog_ac_ct_STRIP=strip ac_cv_prog_cc_c89= ac_cv_prog_cc_g=yes ac_cv_prog_make_make_set=yes ac_cv_search_strerror='none required' am_cv_CC_dependencies_compiler_type=gcc3 am_cv_make_support_nested_variables=yes am_cv_val_LC_MESSAGES=yes gt_cv_func_dgettext_libc=yes gt_cv_func_dgettext_libintl=no gt_cv_func_ngettext_libc=yes gt_cv_have_gettext=yes lt_cv_ar_at_file=@ lt_cv_archive_cmds_need_lc=no lt_cv_deplibs_check_method=pass_all lt_cv_file_magic_cmd='$MAGIC_CMD' lt_cv_file_magic_test_file= lt_cv_ld_reload_flag=-r lt_cv_nm_interface='BSD nm' lt_cv_objdir=.libs lt_cv_path_LD=/usr/bin/ld lt_cv_path_NM='/usr/bin/nm -B' lt_cv_path_mainfest_tool=no lt_cv_prog_compiler_c_o=yes lt_cv_prog_compiler_pic='-fPIC -DPIC' lt_cv_prog_compiler_pic_works=yes lt_cv_prog_compiler_rtti_exceptions=no lt_cv_prog_compiler_static_works=yes lt_cv_prog_gnu_ld=yes lt_cv_sharedlib_from_linklib_cmd='printf %s\n' lt_cv_shlibpath_overrides_runpath=no lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\''' lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\''' lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\''' lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\''' lt_cv_sys_max_cmd_len=1572864 lt_cv_to_host_file_cmd=func_convert_file_noop lt_cv_to_tool_file_cmd=func_convert_file_noop pkg_cv_SMCLIENT_CFLAGS='-I/usr/local/include ' pkg_cv_SMCLIENT_LIBS='-L/usr/local/lib -lSM -lICE ' pkg_cv_TERM_CFLAGS='-DVTE_SEAL_ENABLE -pthread -I/usr/local/include/vte-2.90 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/pango-1.0 -I/usr/local/include/gtk-3.0 -I/usr/local/include/gio-unix-2.0/ -I/usr/local/include -I/usr/local/include/cairo -I/usr/local/include/atk-1.0 -I/usr/local/include/at-spi2-atk/2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local/include/pixman-1 -I/usr/local/include/libpng15 -I/usr/local/include/gconf/2 -I/usr/local/include/dbus-1.0 -I/usr/local/lib/dbus-1.0/include -I/usr/local/include/gsettings-desktop-schemas ' pkg_cv_TERM_LIBS='-pthread -L/usr/local/lib -lvte2_90 -lXext -lgthread-2.0 -lrt -lgtk-3 -lgdk-3 -latk-1.0 -lgio-2.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lpango-1.0 -lcairo -lgobject-2.0 -lgconf-2 -lglib-2.0 -lX11 ' ## ----------------- ## ## Output variables. ## ## ----------------- ## $(INSTALL_DATA) "$$d$$lc/$$f" "$$helpdir$$f" || exit 1; \ $(LN_S) -f "$(HELP_DIR)/C/$(HELP_ID)/$$f" "$$helpdir$$f" || exit 1; \ echo "$(INSTALL_DATA) $$d$$lc/$$f $$helpdir$$f"; \ echo "$(LN_S) -f $(HELP_DIR)/C/$(HELP_ID)/$$f $$helpdir$$f"; \ $(ITSTOOL) -o "$(notdir $@).tmp" $(_HELP_C_FILES) && \ $(ITSTOOL) -o "$(notdir $@).tmp" $(_HELP_C_FILES) && \ $(XMLLINT) --noout --noent --path "$$xmlpath" --xinclude "$$d$$lc/$$page"; \ cp -p "$$d$$lc/$$file" "$(distdir)/$$lc/" || exit 1; \ d="$(srcdir)/"; \ echo "$(XMLLINT) --noout --noent --path $$xmlpath --xinclude $$d$$lc/$$page"; \ echo "rm -f $$helpdir$$f"; \ elif test "x$$lc" != "xC"; then \ fi; \ helpdir="$(DESTDIR)$(HELP_DIR)/$$lc/$(HELP_ID)/"; \ helpdir="$(DESTDIR)$(HELP_DIR)/$$lc/$(HELP_ID)/"; \ if ! test -d "$$helpdir$$mdir"; then $(mkinstalldirs) "$$helpdir$$mdir"; fi; \ if test "x$mdir" = "x."; then mdir=""; fi; \ if test -f "$$d$$lc/$$f"; then \ if test -f "$$lc$$f"; then d=; else d="$(srcdir)/"; fi; \ if test -f "$$lc/$$file"; then d=./; else d=$(srcdir)/; fi; \ mdir=`dirname "$$f"`; \ msgmerge -o "$(notdir $@)" "$(notdir $@)" "$(notdir $@).tmp" && \ mv "$(notdir $@).tmp" "$(notdir $@)"); \ rm "$(notdir $@).tmp"); \ rm -f "$$helpdir$$f"; \ then d=; \ xmlpath="$$lc"; \ xmlpath="$$lc:$(srcdir)/$$lc"; \ $(INSTALL_DATA) "$$d$$f" "$$helpdir`basename $$f`" || exit 1; \ $(INSTALL_DATA) "$$d$$lc/$$f" "$$helpdir`basename $$f`" || exit 1; \ $(MKDIR_P) "$(distdir)/$$lc"; \ $(mkinstalldirs) "$(DESTDIR)$(HELP_DIR)/$$lc/$(HELP_ID)" || exit 1; \ (cd "$(dir $@)" && \ (cd "$(dir $@)" && \ done; \ done; \ done; \ done; \ echo "$(INSTALL_DATA) $$d$$f $$helpdir`basename $$f`"; \ echo "$(INSTALL_DATA) $$d$$lc/$$f $$helpdir`basename $$f`"; \ echo "rm -f $$helpdir`basename $$f`"; \ echo "rm -f $$helpdir`basename $$f`"; \ else \ fi; \ for file in $(HELP_FILES); do \ for lc in C $(_HELP_LINGUAS); do \ for lc in C $(_HELP_LINGUAS); do \ for page in $(HELP_FILES); do \ helpdir="$(DESTDIR)$(HELP_DIR)/$$lc/$(HELP_ID)/"; \ helpdir="$(DESTDIR)$(HELP_DIR)/$$lc/$(HELP_ID)/"; \ helpdir="$(DESTDIR)$(HELP_DIR)/$$lc/$(HELP_ID)/"; \ helpdir="$(DESTDIR)$(HELP_DIR)/$$lc/$(HELP_ID)/"; \ if ! test -d "$$helpdir"; then $(mkinstalldirs) "$$helpdir"; fi; \ if ! test -d "$$helpdir"; then $(mkinstalldirs) "$$helpdir"; fi; \ if test "x$(_HELP_V)" = "x0"; then echo " GEN $${po}"; fi; \ if test -d "$$lc"; \ if test -f "$$f"; then d=; else d="$(srcdir)/"; fi; \ if test -f "$$lc/$$f"; then d=; else d="$(srcdir)/"; fi; \ lc=`dirname "$$f"`; lc=`basename "$$lc"`; \ lc=`dirname "$$f"`; lc=`basename "$$lc"`; \ msgmerge -q -o "$${po}" "$${po}" "$(_HELP_POTFILE)"; \ rm -f "$$helpdir`basename $$f`"; \ rm -f "$$helpdir`basename $$f`"; \ $(AM_V_GEN)$(ITSTOOL) -o "$@" $(_HELP_C_FILES) $(AM_V_GEN)if ! test -f "$@"; then \ $(AM_V_GEN)msgfmt -o "$@" "$<" $(AM_V_at)for po in $(_HELP_POFILES); do \ $(AM_V_at)if ! test -d "$(dir $@)"; then mkdir "$(dir $@)"; fi $(AM_V_at)if ! test -d "$(dir $@)"; then mkdir "$(dir $@)"; fi $(AM_V_at)if ! test -d "$(dir $@)"; then mkdir "$(dir $@)"; fi $(AM_V_at)if test ! -f "$@" -a -f "$(srcdir)/$@"; then cp "$(srcdir)/$@" "$@"; fi $(_HELP_LC_VERBOSE)if test -d "C"; then d="../"; else d="$(abs_srcdir)/"; fi; \ (cd "$(dir $@)" && $(ITSTOOL) -m "$${mo}" $(foreach f,$(_HELP_C_FILES),$${d}/$(f))) && \ @for f in $(HELP_MEDIA); do \ @for f in $(HELP_MEDIA); do \ @for f in $(_HELP_C_EXTRA); do \ @for f in $(_HELP_C_EXTRA); do \ @for lc in C $(_HELP_LINGUAS); do \ @for lc in C $(_HELP_LINGUAS); do for f in $(HELP_FILES); do \ @for lc in C; do \ done done done done done done done; done; \ done; done done; done else \ fi for lc in C $(_HELP_LINGUAS); do \ for lc in C $(_HELP_LINGUAS); do for f in $(HELP_FILES); do \ if test -f "$${mo}"; then mo="../$${mo}"; else mo="$(abs_srcdir)/$${mo}"; fi; \ mo="$(dir $@)$(patsubst %/$(notdir $@),%,$@).mo"; \ rm -f $(_HELP_LC_FILES) $(_HELP_LC_STAMPS) $(_HELP_MOFILES) touch "$@" $(_HELP_LC_FILES): $(_HELP_LINGUAS) $(_HELP_LC_STAMPS): $(_HELP_C_FILES) $(_HELP_C_EXTRA) $(_HELP_LC_STAMPS): %.stamp: %.mo $(_HELP_LINGUAS): $(_HELP_LC_STAMPS) $(_HELP_MOFILES): %.mo: %.po $(_HELP_POFILES): $(_HELP_POTFILE): $(_HELP_C_FILES) $(_HELP_C_EXTRA) $(_HELP_C_MEDIA) ' .PHONY: check-help .PHONY: clean-help .PHONY: install-help .PHONY: pot .PHONY: repo .PHONY: uninstall-help ACLOCAL='${SHELL} /usr/src/gnome-terminal-3.6.1/missing --run aclocal-1.11' ALL_LINGUAS='' AMDEPBACKSLASH='\' AMDEP_FALSE='#' AMDEP_TRUE='' AMTAR='$${TAR-tar}' AM_BACKSLASH='\' AM_CFLAGS='' AM_CPPFLAGS='' AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' AM_DEFAULT_VERBOSITY='0' AM_LDFLAGS='' AM_V='$(V)' AR='ar' AUTOCONF='${SHELL} /usr/src/gnome-terminal-3.6.1/missing --run autoconf' AUTOHEADER='${SHELL} /usr/src/gnome-terminal-3.6.1/missing --run autoheader' AUTOMAKE='${SHELL} /usr/src/gnome-terminal-3.6.1/missing --run automake-1.11' AWK='gawk' CATALOGS='' CATOBJEXT='.gmo' CC='gcc' CCDEPMODE='depmode=gcc3' CFLAGS='-O2 -fPIC -pipe' CPP='gcc -E' CPPFLAGS='' CYGPATH_W='echo' DATADIRNAME='share' DEFS='' DEPDIR='.deps' DISTCHECK_CONFIGURE_FLAGS='' DLLTOOL='false' DOC_USER_FORMATS='' DSYMUTIL='' DUMPBIN='' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='/bin/grep -E' ENABLE_SK_FALSE='' ENABLE_SK_TRUE='' EXEEXT='' EXTRA_DIST += $(_HELP_C_EXTRA) $(_HELP_C_MEDIA) EXTRA_DIST += $(foreach f,$(HELP_MEDIA),$(foreach lc,$(HELP_LINGUAS),$(wildcard $(lc)/$(f)))) EXTRA_DIST += $(foreach lc,$(HELP_LINGUAS),$(lc)/$(lc).po) EXTRA_DIST ?= FGREP='/bin/grep -F' GCONFTOOL='/usr/local/bin/gconftool-2' GCONF_SCHEMAS_INSTALL_FALSE='#' GCONF_SCHEMAS_INSTALL_TRUE='' GCONF_SCHEMA_CONFIG_SOURCE='xml:merged:/usr/local/etc/gconf/gconf.xml.defaults' GCONF_SCHEMA_FILE_DIR='$(sysconfdir)/gconf/schemas' GETTEXT_PACKAGE='gnome-terminal' GLIB_GENMARSHAL='glib-genmarshal' GLIB_MKENUMS='glib-mkenums' GMOFILES='' GMSGFMT='/usr/bin/msgfmt' GREP='/bin/grep' GTK_BUILDER_CONVERT='false' GTK_BUILDER_CONVERT_FLAGS='' HAVE_GNOME_DOC_UTILS_FALSE='' HAVE_GNOME_DOC_UTILS_TRUE='' HELP_DIR='${datadir}/help' HELP_EXTRA ?= HELP_FILES ?= HELP_ID ?= HELP_LINGUAS ?= HELP_MEDIA ?= HELP_POT ?= INSTALL_DATA='${INSTALL} -m 644' INSTALL_PROGRAM='${INSTALL}' INSTALL_SCRIPT='${INSTALL}' INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' INSTOBJEXT='.mo' INTLLIBS='' INTLTOOL_CAVES_RULE='%.caves: %.caves.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' INTLTOOL_DESKTOP_RULE='%.desktop: %.desktop.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' INTLTOOL_DIRECTORY_RULE='%.directory: %.directory.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' INTLTOOL_EXTRACT='/usr/local/bin/intltool-extract' INTLTOOL_KBD_RULE='%.kbd: %.kbd.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -m -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' INTLTOOL_KEYS_RULE='%.keys: %.keys.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -k -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' INTLTOOL_MERGE='/usr/local/bin/intltool-merge' INTLTOOL_OAF_RULE='%.oaf: %.oaf.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -o -p $(top_srcdir)/po $< $@' INTLTOOL_PERL='/usr/bin/perl' INTLTOOL_POLICY_RULE='%.policy: %.policy.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' INTLTOOL_PONG_RULE='%.pong: %.pong.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' INTLTOOL_PROP_RULE='%.prop: %.prop.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' INTLTOOL_SCHEMAS_RULE='%.schemas: %.schemas.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -s -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' INTLTOOL_SERVER_RULE='%.server: %.server.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -o -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' INTLTOOL_SERVICE_RULE='%.service: %.service.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' INTLTOOL_SHEET_RULE='%.sheet: %.sheet.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' INTLTOOL_SOUNDLIST_RULE='%.soundlist: %.soundlist.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' INTLTOOL_THEME_RULE='%.theme: %.theme.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' INTLTOOL_UI_RULE='%.ui: %.ui.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' INTLTOOL_UPDATE='/usr/local/bin/intltool-update' INTLTOOL_V_MERGE='$(INTLTOOL__v_MERGE_$(V))' INTLTOOL_V_MERGE_OPTIONS='$(intltool__v_merge_options_$(V))' INTLTOOL_XAM_RULE='%.xam: %.xml.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' INTLTOOL_XML_NOMERGE_RULE='%.xml: %.xml.in $(INTLTOOL_MERGE) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u --no-translations $< $@' INTLTOOL_XML_RULE='%.xml: %.xml.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' INTLTOOL__v_MERGE_0='@echo " ITMRG " $@;' INTLTOOL__v_MERGE_='$(INTLTOOL__v_MERGE_$(AM_DEFAULT_VERBOSITY))' ITSTOOL='itstool' LD='/usr/bin/ld -m elf_x86_64' LDFLAGS='' LIBOBJS='' LIBS='' LIBTOOL='$(SHELL) $(top_builddir)/libtool' LIPO='' LN_S='ln -s' LTLIBOBJS='' MAINT='' MAINTAINER_MODE_FALSE='#' MAINTAINER_MODE_TRUE='' MAKEINFO='${SHELL} /usr/src/gnome-terminal-3.6.1/missing --run makeinfo' MANIFEST_TOOL=':' MKDIR_P='/bin/mkdir -p' MKINSTALLDIRS='./mkinstalldirs' MSGFMT='/usr/bin/msgfmt' MSGFMT_OPTS='-c' MSGMERGE='/usr/bin/msgmerge' NM='/usr/bin/nm -B' NMEDIT='' OBJDUMP='objdump' OBJEXT='o' OMF_DIR='' OTOOL64='' OTOOL='' PACKAGE='gnome-terminal' PACKAGE_BUGREPORT='http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-terminal' PACKAGE_NAME='GNOME Terminal' PACKAGE_STRING='GNOME Terminal 3.6.1' PACKAGE_TARNAME='gnome-terminal' PACKAGE_URL='' PACKAGE_VERSION='3.6.1' PATH_SEPARATOR=':' PKG_CONFIG='/usr/local/bin/pkg-config' PKG_CONFIG_LIBDIR='' PKG_CONFIG_PATH='' POFILES='' POSUB='po' PO_IN_DATADIR_FALSE='' PO_IN_DATADIR_TRUE='' RANLIB='ranlib' SED='/bin/sed' SET_MAKE='' SHELL='/bin/sh' SMCLIENT_CFLAGS='-I/usr/local/include ' SMCLIENT_LIBS='-L/usr/local/lib -lSM -lICE ' STRIP='strip' TERMINAL_API_VERSION='' TERMINAL_MAJOR_VERSION='' TERMINAL_MICRO_VERSION='' TERMINAL_MINOR_VERSION='' TERM_CFLAGS='-DVTE_SEAL_ENABLE -pthread -I/usr/local/include/vte-2.90 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/pango-1.0 -I/usr/local/include/gtk-3.0 -I/usr/local/include/gio-unix-2.0/ -I/usr/local/include -I/usr/local/include/cairo -I/usr/local/include/atk-1.0 -I/usr/local/include/at-spi2-atk/2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local/include/pixman-1 -I/usr/local/include/libpng15 -I/usr/local/include/gconf/2 -I/usr/local/include/dbus-1.0 -I/usr/local/lib/dbus-1.0/include -I/usr/local/include/gsettings-desktop-schemas ' TERM_LIBS='-pthread -L/usr/local/lib -lvte2_90 -lXext -lgthread-2.0 -lrt -lgtk-3 -lgdk-3 -latk-1.0 -lgio-2.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lpango-1.0 -lcairo -lgobject-2.0 -lgconf-2 -lglib-2.0 -lX11 ' USE_NLS='yes' VERSION='3.6.1' WITH_SMCLIENT_FALSE='#' WITH_SMCLIENT_QUARTZ_FALSE='' WITH_SMCLIENT_QUARTZ_TRUE='#' WITH_SMCLIENT_TRUE='' WITH_SMCLIENT_WIN32_FALSE='' WITH_SMCLIENT_WIN32_TRUE='#' WITH_SMCLIENT_XSMP_FALSE='#' WITH_SMCLIENT_XSMP_TRUE='' XGETTEXT='/usr/bin/xgettext' XMLLINT='xmllint' YELP_HELP_RULES=' _HELP_C_EXTRA = $(foreach f,$(HELP_EXTRA),C/$(f)) _HELP_C_FILES = $(foreach f,$(HELP_FILES),C/$(f)) _HELP_C_MEDIA = $(foreach f,$(HELP_MEDIA),C/$(f)) _HELP_DEFAULT_V = $(if $(AM_DEFAULT_VERBOSITY),$(AM_DEFAULT_VERBOSITY),1) _HELP_LC_FILES = $(foreach lc,$(_HELP_LINGUAS),$(foreach f,$(HELP_FILES),$(lc)/$(f))) _HELP_LC_STAMPS = $(foreach lc,$(_HELP_LINGUAS),$(lc)/$(lc).stamp) _HELP_LC_VERBOSE = $(_HELP_LC_VERBOSE_$(_HELP_V)) _HELP_LC_VERBOSE_ = $(_HELP_LC_VERBOSE_$(_HELP_DEFAULT_V)) _HELP_LC_VERBOSE_0 = @echo " GEN "$(dir $@); _HELP_LINGUAS = $(if $(filter environment,$(origin LINGUAS)),$(filter $(LINGUAS),$(HELP_LINGUAS)),$(HELP_LINGUAS)) _HELP_MOFILES = $(patsubst %.po,%.mo,$(_HELP_POFILES)) _HELP_POFILES = $(if $(HELP_ID),$(foreach lc,$(_HELP_LINGUAS),$(lc)/$(lc).po)) _HELP_POTFILE = $(if $(HELP_POT),$(HELP_POT),$(if $(HELP_ID),$(HELP_ID).pot)) _HELP_V = $(if $(V),$(V),$(_HELP_DEFAULT_V)) ac_ct_AR='ar' ac_ct_CC='gcc' ac_ct_DUMPBIN='' all: $(_HELP_C_FILES) $(_HELP_C_EXTRA) $(_HELP_C_MEDIA) $(_HELP_LC_FILES) $(_HELP_POFILES) am__EXEEXT_FALSE='' am__EXEEXT_TRUE='' am__fastdepCC_FALSE='#' am__fastdepCC_TRUE='' am__include='include' am__isrc='' am__leading_dot='.' am__nodep='_no' am__quote='' am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -' bindir='${exec_prefix}/bin' build='x86_64-unknown-linux-gnu' build_alias='' build_cpu='x86_64' build_os='linux-gnu' build_vendor='unknown' check-help: check: check-help clean-help: datadir='${datarootdir}' datarootdir='${prefix}/share' distdir-help-files: distdir: distdir-help-files docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' dvidir='${docdir}' exec_prefix='NONE' host='x86_64-unknown-linux-gnu' host_alias='' host_cpu='x86_64' host_os='linux-gnu' host_vendor='unknown' htmldir='${docdir}' includedir='${prefix}/include' infodir='${datarootdir}/info' install-data-am: $(if $(HELP_ID),install-help) install-help: install_sh='${SHELL} /usr/src/gnome-terminal-3.6.1/install-sh' intltool__v_merge_options_0='-q' intltool__v_merge_options_='$(intltool__v_merge_options_$(AM_DEFAULT_VERBOSITY))' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localedir='${datarootdir}/locale' localstatedir='${prefix}/var' mandir='${datarootdir}/man' mkdir_p='/bin/mkdir -p' mostlyclean-am: $(if $(HELP_ID),clean-help) oldincludedir='/usr/include' pdfdir='${docdir}' pot: $(_HELP_POTFILE) prefix='/usr/local' program_transform_name='s,x,x,' psdir='${docdir}' repo: $(_HELP_POTFILE) sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sysconfdir='/usr/local/etc' target_alias='' uninstall-am: $(if $(HELP_ID),uninstall-help) uninstall-help: ## ----------- ## ## confdefs.h. ## ## ----------- ## /* confdefs.h */ #define PACKAGE_NAME "GNOME Terminal" #define PACKAGE_TARNAME "gnome-terminal" #define PACKAGE_VERSION "3.6.1" #define PACKAGE_STRING "GNOME Terminal 3.6.1" #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-terminal" #define PACKAGE_URL "" #define PACKAGE "gnome-terminal" #define VERSION "3.6.1" #define GETTEXT_PACKAGE "gnome-terminal" #define STDC_HEADERS 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_MEMORY_H 1 #define HAVE_STRINGS_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_STDINT_H 1 #define HAVE_UNISTD_H 1 #define STDC_HEADERS 1 #define HAVE_DLFCN_H 1 #define LT_OBJDIR ".libs/" #define HAVE_LOCALE_H 1 #define HAVE_LC_MESSAGES 1 #define HAVE_BIND_TEXTDOMAIN_CODESET 1 #define HAVE_GETTEXT 1 #define HAVE_DCGETTEXT 1 #define ENABLE_NLS 1 #define WITH_SMCLIENT 1 configure: exit 1
-- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
