|
安装firebirdbbs3.0
debian linux unstable
装了多次多个版本始终无法通过,快郁闷死了
make 出错信息如下:
gcc -O2 -Wunused -I../include -DSHOW_IDLE_TIME -DWITHOUT_CHROOT -DLINUX -DTERMIOS -DHAVE_VERSION_H -c read.c
gcc -O2 -Wunused -I../include -DSHOW_IDLE_TIME -DWITHOUT_CHROOT -DLINUX -DTERMIOS -DHAVE_VERSION_H -c record.cgcc -O2 -Wunused -I../include -DSHOW_IDLE_TIME -DWITHOUT_CHROOT -DLINUX -DTERMIOS -DHAVE_VERSION_H -c register.c
gcc -O2 -Wunused -I../include -DSHOW_IDLE_TIME -DWITHOUT_CHROOT -DLINUX -DTERMIOS -DHAVE_VERSION_H -c screen.cIn file included from screen.c:30:
/usr/lib/gcc-lib/i486-linux/3.3.2/include/varargs.h:4:2: #error "GCC no longer implements <varargs.h>."
/usr/lib/gcc-lib/i486-linux/3.3.2/include/varargs.h:5:2: #error "Revise your code to use <stdarg.h>."
screen.c:542: error: parse 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'
screen.c:549: error: `ap' undeclared here (not in a function)
screen.c:549: error: parse error before "char"
screen.c:556: error: parse 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 declaration of `outs'
screen.c:591: warning: data definition has no type or storage class
screen.c:592: error: parse error before '}' token
screen.c:603: warning: data definition has no type or storage class
screen.c:604: error: parse error before "if"
screen.c:624: error: conflicting declarations of `hd'
screen.c:547: error: `hd' previously declared here
screen.c:624: error: conflicting declarations of `indx'
screen.c:547: error: `indx' previously declared here
screen.c:624: warning: data definition has no type or storage class
screen.c:625: error: parse error before "while"
screen.c:636: error: redefinition of `hd'
screen.c:624: error: `hd' previously defined here
screen.c:636: warning: data definition has no type or storage class
screen.c:637: error: parse error before '0'
screen.c:637: error: conflicting types for `outc'
screen.c:396: error: previous declaration of `outc'
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: parse error before "break"
screen.c:658: error: parse error before '*' token
screen.c:658: warning: data definition has no type or storage class
screen.c:659: error: parse error before '++' token
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
echo "done."
done.
各位好兄弟指导一下 |
|