Alex Burger wrote:


tikcireviva wrote:

Hi Alex,

I've had the same problem before. Instead of using build.bat (follow by Readme.win32 doc), I compile the lib (using win32sdk.dsw or libsdll.dsw) directly with VC++. Which finally make it to work. Of course, I don't know if that's the proper way to do it though.


Maybe your vcvars32 is not adding the SDK directories. Open up a command prompt, run vcvars32, type SET <enter> and check to see if INCLUDES contains C:\Program Files\Microsoft SDK\lib or wherever you installed the SDK to.

There may be an option during the install to enable or disable the SDK for command line compiling.

You could also try Start - Programs - Open Build Environment - Windows 2000 Build Environment - Set Windows 2000 Build Environment (Retail) and then try compiling. I just tried it and it works fine. I normally use vcvars32 though.


Did you try the Start - Programs - Open... command prompt?

Alex

Yea, that's exactly what I did. Just don't know why it still couldn't work.


-tikcireviva




Oh yea ... I don't have <Path>\Microsott SDK\Lib
However, it still won't work eventhough I've added it as an environment variable. The same error is still appeared??


Do I have to set anythings other than only adding this path? Thanks for your suggestions. I am really appreciate that.

-tikcireviva

*Command prompt print out*
Building...
Creating *.out log files.
Deleting old log files...
Running Configure...
Cleaning...
Building main package...
Build error (see make.out) at build.pl line 184, <> line 1. // Which is socklen_t


*This is for your reference though*
INCLUDE=C:\PROGRA~1\MICROS~3\VC98\ATL\INCLUDE;C:\PROGRA~1\MICROS~3\VC98\INCLUDE;


C:\PROGRA~1\MICROS~3\VC98\MFC\INCLUDE;C:\Programming Tools\Microsoft SDK\Include
;C:\Programming Tools\Microsoft SDK\Lib\.;C:\Programming Tools\Microsoft SDK\Inc
lude\.;C:\Program Files\Microsoft Visual Studio\VC98\atl\include;C:\Program File
s\Microsoft Visual Studio\VC98\mfc\include;C:\Program Files\Microsoft Visual Studio\VC98\include





-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. http://productguide.itmanagersjournal.com/
_______________________________________________
Net-snmp-users mailing list
[EMAIL PROTECTED]
Please see the following page to unsubscribe or change other options:
https://lists.sourceforge.net/lists/listinfo/net-snmp-users




-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. http://productguide.itmanagersjournal.com/
_______________________________________________
Net-snmp-users mailing list
[EMAIL PROTECTED]
Please see the following page to unsubscribe or change other options:
https://lists.sourceforge.net/lists/listinfo/net-snmp-users





-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. http://productguide.itmanagersjournal.com/
_______________________________________________
Net-snmp-users mailing list
[EMAIL PROTECTED]
Please see the following page to unsubscribe or change other options:
https://lists.sourceforge.net/lists/listinfo/net-snmp-users

Reply via email to