Re: Error when compiling mib2c generated code.

2012-01-11 Thread Dave Shield
On 11 January 2012 10:38, wrote: >>make -f dot1qVlanStaticTable_Makefile >>Have you tried this approach? > > Yes, I have already tried this approach also. > They give another set of errors. > [root@localhost vlan]# make -f dot1qVlanStaticTable_Makefile > gcc -I. `net-snmp-config --base-cflags` -

RE: Error when compiling mib2c generated code.

2012-01-11 Thread basil.joseph
Hi, Dave, thanks for the reply. > mib2c -c mib2c.mfd.conf dot1qVlanStaticTable > mib2c -c mfd-makefile.m2m dot1qVlanStaticTable > mib2c -c subagent-m2c dot1qVlanStaticTable >and then compiles the subagent using >make -f dot1qVlanStaticTable_Makefile >Have you tried th

Re: Error when compiling mib2c generated code.

2012-01-11 Thread Dave Shield
On 6 January 2012 08:50, wrote: > I was trying to extend functionality of the snmpd using AgentX API. > > And I have successfully extended the Net-SNMP for some of my custom MIBs > also. > But when I am trying to extend it for “dot1qVlanStaticTable”, I am stuck > with a compilation error. > > > >