pepa65
pepa65
It doesn't work for me. (0.9.0)
I cannot make lilyterm be non-transparent on startup, and always have to go into the menu to change the background color. Can you perhaps implement a commandline switch to completely...
Making all in doc make[1]: Entering directory `/home/pp/git/le/doc' make[1]: Nothing to be done for`all'. make[1]: Leaving directory `/home/pp/git/le/doc' Making all in lib make[1]: Entering directory`/home/pp/git/le/lib' make all-recursive make[2]: Entering directory...
Any recommendations on what I could do about that?
I have these two defining MB_LEN_MAX: (from libgcc-4.8-dev:amd64) /usr/lib/gcc/x86_64-linux-gnu/4.8/include-fixed/limits.h:#define MB_LEN_MAX 1 (from libc6-dev) libc6-dev/usr/include/limits.h:#define MB_LEN_MAX 16 If I remove either of them, half my system disappears...
This works! Syntax for csv seems to no longer work though...
I have libncursesw5:amd64. Indeed, my compiled le-1.15.1doesn't support utf-8, and my whole reason for wanting to use le is the utf-8 support, because 'ne' has only partial support. The version...
Yes, did: ./configure; make; sudo make install Can't upload the config.log, emailing.
I have /usr/lib/x86_64-linux-gnu/libncursesw.so (part of libncursesw5-dev:amd64 with contents "INPUT(libncursesw.so.5 -ltinfo)"). And I have /lib/x86_64-linux-gnu/libncursesw.so.5.9 (and /lib/x86_64-linux-gnu/libncursesw.so.5 which symlinks to it). (Ubuntu's packaged le links against /lib/x86_64-linux-gnu/libncursesw.so.5) But when I do...
I had some trouble copying properly above... That's what I did: ln -s /usr/lib/x86_64-linux-gnu/libncursesw.so.5.9 /usr/lib64/libncursesw.so ./configure And the last 2 lines: checking for Curses... Ncurses, libraries /usr/lib64, headers /usr/include/ncursesw checking...