Return-Path: X-Original-To: apmail-cordova-issues-archive@minotaur.apache.org Delivered-To: apmail-cordova-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 7503B117A5 for ; Thu, 22 May 2014 05:59:38 +0000 (UTC) Received: (qmail 15321 invoked by uid 500); 22 May 2014 05:59:38 -0000 Delivered-To: apmail-cordova-issues-archive@cordova.apache.org Received: (qmail 15304 invoked by uid 500); 22 May 2014 05:59:38 -0000 Mailing-List: contact issues-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cordova.apache.org Delivered-To: mailing list issues@cordova.apache.org Received: (qmail 15295 invoked by uid 99); 22 May 2014 05:59:38 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 22 May 2014 05:59:38 +0000 Date: Thu, 22 May 2014 05:59:38 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: issues@cordova.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CB-6732) [WP8] Fix "MSBuild 64 bit is not supported" build error MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CB-6732?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14005645#comment-14005645 ] ASF GitHub Bot commented on CB-6732: ------------------------------------ GitHub user sgrebnov opened a pull request: https://github.com/apache/cordova-wp8/pull/36 CB-6732 [WP8] Fix "MSBuild 64 bit is not supported" build error https://issues.apache.org/jira/browse/CB-6732 Added fix based on process bitness check and exciting appropriate query. Tested for running build command from cli and directly calling build.bat from x64 and x86 modes. More details could be found here: http://msdn.microsoft.com/en-us/library/aa384274.aspx Alternatively, we can simply remove 'amd64' from the tools path returned by RegRead query You can merge this pull request into a Git repository by running: $ git pull https://github.com/MSOpenTech/cordova-wp8 CB-6732 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/cordova-wp8/pull/36.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #36 ---- commit 14d13715f206c7125de06fe81c16659af6a3d1dc Author: sgrebnov Date: 2014-05-22T05:53:58Z CB-6732 [WP8] Fix "MSBuild 64 bit is not supported" build error ---- > [WP8] Fix "MSBuild 64 bit is not supported" build error > ------------------------------------------------------- > > Key: CB-6732 > URL: https://issues.apache.org/jira/browse/CB-6732 > Project: Apache Cordova > Issue Type: Bug > Components: WP8 > Affects Versions: 3.5.0 > Environment: Windows 8.x x64, VS 2013 > Reporter: Sergey Grebnov > Assignee: Sergey Grebnov > > From dev mail thread: > Our change to not require msbuild in the user environment path is failing. System returns (respectively) : > C:\Program Files (x86)\MSBuild\12.0\bin\amd64\ > and > C:\Windows\Microsoft.NET\Framework64\v4.0.30319\ > Which results in the following error message: > "Building Windows Phone application using MSBuild 64 bit is not supported. If you are using TFS build definitions, change the MSBuild platform to x86." -- This message was sent by Atlassian JIRA (v6.2#6252)