The sfxca projects weren't building with the command line scripts and so
the tools and WiX solutions were getting build errors.
On Sat, 3 Jan 2015 20:51 Rob Mensching <r...@firegiant.com> wrote:
> Did you eventually figure this out since you’re now making progress with
> melt? If so, what was the root cause so we can maybe address the problem
> for others in the future.
>
>
>
> _______________________________________________________________
>
> FireGiant | Dedicated support for the WiX toolset |
> http://www.firegiant.com/
>
>
>
> *From:* Tunney, Stephen [mailto:stephen.tun...@nuance.com]
>
> *Sent:* Friday, December 5, 2014 11:51 AM
>
>
> *To:* WiX toolset developer mailing list
> *Subject:* Re: [WiX-devs] Building WiX 3.9
>
>
>
> I have removed the TargetFramework and am back to the “missing
> ‘windows.h’” error.
>
>
>
> Nearer to the bottom I’m seeing
>
>
>
> The project file "wcautil\wcautil.vcxproj" was not found.”
>
>
>
> *Stephen Tunney*
>
> *Nuance Communications, Inc.*
>
> Solutions Architect, Imaging Division
>
> Waterloo, Ontario, Canada
> stephen.tun...@nuance.com
>
> 519-880-7463 Office
> NUANCE.COM
> The experience speaks for itself ™
>
>
>
> *From:* Rob Mensching [mailto:r...@firegiant.com <r...@firegiant.com>]
> *Sent:* December-05-14 12:25 PM
> *To:* WiX toolset developer mailing list
> *Subject:* Re: [WiX-devs] Building WiX 3.9
>
>
>
> Adding /pTargetFramework probably will really confuse things. Some tools
> must target older frameworks.
>
>
>
> _______________________________________________________________
>
> FireGiant | Dedicated support for the WiX toolset |
> http://www.firegiant.com/
>
>
>
> *From:* Tunney, Stephen [mailto:stephen.tun...@nuance.com
> <stephen.tun...@nuance.com>]
> *Sent:* Friday, December 5, 2014 7:46 AM
> *To:* WiX toolset developer mailing list
> *Subject:* Re: [WiX-devs] Building WiX 3.9
>
>
>
> I added /p:TargetFramework=4.0.30319 and now I’m getting a new error even
> when compiling in Debug.
>
>
>
> AssemblyInfo.cs(24,31): error CS0618: Warning as Error:
> 'System.Security.Permissions.SecurityAction.RequestMinimum' is obsolete:
> 'Assembly level decl
>
> arative security is obsolete and is no longer enforced by the CLR by
> default. See http://go.microsoft.com/fwlink/?LinkID=155570 for more
> information.
>
> ' [C:\Users\stephen_tunney\My
> Documents\GitHub\wix3\tools\src\FlattenXml\FlattenXml.csproj]
>
>
>
> *Stephen Tunney*
>
> *Nuance Communications, Inc.*
>
> Solutions Architect, Imaging Division
>
> Waterloo, Ontario, Canada
> stephen.tun...@nuance.com
>
> 519-880-7463 Office
> NUANCE.COM
> The experience speaks for itself ™
>
>
>
> *From:* Tunney, Stephen [mailto:stephen.tun...@nuance.com
> <stephen.tun...@nuance.com>]
> *Sent:* December-05-14 10:43 AM
> *To:* WiX toolset developer mailing list
> *Subject:* Re: [WiX-devs] Building WiX 3.9
>
>
>
> Debug build also fails.
>
>
>
> Using your suggested path I get this error:
>
> C:\Users\stephen_tunney\My
> Documents\GitHub\wix3>"c:\windows\microsoft.net\framework\v4.0.30319\msbuild.exe"
> wix.proj /p:VisualStudioVersion="12.0" /p
>
> :PlatformToolset=v120_xp /p:Configuration=Release
>
> Microsoft (R) Build Engine version 4.0.30319.18408
>
> [Microsoft .NET Framework, version 4.0.30319.18408]
>
> Copyright (C) Microsoft Corporation. All rights reserved.
>
>
>
> Build started 05/12/2014 10:41:57 AM.
>
> Project "C:\Users\stephen_tunney\My Documents\GitHub\wix3\wix.proj" on
> node 1 (default targets).
>
> C:\Users\stephen_tunney\My
> Documents\GitHub\wix3\tools\WixBuild.Tools.targets(97,5): error
> WIXBUILD008: When Visual Studio 2013 is installed, you mus
>
> t use MSBuild v12.0 to build. MSBuild v12.0 is typically found here:
> ProgramFiles(x86)\MSBuild\12.0\Bin\MSBuild.exe [C:\Users\stephen_tunney\My
> Docum
>
> ents\GitHub\wix3\wix.proj]
>
> Done Building Project "C:\Users\stephen_tunney\My
> Documents\GitHub\wix3\wix.proj" (default targets) -- FAILED.
>
>
>
>
>
> *Stephen Tunney*
>
> *Nuance Communications, Inc.*
>
> Solutions Architect, Imaging Division
>
> Waterloo, Ontario, Canada
> stephen.tun...@nuance.com
>
> 519-880-7463 Office
> NUANCE.COM
> The experience speaks for itself ™
>
>
>
> *From:* Hoover, Jacob [mailto:jacob.hoo...@greenheck.com
> <jacob.hoo...@greenheck.com>]
> *Sent:* December-05-14 10:35 AM
> *To:* WiX toolset developer mailing list
> *Subject:* Re: [WiX-devs] Building WiX 3.9
>
>
>
> Does the debug build succeed? Why are you using this random “12.0”
> MSBuild, I’ve always used the
> %WINDIR%\Microsoft.NET\Framework\v4.0.30319\msbuild.
>
>
>
> *From:* Tunney, Stephen [mailto:stephen.tun...@nuance.com
> <stephen.tun...@nuance.com>]
> *Sent:* Friday, December 05, 2014 9:29 AM
> *To:* wix-devs@lists.sourceforge.net
> *Subject:* [WiX-devs] Building WiX 3.9
>
>
>
> Hey guys,
>
>
>
> So I’m following the instructions on
> http://wixtoolset.org/documentation/manual/v3/wixdev/building_wix.html
> and I’m pretty sure I’m running the command line properly
>
>
>
> C:\Users\stephen_tunney\My Documents\GitHub\wix3>"c:\Program Files
> (x86)\MSBuild\12.0\bin\msbuild.exe" wix.proj /p:PlatformToolset=v120_xp
> /p:Configur
>
> ation=Release
>
>
>
> I have visual studio 2010, 2012, and 2013 installed on my system. As you
> can tell I am attempting to target VS2013 with a Release configuration.
>
>
>
> The main error I am getting everywhere is in wcautil\precomp.h which seems
> quite odd
>
> C:\Users\stephen_tunney\My
> Documents\GitHub\wix3\src\libs\wcautil\precomp.h(12): fatal error C1083:
> Cannot open include file: 'windows.h': No such file or directory
> [C:\Users\stephen_tunney\My
> Documents\GitHub\wix3\src\libs\wcautil\wcautil.vcxproj]
>
>
>
> I made sure in the registry that I have the sn –Vr values as mentioned in
> the document but I haven’t even gotten to the point of generating
> assemblies or even signed ones for that matter.
>
>
>
> Thoughts?
>
>
> ------------------------------------------------------------
> ------------------
> Dive into the World of Parallel Programming! The Go Parallel Website,
> sponsored by Intel and developed in partnership with Slashdot Media, is
> your
> hub for all things parallel software development, from weekly thought
> leadership blogs to news, videos, case studies, tutorials and more. Take a
> look and join the conversation now. http://goparallel.sourceforge.net
> _______________________________________________
> WiX-devs mailing list
> WiX-devs@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-devs
>
------------------------------------------------------------------------------
Dive into the World of Parallel Programming! The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net
_______________________________________________
WiX-devs mailing list
WiX-devs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-devs