On 11 aug 2010, at 11.37, Alex Dalitz wrote: > /Users/alex/.hudson/jobs/OpenDNSSEC/workspace/src/libhsm/src/libhsm.c:1996: warning: initializer element is not computable at load time The warnings in libhsm is because C99 was disabled. The code needs to be rewritten in order to support C90. // Rickard