Pregunta

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?

¿Fue útil?

Solución

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

Otros consejos

INCLUDE='path' option also works for me

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top