Results 1 to 2 of 2
Hello everyone, i am trying to install psybnc on debian stable and i recieve this error whenever i try a make menuconfig, does anyone know what i'm missing? Thanks in ...
- 02-16-2006 #1Just Joined!
- Join Date
- Feb 2006
- Posts
- 2
How to install psybnc?
Hello everyone, i am trying to install psybnc on debian stable and i recieve this error whenever i try a make menuconfig, does anyone know what i'm missing? Thanks in advance!
x*****:/home/diablo/psybnc# make menuconfig
Initializing Menu-Configuration[*] Running Conversion Tool for older psyBNC Data.
tools/convconf.c:27:19: stdio.h: No such file or directory
tools/convconf.c:28:23: sys/types.h: No such file or directory
tools/convconf.c:29:24: sys/socket.h: No such file or directory
tools/convconf.c:30:19: netdb.h: No such file or directory
tools/convconf.c:31:20: stdlib.h: No such file or directory
tools/convconf.c:33:20: stdlib.h: No such file or directory
tools/convconf.c:34:20: unistd.h: No such file or directory
tools/convconf.c:35:19: fcntl.h: No such file or directory
tools/convconf.c:36:19: errno.h: No such file or directory
tools/convconf.c:37:22: sys/time.h: No such file or directory
tools/convconf.c:38:24: netinet/in.h: No such file or directory
tools/convconf.c:39:20: string.h: No such file or directory
tools/convconf.c:40:23: sys/types.h: No such file or directory
tools/convconf.c:41:22: sys/stat.h: No such file or directory
tools/convconf.c:42:23: arpa/inet.h: No such file or directory
tools/convconf.c:43:19: ctype.h: No such file or directory
tools/convconf.c:44:20: signal.h: No such file or directory
tools/convconf.c:45:19: errno.h: No such file or directory
tools/convconf.c:47: error: syntax error before '*' token
tools/convconf.c: In function `cofile':
tools/convconf.c:52: error: `infile' undeclared (first use in this function)
tools/convconf.c:52: error: (Each undeclared identifier is reported only once
tools/convconf.c:52: error: for each function it appears in.)
tools/convconf.c:55: error: `NULL' undeclared (first use in this function)
tools/convconf.c:72: error: `ppo' undeclared (first use in this function)
tools/convconf.c:76: error: `outfile' undeclared (first use in this function)
tools/convconf.c:76: error: `fname' undeclared (first use in this function)
tools/convconf.c: At top level:
tools/convconf.c:87: error: syntax error before "FILE"
tools/convconf.c: In function `convertlist':
tools/convconf.c:94: error: `FILE' undeclared (first use in this function)
tools/convconf.c:94: error: `listfile' undeclared (first use in this function)
tools/convconf.c:95: error: `fil' undeclared (first use in this function)
tools/convconf.c:96: error: `NULL' undeclared (first use in this function)
tools/convconf.c:105: error: `parampattern' undeclared (first use in this function)
tools/convconf.c:106: error: `outfile' undeclared (first use in this function)
tools/convconf.c:106: error: `fname' undeclared (first use in this function)
tools/convconf.c:106: error: `section' undeclared (first use in this function)
tools/convconf.c: At top level:
tools/convconf.c:115: error: syntax error before "FILE"
tools/convconf.c: In function `convertlists':
tools/convconf.c:119: error: `uid' undeclared (first use in this function)
tools/convconf.c:121: error: `outfile' undeclared (first use in this function)
tools/convconf.c: In function `main':
tools/convconf.c:142: error: `FILE' undeclared (first use in this function)
tools/convconf.c:142: error: `handle' undeclared (first use in this function)
tools/convconf.c:143: error: `fconfif' undeclared (first use in this function)
tools/convconf.c:155: error: `NULL' undeclared (first use in this function)
make: *** [menuconfig] Error 1
- 02-18-2006 #2Just Joined!
- Join Date
- Jan 2006
- Posts
- 71
seems like you dont have the ncurses library...
try following the configuring and compiling section from here:
http://linuxreviews.org/software/irc/bnc/


Reply With Quote
