Gerrit P. Haase wrote:
I'm running make check right now and I'm getting a problem with crtc.c. Several hundred lines warnings and errors, in several tests. E.g. the last lines:
As a general rule, the first lines of errors (from the failed command) are usually more important, since the cascading errors may just be consequences of the first.
In this case, I suppose you don't have PDCurses installed (you can get it under "Libraries" on our web site). Unfortunately (IMHO) GCC continues even if the #included curses.h is not found, resulting of course in a lot of missing declarations and "hiding" the real problem ...
If you have ncurses installed instead, define `USE_NCURSES'. Perhaps we should try to automate this in test/units.cmp (but it's not easy for me to test it).
Frank