<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Building on Win 64 (Windows 10 64 bit)"
   href="https://bugs.webkit.org/show_bug.cgi?id=161864#c2">Comment # 2</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Building on Win 64 (Windows 10 64 bit)"
   href="https://bugs.webkit.org/show_bug.cgi?id=161864">bug 161864</a>
              from <span class="vcard"><a class="email" href="mailto:bfulgham&#64;webkit.org" title="Brent Fulgham &lt;bfulgham&#64;webkit.org&gt;"> <span class="fn">Brent Fulgham</span></a>
</span></b>
        <pre>I think you are running into an annoyance with Windows/CMake.

If you are using a command line that was launched with the 32-bit build tools in their path, that is the kind of build CMake will create for you. If you attempt to do a 64-bit build, you get a mix of build tools, and bad things happen.

Instead, you have to start from the 64-bit build environment, either by using the console shortcut provided by Visual Studio, or by calling VCVARSALL.BAT with the right flags.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>