You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Sergey Grebnov (JIRA)" <ji...@apache.org> on 2014/05/22 06:44:38 UTC

[jira] [Commented] (CB-6732) [WP8] Fix "MSBuild 64 bit is not supported" build error

    [ https://issues.apache.org/jira/browse/CB-6732?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14005605#comment-14005605 ] 

Sergey Grebnov commented on CB-6732:
------------------------------------

>From Jesse

> I think I have narrowed this down to something in superspawn, not sure 
> what though.
>
> When calling ```reg query``` we are getting different values based on 
> the way the .bat file is called
>
> c:\Test350> platforms\wp8\cordova\build
> MSBuildToolsPath: C:\Program Files (x86)\MSBuild\12.0\bin\ <= GOOD
>
> c:\Test350> cordova build wp8
> MSBuildToolsPath: C:\Program Files (x86)\MSBuild\12.0\bin\amd64\ <== 
> NOT GOOD, the x64 version will not work.


> [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)