<snip> > configure: error: Could not find a curses implementation, needed to build > fish > [EMAIL PROTECTED]/cygdrive/c/fish_1_22_3$ > > > If I interpret the error-messages correctly fish does not find > [curces|ncurses]. However Cygwin claims to have ncurses 5.5-3 > installed (If I look in the GUI I get from running setup.exe). > > Can someone please walk me through how I can tell if the > [curses|ncurses]. A simple scan of my cygwin subfolders seem to > indicate that there are files called *curses*:
I think you simply have to also install libncurses-devel: this is the development package, the other package only has the files needed by users of the library. > C:\cygwin>dir /S *curses* Then that should get you (at least) "ncurses.h" or "curses.h" more! > Also: if someone has a windows-installer for fish, I'd gladly accept it. No clue about that. > Any help appreciated, You are welcome. Hope this helps. Any echo to my previous message BTW? Cheers, Guillaume ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Fish-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fish-users
