I get the following error while doing make:
ftptop.c: In function `show_sessions’:
ftptop.c:381: warning: implicit declaration of function `attron’
ftptop.c:381: `A_BOLD’ undeclared (first use in this function)
ftptop.c:381: (Each undeclared identifier is reported only once
ftptop.c:381: for each function it appears in.)
ftptop.c:385: warning: implicit declaration of function `attroff’
ftptop.c:389: `A_REVERSE’ undeclared (first use in this function)
ftptop.c: In function `main’:
ftptop.c:449: warning: implicit declaration of function `nodelay’
ftptop.c:451: warning: implicit declaration of function `curs_set’
make[1]: *** [ftptop.o] Error 1
make: *** [utils] Error 2
Any sugestions? I am using Mac OS X Server 10.2.3
Thanks,
Dennis
Comments are closed