Proc Error on ras.h on AIX [message #176306] |
Wed, 07 June 2006 15:56 |
munish0977
Messages: 2 Registered: June 2006
|
Junior Member |
|
|
Hi,
I am trying to compile Pro*C code on AIX 5.3 and it is erroring out on inclusion of ras.h file which is a standard header file for AIX.
Error at line 247, column 29 in file /usr/include/sys/ras.h
RAS_FILE_ASSERT( baddomain, RASC_COMMAND(0x100, 0x1) == -1LL );
............................1
PCC-S-02201, Encountered the symbol "L" when expecting one of the following:
It seems Pro*C precompiler did not like "LL" at the end. Can anyone suggest something to fix it or bypass?
Thanks
Munish
|
|
|
|
|
|
|
|
Re: Proc Error on ras.h on AIX [message #285419 is a reply to message #285417] |
Tue, 04 December 2007 08:16 |
|
Michel Cadot
Messages: 68731 Registered: March 2007 Location: Saint-Maur, France, https...
|
Senior Member Account Moderator |
|
|
Quote: | Pro*C compiler does not support long long
|
Quote: | But I need the support long long by Pro*C compiler
|
Submit a request to Oracle.
Regards
Michel
|
|
|