You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/08/05 09:46:20 UTC

[jira] [Commented] (IGNITE-1986) cpp: couldn't build cpp ignite-examples due to wrong parameters values in the project file

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

ASF GitHub Bot commented on IGNITE-1986:
----------------------------------------

Github user isapego closed the pull request at:

    https://github.com/apache/ignite/pull/256


> cpp: couldn't build cpp ignite-examples due to wrong parameters values in the project file
> ------------------------------------------------------------------------------------------
>
>                 Key: IGNITE-1986
>                 URL: https://issues.apache.org/jira/browse/IGNITE-1986
>             Project: Ignite
>          Issue Type: Bug
>          Components: platforms
>    Affects Versions: 1.5.0.final
>         Environment: Win7 64bit, MS Visual C++ 2010 Professional, Apache Ignite 1.5.0 build #79
>            Reporter: Vasilisa  Sidorova
>            Assignee: Vladimir Ozerov
>            Priority: Critical
>             Fix For: 1.5.0.final
>
>
> ---------------------------------------------
> DESCRIPTION
> ---------------------------------------------
> Couldn't build cpp ignite-examples due to wrong parameters values in the %IGNITE_HOME%\platforms\cpp\examples\project\vs\ignite-examples.vcxproj. PlatformToolset is v120 but should be v100 (local fix for this issue works good)
> ---------------------------------------------
> STEPS FOR REPRODUCE
> ---------------------------------------------
> # Open and build %IGNITE_HOME%\platforms\cpp\project\vs\ignite.sln
> # Open and build %IGNITE_HOME%\platforms\cpp\examples\project\vs\ignite-examples.sln
> ---------------------------------------------
> ACTUAL RESULT
> ---------------------------------------------
> Project doesn't built with error:
> Error	1	error MSB8008: Specified platform toolset (v120) is not installed or invalid. Please make sure that a supported PlatformToolset value is selected.	C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\Platforms\x64\Microsoft.Cpp.x64.Targets	507	6	ignite-examples
> ---------------------------------------------
> EXPECTED RESULT
> ---------------------------------------------
> Solution built without any exceptions
> --------------------------------------------
> ADDITIONAL INFO
> --------------------------------------------
> Second error is wrong ToolsVersion in the same project file.
> It's 12.0 and should be 4.0. Please, fix it.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)