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

Home -> Community -> Usenet -> c.d.o.tools -> Re: Pro*C Precompile, ignore include file(s)

Re: Pro*C Precompile, ignore include file(s)

From: Kenneth C Stahl <BlueSax_at_Unforgettable.com>
Date: 2000/04/28
Message-ID: <3909D54D.3220F45B@Unforgettable.com>#1/1

"Clayton M. Arends" wrote:
>
> All,
>
> Is there a way to selectively instruct the pre-compiler to NOT parse an
> included file? I have recently picked up a third party tool that has a
> large filesize and it is causing the precompiler to choke (segmentation
> fault). If I compile the third party tool source by itself using "cc" then
> it works. If I create a dummy PC file with a couple EXEC statements and
> include the third party source then the segmentation fault occurs again.
>
> Because of the configuration of our application, all the included files (c
> and h files) must be included into the application using a #include.
>
> Thank you for your help,
>
> - Clayton

What version of Pro-C? What operating system? There is a bug related to this in some versions. Received on Fri Apr 28 2000 - 00:00:00 CDT

Original text of this message

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