Hi! I'm the original author of the SvxLink software.
The C++11 problem appeared because libsigc++ in Debian was upgraded to a
version that require C++11 support to be turned on in the compiler. However,
if C++11 support was turned on, SvxLink would not compile since some existing
static const declations seemed to be illegal in C++11.
The problem has now been fixed upstream in the 14.08.2 release:
https://github.com/sm0svx/svxlink/releases/tag/14.08.2
Best regards,
Tobias

