And the answer is:
DKIM-milter checks for compiler C99 compliance and for stdbool.h
existence. If not found, bool is defined like this:
/*
** Define bool, true, false (from the C99 standard)
*/
# if SM_CONF_STDBOOL_H
# include <stdbool.h>
# else /* SM_CONF_STDBOOL_H */
# ifndef __cplusplus
typedef int bool;
Obviously, there is nothing like that in milter-greylist package so
hence the compiler errors.
Can we have it fixed please?
Thanks,
Ondrej
Ondrej Valousek wrote:
>
> Just trying to compile with DKIM support but I can not - compiler is
> complaining about undefined "bool" type.
> That's strange, because DKIM milter heavily depends on bool and I
> compiled it w/o any problems. Does anyone know?
> Thanks,
>
> Ondrej
>
>Message
Re: [milter-greylist] DKIM support
2008-09-25 by Ondrej Valousek
Attachments
- No local attachments were found for this message.