I wanted to have a fish shell under my cygwin instance and I wanted it so bad that I've event tried to build it but with no luck.
I've gone through all the prerequisites like installing autoconf, clang, ncurses and other needed stuff.
autoconf and ./configure went all good, but when I try make, the code won't compile.
I've seen that there is another thread on this but it's for the older version 1.23.
So did anyone get this up and running?
Here's the errors from my build:
g++ -g -O2 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -fno-exceptions -Wall -DLOCALEDIR=\"/usr/local/share/locale\" -DPREFIX=L\"/usr/local\" -DDATADIR=L\"/usr/local/share\" -DSYSCONFDIR=L\"/usr/local/etc\" -DBINDIR=L\"/usr/local/bin\" -c -o builtin.o builtin.cpp
In file included from builtin_set_color.cpp:13:0,
from builtin.cpp:397:
fallback.h:97:7: error: previous declaration of ‘char* tparm_solaris_kludge(char*, ...)’ with ‘C++’ linkage
/usr/include/ncurses.h:820:63: error: conflicts with new declaration with ‘C’ linkage
<builtin>: recipe for target `builtin.o' failed
make: *** [builtin.o] Error