|
Blue Forest http://www.lslnet.com at 10:18 on June 6, 2006
HP_UX c procedures under different operating systems and editing errors I have a C, in the HP_UX11.00 using cc compiler is no problem in the next HP_UX11i translation mistakes on wrong information, such as :
Pro*C/C++ : Release 8.1.7.4.0-Production on Wed Sep 8 09:30:21 2004
(C) Copyright 2000 Oracle Corporation. All rights reserved.
System default option values taken from : /home/oracle8i/app/oracle/product/8.1.7
/precomp/admin/pcscfg.cfg
Syntax error at line 569, column 39, /usr/include/stdio.h file :
Error at line 569, column 39 in file /usr/include/stdio.h
Extern int vprintf (const char *, va_list);
......................................1
PCC-S-02201, Encountered the symbol "va_list" when expecting one of the followin
G :
. . . Auto, char, const, double, enum, float, int, long,
Ulong_varchar, OCIBFileLocator OCIBlobLocator.
OCIClobLocator, OCIDateTime, OCIExtProcContext, OCIInterval.
OCIRowid, OCIDate, OCINumber, OCIRaw, OCIString, register,
Short, signed, sql_context, sql_cursor, static, struct,
Union, unsigned, utext, uvarchar, varchar, void, volatile,
A typedef name, Oracle exec, Oracle exec begin, exec.
Exec sgl, exec sgl begin, exec sgl type, exec sgl var.
The symbol "auto" was substituted for "va_list" to continue.
Syntax error at line 570, column 48, /usr/include/stdio.h file :
Error at line 570, column 48 in file /usr/include/stdio.h
Extern int vfprintf (FILE *, const char *, va_list);
...............................................1
PCC-S-02201, Encountered the symbol "va_list" when expecting one of the followin
G :
. . . Auto, char, const, double, enum, float, int, long,
Ulong_varchar, OCIBFileLocator OCIBlobLocator.
OCIClobLocator, OCIDateTime, OCIExtProcContext, OCIInterval.
OCIRowid, OCIDate, OCINumber, OCIRaw, OCIString, register,
Short, signed, sql_context, sql_cursor, static, struct,
Union, unsigned, utext, uvarchar, varchar, void, volatile,
A typedef name, Oracle exec, Oracle exec begin, exec.
Exec sgl, exec sgl begin, exec sgl type, exec sgl var.
The symbol "auto" was substituted for "va_list" to continue.
Syntax error at line 571, column 48, /usr/include/stdio.h file :
Error at line 571, column 48 in file /usr/include/stdio.h
Extern int vsprintf (char *, const char *, va_list);
...............................................1
PCC-S-02201, Encountered the symbol "va_list" when expecting one of the followin
G :
. . . Auto, char, const, double, enum, float, int, long,
Ulong_varchar, OCIBFileLocator OCIBlobLocator.
OCIClobLocator, OCIDateTime, OCIExtProcContext, OCIInterval.
OCIRowid, OCIDate, OCINumber, OCIRaw, OCIString, register,
Short, signed, sql_context, sql_cursor, static, struct,
Union, unsigned, utext, uvarchar, varchar, void, volatile,
A typedef name, Oracle exec, Oracle exec begin, exec.
Exec sgl, exec sgl begin, exec sgl type, exec sgl var.
The symbol "auto" was substituted for "va_list" to continue.
. . . . . . . (Omitted)
Syntax error at line 0, column 0, file : hlr.pc
Error at line 0, column 0 in file hlr.pc
PCC-S-02201, Encountered the symbol "" eof>; "when expecting one of the following :
; : An identifier, end-exec, random_terminal
Error at line 0, column 0 in file hlr.pc
PCC-F-02102, Fatal error while doing C preprocessing
With little research on the C, which look at the big brothers help out, thank you |
| |