Home » Developer & Programmer » Precompilers, OCI & OCCI » PCC-F-02102, Fatal error while doing C preprocessing (Pro*C/C++: Release 10.2.0.1.0, x86_64 GNU/Linux)
PCC-F-02102, Fatal error while doing C preprocessing [message #393764] Tue, 24 March 2009 05:24
azharali
Messages: 1
Registered: March 2009
Junior Member
Hi folks,

I am trying to precompile my parallel.pc file that uses mpi and hdf5 libraries along with embeded SQL (Pro*c).

At first I tried with the simple command:

/apps/oracle/10.2.0.3/client/bin/proc parallel parallel.c

which resulted in following messages:

======================================
Error at line 4, column 10 in file parallel.h
#include <mpi.h>
.........1
PCC-S-02015, unable to open include file
Error at line 10, column 9 in file parallel.pc
#include<H5TA.h>
........1
PCC-S-02015, unable to open include file

....

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

I then tried to provide include paths for mpi and hdf5 as:

/apps/oracle/10.2.0.3/client/bin/proc sys_include=(/apps/libs/HDF5/gnu/1.6.6/include/,/opt/scali/include/) parallel parallel.c

but this also resulted with following messages:

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

Error at line 3, column 10 in file parallel.pc
#include <stdio.h>
.........1
PCC-S-02015, unable to open include file
Error at line 4, column 10 in file parallel.pc
#include <string.h>
.........1
PCC-S-02015, unable to open include file
Error at line 5, column 10 in file parallel.pc
#include <stdlib.h>
.........1
PCC-S-02015, unable to open include file
Error at line 6, column 10 in file parallel.pc
#include <sys/time.h>
.........1
PCC-S-02015, unable to open include file
Error at line 3, column 10 in file parallel.h
#include <math.h>
.........1
PCC-S-02015, unable to open include file
Error at line 9, column 10 in file parallel.pc
#include <limits.h>
.........1
PCC-S-02015, unable to open include file
Error at line 34, column 10 in file /apps/libs/HDF5/gnu/1.6.6/include/H5public.h
#include <features.h> /*for setting POSIX, BSD, etc. compatibility */
.........1
PCC-S-02015, unable to open include file
Error at line 37, column 10 in file /apps/libs/HDF5/gnu/1.6.6/include/H5public.h
#include <sys/types.h>
.........1
PCC-S-02015, unable to open include file
Error at line 40, column 13 in file /apps/libs/HDF5/gnu/1.6.6/include/H5public.h
# include <limits.h> /*for H5T_NATIVE_CHAR defn in H5Tpublic.h */
............1
PCC-S-02015, unable to open include file
Error at line 44, column 13 in file /apps/libs/HDF5/gnu/1.6.6/include/H5public.h
# include <stdint.h> /*for C9x types */
............1
PCC-S-02015, unable to open include file
Error at line 48, column 13 in file /apps/libs/HDF5/gnu/1.6.6/include/H5public.h
# include <inttypes.h> /* For uint64_t on some platforms */
............1


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

I think its the problem lies in the way I provide the include paths. Could any one please suggest some thing as how to get around this?

many thanks in advance
Azhar



Previous Topic: OCI Oracle 9i Solaris and FastPath functions
Next Topic: OCIDefine function wrapper
Goto Forum:
  


Current Time: Thu Mar 28 18:38:54 CDT 2024