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 -> Pro*C Precompile, ignore include file(s)

Pro*C Precompile, ignore include file(s)

From: Clayton M. Arends <nospam_carends_at_evisions.com>
Date: 2000/04/27
Message-ID: <M0YN4.1094$Y4.10780@typhoon2.san.rr.com>#1/1

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,

Received on Thu Apr 27 2000 - 00:00:00 CDT

Original text of this message

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