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 -> Pro*C compilation errors

Pro*C compilation errors

From: <kirk_at_kaybee.org>
Date: 18 Feb 2000 19:17:27 GMT
Message-ID: <88k5s7$mga$1@news-int.gatech.edu>


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 Fri Feb 18 2000 - 13:17:27 CST

Original text of this message

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