PCC-F-02102, Fatal error while doing C preprocessing
Hi,
I am getting the following errors when compiling the pro*c files
I am using Red Hat Enterprise Linux 4
and gcc version
Reading specs from /usr/lib/gcc/i386-redhat-linux/3.4.3/specs
Configured with: ../configure prefix=/usr mandir=/usr/share/man infodir=/usr/share/info enable-shared enable-threads=posix disable-checking with-system-zlib enable-__cxa_atexit disable-libunwind-exceptions enable-java-awt=gtk --host=i386-redhat-linux
Thread model: posix
gcc version 3.4.3 20041212 (Red Hat 3.4.3-9.EL4)
and the pcscfg.cfg is,
$ cat $ORACLE_HOME/precomp/admin/pcscfg.cfg
sys_include=(/usr/include,/usr/lib/gcc-lib/i386-redhat-linux/3.2.3/include)
include=(/usr/include/linux)
include=(/usr/lib/i386-redhat-linux3E/include)
include=($ORACLE_HOME/precomp/public)
include=($ORACLE_HOME/rdbms/demo)
include=($ORACLE_HOME/network/public)
include=($ORACLE_HOME/plsql/public)
ltype=short
Please help me in this regards.
Regards,
Bhima
================================================================
Pro*C/C++: Release 9.2.0.4.0 - Production on Fri Sep 8 12:06:06 2006
Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.
Error at line 0, column 0 in file ./dbgorautility.pc
PCC-F-02102, Fatal error while doing C preprocessing
Error at line 14, column 9 in file dbgoraproto.h
14 struct sqlca cp_result_struct, / I: Database SQLCA res
ult structure */
14 ........1
14 PCC-S-02201, Encountered the symbol "(" when expecting one of the follo
wing:
{ an identifier,
The symbol "an identifier," was substituted for "(" to continue.
Error at line 14, column 15 in file dbgoraproto.h
14 struct sqlca cp_result_struct, / I: Database SQLCA res
ult structure */
14 ..............1
14 PCC-S-02201, Encountered the symbol "*" when expecting one of the follo
wing:
, ( ) [
================================================================