2006/2/10, Hiroshi SAKURAI <[EMAIL PROTECTED]>: > Hi, > > Building fish 1.20.2 on NetBSD stops when compiling > common.c. > > I have ncurses.h in /usr/pkg/include but HAVE_NCURSES_H is not > defined in config.h. > It seems that HAVE_NCURSES_H will not ever be defined because > there is no such string as 'HAVE_NCURSES_H' in config.h anymore. > > I can build fish by defining HAVE_NCURSES_H manually.
Yes, it seems that that check somehow got lost during the autoconf cleanup. I must have gotten confused about the difference between checking for the presense of a library and checking for the presense of a header file, I guess. The correct test has been re-added. Thanks for the report! > > -- > Hiroshi SAKURAI > http://vimrc.hp.infoseek.co.jp/ > -- Axel ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://sel.as-us.falkag.net/sel?cmd=lnk&kid3432&bid#0486&dat1642 _______________________________________________ Fish-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fish-users
