PCC-S-2201 When Building a Pro*C Application
(Doc ID 883473.1)
Last updated on FEBRUARY 03, 2022
Applies to:
Precompilers - Version 10.2.0.4.0 and laterInformation in this document applies to any platform.
Symptoms
Compiling the Pro*C application fails with PCC-S-02201 while including some OS header files. ( like ras.h, dir.h, types.h.. )
Error at line 183, column 2 in file /usr/include/sys/dir.h
uint64_t d_offset; /* real off after this entry */
.1
PCC-S-02201, Encountered the symbol "uint64_t" when expecting one of the followi
ng:
char, const, double, enum, float, int, long, ulong_varchar,
OCIBFileLocator OCIBlobLocator, OCIClobLocator, OCIDateTime,
OCIExtProcContext, OCIInterval, OCIRowid, OCIDate, OCINumber,
OCIRaw, OCIString, short, signed, sql_context, sql_cursor,
struct, union, unsigned, utext, uvarchar, varchar, void,
volatile, a typedef name,
uint64_t d_offset; /* real off after this entry */
.1
PCC-S-02201, Encountered the symbol "uint64_t" when expecting one of the followi
ng:
char, const, double, enum, float, int, long, ulong_varchar,
OCIBFileLocator OCIBlobLocator, OCIClobLocator, OCIDateTime,
OCIExtProcContext, OCIInterval, OCIRowid, OCIDate, OCINumber,
OCIRaw, OCIString, short, signed, sql_context, sql_cursor,
struct, union, unsigned, utext, uvarchar, varchar, void,
volatile, a typedef name,
Changes
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Changes |
Cause |
Solution |
References |