Re: confusing error building gnome-keyring-0.7.91 (garnome-2.17.91)



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




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]