Hi Fred,

> Then the make failed.
> First there was a warning:
> scheduler/task.c: In function ‘task_perform’:
> scheduler/task.c:136:9: warning: implicit declaration of function
> ‘clamp’ [-Wimplicit-function-declaration]
>         task->backoff = clamp(task->backoff * 2, 60, ODS_SE_MAX_BACKOFF);
>         ^
> 
> I don't know how serious this warning is.

This should not be a deal breaker. But thanks for reporting, we will fix it.

> Then there was a fatal error:
> janitor.c:54:23: fatal error: libunwind.h: No such file or directory
> #include <libunwind.h>
>                       ^
> compilation terminated.
> 
> Does it mean that we have to install additional packages? If yes, which
> ones?

Hmm strange, not having libunwind should be caught by configure.
Can you run:

sh autogen.sh

and then configure again. Does that help?

//Yuri

Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
Opendnssec-user mailing list
[email protected]
https://lists.opendnssec.org/mailman/listinfo/opendnssec-user

Reply via email to