Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Pro*C compilation errors
few 'of the track' solutions:
email me if you want/need further help with above.
erik
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.
Received on Tue Feb 22 2000 - 20:04:10 CST
![]() |
![]() |