enable-luainterp --enable-cscope --enable-fail-if-missing --with-python3-command=/usr/bin/python3.8 --with-tlib=ncurses,时,它呈现错误:
checking for linking with ncurses library...You need to install a terminal library; for example ncurses.我已经在其各自的库ncurses
我正在尝试安装ncurses,并得到以下错误。cabal install ncursesNCurses.chs.h:9:30: fatal error: ncursesw/ncurses.h: No such file or directory但是我的头文件在/usr/include/ncurses.h中。有点像cabal install ncurses -p /usr/include/ncurses</em
最初在用户home dir中安装了一个ncurses6,比方说"/ HOME / test ",因此在这个ncurses路径上构建了一个测试环境,许多(正在开发中的)应用程序已经编译并正在运行,这仅仅取决于当前的外部应用程序和ncurses工具仍然有效,我们只需要用LD_LIBRARY_PATH指向库,并使用更具体的路径,就像我们以前使用的ncurses工具一样:
LD_LIBRARY_PATH=~/bin/ncurses-6.0/li