Re: Pro*C Include file hint needed

From: Scott Urman <surman_at_oracle.com>
Date: 1996/02/08
Message-ID: <4fdd0q$3do_at_inet-nntp-gw-1.us.oracle.com>#1/1


In article <4fbesu$pbk_at_hpax.cup.hp.com>, mlight_at_fc.hp.com (Mike Light) writes:
|> Hello Fellow Oracle users:
|>
|> I'm a newbie with Oracle, and having spent two hours looking in
|> on-line documentation for an answer I'm ready to seek net help:
|>
|> I'm using Oracle 7.2.2.3 on a HP 9000 running hp-ux 10.01.
|>
|> Is there some way to tell the Pro*C preprocessor to search other
|> directories for *.h include files, similar to the C compiler switch
|> "-I<directory>"? I am hoping to avoid having to change all of my
|> #include statements...

As documented in the Pro*C manual (in the chapter called "Running the Precompiler") the flag is INCLUDE. Something like

proc iname=inputfile.pc include=<directory1> include=<directory2>...

|>
|> Thanks!
|>
|> -- Mike Light e-mail: mlight_at_cup.hp.com
Received on Thu Feb 08 1996 - 00:00:00 CET

Original text of this message