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] [Wireshark-commits] buildbot failure in Wireshark (developme

From: Bill Meier <wmeier@xxxxxxxxxxx>
Date: Sun, 17 Mar 2013 11:09:54 -0400
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.