Wireshark mailing list archives

Re: [Wireshark-commits] buildbot failure in Wireshark (development) on Windows-XP-x86


From: Evan Huus <eapache () gmail com>
Date: Sun, 17 Mar 2013 12:09:15 -0400

I'm still not having any luck (and I've reread
https://www.wireshark.org/docs/wsdg_html_chunked/ChSetupWin32.html to
no avail). I have two shells available: cygwin's bash and windows'
cmd.exe.

If I run cmd.exe and then run the vcvars32 script, I can build
Wireshark correctly using nmake. This seems to be working fine.

I I run cygwin then I do not have nmake available. Running the
vcvars32 script from cygwin does not seem to change this (should it)?

I cannot run test.sh from cmd.exe since cmd.exe will not interpret
unix shell scripts. I cannot run test.sh from cygwin since it requires
nmake, which I cannot get cygwin to recognize.

On Sun, Mar 17, 2013 at 11:09 AM, Bill Meier <wmeier () newsguy com> wrote:
On 3/17/2013 11:00 AM, Bill Meier wrote:


Basically:

You have to setup the Windows cmd environment so that MSVC can be
invoked from the command line. (nmake, etc)

(When you then run cygwin bash to run the test scripts nmake & etc will
be available).

For instance: in my Windows cmd line setup cmd file I have:

call "C:\Program Files\Microsoft Visual Studio 11.0\VC\bin\vcvars32"


(I'm actually using a .cmd file to do Windows builds which first sets up the
env as above and then does the nmake).

Doing "C:\Program Files\Microsoft Visual Studio 11.0\VC\bin\vcvars32"
directly from the Windows command line should be fine.




___________________________________________________________________________
Sent via:    Wireshark-dev mailing list <wireshark-dev () wireshark org>
Archives:    http://www.wireshark.org/lists/wireshark-dev
Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev
            mailto:wireshark-dev-request () wireshark org?subject=unsubscribe
___________________________________________________________________________
Sent via:    Wireshark-dev mailing list <wireshark-dev () wireshark org>
Archives:    http://www.wireshark.org/lists/wireshark-dev
Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev
             mailto:wireshark-dev-request () wireshark org?subject=unsubscribe


Current thread: