Open FedorLap2006 opened 3 years ago
It looks like linking against ncurses fail. Not sure why but an alternative would be to switch to the builtin-terminal-ui branch that does not require it.
Will this affect UI a lot, or functionality?
Also, please investigate. I know that almost everyone on WSL now and this matters to small amount of people, but for users without Win10 (like me) that would be hard to use... especially because in the README that's just "Oh sure, it perfectly builts with Cygwin".
Also, for sure, how can I check ncourses version (that which was in Cygwin's packages)?
Another thing to try would be to not build ncurses from source, and just use whichever version comes packaged with Cygwin. It's a complicated package, and Cygwin's tools are almost certainly preconfigured to work with the Cygwin packages, and might not work with whatever custom configuration you happened to build.
I've tried to install the Kakoune on Windows... and it didn't
make
it. I downloaded all Cygwin's packages which I found havingncurses
in the name. Also I built ncourses from sources and installed it usingmake install
. Everything is working and linking... but... when themake
goes to linking, this happens.Any ideas how to fix this and normally install Kakoune on Windows?
P.S. I'm on Windows
8.1
. Cygwin's version is3.0.4
.