Return-Path: X-Original-To: apmail-ignite-dev-archive@minotaur.apache.org Delivered-To: apmail-ignite-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D241D18CAC for ; Mon, 23 Nov 2015 17:16:16 +0000 (UTC) Received: (qmail 69071 invoked by uid 500); 23 Nov 2015 17:16:11 -0000 Delivered-To: apmail-ignite-dev-archive@ignite.apache.org Received: (qmail 68928 invoked by uid 500); 23 Nov 2015 17:16:11 -0000 Mailing-List: contact dev-help@ignite.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ignite.apache.org Delivered-To: mailing list dev@ignite.apache.org Received: (qmail 68789 invoked by uid 99); 23 Nov 2015 17:16:11 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 23 Nov 2015 17:16:11 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 013AC2C1F56 for ; Mon, 23 Nov 2015 17:16:11 +0000 (UTC) Date: Mon, 23 Nov 2015 17:16:11 +0000 (UTC) From: "Vasilisa Sidorova (JIRA)" To: dev@ignite.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (IGNITE-1986) cpp: couldn't build cpp ignite-examples due to wrong parameters values in the project file MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Vasilisa Sidorova created IGNITE-1986: ------------------------------------------ Summary: 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 Affects Versions: 1.5 Environment: Win7 64bit, MS Visual C++ 2010 Professional, Apache Ignite 1.5.0 build #79 Reporter: Vasilisa Sidorova Priority: Critical Fix For: 1.5 --------------------------------------------- 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)