- 论坛徽章:
- 0
|
修改了 pcscfg.cfg 文件 把该包含的都包含了
但是编译pc文件的时候还是出问题了。
proc define=_DB_ORA include=-I/usr/include include=/opt/oracle/product/10.2/db_1/precomp/public include=/app/qfii/qfii/incl include=/app/qfii/qfii/incl/dbincl include=/usr/lib/jvm/jre/include include=/usr/lib/jvm/jre/include/linux include=`dirname /app/qfii/qfii/src/swtsvr/shrcvsvr/shrcvsvr.o` code=ANSI_C lines=yes iname=/app/qfii/qfii/src/swtsvr/shrcvsvr/shrcvsvr.pc
yntax error at line 29, column 32, file /usr/include/linux/compiler.h:
Error at line 29, column 32 in file /usr/include/linux/compiler.h
# define __builtin_warning(x, y...) (1)
...............................1
PCC-S-02014, Encountered the symbol "..." when expecting one of the following:
, )
The symbol ")" was substituted for "..." to continue.
Syntax error at line 42, column 26, file /usr/include/linux/compiler.h:
Error at line 42, column 26 in file /usr/include/linux/compiler.h
# include <linux/compiler-gcc4.h>
.........................1
PCC-S-02014, Encountered the symbol "-" when expecting one of the following:
: [ ] > + / . .. an identifier, a numeric constant, define,
elif, else, endif, error, if, ifdef, ifndef, include, line,
pragma, undef, exec, sql, begin, end, var, type, oracle,
an immediate preprocessor command, a C token, create,
function, package, procedure, trigger, or, replace,
还有好多错,唉,到底是什么问题啊?我在另外一台linux机上还是能编译通过的 |
|