lanoxx / tilda

A Gtk based drop down terminal for Linux and Unix
GNU General Public License v2.0
1.28k stars 161 forks source link

compiling on Fedora 20 fails #79

Closed valentt closed 10 years ago

valentt commented 10 years ago

I used to compile Tilda without issues on Fedora, but now with latest Fedora and latest git code it fails.

Here are my build logs:

[valent@localhost ~]$ git clone https://github.com/lanoxx/tilda.git Cloning into 'tilda'... remote: Counting objects: 4188, done. remote: Compressing objects: 100% (5/5), done. remote: Total 4188 (delta 0), reused 0 (delta 0) Receiving objects: 100% (4188/4188), 1.54 MiB | 451.00 KiB/s, done. Resolving deltas: 100% (2995/2995), done. Checking connectivity... done. [valent@localhost ~]$ cd tilda/ [valent@localhost tilda]$ ./autogen.sh --prefix=/usr This will do all the autotools stuff so that you can build tilda successfully. It will also call the ./configure script and pass on any options which you passed to this script See ./configure --help to know which options are available

When it is finished, take the usual steps to install: make make install

Generating configuration files for tilda, please wait...

autoreconf: Entering directory .' autoreconf: running: autopoint --force Copying file ABOUT-NLS Copying file config.rpath Creating directory m4 Copying file m4/codeset.m4 Copying file m4/fcntl-o.m4 Copying file m4/gettext.m4 Copying file m4/glibc2.m4 Copying file m4/glibc21.m4 Copying file m4/iconv.m4 Copying file m4/intdiv0.m4 Copying file m4/intl.m4 Copying file m4/intldir.m4 Copying file m4/intlmacosx.m4 Copying file m4/intmax.m4 Copying file m4/inttypes-pri.m4 Copying file m4/inttypes_h.m4 Copying file m4/lcmessage.m4 Copying file m4/lib-ld.m4 Copying file m4/lib-link.m4 Copying file m4/lib-prefix.m4 Copying file m4/lock.m4 Copying file m4/longlong.m4 Copying file m4/nls.m4 Copying file m4/po.m4 Copying file m4/printf-posix.m4 Copying file m4/progtest.m4 Copying file m4/size_max.m4 Copying file m4/stdint_h.m4 Copying file m4/threadlib.m4 Copying file m4/uintmax_t.m4 Copying file m4/visibility.m4 Copying file m4/wchar_t.m4 Copying file m4/wint_t.m4 Copying file m4/xsize.m4 Copying file po/Makefile.in.in Copying file po/Makevars.template Copying file po/Rules-quot Copying file po/boldquot.sed Copying file po/en@boldquot.header Copying file po/en@quot.header Copying file po/insert-header.sin Copying file po/quot.sed Copying file po/remove-potcdate.sin autoreconf: running: aclocal --force -I m4 ${ACLOCAL_FLAGS} autoreconf: configure.ac: tracing autoreconf: configure.ac: not using Libtool autoreconf: running: /usr/bin/autoconf --force autoreconf: running: /usr/bin/autoheader --force autoreconf: running: automake --add-missing --force-missing configure.ac:124: warning: The 'AM_PROG_MKDIR_P' macro is deprecated, and its use is discouraged. configure.ac:124: You should use the Autoconf-provided 'AC_PROG_MKDIR_P' macro instead, configure.ac:124: and use '$(MKDIR_P)' instead of '$(mkdir_p)'in your Makefile.am files. configure.ac:116: installing './compile' configure.ac:124: installing './config.guess' configure.ac:124: installing './config.sub' configure.ac:7: installing './install-sh' configure.ac:7: installing './missing' Makefile.am: installing './INSTALL' Makefile.am: installing './depcomp' autoreconf: Leaving directory.'

Running configure now

configure: loading site script /usr/share/config.site checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /usr/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 whether to enable maintainer-specific portions of Makefiles... 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 for style of include used by make... GNU checking dependency style of gcc... gcc3 checking whether gcc and cc understand -c and -o together... yes checking whether NLS is requested... yes checking for msgfmt... /usr/bin/msgfmt checking for gmsgfmt... /usr/bin/msgfmt checking for xgettext... /usr/bin/xgettext checking for msgmerge... /usr/bin/msgmerge checking build system type... x86_64-unknown-linux-gnu checking host system type... x86_64-unknown-linux-gnu checking for ld used by GCC... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for shared library run path origin... done checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for CFPreferencesCopyAppValue... no checking for CFLocaleCopyCurrent... no checking for GNU gettext in libc... yes checking whether to use NLS... yes checking where the gettext function comes from... libc checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for GTK... yes checking for VTE... yes checking for LIBCONFUSE... yes checking for X... libraries , headers 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 fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking malloc.h usability... yes checking malloc.h presence... yes checking for malloc.h... yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for strings.h... (cached) yes checking sys/ioctl.h usability... yes checking sys/ioctl.h presence... yes checking for sys/ioctl.h... yes checking for unistd.h... (cached) yes checking confuse.h usability... yes checking confuse.h presence... yes checking for confuse.h... yes checking for an ANSI C-conforming const... yes checking for pid_t... yes checking for size_t... yes checking for stdlib.h... (cached) yes checking for GNU libc compatible malloc... yes checking for working strtod... yes checking for mkdir... yes checking for strcasecmp... yes checking for strchr... yes checking for strncasecmp... yes checking for strstr... yes checking for strtol... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating po/Makefile.in config.status: creating tilda-config.h config.status: executing depfiles commands config.status: executing po-directories commands config.status: creating po/POTFILES config.status: creating po/Makefile

          tilda 1.2-alpha
          ===============

    prefix:                        /usr
    datarootdir:                   ${prefix}/share
    datadir:                       ${datarootdir}
    pkgdatadir:                    ${datarootdir}/tilda
    source code location:          .
    compiler:                      gcc
    cflags:                        -std=c99 
    Maintainer mode:               yes
    Use *_DISABLE_DEPRECATED:      

[valent@localhost tilda]$ make --silent Making all in po /usr/bin/msgmerge --update --lang=bg bg.po tilda.pot ............................................................................. done. rm -f bg.gmo && /usr/bin/msgfmt -c --statistics --verbose -o bg.gmo bg.po bg.po:592: 'msgid' and 'msgstr' entries do not both end with '\n' bg.po:610: 'msgid' and 'msgstr' entries do not both end with '\n' bg.po:614: 'msgid' and 'msgstr' entries do not both end with '\n' bg.po:717: 'msgid' and 'msgstr' entries do not both end with '\n' bg.po:748: 'msgid' and 'msgstr' entries do not both end with '\n' bg.po:753: 'msgid' and 'msgstr' entries do not both end with '\n' /usr/bin/msgfmt: found 6 fatal errors bg.po: 93 translated messages, 42 fuzzy translations, 60 untranslated messages. make[3]: * [bg.gmo] Error 1 make[2]: * [stamp-po] Error 2 make[1]: * [all-recursive] Error 1 make: * [all] Error 2

valentt commented 10 years ago

I tried replacing problematic bg.po with hu.po with "cp po/hu.po po/bg.po" and now I get these messages:

[valent@localhost tilda]$ make --silent Making all in po /usr/bin/msgmerge --update --lang=bg bg.po tilda.pot ....................... done. rm -f bg.gmo && /usr/bin/msgfmt -c --statistics --verbose -o bg.gmo bg.po bg.po: 94 translated messages, 42 fuzzy translations, 59 untranslated messages. /usr/bin/msgmerge --update --lang=ca ca.po tilda.pot ......................... done. rm -f ca.gmo && /usr/bin/msgfmt -c --statistics --verbose -o ca.gmo ca.po ca.po: 34 translated messages, 13 fuzzy translations, 148 untranslated messages. /usr/bin/msgmerge --update --lang=cs cs.po tilda.pot ........................ done. rm -f cs.gmo && /usr/bin/msgfmt -c --statistics --verbose -o cs.gmo cs.po cs.po: 93 translated messages, 42 fuzzy translations, 60 untranslated messages. /usr/bin/msgmerge --update --lang=de de.po tilda.pot ....................... done. rm -f de.gmo && /usr/bin/msgfmt -c --statistics --verbose -o de.gmo de.po de.po: 182 translated messages, 2 fuzzy translations, 11 untranslated messages. /usr/bin/msgmerge --update --lang=el el.po tilda.pot .................................... done. rm -f el.gmo && /usr/bin/msgfmt -c --statistics --verbose -o el.gmo el.po el.po: 2 translated messages, 7 fuzzy translations, 186 untranslated messages. /usr/bin/msgmerge --update --lang=en_GB en_GB.po tilda.pot ........................ done. rm -f en_GB.gmo && /usr/bin/msgfmt -c --statistics --verbose -o en_GB.gmo en_GB.po en_GB.po: 84 translated messages, 38 fuzzy translations, 73 untranslated messages. /usr/bin/msgmerge --update --lang=es es.po tilda.pot ....................... done. rm -f es.gmo && /usr/bin/msgfmt -c --statistics --verbose -o es.gmo es.po es.po: 76 translated messages, 60 fuzzy translations, 59 untranslated messages. /usr/bin/msgmerge --update --lang=fr fr.po tilda.pot ....................... done. rm -f fr.gmo && /usr/bin/msgfmt -c --statistics --verbose -o fr.gmo fr.po fr.po: 113 translated messages, 35 fuzzy translations, 47 untranslated messages. /usr/bin/msgmerge --update --lang=hu hu.po tilda.pot ....................... done. rm -f hu.gmo && /usr/bin/msgfmt -c --statistics --verbose -o hu.gmo hu.po hu.po: 94 translated messages, 42 fuzzy translations, 59 untranslated messages. /usr/bin/msgmerge --update --lang=it it.po tilda.pot ............................. done. rm -f it.gmo && /usr/bin/msgfmt -c --statistics --verbose -o it.gmo it.po it.po: 147 translated messages, 17 fuzzy translations, 31 untranslated messages. /usr/bin/msgmerge --update --lang=lt lt.po tilda.pot ....................... done. rm -f lt.gmo && /usr/bin/msgfmt -c --statistics --verbose -o lt.gmo lt.po lt.po: 195 translated messages. /usr/bin/msgmerge --update --lang=pl pl.po tilda.pot ....................... done. rm -f pl.gmo && /usr/bin/msgfmt -c --statistics --verbose -o pl.gmo pl.po pl.po: 78 translated messages, 51 fuzzy translations, 66 untranslated messages. /usr/bin/msgmerge --update --lang=pt pt.po tilda.pot ....................... done. rm -f pt.gmo && /usr/bin/msgfmt -c --statistics --verbose -o pt.gmo pt.po pt.po: 94 translated messages, 42 fuzzy translations, 59 untranslated messages. /usr/bin/msgmerge --update --lang=pt_BR pt_BR.po tilda.pot ....................... done. rm -f pt_BR.gmo && /usr/bin/msgfmt -c --statistics --verbose -o pt_BR.gmo pt_BR.po pt_BR.po: 0 translated messages, 195 untranslated messages. /usr/bin/msgmerge --update --lang=ru ru.po tilda.pot ....................... done. rm -f ru.gmo && /usr/bin/msgfmt -c --statistics --verbose -o ru.gmo ru.po ru.po: 94 translated messages, 42 fuzzy translations, 59 untranslated messages. /usr/bin/msgmerge --update --lang=sk sk.po tilda.pot ........................ done. rm -f sk.gmo && /usr/bin/msgfmt -c --statistics --verbose -o sk.gmo sk.po sk.po: 57 translated messages, 15 fuzzy translations, 123 untranslated messages. /usr/bin/msgmerge --update --lang=sl sl.po tilda.pot .......................... done. rm -f sl.gmo && /usr/bin/msgfmt -c --statistics --verbose -o sl.gmo sl.po sl.po: 32 translated messages, 14 fuzzy translations, 149 untranslated messages. /usr/bin/msgmerge --update --lang=sv sv.po tilda.pot ....................... done. rm -f sv.gmo && /usr/bin/msgfmt -c --statistics --verbose -o sv.gmo sv.po sv.po: 57 translated messages, 15 fuzzy translations, 123 untranslated messages. /usr/bin/msgmerge --update --lang=tr tr.po tilda.pot ....................... done. rm -f tr.gmo && /usr/bin/msgfmt -c --statistics --verbose -o tr.gmo tr.po tr.po: 0 translated messages, 195 untranslated messages. /usr/bin/msgmerge --update --lang=zh_CN zh_CN.po tilda.pot ....................... done. rm -f zh_CN.gmo && /usr/bin/msgfmt -c --statistics --verbose -o zh_CN.gmo zh_CN.po zh_CN.po: 94 translated messages, 42 fuzzy translations, 59 untranslated messages. touch stamp-po CC src/src_tilda-callback_func.o CC src/src_tilda-configsys.o CC src/src_tilda-eggaccelerators.o CC src/src_tilda-key_grabber.o CC src/src_tilda-tilda.o CC src/src_tilda-tilda_terminal.o src/tilda_terminal.c: In function ‘tilda_term_config_defaults’: src/tilda_terminal.c:575:5: warning: ‘vte_terminal_set_scroll_background’ is deprecated (declared at /usr/include/vte-2.90/vte/vtedeprecated.h:105) [-Wdeprecated-declarations] vte_terminal_set_scroll_background (VTE_TERMINAL(tt->vte_term), config_getbool ("scroll_background")); ^ src/tilda_terminal.c:635:9: warning: ‘vte_terminal_set_background_image_file’ is deprecated (declared at /usr/include/vte-2.90/vte/vtedeprecated.h:107) [-Wdeprecated-declarations] vte_terminal_set_background_image_file (VTE_TERMINAL(tt->vte_term), config_getstr ("image")); ^ src/tilda_terminal.c:637:9: warning: ‘vte_terminal_set_background_image_file’ is deprecated (declared at /usr/include/vte-2.90/vte/vtedeprecated.h:107) [-Wdeprecated-declarations] vte_terminal_set_background_image_file (VTE_TERMINAL(tt->vte_term), NULL); ^ src/tilda_terminal.c:643:9: warning: ‘vte_terminal_set_background_saturation’ is deprecated (declared at /usr/include/vte-2.90/vte/vtedeprecated.h:111) [-Wdeprecated-declarations] vte_terminal_set_background_saturation (VTE_TERMINAL (tt->vte_term), transparency_level); ^ src/tilda_terminal.c:644:9: warning: ‘vte_terminal_set_opacity’ is deprecated (declared at /usr/include/vte-2.90/vte/vtedeprecated.h:115) [-Wdeprecated-declarations] vte_terminal_set_opacity (VTE_TERMINAL (tt->vte_term), (1.0 - transparency_level) * 0xffff); ^ src/tilda_terminal.c:645:9: warning: ‘vte_terminal_set_background_transparent’ is deprecated (declared at /usr/include/vte-2.90/vte/vtedeprecated.h:113) [-Wdeprecated-declarations] vte_terminal_set_background_transparent (VTE_TERMINAL(tt->vte_term), !tt->tw->have_argb_visual); ^ src/tilda_terminal.c: In function ‘popup_menu’: src/tilda_terminal.c:767:5: warning: ‘gtk_action_group_new’ is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:168) [-Wdeprecated-declarations] action_group = gtk_action_group_new ("popup-menu-action-group"); ^ src/tilda_terminal.c:770:5: warning: ‘gtk_action_new’ is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtkaction.h:89) [-Wdeprecated-declarations] action = gtk_actionnew ("new-tab", ("_New Tab"), NULL, GTK_STOCK_ADD); ^ src/tilda_terminal.c:770:5: warning: ‘GtkStock’ is deprecated [-Wdeprecated-declarations] src/tilda_terminal.c:771:5: warning: ‘gtk_action_group_add_action_with_accel’ is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:196) [-Wdeprecated-declarations] gtk_action_group_add_action_with_accel (action_group, action, config_getstr("addtab_key")); ^ src/tilda_terminal.c:774:5: warning: ‘gtk_action_new’ is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtkaction.h:89) [-Wdeprecated-declarations] action = gtk_actionnew ("close-tab", ("_Close Tab"), NULL, GTK_STOCK_CLOSE); ^ src/tilda_terminal.c:774:5: warning: ‘GtkStock’ is deprecated [-Wdeprecated-declarations] src/tilda_terminal.c:775:5: warning: ‘gtk_action_group_add_action_with_accel’ is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:196) [-Wdeprecated-declarations] gtk_action_group_add_action_with_accel (action_group, action, config_getstr("closetab_key")); ^ src/tilda_terminal.c:778:5: warning: ‘gtk_action_new’ is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtkaction.h:89) [-Wdeprecated-declarations] action = gtk_action_new ("copy", NULL, NULL, GTK_STOCK_COPY); ^ src/tilda_terminal.c:778:5: warning: ‘GtkStock’ is deprecated [-Wdeprecated-declarations] src/tilda_terminal.c:779:5: warning: ‘gtk_action_group_add_action_with_accel’ is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:196) [-Wdeprecated-declarations] gtk_action_group_add_action_with_accel (action_group, action, config_getstr("copy_key")); ^ src/tilda_terminal.c:782:5: warning: ‘gtk_action_new’ is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtkaction.h:89) [-Wdeprecated-declarations] action = gtk_action_new ("paste", NULL, NULL, GTK_STOCK_PASTE); ^ src/tilda_terminal.c:782:5: warning: ‘GtkStock’ is deprecated [-Wdeprecated-declarations] src/tilda_terminal.c:783:5: warning: ‘gtk_action_group_add_action_with_accel’ is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:196) [-Wdeprecated-declarations] gtk_action_group_add_action_with_accel (action_group, action, config_getstr("paste_key")); ^ src/tilda_terminal.c:786:5: warning: ‘gtk_action_new’ is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtkaction.h:89) [-Wdeprecated-declarations] action = gtk_actionnew ("fullscreen", ("Toggle fullscreen"), NULL, NULL); ^ src/tilda_terminal.c:787:5: warning: ‘gtk_action_group_add_action’ is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:193) [-Wdeprecated-declarations] gtk_action_group_add_action (action_group, action); ^ src/tilda_terminal.c:790:5: warning: ‘gtk_action_new’ is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtkaction.h:89) [-Wdeprecated-declarations] action = gtk_action_new ("preferences", NULL, NULL, GTK_STOCK_PREFERENCES); ^ src/tilda_terminal.c:790:5: warning: ‘GtkStock’ is deprecated [-Wdeprecated-declarations] src/tilda_terminal.c:791:5: warning: ‘gtk_action_group_add_action’ is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:193) [-Wdeprecated-declarations] gtk_action_group_add_action (action_group, action); ^ src/tilda_terminal.c:794:5: warning: ‘gtk_action_new’ is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtkaction.h:89) [-Wdeprecated-declarations] action = gtk_action_new ("quit", NULL, NULL, GTK_STOCK_QUIT); ^ src/tilda_terminal.c:794:5: warning: ‘GtkStock’ is deprecated [-Wdeprecated-declarations] src/tilda_terminal.c:795:5: warning: ‘gtk_action_group_add_action_with_accel’ is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:196) [-Wdeprecated-declarations] gtk_action_group_add_action_with_accel (action_group, action, config_getstr("quit_key")); ^ src/tilda_terminal.c:799:5: warning: ‘gtk_ui_manager_new’ is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:130) [-Wdeprecated-declarations] ui_manager = gtk_ui_manager_new (); ^ src/tilda_terminal.c:800:5: warning: ‘gtk_ui_manager_insert_action_group’ is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:138) [-Wdeprecated-declarations] gtk_ui_manager_insert_action_group (ui_manager, action_group, 0); ^ src/tilda_terminal.c:801:5: warning: ‘gtk_ui_manager_add_ui_from_string’ is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:158) [-Wdeprecated-declarations] gtk_ui_manager_add_ui_from_string (ui_manager, menu_str, -1, &error); ^ src/tilda_terminal.c:812:5: warning: ‘gtk_ui_manager_get_widget’ is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:149) [-Wdeprecated-declarations] menu = gtk_ui_manager_get_widget (ui_manager, "/ui/popup-menu"); ^ CC src/src_tilda-tilda_window.o CC src/src_tilda-tomboykeybinder.o CC src/src_tilda-wizard.o src/wizard.c: In function ‘validate_executable_command_cb’: src/wizard.c:978:9: warning: ‘gtk_entry_set_icon_from_stock’ is deprecated (declared at /usr/include/gtk-3.0/gtk/gtkentry.h:270): Use 'gtk_entry_set_icon_from_icon_name' instead [-Wdeprecated-declarations] gtk_entry_set_icon_from_stock (GTK_ENTRY(w), ^ src/wizard.c:980:13: warning: ‘GtkStock’ is deprecated [-Wdeprecated-declarations] GTK_STOCK_DIALOG_ERROR); ^ src/wizard.c:987:9: warning: ‘gtk_entry_set_icon_from_stock’ is deprecated (declared at /usr/include/gtk-3.0/gtk/gtkentry.h:270): Use 'gtk_entry_set_icon_from_icon_name' instead [-Wdeprecated-declarations] gtk_entry_set_icon_from_stock (GTK_ENTRY(w), ^ src/wizard.c: In function ‘check_enable_transparency_toggled_cb’: src/wizard.c:1260:13: warning: ‘vte_terminal_set_background_saturation’ is deprecated (declared at /usr/include/vte-2.90/vte/vtedeprecated.h:111) [-Wdeprecated-declarations] vte_terminal_set_background_saturation (VTE_TERMINAL(tt->vte_term), transparency_level); ^ src/wizard.c:1261:13: warning: ‘vte_terminal_set_background_transparent’ is deprecated (declared at /usr/include/vte-2.90/vte/vtedeprecated.h:113) [-Wdeprecated-declarations] vte_terminal_set_background_transparent(VTE_TERMINAL(tt->vte_term), !tw->have_argb_visual); ^ src/wizard.c:1262:13: warning: ‘vte_terminal_set_opacity’ is deprecated (declared at /usr/include/vte-2.90/vte/vtedeprecated.h:115) [-Wdeprecated-declarations] vte_terminal_set_opacity (VTE_TERMINAL(tt->vte_term), (1.0 - transparency_level) * 0xffff); ^ src/wizard.c:1269:13: warning: ‘vte_terminal_set_background_saturation’ is deprecated (declared at /usr/include/vte-2.90/vte/vtedeprecated.h:111) [-Wdeprecated-declarations] vte_terminal_set_background_saturation (VTE_TERMINAL(tt->vte_term), 0); ^ src/wizard.c:1270:13: warning: ‘vte_terminal_set_background_transparent’ is deprecated (declared at /usr/include/vte-2.90/vte/vtedeprecated.h:113) [-Wdeprecated-declarations] vte_terminal_set_background_transparent(VTE_TERMINAL(tt->vte_term), FALSE); ^ src/wizard.c:1271:13: warning: ‘vte_terminal_set_opacity’ is deprecated (declared at /usr/include/vte-2.90/vte/vtedeprecated.h:115) [-Wdeprecated-declarations] vte_terminal_set_opacity (VTE_TERMINAL(tt->vte_term), 0xffff); ^ src/wizard.c: In function ‘spin_level_of_transparency_value_changed_cb’: src/wizard.c:1287:9: warning: ‘vte_terminal_set_background_saturation’ is deprecated (declared at /usr/include/vte-2.90/vte/vtedeprecated.h:111) [-Wdeprecated-declarations] vte_terminal_set_background_saturation (VTE_TERMINAL(tt->vte_term), transparency_level); ^ src/wizard.c:1288:9: warning: ‘vte_terminal_set_opacity’ is deprecated (declared at /usr/include/vte-2.90/vte/vtedeprecated.h:115) [-Wdeprecated-declarations] vte_terminal_set_opacity (VTE_TERMINAL(tt->vte_term), (1.0 - transparency_level) * 0xffff); ^ src/wizard.c:1289:9: warning: ‘vte_terminal_set_background_transparent’ is deprecated (declared at /usr/include/vte-2.90/vte/vtedeprecated.h:113) [-Wdeprecated-declarations] vte_terminal_set_background_transparent(VTE_TERMINAL(tt->vte_term), !tw->have_argb_visual); ^ src/wizard.c: In function ‘check_use_image_for_background_toggled_cb’: src/wizard.c:1366:13: warning: ‘vte_terminal_set_background_image_file’ is deprecated (declared at /usr/include/vte-2.90/vte/vtedeprecated.h:107) [-Wdeprecated-declarations] vte_terminal_set_background_image_file (VTE_TERMINAL(tt->vte_term), image); ^ src/wizard.c:1368:13: warning: ‘vte_terminal_set_background_image_file’ is deprecated (declared at /usr/include/vte-2.90/vte/vtedeprecated.h:107) [-Wdeprecated-declarations] vte_terminal_set_background_image_file (VTE_TERMINAL(tt->vte_term), NULL); ^ src/wizard.c: In function ‘button_background_image_selection_changed_cb’: src/wizard.c:1384:13: warning: ‘vte_terminal_set_background_image_file’ is deprecated (declared at /usr/include/vte-2.90/vte/vtedeprecated.h:107) [-Wdeprecated-declarations] vte_terminal_set_background_image_file (VTE_TERMINAL(tt->vte_term), image); ^ src/wizard.c: In function ‘check_scroll_background_toggled_cb’: src/wizard.c:1702:9: warning: ‘vte_terminal_set_scroll_background’ is deprecated (declared at /usr/include/vte-2.90/vte/vtedeprecated.h:105) [-Wdeprecated-declarations] vte_terminal_set_scroll_background (VTE_TERMINAL(tt->vte_term), status); ^ CC src/src_tilda-xerror.o CCLD src/tilda

valentt commented 10 years ago

Installation passed now, and I gave Tilda up and running, Please fix bg.po translation file. Thanks.