Re: [Dovecot] dovecot 1.1.1 compilation errors

2008-06-23 Thread Jonathan Smith
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Timo Sirainen wrote: > Does it work if you change that to: > > #include "rquota.h" Yes, it does. Thanks. smithj -BEGIN PGP SIGNATURE- Version: GnuPG v2.0.9 (GNU/Linux) iEYEAREIAAYFAkhgmVAACgkQCG91qXPaRenvNQCbBdrQ5R1BotR1Zjo59b4

Re: [Dovecot] dovecot 1.1.1 compilation errors (was: Re: [Dovecot-news] v1.1.1 released)

2008-06-22 Thread Timo Sirainen
On Jun 22, 2008, at 9:52 PM, Jonathan Smith wrote: rquota_xdr.c:125: error: expected declaration specifiers or ‘...’ before ‘gqr_status’ rquota_xdr.c is generated dynamically. You probably have at the beginning of the file: #include "/usr/include/rpcsvc/rquota.h" Does it work if you cha