Compilation problem on HP-UX

Hi,

Environment : HP-UX avalon B.11.11 U 9000/800 3547052374 unlimited-user license

aCC version :aCC: HP ANSI C++ B3910B A.03.37

I need to find a way out of this errors.can anyone help me .

$ aCC db.cc -I$ORACLE_HOME/rdbms/public -I/disk1/oracle/product/10.2.0.2/*

Error (future) 600: "/disk1/oracle/product/10.2.0.2//rdbms/public/occiCommon.h", line 269 # Type specifier is omitted; "int" is no longer assumed.
typedef OCCI_STD_NAMESPACE::basic_string<utext> UString;
^^^^^^^
Error 20: "/disk1/oracle/product/10.2.0.2//rdbms/public/occiCommon.h", line 269 # ';' expected before '::'.
typedef OCCI_STD_NAMESPACE::basic_string<utext> UString;
^^
Error 448: "/disk1/oracle/product/10.2.0.2//rdbms/public/occiCommon.h", line 522 # Operator '::' must be preceded by a name of a namespace or class; 'std'
is neither.
OCCI_STD_NAMESPACE::vector<OCCI_STD_NAMESPACE::string> &vect);
^^^^^^^^^^^^^^^^^^^^

Please guide me

I do not know specifically, but try a search the HP forums - you probably are missing
a -D<something> statement on the command line.

Start here, registration is free;
IT Resource Center forums