I followed the step by step guide located at
http://www.wireshark.org/docs/wsdg_html_chunked/ChSetupWin32.html for
building Wireshark on the Win32 platform. When I got to steps
prescribed in section 2.2.10, I ran into a problem with the file
version.conf. The log from the build is as follows:
Microsoft (R) Incremental Linker Version 8.00.50727.42
Copyright (C) Microsoft Corporation. All rights reserved.
/out:rdps.exe
/debug
rdps.obj
rdps print.ps ps.c
rm -f svnversion.h
perl make-version.pl
Version configuration file version.conf not found. Using defaults.
This is a build from SVN (or a SVN snapshot).
7680 [main] perl 1408 child_copy: linked dll data write copy
failed, 0x3F2000
..0x3F2370, done 0, windows pid 1408, Win32 error 487
5031552 [main] perl 1408 child_copy: linked dll data write copy
failed, 0x3F2000
..0x3F2370, done 0, windows pid 1408, Win32 error 487
10043867 [main] perl 1408 child_copy: linked dll data write copy
failed, 0x3F200
0..0x3F2370, done 0, windows pid 1408, Win32 error 487
15055835 [main] perl 1408 child_copy: linked dll data write copy
failed, 0x3F200
0..0x3F2370, done 0, windows pid 1408, Win32 error 487
20068217 [main] perl 1408 child_copy: linked dll data write copy
failed, 0x3F200
0..0x3F2370, done 0, windows pid 1408, Win32 error 487
25083851 [main] perl 1408 child_copy: linked dll data write copy
failed, 0x3F200
0..0x3F2370, done 0, windows pid 1408, Win32 error 487
NMAKE : fatal error U1058: terminated by user
Stop.
Can someone shed some light on how I could fix this issue?