oracle's pro*C compiler and gnu C (__builtin_va_list, __attribute__, etc)
- by Charles Ma
I'm compiling a database library with pro*C which converts the .ppc library file to a .c file that gcc can use. However, I'm getting a lot of errors in pro*C like the following
PCC-S-02201, Encountered the symbol
"__ attribute__ " when expecting one of
the following
...
, Encountered the symbol
"__builtin_va_list" when…