[Glade-users] question regarding file unistd.h (?) parse error

Damon Chaplin damon@ximian.com
Thu, 25 Jan 2001 00:32:13 +0000


Daniel Petrini wrote:
> 
> Hello to all,
> 
> when the 'make' starts  to compile main.c gives the following error:
> 
> /usr/include/unistd.h:869 : parse error before '__delta'
> /usr/include/unistd.h:870 : parse error before '__delta'
> 
> I'm new on Glade and gnome developing but not so new in Lunux and C  and I
> have never seen that error the file unistd.c seems to be ok and is related
> to memory allocation.
> 
> Linux 2.2.17 Conectiva version 6.0, gnome libs >1.2.4

It looks like your stddef.h file is missing.

On my system (RedHat 6.2) it is in:

   /usr/lib/gcc-lib/i386-redhat-linux/egcs-2.91.66/include

and is from the egcs-1.1.2-30 package.


Damon