Displaying 1 result from an estimated 1 matches for "126d0736".
2005 Oct 17
1
Alpha1..2.. and 3 with Tru64
Hi all,
I've found a little problem to compile dovecot on a tru64 os v5.1.
The problem is the lack of the "inttypes.h" into the included header in the
project.
Without this include the make process will fail because it can't find the
uint32 type.
So is sufficient to add the line '#include <inttypes.h>' in the
src/lib/lib.h of the tgz distribution package.