Yes I realized my fault and after env initialization when I ran the build I
get below issue - VC 2017 Ver 15.8.7 - how can we resolve the issue:

cd libagent
nmake /nologo all
cl.exe /I.. /I..\..\include /I..\..\agent\mibgroup /D WIN32 /D
_BIND_TO_CURRENT_VCLIBS_VERSION /D _CONSOLE /D _CRT_NONSTDC_NO_WARNINGS /D
_CRT_SECURE_NO_WARNINGS /D _MBCS /D _WINSOCK_DEPRECATED_NO_WARNINGS /EHsc
/FD /FR.\release\ /Fd.\release\libagent.pdb /Fo.\release\ /I
C:\OpenSSL-Win32\include /c /W3 /Zi /nologo /wd4244 /wd4267 /MD  /D NDEBUG
/O2 ..\..\agent\agent_handler.c ..\..\agent\agent_index.c
..\..\agent\agent_read_config.c ..\..\agent\agent_registry.c
..\..\agent\agent_sysORTable.c ..\..\agent\agent_trap.c
..\..\agent\snmp_agent.c ..\..\agent\snmp_vars.c
agent_handler.c
..\..\agent\agent_handler.c(19): fatal error C1083: Cannot open include
file: 'sys/types.h': No such file or directory
agent_index.c
..\..\agent\agent_index.c(12): fatal error C1083: Cannot open include file:
'signal.h': No such file or directory
agent_read_config.c
..\..\agent\agent_read_config.c(16): fatal error C1083: Cannot open include
file: 'sys/types.h': No such file or directory
agent_registry.c
..\..\agent\agent_registry.c(32): fatal error C1083: Cannot open include
file: 'signal.h': No such file or directory
agent_sysORTable.c
..\..\agent\agent_sysORTable.c(3): fatal error C1083: Cannot open include
file: 'stdlib.h': No such file or directory
agent_trap.c
..\..\agent\agent_trap.c(35): fatal error C1083: Cannot open include file:
'stdlib.h': No such file or directory
snmp_agent.c
..\..\agent\snmp_agent.c(50): fatal error C1083: Cannot open include file:
'sys/types.h': No such file or directory
snmp_vars.c
..\..\agent\snmp_vars.c(68): fatal error C1083: Cannot open include file:
'string.h': No such file or directory
Generating Code...
NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual
Studio\2017\Enterprise\VC\Tools\MSVC\14.15.26726\bin\Hostx64\x64\cl.exe"' :
return code '0x2'
Stop.
NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual
Studio\2017\Enterprise\VC\Tools\MSVC\14.15.26726\bin\Hostx64\x64\nmake.EXE"'
: return code '0x2'
Stop.

On Wed, Jun 5, 2019 at 7:15 PM Bart Van Assche <bvanass...@acm.org> wrote:

> On 6/4/19 10:37 PM, Satya Prakash Prasad wrote:
> > > c:\tools\netsnmp\net-snmp-5.8\win32>.\build.bat
> > [ ... ]
> > Building main package...
> > Build error (see make.out) at build.pl <http://build.pl> line 199, <>
> > line 1.
>
> Did you have a look at README.win32? From that file: Win32\build.bat
> script [ ... ] 3.  Initialize the Visual Studio build environment by
> running vcvarsall.bat [ ... ] 4.  Run win32\build.bat [ ... ]
>
> Bart.
>
_______________________________________________
Net-snmp-users mailing list
Net-snmp-users@lists.sourceforge.net
Please see the following page to unsubscribe or change other options:
https://lists.sourceforge.net/lists/listinfo/net-snmp-users

Reply via email to