环境:linux 32位proc 编译报错信息如下:
Pro*C/C++: Release 10.2.0.1.0 - Production on Thu Feb 28 04:55:18 2013Copyright (c) 1982, 2005, Oracle.  All rights reserved.System default option values taken from: /oracle/product/10.2.0/db_1/precomp/admin/pcscfg.cfgSyntax error at line 102, column 9, file /usr/include/db.h:
Error at line 102, column 9 in file /usr/include/db.h
typedef int64_t db_seq_t;
........1
PCC-S-02201, Encountered the symbol "int64_t" when expecting one of the followin
g:   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,
The symbol "enum," was substituted for "int64_t" to continue.