Win32/MingW build

2004-06-25 Thread Gisle Vanem
I must say the build for Win32 is very confusing. First, what are these files: win32\config.h.borland win32\config.h doing there? They are not included anywhere AFAICS. Isn't "win32\net-snmp-config.h" supposed to used instead? I like this naming better. There presence of config.h is dangerous

CVS out of date

2004-06-25 Thread Gisle Vanem
I just discovered the CVS at sourceforge is out-of-date compared to the time-stamps in .tar.ball 5.1.2.pre2. I used these commands: cvs -d:pserver:[EMAIL PROTECTED]:/cvsroot/net-snmp login cvs -z3 -d:pserver:[EMAIL PROTECTED]:/cvsroot/net-snmp co net-snmp What's going on here? --gv -

Re: Win32/MingW build

2004-06-26 Thread Gisle Vanem
"Andy Smith" wrote: > Actually I have been building fine from CVS using MinGW for a while now. > Nothing special aside from configuring with a --prefix without spaces needs > to be done. I might suggest downloading my regex package for MinGW if you > haven't already. the URL is in the README.win32

Re: Win32/MingW build

2004-06-26 Thread Gisle Vanem
"Alex Burger" wrote: > Which version are you trying to compile? It should be 5.1.1 or higher. > 5.1.1 and 5.1.2pre2 compile fine with MinGW. Are you trying to build > from MAIN in CVS? I haven't tried it lately. Did you read the MinGW > section in README.WIN32? Yes. I'm building the CVS

IPv6 and MSVC-2017

2018-08-13 Thread Gisle Vanem via Net-snmp-coders
Hello list. Just subscribed; my first message on the Net-SNMP list in several years. It's been > 3 years since I've compiled using MinGW. Now I'm sticking more to clang-cl and MSVC and notice the support for MSVC wrt. to IPv6 is in a real (excuse my French) shitty state. E.g. the '{ }' syntax is

Re: IPv6 and MSVC-2017

2018-08-14 Thread Gisle Vanem via Net-snmp-coders
Bart Van Assche wrote: As one can see on https://ci.appveyor.com/project/BVanAssche87257/net-snmp the build of the Net-SNMP master branch passes for MSVC-2017, Really? From: https://ci.appveyor.com/project/BVanAssche87257/net-snmp/build/job/shuwoe93gfu2af2t just now (search for 'error C20

Junk in snmpwalk output

2018-10-04 Thread Gisle Vanem via Net-snmp-coders
With this command: snmpwalk.exe -M mibs -m ALL -v1 -c public 10.0.0.21 I've getting lines with junk in the output: IPV6-MIB::ipv6NetToMediaValid.1.''.12 = INTEGER: true(1) IPV6-MIB::ipv6NetToMediaValid.1.''.22 = INTEGER: true(1) IPV6-MIB::ipv6NetToMediaVali

Re: Junk in snmpwalk output

2018-10-05 Thread Gisle Vanem via Net-snmp-coders
Niels Baggesen wrote: With this command:    snmpwalk.exe -M mibs -m ALL -v1 -c public 10.0.0.21 I've getting lines with junk in the output:    IPV6-MIB::ipv6NetToMediaValid.1.''.12 = INTEGER: true(1) It is trying to show an OCTET STRING as a string, which in most cases is usef

Re: netsnmp5.8 compilation errors on windows (asprintf and vasprintf)

2018-11-12 Thread Gisle Vanem via Net-snmp-coders
Madhusudhana R wrote: Hi Coders, I am trying to compile netsnmp 5.8 on windows 7 platform using VS2013 framework. I am getting compilation errors on asprintf and vasprintf usage as shown below As per my analysis I don’t see VS2013 compiler provides support for asprintf and vasprintf. I observ