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. > > Here's the relevant error message: all snip.....
gnome-keyring-daemon.h is missing an #include. Add this line #include <sys/types.h> as indicated. #include <time.h> #include <glib.h> #include <sys/types.h> #include "gnome-keyring.h" #include "gnome-keyring-private.h" This should relieve the error. -- Peter -- garnome-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/garnome-list
