vim.js icon indicating copy to clipboard operation
vim.js copied to clipboard

Error while building

Open lunu-bounir opened this issue 6 years ago • 0 comments

I tried to compiled the vim.js but got stuck at

checking for tgetent in -ltinfo... no
checking for tgetent in -lncurses... no
checking for tgetent in -ltermlib... no
checking for tgetent in -ltermcap... no
checking for tgetent in -lcurses... no
no terminal library found
checking for tgetent()... configure: error: NOT FOUND!
      You need to install a terminal library; for example ncurses.
      Or specify the name of the library with --with-tlib.
ERROR:root:Configure step failed with non-zero return code: 1.  Command line: ./configure --enable-gui=web --with-features=small --disable-selinux --disable-xsmp --disable-xsmp-interact --disable-luainterp --disable-mzschemeinterp --disable-perlinterp --disable-pythoninterp --disable-python3interp --disable-tclinterp --disable-rubyinterp --disable-cscope --disable-workshop --disable-netbeans --disable-sniff --disable-multibyte --disable-hangulinput --disable-xim --disable-fontset --disable-gtk2-check --disable-gnome-check --disable-motif-check --disable-athena-check --disable-nextaw-check --disable-carbon-check --disable-gtktest --disable-largefile --disable-acl --disable-gpm --disable-sysmouse --disable-nls --with-modified-by=Lu Wang --with-compiledby=Lu Wang at /src/vim.js

Havent changed anything in the build.sh. Any idea how to pass this tgetent thing?

lunu-bounir avatar Jul 11 '18 16:07 lunu-bounir