Hi guys,

I am using oracle 10g, proc 10.2.0.1.0.
I am having a strange problem. I don't know wheather its a env problem or installation problem or the behaviour of proc on the two platforms (HP-UX11 and Linux RHEL4 ).

I have Oracle 10g installed on HP-UX and RHEL4 Linux. Now the *.pc files compile fine on HP-UX, but they produce lots of errors on Linux :(

Can't understand why.

On HP-UX i am using cc compiler and on Linux gcc-3.4.6 compiler .

If anybody got any idea .. please reply ...

The error messages in Linux area as follows :

[quote title=Quote:]Syntax error at line 200, column 23, file incident.pc:
Error at line 200, column 23 in file incident.pc
static MisIncidentRec *misInciRecords = NULL; /*Global pointer for all the Inc
ident records*/
......................1
PCC-S-02201, Encountered the symbol "*" when expecting one of the following:

; , = ( [
The symbol ";" was substituted for "*" to continue.

Syntax error at line 203, column 28, file incident.pc:
Error at line 203, column 28 in file incident.pc
static MisUpdateIncidentCb InciCallbacks[MIS_MAX_INCI_CALLBACKS];
...........................1
PCC-S-02201, Encountered the symbol "InciCallbacks" when expecting one of the fo
llowing:

; , = ( [
The symbol ";" was substituted for "InciCallbacks" to continue.

Syntax error at line 213, column 52, file incident.pc:
Error at line 213, column 52 in file incident.pc
static void UpdateGlobalCopyOnInsert(MisIncidentRec* pIncidentRec);
...................................................1
PCC-S-02201, Encountered the symbol "*" when expecting one of the following:

, )
[/quote]