--> src
make[1]: Entering directory `/home/bbs/bbssrc/src'
echo "Generate version info.."
Generate version info..
sh ver.sh ../include/version.h
gcc -Wunused -I../include -DSHOW_IDLE_TIME -DWITHOUT_CHROOT -DLINUX -DTERMIOS -DHAVE_VERSION_H -c screen.c
In file included from screen.c:30:
/usr/lib/gcc/i386-redhat-linux/3.4.2/include/varargs.h:4:2: #error "GCC no longer implements <varargs.h>."
/usr/lib/gcc/i386-redhat-linux/3.4.2/include/varargs.h:5:2: #error "Revise your code to use <stdarg.h>."
screen.c:542: error: syntax error before "va_dcl"
screen.c:543: error: syntax error before '{' token
screen.c:548: warning: parameter names (without types) in function declaration
screen.c:548: warning: data definition has no type or storage class
screen.c:549: error: conflicting types for 'fmt'
screen.c:545: error: previous declaration of 'fmt' was here
screen.c:549: error: `ap' undeclared here (not in a function)
screen.c:549: error: syntax error before "char"
screen.c:556: error: syntax error before '++' token
screen.c:591: warning: parameter names (without types) in function declaration
screen.c:591: error: conflicting types for 'outs'
screen.c:488: error: previous definition of 'outs' was here
screen.c:591: warning: data definition has no type or storage class
screen.c:592: error: syntax error before '}' token
screen.c:603: warning: data definition has no type or storage class
screen.c:604: error: syntax error before "if"
screen.c:624: error: non-static declaration of 'hd' follows static declaration
screen.c:547: error: previous declaration of 'hd' was here
screen.c:624: error: non-static declaration of 'indx' follows static declarationscreen.c:547: error: previous declaration of 'indx' was here
screen.c:624: warning: data definition has no type or storage class
screen.c:625: error: syntax error before "while"
screen.c:636: error: redefinition of 'hd'
screen.c:624: error: previous definition of 'hd' was here
screen.c:636: error: redefinition of 'hd'
screen.c:624: error: previous definition of 'hd' was here
screen.c:636: warning: data definition has no type or storage class
screen.c:637: error: syntax error before '0'
screen.c:637: error: conflicting types for 'outc'
screen.c:396: error: previous definition of 'outc' was here
screen.c:637: warning: data definition has no type or storage class
screen.c:647: warning: parameter names (without types) in function declaration
screen.c:647: warning: data definition has no type or storage class
screen.c:648: error: syntax error before "break"
screen.c:658: error: syntax error before '*' token
screen.c:658: warning: data definition has no type or storage class
screen.c:659: error: syntax error before '++' token
screen.c:545: error: register name not specified for 'fmt'
screen.c:547: error: register name not specified for 'i'
screen.c:547: error: register name not specified for 'count'
screen.c:547: error: register name not specified for 'hd'
screen.c:547: error: register name not specified for 'indx'
screen.c:391: warning: 'nullstr' defined but not used
make[1]: *** [screen.o] 错误 1
make[1]: Leaving directory `/home/bbs/bbssrc/src'
<-- src
--> src
make[1]: Entering directory `/home/bbs/bbssrc/src'
sh Install.sh
This script will setting up the BBS directory for you on /home/bbs ..
Press <Enter> to continue ...
Setup bbs directory tree .....
creating necessary empty directory (user mail, user home)
in mail ..
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z done.
in home ..
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z done.
in boards ..
bbslists deleted junk newcomers notepad sysop syssecurity vote done.
in vote ..
bbslists deleted junk newcomers notepad sysop syssecurity vote done.
installing movie items (into boards/notepad) .. /usr/bin/install: stat‘bbs’失败: 没有那个文件或目录
/usr/bin/install: stat‘chatd’失败: 没有那个文件或目录
/usr/bin/install: stat‘thread’失败: 没有那个文件或目录
/usr/bin/install: stat‘expire’失败: 没有那个文件或目录
/usr/bin/install: stat‘paging.so’失败: 没有那个文件或目录
Install is over....
Check the configuration in /home/bbs/etc/sysconf.ini
Then login your BBS and create an account called SYSOP (case-sensitive)
make[1]: Leaving directory `/home/bbs/bbssrc/src'
<-- src