occiCommon.h
Marius2Jan 17 2007 — edited Mar 20 2007I have a problem using this. I include occi.h and gets lots of errors in occiCommon.h The first few errors regards the following lines of the occiCommon.h file:
#ifndef ORASTRINGSTL
#define ORASTRINGSTL
#include <string> <This is line 125>
#endif
#ifndef ORAVECTORSTL
#include <vector> <This is line 129>
#define ORAVECTORSTL
#endif
The errors read:
In file included from /u01/app/oracle/product/10.1.0/db_1/rdbms/public/occi.h:39,
from occi.c:1:
/u01/app/oracle/product/10.1.0/db_1/rdbms/public/occiCommon.h:125:18: string: No such file or directory
/u01/app/oracle/product/10.1.0/db_1/rdbms/public/occiCommon.h:129:18: vector: No such file or directory
Any ideas of what I'm doing wrong?