thestinger / termite

Termite is obsoleted by Alacritty. Termite was a keyboard-centric VTE-based terminal, aimed at use within a window manager with tiling and/or tabbing support.
https://github.com/alacritty/alacritty
2.73k stars 240 forks source link

troubles compiling vte-ng (asking here since there seems to be nowhere else) #643

Closed evanescente-ondine closed 5 years ago

evanescente-ondine commented 5 years ago

Here's how it ended (not the first time I run it, and intltool IS installed in my debian stretch).

./autogen.sh
autoreconf: Entering directory `.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal --force -I m4
aclocal: error: aclocal: file 'm4/intltool.m4' does not exist
autoreconf: aclocal failed with exit status: 1

intltool.m4 is indeed present: root@debian:/# fd intltool.m4 usr/share/aclocal/intltool.m4 home/mehdi/vte-ng/m4/intltool.m4 usr/usr/share/aclocal/intltool.m4 opt/gps/share/aclocal/intltool.m4 opt/gtkada/share/aclocal/intltool.m4 home/mehdi/mehdi/Téléchargements/gtkada-community-community-2018-x86_64-linux-bin/gtk-bin/share/aclocal/intltool.m4

Thanks for the help. Great terminal, I used it a month ago and I'm totally addicted now, I can't work with any other. Both the easiness with which having transparency, simplicity of config file, and the genius of this text search and copy mode. I love you.

jelly commented 5 years ago

Duplicate of https://github.com/thestinger/vte-ng/issues/30