AgentX++ 2.5.0 Release

AgentX++ v2.5.0 has been released 2021-01-12T23:00:00Z to add CMake support. Autoconf support will be continued although the classic Makefiles provided as starting template for custom build systems will be removed completely with the next major release.

Dependencies

  • SNMP++ 3.4.5
  • AGENT++ 4.5.0

Release Notes

  • New: Added CMake support. Support for autoconf will be continued together with cmake. Set paths to SNMP++ and AGENT++ for cmake with
    -DSNMP_PP_ROOT_DIR=... -DAGENT_PP_ROOT_DIR=
    Any other build methods are now deprecated and no longer supported. The corresponding Makefile.<platform> are still included but will be removed with AgentX++ 3.0.
  • Fixed compiler warning: this ‘if’ (line 1260) clause does not guard this statement (line 1261), but the latter is misleadingly indented as if it were guarded by the ‘if’