testing needed: xfce4-mailwatch-plugin

Brian J. Tarricone bjt23 at cornell.edu
Fri May 6 19:27:24 CEST 2005


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Bernhard Walle wrote:
> Hello,
> 
> * Brian J. Tarricone [03.05.2005 10:44]:
>
>>Anyway, if people could start testing it, that would be great.  Please
>>file bugs and feature requests at http://bugzilla.xfce.org/ ('Xfce Panel
>>Plugins' product, 'mailwatch' component).  You can get it from Xfce SVN
>>like so:
> 
> 
> I get an compile error:
> 
> mailwatch-mailbox-imap.c:98: error: parse error before "_GCRY_PTH_SOCKADDR
> 
> Which gcrypt version do I need? I have 1.2.0 installed.

1.2.3 is what I have, but I originally built it against 1.2.0, and it
was fine.  Could you check /usr/include/gcrypt.h?  There should be a
section that looks like this:

#ifdef _WIN32
#define _GCRY_PTH_FD_SET    void
#define _GCRY_PTH_SOCKADDR  void
#define _GCRY_PTH_SOCKLEN_T int
#define _GCRY_PTH_MSGHDR    void
#else
#define _GCRY_PTH_FD_SET    fd_set
#define _GCRY_PTH_SOCKADDR  struct sockaddr
#define _GCRY_PTH_SOCKLEN_T socklen_t
#define _GCRY_PTH_MSGHDR    struct msghdr
#endif

Or at least, grep for _GCRY_PTH_SOCKADDR.  If it's missing...  I dunno.
 I added a conditional define to the top of the file to define it if
it's missing.  The whole reason the cast is there on that line is
because gcc was throwing a warning about it.  Annoying.

	-brian
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (MingW32)

iD8DBQFCe6j86XyW6VEeAnsRAhI+AKCSompJ7UnJRtWPdJWYibJ6kX0BnwCgr8Ae
XpxdmOfy7o12OmO1ox/YdmI=
=3py3
-----END PGP SIGNATURE-----



More information about the Xfce4-dev mailing list