On Thu, 15 Feb 2007 21:01:50 -0700, Myles Green wrote: > Can someone help me out here? The error isn't making much sense to me > because the error clains there's a missing ' ) ' before ' pid ' on line > 145 of gnome-keyring-daemon.h but from what I can see, there isn't > supposed to be a ' ) ' there at all. >
Edit the file: config.h in desktop/gnome-keyring/work/main.d/gnome-keyring-0.7.91/ and remove the comments and change the line below to make the define as indicated. For some reason sys/types does not have this variable defined. /* Define to `int' if <sys/types.h> does not define. */ #define pid_t int -- Peter -- garnome-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/garnome-list
