jmoon018 / PacVim

GNU Lesser General Public License v3.0
3.25k stars 193 forks source link

curses.h or cursesw.h?What's the difference between them two? #42

Closed ANCXY closed 6 years ago

ANCXY commented 6 years ago

I install pacvim according to README.md, and get the errors followed: src/helperFns.h:24:21: fatal error: cursesw.h: No such file or directory src/globals.h:25:21: fatal error: cursesw.h: No such file or directory So I try to edit the irc/helperFns.h and irc/globals.h, where I changed it form #include <cursesw.h> to #include <curses.h> . And it worked, but why? Thanks!

LIYAJUN2018 commented 4 years ago

you can sudo apt-get install libncurses5-dev