Re: proc upgrade not working.

From: Almut Herzog <al-her_at_sectra.se>
Date: 1996/10/11
Message-ID: <325E51C1.6A66_at_sectra.se>#1/1


Ian Allen wrote:
>
> System default option values taken from:
> /u01/home/oracle/product/7.1.3/proc/pmscf
> g.h
>
> Syntax error at line 293, column 11, file /usr/include/sys/types.h:
> long _Pfield(valid);

You will have to experiment with the Precompiler option PARSE which you should set to PARTIAL or NONE.

I have started to put an ifdef around my includes to prevent the precompiler from reading them because the precompiler does not like C++ like comments in .h files

#ifdef CC_COMP <- or whatever you like
include <my_files.h>
#endif

I define CC_COMP when running my C++-compiler after the precompiler.

-- 
Almut Herzog
SECTRA-Imtec AB                     e-mail: al-her_at_sectra.se
Teknikringen 2                      voice:  ++46 13 235221
583 30 Linkoping                    fax:    ++46 13 212185
SWEDEN
Received on Fri Oct 11 1996 - 00:00:00 CEST

Original text of this message