Hi Matthias,

On Mon 03/Dec/2012 16:21:10 +0100 Matthias Wimmer wrote:
> 
> I just downloaded the new archive and had some problems compiling it:
> 
> 
> - There are some problems with zdkimfilter if nettle is not installed:
> 
>       - redact.c cannot be compiled without “#include "parm.h"” being
>         added to it

Must be because of the default_config_file.  I've changed it to
include parm.h anyway, #if defined MAIN

>       - zdkimfilter.c cannot be compiled because copy_until_redacted()
>         tries to use redacted() in redact.h which is hidden by #ifdef
>         when nettle is not present

Oops, I must have forgotten to write a dummy function that return
NULL.  I've done it now.

I thought nettle was quite ubiquitous...

> - In any case I could not compile zdkimfilter.c because of the
>   definition of parm_z_reputation_root. My compiler (gcc 4.7.2) does not
>   allow arrays to be initialized with NULL. I had to change the type of
>   this variable to "char const *" to be able to compile zdkimfilter.

My bad, I never caught it 'cause I use dkim-rep.  I added your fix.

The above fixes will be in 1.1.  Thank you for reporting them!

-- 























------------------------------------------------------------------------------
Keep yourself connected to Go Parallel: 
BUILD Helping you discover the best ways to construct your parallel projects.
http://goparallel.sourceforge.net
_______________________________________________
courier-users mailing list
courier-users@lists.sourceforge.net
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users

Reply via email to