Question

I tried the following command in Solaris os

/ora10gclnt/product/10.2.0/client/bin/proc code=cpp cpp_suffix=cpp database.pc

I'm getting the following error

#include <stdio.h>
.........1
PCC-S-02015, unable to open include file
Error at line 2, column 10 in file database.pc
#include <stdlib.h>
.........1
PCC-S-02015, unable to open include file
Error at line 3, column 10 in file database.pc
#include <string.h>
.........1
PCC-S-02015, unable to open include file

What is the problem?

Was it helpful?

Solution

use the SYS_INCLUDE option to specify the paths that proc should search for header files.

OTHER TIPS

INCLUDE='path' option also works for me

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top