Re: Oracle OCI demos
Date: 1995/07/10
Message-ID: <3trm8m$60s_at_inet-nntp-gw-1.us.oracle.com>#1/1
In article <DBF0KD.651_at_wang.com>, John Moriarty <jmm_at_wiis.wang.com> writes:
|> Has anyone tried building any of Oracle's OCI demo's? They state
|> that they can be build from the sample oracle.mk in
|> $ORACLE_HOME/rdbms/lib.
|>
|> make -f oracle.mk cdemoN (where N = 1,2, etc)
|>
|> The demos themselves exist in $ORACLE_HOME/rdbms/demo. When I attempt
|> to build it, it generates multiple warning and errors based around
|> some typedefs starting in oratypes.h. For example:
|>
|> typedef signed int sword;
|>
|>
|> By the way I am attempting this under HPUX. If anyone has a better
|> example or knows what the problem is I would appreciate any info.
|>
|>
|> thanks,
|>
|> John
|> jmm_at_wang.com
|>
The Oracle demo header files require an ANSI compiler. If you have HP's Ansi
compiler, you can enable it with the -Aa compile switch.
Received on Mon Jul 10 1995 - 00:00:00 CEST