I couldn't reproduce this error here. Let's give it another try. Grab the attached patch and save it on 'desktop/gnome-keyring' go to 'desktop/gnome-keyring' directory and run
$ make clean $ make configure $ patch -p0 < config-h.patch $ make install If it doesn't work, please attach your 'work/main.d/gnome-keyring-0.7.91/config.log' to your next email. Lucas 2007/2/16, Stef van der Made <[EMAIL PROTECTED]>:
Hi I've tried the fix but the compile keeps crashing. I'll try to file a bug if nobody else has done it. Reverting back to the old version for now. Cheers, Stef On 2/16/07, Peter <[EMAIL PROTECTED]> wrote: > On Fri, 16 Feb 2007 08:17:17 -0700, Myles Green wrote: > > > On Fri, 16 Feb 2007 15:03:24 +0000 (UTC) > > Peter <[EMAIL PROTECTED]> wrote: > > > >> try doing a make clean, followed by make install. I was not able to > >> duplicate this problem. > > > > I've done that as well. It occurs to me though that by doing a make > > clean, the build tree (at least that of gnome-keyring) is cleaned out > > and then, when make install is run, is downloaded, unpacked (patched if > > necessary) and then built. Any editing I do would be cleaned out at the > > same time wouldn't it? > > Yes, you would need to re-edit config.h again. > > > > Is there nobody else seeing this error? > > > Who's next? > > > Thanks! > > > > -- > -- > Peter > > -- > garnome-list mailing list > [email protected] > http://mail.gnome.org/mailman/listinfo/garnome-list > -- garnome-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/garnome-list
-- _____________________________________ This email recommends GNU / Linux (R)
--- 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 */
-- garnome-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/garnome-list
