Subj : Complie errors with Ubuntu To : Smartyhall From : Digital Man Date : Wed Jul 27 2005 12:23 am Re: Complie errors with Ubuntu By: Smartyhall to Digital Man on Tue Jul 26 2005 10:17 pm > Re: Complie errors with Ubuntu > By: Digital Man to Smartyhall on Tue Jul 26 2005 06:43 pm > > > I think this is the cause of my compile difficulties, as th > > > list of errors I am given at the end of a nearly complete make seems t > > > invovlve screen and key related functions. (I know, I should have a li > > > errors handy, but it has been a few days since I attempted to comple, > > > list is lost. I will attempt later, and post them if anyone feels it c > > > > Yes, please post the errors. > > > A bit long, but this is the product of "make 2>> output.txt" : > > out: http://www.subservientchicken.com > In file included from curs_cio.h:40, > from curs_cio.c:43: > curs_fix.h:43:21: warning: curses.h: No such file or directory All errors after this warning are expected (due to the missing header file). It used to be possible to build Synchronet on *nix without curses, but I'm not sure if that's still the case (Deuce should clarify). > I'll look for an ncurses.h/so file somewhere. I do not remember clearly, but > that may be what is actually listed in Synaptic -- the Ubuntu pakage manager curses.h is usually just a symlink to ncurses.h (or vice versa). Example: lrwxrwxrwx 1 root root 16 Nov 17 2004 /usr/include/curses.h -> ncurses/curses.h If you have one, you should have both. digital man Snapple "Real Fact" #18: A jellyfish is 95% water. .