[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: luasnmp cross compiling
- From: Petr Štetiar <ynezz@...>
- Date: Fri, 13 Aug 2010 23:39:33 +0200
Simon Dittlmann <simon.dittlmann@googlemail.com> [2010-08-13 17:22:05]:
> Hello!
Hi,
> nm_snmp.c:743: error: 'SNMP_VERSION_2c' undeclared (first use in this function)
> nm_snmp.c:777: error: 'usmHMACMD5AuthProtocol' undeclared (first use
> nm_snmp.c:796: error: 'usmDESPrivProtocol' undeclared (first use in
I would try to grep for identifiers above in the net-snmp include dir, for
example:
$> grep -R SNMP_VERSION_2c uClinux-dist/user/net-snmp/
> nm_snmp.c:2976: error: too few arguments to function 'lua_pushlstring
This looks like that this library is for the older version of Lua or so.
-- ynezz