Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.tools -> Re: Pro*C Precompile, ignore include file(s)
"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
![]() |
![]() |