Hello

OS is Hp Unix 11.00 Oracle Database Version 8.1.7.0.
Pro*C/C++: Release 8.1.7.0.0 version . I am getting the above error message along with
============
Pro*C/C++: Release 8.1.7.0.0 - Production on Mon May 20 17:07:36 2002

(c) Copyright 2000 Oracle Corporation. All rights reserved.

System default option values taken from: /opt/oracle/OraHome1/precomp/admin/pcscfg.cfg

Syntax error at line 4, column 1, file /opt/aCC/include/cstdlib:
Error at line 4, column 1 in file /opt/aCC/include/cstdlib
// must include these here to make sure the using declarations
1
PCC-S-02201, Encountered the symbol "/" when expecting one of the following:

; ( * auto, char, const, double, enum, extern, 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,
typedef, union, unsigned, utext, uvarchar, varchar, void,
volatile, an identifier, a typedef name,
a precompiled header, an immediate preprocessor command,
exec oracle, exec oracle begin, exec, exec sql,
exec sql begin, exec sql type, exec sql var,
exec sql include,

Syntax error at line 14, column 19, file /opt/aCC/include/cstdlib:
Error at line 14, column 19 in file /opt/aCC/include/cstdlib
inline long abs (long a) { return labs( a ); }
..................1
PCC-S-02201, Encountered the symbol "(" when expecting one of the following:

: [ ] / . an identifier, a numeric constant,

Syntax error at line 15, column 8, file /opt/aCC/include/cstdlib:
Error at line 15, column 8 in file /opt/aCC/include/cstdlib
inline ldiv_t div (long a, long b) { return ldiv( a, b ); }
.......1
PCC-S-02201, Encountered the symbol "ldiv_t" when expecting one of the following
:

; , = ( [

Syntax error at line 15, column 36, file /opt/aCC/include/cstdlib:
Error at line 15, column 36 in file /opt/aCC/include/cstdlib
inline ldiv_t div (long a, long b) { return ldiv( a, b ); }
...................................1
PCC-S-02201, Encountered the symbol "{" when expecting one of the following:

; , = ( [
The symbol ";" was substituted for "{" to continue.

Error at line 29, column 10 in file ac2000.pc
#include
.........1
PCC-S-02015, unable to open include file
Error at line 31, column 10 in file ac2000.pc
#include
.........1
PCC-S-02015, unable to open include file
Syntax error at line 24, column 8, file /opt/aCC/include/cmath:
Error at line 24, column 8 in file /opt/aCC/include/cmath
inline int abs(int d) { return (d>0)?d:-d; }
.......1
PCC-S-02201, Encountered the symbol "int" when expecting one of the following:

; , = : ( [ * ? | & < > + - / % . ^ *= /= %= += -= <<= >>=
&&= ||= ^= | & == != <= >= << >> ++ -- ->
The symbol ";" was substituted for "int" to continue.

Syntax error at line 24, column 23, file /opt/aCC/include/cmath:
Error at line 24, column 23 in file /opt/aCC/include/cmath
inline int abs(int d) { return (d>0)?d:-d; }
......................1
PCC-S-02201, Encountered the symbol "{" when expecting one of the following:

; , = ( [
The symbol ";" was substituted for "{" to continue.

Syntax error at line 36, column 8, file /opt/aCC/include/cmath:
Error at line 36, column 8 in file /opt/aCC/include/cmath
inline double abs(double d) { return fabs(d); }
.......1
PCC-S-02201, Encountered the symbol "double" when expecting one of the following
:

; , = : ( [ * ? | & < > + - / % . ^ *= /= %= += -= <<= >>=
&&= ||= ^= | & == != <= >= << >> ++ -- ->
The symbol ";" was substituted for "double" to continue.

Syntax error at line 36, column 29, file /opt/aCC/include/cmath:
Error at line 36, column 29 in file /opt/aCC/include/cmath
inline double abs(double d) { return fabs(d); }
............................1
PCC-S-02201, Encountered the symbol "{" when expecting one of the following:

===================================

Where am I going wrong .


Cheers
Afshin