Closed iosmanthus closed 6 years ago
Hey, thanks for your interest in color_coded and for making such a detailed issue! On Arch, you should just need to install ncurses5-compat-libs
. Here's the shared object you need:
$ pacman -Ql ncurses5-compat-libs | grep libtinfo
ncurses5-compat-libs /usr/lib/libtinfo.so.5
Thanks! It works perfectly! 👍
Happy to hear!
This package is no longer available; there are only two packages on my system that have libtinfo.so.6
, none with 5.
I try to compile
color_coded
in ArchLinux. After executingcmake ..
, Errors occur:And the content of
CMakeError.log
:I try to recompile the missing library, and it works. But the problem is the library that in ArchLinux is in version 6 now.