[wix-users] Trying to build 3.10 and have build errors... help! [P]

Hoover, Jacob Jacob.Hoover at greenheck.com
Thu Dec 17 12:15:29 PST 2015


I don't ever use the VS command prompt. I always just msbuild from the root folder of the wix source tree. (IE, eliminate the vsvars.)

I also only ever run the one time build once, as an elevated process.  For source builds, I never build elevated.  I forget the exact command line parameters I had to use on my 2015 build machine, I'll see if I can remember to dig mine up later tonight when I have access to that VM.


-----Original Message-----
From: wix-users [mailto:wix-users-bounces at lists.wixtoolset.org] On Behalf Of Steven Ogilvie
Sent: Thursday, December 17, 2015 1:33 PM
To: WiX Toolset Users Mailing List <wix-users at lists.wixtoolset.org>; WiX Dev User List <wix-devs at lists.wixtoolset.org>
Subject: Re: [wix-users] Trying to build 3.10 and have build errors... help! [P]

Classification: Public
I really would appreciate help on this... I don't want to uninstall VS 2015 since we are upgrading to VS 2015...




This message has been marked as Public by Steven Ogilvie on December-17-15 2:33:01 PM.

The above classification labels were added to the message by TITUS Message Classification. 
For more information visit www.titus.com.

-----Original Message-----
From: wix-users [mailto:wix-users-bounces at lists.wixtoolset.org] On Behalf Of Steve Ogilvie
Sent: December-16-15 11:40 AM
To: WiX Dev User List <wix-devs at lists.wixtoolset.org>; WiX User List <wix-users at lists.wixtoolset.org>
Subject: [wix-users] Trying to build 3.10 and have build errors... help!

Hi folks,
I have Visual Studio 2010/2012/2013/2015 installed I was using 2012 to build WiX 3.10 before now using VS 2015 (recently installed it)Original problem was that when I installed VS 2015 I did not install C++, so went back and installed C++ for VS 2015 (is not selected by default :( The way I build is:

rem build WIX
if exist "%ProgramFiles(x86)%\Microsoft Visual Studio 14.0\Common7\Tools\vsvars32.bat" call "%ProgramFiles(x86)%\Microsoft Visual Studio 14.0\Common7\Tools\vsvars32.bat"
if exist "%ProgramFiles(x86)%\Microsoft Visual Studio 14.0\Common7\Tools\vsvars32.bat" goto varset if exist "%ProgramFiles%\Microsoft Visual Studio 14.0\Common7\Tools\vsvars32.bat" call "%ProgramFiles%\Microsoft Visual Studio 14.0\Common7\Tools\vsvars32.bat"
if exist "%ProgramFiles%\Microsoft Visual Studio 14.0\Common7\Tools\vsvars32.bat" goto varset :varset 

rem one time run
rem call "C:\Program Files (x86)\MSBuild\14.0\Bin\msbuild.exe" .\tools\OneTimeWixBuildInitialization.proj /p:Configuration=Release rem Normal build call "C:\Program Files (x86)\MSBuild\14.0\Bin\msbuild.exe" wix.proj /p:VisualStudioVersion=14.0 /p:Configuration=Release 

in an elevated cmd prompt:
I get these errors:

Build FAILED.
"C:\Dev\SetupCommon\Main\WIX_ToolSet_v3.10\wix.proj" (default target) (1) ->"C:\Dev\SetupCommon\Main\WIX_ToolSet_v3.10\src\dtf\dtf.proj" (default target) (14) ->"C:\Dev\SetupCommon\Main\WIX_ToolSet_v3.10\src\dtf\Documents\Guide\dtfguide.helpproj" (default target) (39) ->"C:\Dev\SetupCommon\Main\WIX_ToolSet_v3.10\src\dtf\Documents\Reference\dtfref.shfbproj" (default target) (40) ->(CoreBuildHelp target) ->  SHFB : warning BHT0001: Unable to get executing project:  Unable to obtain matching project from the global collection.  The specified project will be loaded but command line property overrides will be ignored. [C:\Dev\SetupCommon\Main\WIX_ToolSet_v3.10\src\dtf\Documents\Reference\dtfref.shfbproj]

"C:\Dev\SetupCommon\Main\WIX_ToolSet_v3.10\wix.proj" (default target) (1) ->"C:\Dev\SetupCommon\Main\WIX_ToolSet_v3.10\src\votive\votive.proj" (default target) (68) ->"C:\Dev\SetupCommon\Main\WIX_ToolSet_v3.10\src\votive\votive2010\votive2010.csproj" (default target) (69) ->(ResolveAssemblyReferences target) ->  C:\Program Files (x86)\MSBuild\14.0\bin\Microsoft.Common.CurrentVersion.targets(1819,5): warning MSB3277: Found conflicts between different versions of the same dependent assembly that could not be resolved.  These reference conflicts are listed in the build log when log verbosity is set to detailed. [C:\Dev\SetupCommon\Main\WIX_ToolSet_v3.10\src\votive\votive2010\votive2010.csproj]

"C:\Dev\SetupCommon\Main\WIX_ToolSet_v3.10\wix.proj" (default target) (1) ->"C:\Dev\SetupCommon\Main\WIX_ToolSet_v3.10\src\dtf\dtf.proj" (default target) (14) ->"C:\Dev\SetupCommon\Main\WIX_ToolSet_v3.10\src\dtf\Documents\Guide\dtfguide.helpproj" (default target) (39) ->"C:\Dev\SetupCommon\Main\WIX_ToolSet_v3.10\src\dtf\Documents\Reference\dtfref.shfbproj" (default target) (40) ->(CoreBuildHelp target) ->  SHFB : error BE0032: Reflection data files do not exist yet [C:\Dev\SetupCommon\Main\WIX_ToolSet_v3.10\src\dtf\Documents\Reference\dtfref.shfbproj]

"C:\Dev\SetupCommon\Main\WIX_ToolSet_v3.10\wix.proj" (default target) (1) ->"C:\Dev\SetupCommon\Main\WIX_ToolSet_v3.10\src\burn\burn.proj" (default target) (62) ->"C:\Dev\SetupCommon\Main\WIX_ToolSet_v3.10\src\libs\libs.proj" (default target) (63) ->"C:\Dev\SetupCommon\Main\WIX_ToolSet_v3.10\src\libs\libs_multitarget.proj" (default target) (64) ->"C:\Dev\SetupCommon\Main\WIX_ToolSet_v3.10\src\libs\wcautil\wcautil.vcxproj" (default target) (65) ->(ClCompile target) ->  C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\include\windows.h(151): fatal error C1083: Cannot open include file: 'excpt.h': No such file or directory [C:\Dev\SetupCommon\Main\WIX_ToolSet_v3.10\src\libs\wcautil\wcautil.vcxproj]

"C:\Dev\SetupCommon\Main\WIX_ToolSet_v3.10\wix.proj" (default target) (1) ->"C:\Dev\SetupCommon\Main\WIX_ToolSet_v3.10\src\burn\burn.proj" (default target) (62) ->"C:\Dev\SetupCommon\Main\WIX_ToolSet_v3.10\src\libs\libs.proj" (default target) (63) ->"C:\Dev\SetupCommon\Main\WIX_ToolSet_v3.10\src\libs\libs_multitarget.proj" (default target) (64:2) ->"C:\Dev\SetupCommon\Main\WIX_ToolSet_v3.10\src\libs\wcautil\wcautil.vcxproj" (default target) (65:5) ->  C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\include\windows.h(151): fatal error C1083: Cannot open include file: 'excpt.h': No such file or directory [C:\Dev\SetupCommon\Main\WIX_ToolSet_v3.10\src\libs\wcautil\wcautil.vcxproj]
    2 Warning(s)    3 Error(s)
Time Elapsed 00:00:28.55 		 	   		  

____________________________________________________________________
WiX Toolset Users Mailing List provided by FireGiant http://www.firegiant.com/

____________________________________________________________________
WiX Toolset Users Mailing List provided by FireGiant http://www.firegiant.com/


More information about the wix-users mailing list