Updating our snmp++/agent++/agentx++ to latest and getting the following error… please help
agentx.cpp: In constructor Agentpp::AgentXMaster::AgentXMaster(Agentpp::Mib*):
agentx.cpp:441:58: error: incomplete type Agentpp::snmpTargetAddrExtEntry used in nested name specifier
_snmpTargetAddrExtEntry = snmpTargetAddrExtEntry::get_instance(mib);
Configured agentx++ via:
./configure --host=x86_64-buildroot-linux-gnu --build=x86_64-buildroot-linux-gnu --with-libsnmp-prefix=/opt/ThirdParty/snmp++-3.4.10 --with-libagent-prefix=/opt/ThirdParty/agent++-4.5.4 --prefix=/opt/ThirdParty/agentx++-2.5.1 --enable-static=no 'LDFLAGS=-L/opt/ThirdParty/snmp++-3.4.10/lib -L/opt/ThirdParty/agent++-4.5.4/lib'
Compiler: x86_64-redhat-linux-g++ (GCC) 4.8.5 20150623 (Red Hat 4.8.5-28)