Thats because he knew you would click it.
Thanks tmp! (For getting this back up, not for giving newby a 404, which I also thank you for =p)
EDIT -
Here, let me do some cross-platform reporting for you. =p
joe@JoeMomma:~/slackchat/src $ make
gcc -I./include -Wall -ggdb -c main.c
main.c:9:20: curses.h: No such file or directory
main.c: In function `main':
main.c:160: warning: implicit declaration of function `initscr'
main.c:161: warning: implicit declaration of function `has_colors'
main.c:162: warning: implicit declaration of function `endwin'
main.c:166: warning: implicit declaration of function `start_color'
main.c:166: error: `OK' undeclared (first use in this function)
main.c:166: error: (Each undeclared identifier is reported only once
main.c:166: error: for each function it appears in.)
main.c:172: warning: implicit declaration of function `init_pair'
main.c:172: error: `COLOR_WHITE' undeclared (first use in this function)
main.c:172: error: `COLOR_BLACK' undeclared (first use in this function)
main.c:173: error: `COLOR_BLUE' undeclared (first use in this function)
main.c:175: warning: implicit declaration of function `attrset'
main.c:175: warning: implicit declaration of function `COLOR_PAIR'
main.c:175: error: `A_BOLD' undeclared (first use in this function)
main.c:178: warning: implicit declaration of function `move'
main.c:178: error: `COLS' undeclared (first use in this function)
main.c:179: warning: implicit declaration of function `printw'
main.c:180: warning: implicit declaration of function `refresh'
main.c:181: warning: implicit declaration of function `attroff'
main.c:251: error: `LINES' undeclared (first use in this function)
main.c:260: warning: implicit declaration of function `keypad'
main.c:260: error: `stdscr' undeclared (first use in this function)
main.c:260: error: `TRUE' undeclared (first use in this function)
main.c:261: warning: implicit declaration of function `noecho'
main.c:263: warning: implicit declaration of function `getch'
main.c:271: warning: implicit declaration of function `clrtoeol'
main.c:370: warning: implicit declaration of function `echo'
main.c: In function `mystrcat':
main.c:472: error: `va_list' undeclared (first use in this function)
main.c:472: error: parse error before "argptr"
main.c:473: warning: implicit declaration of function `va_start'
main.c:473: error: `argptr' undeclared (first use in this function)
main.c:475: warning: implicit declaration of function `va_end'
main.c: In function `updatestatusbar':
main.c:494: error: `LINES' undeclared (first use in this function)
main.c:496: error: `A_STANDOUT' undeclared (first use in this function)
main.c: In function `pscr':
main.c:514: error: `va_list' undeclared (first use in this function)
main.c:514: error: parse error before "argptr"
main.c:515: error: `argptr' undeclared (first use in this function)
main.c:520: error: `COLS' undeclared (first use in this function)
main.c:540: error: `LINES' undeclared (first use in this function)
main.c:544: warning: implicit declaration of function `instr'
main.c:548: error: `A_BOLD' undeclared (first use in this function)
main.c: In function `ParseD2Stats':
main.c:1216: error: `bool' undeclared (first use in this function)
main.c:1216: error: parse error before "female"
main.c:1218: error: `female' undeclared (first use in this function)
main.c:1218: error: `true' undeclared (first use in this function)
main.c:1221: error: parse error before "expansion"
main.c:1252: error: `expansion' undeclared (first use in this function)
main.c:1258: error: `false' undeclared (first use in this function)
make: *** [main.o] Error 1
/emotear
EDIT -
Uh, yeah. Kinda forgot something really important. Thats Ubuntu 4.10: Warty Warthog