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
_______________________________________________ Wireshark-dev mailing list [email protected] https://wireshark.org/mailman/listinfo/wireshark-dev
