aakansha rajvi wrote:
I am  Installing net-snmp 5.2.1 under windows in VC++ environment.
<snip>
Output of nmake is as follows..
<snip>
        cl.exe /nologo /MD /W3 /GX /O2 /I "." /I ".." /I "..\..\snmplib" /I "..\
.." /I "..\..\include" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /Fp".\rel
ease\libsnmp.pch" /YX /Fo".\release\\" /Fd".\release\\" /FD /c ..\..\snmplib\snm
pTCPDomain.c
snmpTCPDomain.c
..\..\snmplib\snmpTCPDomain.c(167) : error C2065: 'socklen_t' : undeclared ident
ifier

Can you try 5.2.1.2 instead? The above error will occur in 5.2.1 if you do not have the Microsoft Platform SDK (PSDK) installed. Also read the section 'Installing Platform SDK' in 5.2.1.2 README.win32 file.

Alex



-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
Net-snmp-coders mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/net-snmp-coders

Reply via email to