Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: Pro*C compilation errors

Re: Pro*C compilation errors

From: K Stahl <BlueSax_at_Unforgettable.com>
Date: Fri, 18 Feb 2000 14:41:52 -0500
Message-ID: <38ADA080.F5B62962@Unforgettable.com>


kirk_at_kaybee.org wrote:
>
> When I try to build the 'sample1' demo in ${ORA_HOME}/precomp/demo/proc,
> I get the following error:
>
> Syntax error at line 368, column 19, file /usr/include/libio.h:
> Error at line 368, column 19 in file /usr/include/libio.h
> extern _IO_size_t _IO_sgetn __P ((_IO_FILE *, void *, _IO_size_t));
> ..................1
> PCC-S-02201, Encountered the symbol "_IO_sgetn" when expecting one of
> the follow
> ing:
>
> ; , = ( [
> The symbol ";" was substituted for "_IO_sgetn" to continue.
>
> So, apparently, the precompiler is recursing through my system's (Linux)
> header files, and finding an error. It actually gives this error
> on many lines of my system header files, all of them begin with the
> "extern" statement.
>
> Any ideas?
>
> --
> Kirk Bauer -- CmpE, Georgia Tech -- kirk_at_kaybee.org -- Avid Linux User
> GT Sport Parachuting Club! http://cyberbuzz.gatech.edu/skydive
> Opinions expressed are my own, but they should be everybody's.

Do you have any of your own header files that are higher in the list then the ones that are generating errors? Received on Fri Feb 18 2000 - 13:41:52 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US