Wireshark-dev: Re: [Wireshark-dev] Windows build failed with confusing error

From: Gerald Combs <gerald@xxxxxxxxxxxxx>
Date: Tue, 5 Jul 2022 13:43:32 -0500
Hi Richard,

Are you using the x64 native tools command prompt? Alternatively you should be able to run "vcvars64.bat" from a plain command prompt. Typing "set platform" should return "Platform=x64".

On 7/5/22 1:14 PM, Richard Sharpe wrote:
Hi folks.

Well, I got this far:

Build FAILED.

        "C:\Development\wsbuild64\Wireshark.sln" (default target) (1) ->
        (ValidateSolutionConfiguration target) ->
          C:\Development\wsbuild64\Wireshark.sln.metaproj : error
MSB4126: The specified solution configuration "RelWithDebInfo|x86" is
invalid. Please specify a valid solution configuration using the
Configuration and Platform properties (e.g. MSBuild.exe Solution.sln
/p:Configuration=Debug /p:Platform="Any CPU") or leave those
properties blank to use the default solution configuration.
[C:\Development\wsbuild64\Wireshark.sln]

Did I do something wrong?