On Mon, 15 Apr 2002, Juergen Vigna wrote:

> 
> >                  from formulabase.h:23,
> >                  from formula.h:24,
> >                  from formulabase.C:25:
> > /usr/include/sys/types.h:87: declaration does not declare anything
> 
> What did you update? 

I updated everything from RedHat-in fact from local supplier of RedHat 
(Could this be the problem?)


> It seems the problem lies in the system include file.

The relevant part in the error message (line 87 of "types.h) is 

 "#ifndef __off_t_defined
# ifndef __USE_FILE_OFFSET64
typedef __off_t off_t;
# else
typedef __off64_t off_t;"

The "types.h" in RedHat7.1 doesn't seem different.  

  
 --cghan

Reply via email to