Subject: | libtermkey out of date? |
There's a missing #define in Alien::libtermkey 0.17, I think?
cc -Iinclude -Isrc -I/home/tom/perl5/perlbrew/perls/perl-5.26.0/lib/5.26.0/x86_64-linux/CORE -fPIC -std=c99 -I/home/tom/perl5/perlbrew/perls/perl-5.26.0/lib/site_perl/5.26.0/x86_64-linux/include -DHAVE_UNIBILIUM -c -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -o src/termdriver-xterm.o src/termdriver-xterm.c
src/termdriver-xterm.c: In function âgotkeyâ:
src/termdriver-xterm.c:509:24: error: âTERMKEY_TYPE_DCSâ undeclared (first use in this function)
else if(key->type == TERMKEY_TYPE_DCS) {
^
src/termdriver-xterm.c:509:24: note: each undeclared identifier is reported only once for each function it appears in
src/termdriver-xterm.c:511:8: warning: implicit declaration of function âtermkey_interpret_stringâ [-Wimplicit-function-declaration]
if(termkey_interpret_string(tk, key, &dcs) != TERMKEY_RES_KEY)
^
There's mention of this in the neovim bundled libtermkey, so my guess would be this is just an out-of-date libtermkey on CPAN.