You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "Gary Gregory (JIRA)" <ji...@apache.org> on 2016/11/09 17:57:58 UTC

[jira] [Created] (THRIFT-3965) VisualStudio project cannot build compiler CPP project

Gary Gregory created THRIFT-3965:
------------------------------------

             Summary: VisualStudio project cannot build compiler CPP project
                 Key: THRIFT-3965
                 URL: https://issues.apache.org/jira/browse/THRIFT-3965
             Project: Thrift
          Issue Type: Bug
          Components: Compiler (General)
         Environment: Microsoft Visual Studio Enterprise 2015
Version 14.0.25123.00 Update 2
Microsoft .NET Framework
Version 4.6.01055

Installed Version: Enterprise

Architecture and Modeling Tools   00322-80000-00000-AA924
Microsoft Architecture and Modeling Tools
    
UML® and Unified Modeling Language™ are trademarks or registered trademarks of the Object Management Group, Inc. in the United States and other countries.

Visual Basic 2015   00322-80000-00000-AA924
Microsoft Visual Basic 2015

Visual C# 2015   00322-80000-00000-AA924
Microsoft Visual C# 2015

Visual C++ 2015   00322-80000-00000-AA924
Microsoft Visual C++ 2015

Application Insights Tools for Visual Studio Package   5.209.60613.1
Application Insights Tools for Visual Studio

ASP.NET and Web Tools 2015.1 (Beta8)   14.1.11106.0
ASP.NET and Web Tools 2015.1 (Beta8)

ASP.NET Web Frameworks and Tools 2012.2   4.1.41102.0
For additional information, visit http://go.microsoft.com/fwlink/?LinkID=309563

ASP.NET Web Frameworks and Tools 2013   5.2.40314.0
For additional information, visit http://www.asp.net/

Common Azure Tools   1.7
Provides common services for use by Azure Mobile Services and Microsoft Azure Tools.

JavaScript Language Service   2.0
JavaScript Language Service

JavaScript Project System   2.0
JavaScript Project System

Microsoft Azure Mobile Services Tools   1.4
Microsoft Azure Mobile Services Tools

NuGet Package Manager   3.4.4
NuGet Package Manager in Visual Studio. For more information about NuGet, visit http://docs.nuget.org/.

PreEmptive Analytics Visualizer   1.2
Microsoft Visual Studio extension to visualize aggregated summaries from the PreEmptive Analytics product.

SQL Server Data Tools   14.0.60311.1
Microsoft SQL Server Data Tools

TypeScript   1.8.31.0
TypeScript tools for Visual Studio
            Reporter: Gary Gregory


Based on the current git master branch.

The project's {{t_generator.h}} want to use the header file {{version.h}}:

{code}
#include "thrift/version.h"
{code}

The file does not exist but {{version.h.in}} is there and looks to be expected by the CMake build's {{CMakeLists.txt}}:

{code}
configure_file(${CMAKE_CURRENT_SOURCE_DIR}/src/thrift/version.h.in ${CMAKE_CURRENT_BINARY_DIR}/thrift/version.h)
{code}

As a workaround I just copied {{version.h.in}} to {{version.h}}.

It would be nice to fix this.



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