On Tue, 2003-08-05 at 21:29, Jens Gutzeit wrote:
compat.h:30: conflicting types for `uint_fast32_t' /opt/diet/include/stdint.h:25: previous declaration of `uint_fast32_t'
I've solved this in a dirty way, but is this something which could be fixed in the future?
Try this patch:
Index: configure.in
===================================================================
RCS file: /home/cvs/dovecot/configure.in,v
retrieving revision 1.142
diff -u -r1.142 configure.in
--- configure.in 2 Aug 2003 17:38:15 -0000 1.142
+++ configure.in 5 Aug 2003 19:43:05 -0000
@@ -478,13 +478,19 @@
AC_MSG_RESULT($i_cv_type_$1)
])
-AC_CHECKTYPE2(uintmax_t, [#include