I'm trying to compile cyrus-imapd for solaris 2.5.
I made some changes to make it compile but I got stuck here:
/usr/local/lib/gcc-lib/sparc-sun-solaris2.5/3.2/include/rpc/clnt.h:110:
field `RE_why' has incomplete type
This is
SunOS 5.5 Generic_103093-27 sun4m sparc SUNW,SPARCstation-10
gcc-3.2
I compiled cyrus-sasl successfully and I'm trying to link cyrus-imapd.
In the begining the compiling stopped in another place with
an uglier error. I grepped the .h files in the server and
added this to the source file that failed:
#include <rpc/types.h>
#include <rpc/clnt.h>
#include <rpc/clnt_soc.h>
What should I do next ? any hint ?
thank you.