Re: [Wireshark-dev] Problem compiling Wireshark 1.6.1

2011-08-30 Thread Graham Bloice
On 29/08/2011 19:52, Ed Beroset wrote: > Guy Harris wrote: >> I think at least once I've had my path set incorrectly when building >> Wireshark on Windows, and getting the wrong command run - a Cygwin port of >> some UN*X command being run instead of some other Windows tool that had the >> same

Re: [Wireshark-dev] Problem compiling Wireshark 1.6.1

2011-08-29 Thread Gerald Combs
On 8/29/11 11:18 AM, Guy Harris wrote: > > On Aug 27, 2011, at 10:58 PM, Helge Kruse wrote: > >> What program package is EVAR, never heard about it. > > It's not a package, it's just me being sarcastic about Cygwin providing a > port of the UN*X "mt" command; "EVAR" is a misspelling of, and cap

Re: [Wireshark-dev] Problem compiling Wireshark 1.6.1

2011-08-29 Thread Ed Beroset
Guy Harris wrote: >I think at least once I've had my path set incorrectly when building Wireshark >on Windows, and getting the wrong command run - a Cygwin port of some UN*X >command being run instead of some other Windows tool that had the same name >but was a different tool. I think that's ha

Re: [Wireshark-dev] Problem compiling Wireshark 1.6.1

2011-08-29 Thread Guy Harris
On Aug 27, 2011, at 10:58 PM, Helge Kruse wrote: > What program package is EVAR, never heard about it. It's not a package, it's just me being sarcastic about Cygwin providing a port of the UN*X "mt" command; "EVAR" is a misspelling of, and capitalization of, "ever", in the style of mocking exc

Re: [Wireshark-dev] Problem compiling Wireshark 1.6.1

2011-08-29 Thread Graham Bloice
On 28/08/2011 06:58, Helge Kruse wrote: > Am 24.08.2011 11:32, schrieb Guy Harris: >> >> On Aug 24, 2011, at 1:52 AM, Graham Bloice wrote: >> >>> Is there any error message at all from the build after the call to mt.exe? > No. > >>> >>> From your command prompt after the build fails what is the ou

Re: [Wireshark-dev] Problem compiling Wireshark 1.6.1

2011-08-27 Thread Helge Kruse
Am 22.08.2011 22:24, schrieb Andreas: mt.exe -nologo -manifest "zlib1.dll.manifest" -outputresource:zlib1.dll;2 The last command always crashes. The tool mt.exe loads zlib1.dll to memory and doesn't find the correct run-time library. This behavior is the same when I compile any other (not Wire

Re: [Wireshark-dev] Problem compiling Wireshark 1.6.1

2011-08-27 Thread Helge Kruse
Am 24.08.2011 11:32, schrieb Guy Harris: On Aug 24, 2011, at 1:52 AM, Graham Bloice wrote: Is there any error message at all from the build after the call to mt.exe? No. From your command prompt after the build fails what is the output from "where mt.exe"? C:\Program Files\Microsoft SDKs

Re: [Wireshark-dev] Problem compiling Wireshark 1.6.1

2011-08-24 Thread Guy Harris
On Aug 24, 2011, at 1:52 AM, Graham Bloice wrote: > Is there any error message at all from the build after the call to mt.exe? > > From your command prompt after the build fails what is the output from "where > mt.exe"? Because, after all, one of the most important bits of UN*X functionality EV

Re: [Wireshark-dev] Problem compiling Wireshark 1.6.1

2011-08-24 Thread Graham Bloice
On 22/08/2011 21:24, Andreas wrote: > Hello, > > I try to build Wireshark from source. Since you obviously built this program > it must work, but theres one tool (mt.exe) that never works for me. I hope > you can tell me what I'm doing wrong. > > 1. installed CYGWIN and Python 2.7 > 2. installed Mi

Re: [Wireshark-dev] Problem compiling Wireshark 1.6.1

2011-08-24 Thread Graham Bloice
On 23/08/2011 21:55, Chris Maynard wrote: > Andreas writes: > >> Am 23.08.2011 22:30, schrieb Chris Maynard: >>> Andreas writes: >>> Yes, I tried. I need only libwireshark. That's why I reduced the make targets to build. But, alas, I get exactly the same result, when I "nmake all".

Re: [Wireshark-dev] Problem compiling Wireshark 1.6.1

2011-08-23 Thread Andreas
Am 23.08.2011 22:55, schrieb Chris Maynard: Andreas writes: Am 23.08.2011 22:30, schrieb Chris Maynard: Andreas writes: Yes, I tried. I need only libwireshark. That's why I reduced the make targets to build. But, alas, I get exactly the same result, when I "nmake all". Can you verify th

Re: [Wireshark-dev] Problem compiling Wireshark 1.6.1

2011-08-23 Thread Chris Maynard
Andreas writes: > Am 23.08.2011 22:30, schrieb Chris Maynard: > > Andreas writes: > > > >> Yes, I tried. I need only libwireshark. That's why I reduced the make > >> targets to build. But, alas, I get exactly the same result, when I > >> "nmake all". > > > > Can you verify that MSVC_VARIANT is s

Re: [Wireshark-dev] Problem compiling Wireshark 1.6.1

2011-08-23 Thread Andreas
Am 23.08.2011 22:30, schrieb Chris Maynard: Andreas writes: Yes, I tried. I need only libwireshark. That's why I reduced the make targets to build. But, alas, I get exactly the same result, when I "nmake all". Can you verify that MSVC_VARIANT is set correctly in config.nmake? MSVC_VARIANT=

Re: [Wireshark-dev] Problem compiling Wireshark 1.6.1

2011-08-23 Thread Chris Maynard
Andreas writes: > Yes, I tried. I need only libwireshark. That's why I reduced the make > targets to build. But, alas, I get exactly the same result, when I > "nmake all". Can you verify that MSVC_VARIANT is set correctly in config.nmake?

Re: [Wireshark-dev] Problem compiling Wireshark 1.6.1

2011-08-23 Thread Andreas
Am 23.08.2011 00:42, schrieb Chris Maynard: Andreas writes: 7. nmake -f Makefile.nmake config.h tools image codecs wsutil epan Did you try "nmake -f Makefile.nmake all" as documented in the developer's guide? See: http://www.wireshark.org/docs/wsdg_html_chunked/ChSetupWin32.html#id505663

Re: [Wireshark-dev] Problem compiling Wireshark 1.6.1

2011-08-22 Thread Chris Maynard
Andreas writes: > 7. nmake -f Makefile.nmake config.h tools image codecs wsutil epan Did you try "nmake -f Makefile.nmake all" as documented in the developer's guide? See: http://www.wireshark.org/docs/wsdg_html_chunked/ChSetupWin32.html#id505663 _

[Wireshark-dev] Problem compiling Wireshark 1.6.1

2011-08-22 Thread Andreas
Hello, I try to build Wireshark from source. Since you obviously built this program it must work, but theres one tool (mt.exe) that never works for me. I hope you can tell me what I'm doing wrong. 1. installed CYGWIN and Python 2.7 2. installed Microsoft Visual Studio V9.0 (aka VS2008) 3. cal