Hello developers,
I am trying the build the
wireshark source from subversion.
I am getting stuck at the
zlib.dll creation. Attach below is the error. Please help:
----------------------------------
'zlib1.dll' is up-to-date
if not exist
C:\wireshark-win32-libs\zlib123 mkdir C:\wireshark-win32-li
bs\zlib123
if not exist
C:\wireshark-win32-libs\zlib123\lib mkdir C:\wireshark-win3
2-libs\zlib123\lib
if not exist
C:\wireshark-win32-libs\zlib123\include mkdir C:\wireshark-
win32-libs\zlib123\include
mt.exe -nologo
-manifest "zlib1.dll.manifest" -outputresource:zlib1.dll;
2
mt: unknown option -- n
usage: mt [-V] [-f
device] operation [count]
NMAKE : fatal error
U1077: 'mt.exe' : return code '0x1'
Stop.
-----------------------------