On Tue, May 15, 2018 at 9:58 AM, Bart Van Assche <bvanass...@acm.org> wrote:

> Even if I do not enable any additional MIBs building with
> --enable-read-only fails on the master branch:
>
> snmpping.c: In function ‘cleanup_ctlTable’:
> snmpping.c:276:27: error: ‘SNMP_MSG_SET’ undeclared (first use in this
> function)
>      pdu = snmp_pdu_create(SNMP_MSG_SET);
>                            ^
> snmpping.c:276:27: note: each undeclared identifier is reported only once
> for each function it appears in
>
> Is this a known issue?
>

Whoops, I messed up when introducing snmpping to the Makefile; it should be
protected with NETSNMP_BUILD_SET_PROG_TRUE/FALSE instead of being added to
the list unconditionally.  I'll prepare a patch to propose.

  Bill
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Net-snmp-coders mailing list
Net-snmp-coders@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/net-snmp-coders

Reply via email to