GNOME Bugzilla – Bug 641565
Build: build-installer.js: compile-target 'candel.exe' parameter 'platform' not set
Last modified: 2011-02-07 00:11:23 UTC
Created attachment 180132 [details] Screenshot of error (only on screen for .3 of a second!) build-installer.js fails build with error CNDL0264 "The parameter 'platform' is missing orhas an invalid value MCD. Possible values are x86, x64, or ia64." This is in Installer.wixproj (default target) (1) -> (Compile target) -> candle.exe. Suggested fix: set 'platform' to x86, if we are only supporting this architecture (for now) on Windows.
Does anyone know where the wix target parameters for candle.exe would be set?
I have pinpointed this to Installer.wixproj line3 "<Platform Condition=" '$(Platform)' == '' ">x86</Platform>" when removing the Condition it builds successfully. Do we need the Condition for anything specific?
Created attachment 180238 [details] [review] Remove "Condition" from <Platform> to fix bgo#641565
Comment on attachment 180238 [details] [review] Remove "Condition" from <Platform> to fix bgo#641565 Committed, thanks Matt