Re: glibmm issue

2009-03-29 Thread Maciek Kolbusz
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

glibmm issue

2009-03-23 Thread Maciek Kolbusz
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

cant delete with deletesec2group

2008-03-03 Thread Maciek
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