[wix-devs] 4.x build questions...

Bob Arnson bob at firegiant.com
Thu Jul 9 11:34:21 PDT 2020


Here are the components I have installed:

    "Microsoft.VisualStudio.Component.CoreEditor",
    "Microsoft.VisualStudio.Workload.CoreEditor",
    "Microsoft.NetCore.Component.Runtime.3.1",
    "Microsoft.NetCore.Component.SDK",
    "Microsoft.VisualStudio.Component.NuGet",
    "Microsoft.Net.Component.4.6.1.TargetingPack",
    "Microsoft.VisualStudio.Component.Roslyn.Compiler",
    "Microsoft.VisualStudio.Component.Roslyn.LanguageServices",
    "Microsoft.VisualStudio.Component.FSharp",
    "Microsoft.NetCore.Component.DevelopmentTools",
    "Microsoft.Net.Component.4.8.SDK",
    "Microsoft.Net.Component.4.7.2.TargetingPack",
    "Microsoft.Net.ComponentGroup.DevelopmentPrerequisites",
    "Microsoft.Component.MSBuild",
    "Microsoft.VisualStudio.Component.TextTemplating",
    "Microsoft.VisualStudio.Component.SQL.LocalDB.Runtime",
    "Microsoft.VisualStudio.Component.SQL.CLR",
    "Microsoft.VisualStudio.Component.ManagedDesktop.Core",
    "Microsoft.Net.Component.4.5.2.TargetingPack",
    "Microsoft.Net.Component.4.5.TargetingPack",
    "Microsoft.VisualStudio.Component.IntelliCode",
    "Microsoft.Net.Component.4.TargetingPack",
    "Microsoft.Net.Component.4.5.1.TargetingPack",
    "Microsoft.Net.Component.4.6.TargetingPack",
    "Microsoft.Net.ComponentGroup.TargetingPacks.Common",
    "Microsoft.Net.Core.Component.SDK.2.1",
    "Microsoft.VisualStudio.Component.DiagnosticTools",
    "Microsoft.Net.Component.4.8.TargetingPack",
    "Microsoft.VisualStudio.Component.ClassDesigner",
    "Microsoft.VisualStudio.Component.GraphDocument",
    "Microsoft.VisualStudio.Component.CodeMap",
    "Microsoft.VisualStudio.Component.VC.CoreIde",
    "Microsoft.VisualStudio.Component.VC.Tools.x86.x64",
    "Microsoft.VisualStudio.Component.ManagedDesktop.Prerequisites",
    "Microsoft.ComponentGroup.Blend",
    "Microsoft.VisualStudio.Workload.ManagedDesktop",
    "Microsoft.VisualStudio.Component.VC.Redist.14.Latest",
    "Microsoft.VisualStudio.ComponentGroup.ArchitectureTools.Native",
    "Microsoft.VisualStudio.ComponentGroup.NativeDesktop.Core",
    "Microsoft.VisualStudio.Component.VC.v141.x86.x64",
    "Microsoft.Component.VC.Runtime.UCRTSDK",
    "Microsoft.VisualStudio.Component.VC.140",
    "Microsoft.VisualStudio.Workload.NativeDesktop",
    "Microsoft.VisualStudio.Component.VC.Tools.ARM64",
    "Microsoft.VisualStudio.Component.VC.Tools.ARM",
    "Microsoft.VisualStudio.Component.VC.v141.ARM",
    "Microsoft.VisualStudio.Component.VC.v141.ARM64",
    "Microsoft.VisualStudio.Component.Windows10SDK.19041"

-----Original Message-----
From: wix-devs <wix-devs-bounces at lists.wixtoolset.org> On Behalf Of Hoover, Jacob via wix-devs
Sent: Thursday, 9 July, 2020 14:33
To: WiX Toolset Developer Mailing List <wix-devs at lists.wixtoolset.org>
Cc: Hoover, Jacob <Jacob.Hoover at greenheck.com>
Subject: Re: [wix-devs] 4.x build questions...

Updated VS, also missed the fact that I had installed VS2017 ARM support but not VS2019 ARM support.  The update allowed the sln to load, and a rebuild now seems to be working.

From: wix-devs [mailto:wix-devs-bounces at lists.wixtoolset.org] On Behalf Of Hoover, Jacob via wix-devs
Sent: Thursday, July 9, 2020 1:10 PM
To: WiX Toolset Developer Mailing List <wix-devs at lists.wixtoolset.org>
Cc: Hoover, Jacob <Jacob.Hoover at greenheck.com>
Subject: [wix-devs] 4.x build questions...

Which flavor of ARM tools is needed to build 4x? (Seems the ARM64 is working for buildall.cmd, but the ARM one is not for certain libs.)

>From the CLI build I am seeing errors like:
dutil\build\obj\dutil\Release\v142\ARM\acl2util.obj : fatal error LNK1112: module machine type 'x86' conflicts with target machine type 'ARM'
wcautil\src\wcautil\wcalog.cpp(254,17): error C2373: 'WcaLogErrorArgs': redefinition; different type modifiers balutil\build\obj\balutil\Release\v142\ARM\BalBootstrapperEngine.obj : fatal error LNK1112: module machine type 'x86' conflicts with target machine type 'ARM'
Core.Native\build\obj\wixnative\Release\ARM\wixnative.obj : fatal error LNK1112: module machine type 'x86' conflicts with target machine type 'ARM'

ConvertSymbols.cs(281,96): error CS0117: 'FileSymbolAttributes' does not contain a definition for 'GeneratedShortFileName'
ConvertSymbols.cs(431,21): error CS0117: 'RemoveFileSymbol' does not contain a definition for 'DirProperty'

Util.wixext\build\obj\utilca\Release\ARM\BroadcastSettingChange.obj : fatal error LNK1112: module machine type 'x86' conflicts with target machine type 'ARM'


And then I thought well I'll just load the solution and build via the UI, but when I tried to load the dutil.sln, I get the following: error : Error HRESULT E_FAIL has been returned from a call to a COM component.

And the one vcxproj fails to load.

Thanks,
Jacob

____________________________________________________________________
WiX Toolset Developer Mailing List provided by FireGiant http://www.firegiant.com/<http://www.firegiant.com>
NOTE: This email was received from an external source. Please use caution when opening links or attachments in the message.
____________________________________________________________________
WiX Toolset Developer Mailing List provided by FireGiant http://www.firegiant.com/



More information about the wix-devs mailing list