mhulden / foma

Automatically exported from code.google.com/p/foma
115 stars 90 forks source link

libtermcap deprecated #69

Open mcswell opened 7 years ago

mcswell commented 7 years ago

In newer versions of Linux, libtermcap is deprecated, see e.g. https://fedoraproject.org/wiki/Deprecated_packages and in fact in our system, libtermcap doesn't exist.

A work-around is to pretend that the libcurses lib is libtermcap: http://tuxthink.blogspot.co.uk/2010/11/libtermcapso2-no-such-file-or-directory.html

But a better solution would be to replace the dependency on libtermcap with a dependency on libcurses. (I guess the dependency could be OS-dependent.)