On Fri, 16 Feb 2007 21:48:17 -0200, Lucas Mazzardo Veloso wrote: > I couldn't reproduce this error here. > > Let's give it another try. snip... > --- work/main.d/gnome-keyring-0.7.91/config.h- 2007-02-16 > 21:34:05.000000000 -0200 > +++ work/main.d/gnome-keyring-0.7.91/config.h 2007-02-16 21:32:34.000000000 > -0200 > @@ -137,6 +137,10 @@ > > /* Define to `int' if <sys/types.h> does not define. */ > /* #undef pid_t */ > +#ifndef __pid_t_defined > +typedef __pid_t pid_t; > +# define __pid_t_defined > +#endif > > /* Define to `unsigned int' if <sys/types.h> does not define. */ > /* #undef size_t */
This is the just types.h anyway. The problem was the include file was not using it properly thus causing the error. This should yield the same error again. -- Peter -- garnome-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/garnome-list
