During compilation under FedoraCore6 and ACE 5.5.7 i had several compile errors. This is fixes.
file: opendiameter-1.0.7-i/libdiameter/include/aaa_transport_ace.h
42d41
< #include "ace/Sig_Handler.h"
file: opendiameter-1.0.7-i/libpana/include/pana_serial_num.h
208c208
< ACE_System_Time::get_local_system_time((time_t&)seed);
---
> ACE_System_Time::get_local_system_time(seed);
this is diffs, so you can use text editor to make changes