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.

 

Alfonso Sparano