Hi All,
when I svn update my copy and build it on windows, there is an error during build early in the process which shows:
Microsoft (R) Program Maintenance Utility Version 9.00.21022.08
Copyright (C) Microsoft Corporation. All rights reserved.
cd ..
cd codecs
"c:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\BIN\nmake.exe" /
-f Makefile.nmake
Microsoft (R) Program Maintenance Utility Version 9.00.21022.08
Copyright (C) Microsoft Corporation. All rights reserved.
'codecs.lib' is up-to-date
cd ..
cd wsutil
"c:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\BIN\nmake.exe" /
-f Makefile.nmake
Microsoft (R) Program Maintenance Utility Version 9.00.21022.08
Copyright (C) Microsoft Corporation. All rights reserved.
cd ..
cd wiretap
"c:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\BIN\nmake.exe" /
-f Makefile.nmake
Microsoft (R) Program Maintenance Utility Version 9.00.21022.08
Copyright (C) Microsoft Corporation. All rights reserved.
bash -o igncr ..\tools\runlex.sh "flex" -oascend_scanner.c ascend_scanne
r.l
cl -DWIN32 -DNULL=0 -D_MT -D_DLL -DYYMALLOC=malloc -DYYFREE=free -DHAVE_
CONFIG_H /I. /I.. /IC:\wireshark-win32-libs\gtk2\include\glib-2.0 /IC:\wiresha
rk-win32-libs\gtk2\lib\glib-2.0\include /IC:\wireshark-win32-libs\zlib123\includ
e /IC:\wireshark-win32-libs\WPdpack/include -D_U_="" /Zi /W3 /MD /D_CRT_SECURE_
NO_DEPRECATE /D_CRT_NONSTDC_NO_DEPRECATE /DWIN32_LEAN_AND_MEAN /DMSC_VER_REQUIRE
D=1500 /D_BIND_TO_CURRENT_CRT_VERSION=1 /MP -Fd.\ -c ascend_scanner.c
Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 15.00.21022.08 for 80x86
Copyright (C) Microsoft Corporation. All rights reserved.
ascend_scanner.c
c1 : fatal error C1083: Cannot open source file: 'ascend_scanner.c': No such fil
e or directory
NMAKE : fatal error U1077: '"c:\Program Files (x86)\Microsoft Visual Studio 9.0\
VC\BIN\cl.EXE"' : return code '0x2'
Stop.
NMAKE : fatal error U1077: '"c:\Program Files (x86)\Microsoft Visual Studio 9.0\
VC\BIN\nmake.exe"' : return code '0x2'
Stop.
C:\wireshark>