- 论坛徽章:
- 0
|
[root@localhost splint-3.1.1]# make install
Making install in src
make[1]: Entering directory `/tmp/splint-3.1.1/src'
Compiling cgrammar.c...
In file included from Headers/basic.h:42,
from cgrammar.c:285:
Headers/flag_codes.h:22:27: flag_codes.gen: 没有那个文件或目录
cgrammar.c: In function `yyparse':
cgrammar.c:3894: `FLG_TRYTORECOVER' undeclared (first use in this function)
cgrammar.c:3894: (Each undeclared identifier is reported only once
cgrammar.c:3894: for each function it appears in.)
cgrammar.c: In function `yyerror':
cgrammar.c:5804: `FLG_SYNTAX' undeclared (first use in this function)
make[1]: *** [cgrammar.o] Error 1
make[1]: Leaving directory `/tmp/splint-3.1.1/src'
make: *** [install-recursive] Error 1 |
|