Ethereal-dev: Re: [Ethereal-dev] "Latest CVS" compiling error: "NETSNMP_DS_LIBRARY_ID not defi

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Guy Harris <guy@xxxxxxxxxx>
Date: Wed, 23 Oct 2002 11:29:04 -0700
On Wed, Oct 23, 2002 at 10:31:47AM +0200, Ulf Lamping wrote:
> packet-snmp.c(2037) : error C2065: 'NETSNMP_DS_LIBRARY_ID' : nichtdeklarierter Bezeichner
> packet-snmp.c(2038) : error C2065: 'NETSNMP_DS_LIB_NO_TOKEN_WARNINGS' : nichtdeklarierter Bezeichner
> packet-snmp.c(2040) : error C2065: 'NETSNMP_DS_LIB_PRINT_SUFFIX_ONLY' : nichtdeklarierter Bezeichner

That was the problem I reported earlier to Wes Hardaker; he noted that
"config.h.win32" should define HAVE_NET_SNMP rather than HAVE_UCD_SNMP
and contributed a patch to fix some problems I saw when I did that.

I've checked in his patch, and a change to "config.h.win32"; my Windows
build environment is at home, so I can't test it now, but if I get a
chance I'll test it - if not, try building with the current CVS version.