ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-dev: Re: [Wireshark-dev] help

From: Graham Bloice <graham.bloice@xxxxxxxxxxxxx>
Date: Thu, 13 Nov 2008 15:19:11 +0000
Purnendu Ghosh wrote:

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.

-----------------------------

 

Check your paths, I think you are picking up the cygwin mt.exe which does something totally different to the MS toolchain one.

Cygwin should appear after the MS dev items in your path.

-- 
Regards,

Graham Bloice