- 论坛徽章:
- 0
|
总是报以下错误,不知道还需要那些头文件。
proc THREADS=YES sqlcheck=full userid=school/school sys_include='(/usr/lib/gccc
Pro*C/C++: Release 9.2.0.4.0 - Production on Wed Nov 9 14:41:15 2005
Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.
System default option values taken from: /home/oracle/product/9.2.0/precomp/admg
Syntax error at line 39, column 40, file /usr/include/string.h:
Error at line 39, column 40 in file /usr/include/string.h
__const void *__restrict __src, size_t __n)
.......................................1
PCC-S-02201, Encountered the symbol "size_t" when expecting one of the following
:
... auto, char, const, double, enum, float, int, long,
ulong_varchar, OCIBFileLocator OCIBlobLocator,
OCIClobLocator, OCIDateTime, OCIExtProcContext, OCIInterval,
OCIRowid, OCIDate, OCINumber, OCIRaw, OCIString, register,
short, signed, sql_context, sql_cursor, static, struct,
union, unsigned, utext, uvarchar, varchar, void, volatile,
a typedef name, exec oracle, exec oracle begin, exec,
exec sql, exec sql begin, exec sql type, exec sql var,
The symbol "enum," was substituted for "size_t" to continue.
Syntax error at line 43, column 58, file /usr/include/string.h:
Error at line 43, column 58 in file /usr/include/string.h
extern void *memmove (void *__dest, __const void *__src, size_t __n)
.........................................................1
PCC-S-02201, Encountered the symbol "size_t" when expecting one of the following
:
... auto, char, const, double, enum, float, int, long,
ulong_varchar, OCIBFileLocator OCIBlobLocator,
OCIClobLocator, OCIDateTime, OCIExtProcContext, OCIInterval,
OCIRowid, OCIDate, OCINumber, OCIRaw, OCIString, register,
short, signed, sql_context, sql_cursor, static, struct,
union, unsigned, utext, uvarchar, varchar, void, volatile,
a typedef name, exec oracle, exec oracle begin, exec,
exec sql, exec sql begin, exec sql type, exec sql var,
The symbol "enum," was substituted for "size_t" to continue.
Syntax error at line 52, column 18, file /usr/include/string.h:
Error at line 52, column 18 in file /usr/include/string.h
int __c, size_t __n)
.................1
PCC-S-02201, Encountered the symbol "size_t" when expecting one of the following
各位高手救命呀! |
|