I had more similar issues after adding gtkmm headers to my project. First this:
/usr/include/gtkmm-2.4/gtkmm/recentmanager.h:58: error: expected
identifier before numeric constant
/usr/include/gtkmm-2.4/gtkmm/recentmanager.h:58: error: expected `}'
before numeric constant
/usr/include/gtkmm-2.4/gt
ment of enum Code and conflicts with #define READ 1 at line
60 in /usr/include/net-snmp/library/snmp_impl.h. After I commented out
the line 60 in snmp_impl.h the errors disappeared and I could compile
my code all right. That didn't seem to affect the behaviour of SN
Hi,
I am trying to delete a vacm group that has been configured in config file when
the agent is running and it fails even after the corresponding user is deleted
from usm table.
When I try to delete group entry that was create using createsec2group
everything works fine.
Anybody knows what m