Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Workaround
-
None
-
None
-
Microsoft Visual Studio Enterprise 2015
Version 14.0.25123.00 Update 2
Microsoft .NET Framework
Version 4.6.01055Installed Version: Enterprise
Architecture and Modeling Tools 00322-80000-00000-AA924
Microsoft Architecture and Modeling ToolsUML® 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 2015Visual C# 2015 00322-80000-00000-AA924
Microsoft Visual C# 2015Visual C++ 2015 00322-80000-00000-AA924
Microsoft Visual C++ 2015Application Insights Tools for Visual Studio Package 5.209.60613.1
Application Insights Tools for Visual StudioASP.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=309563ASP.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 ServiceJavaScript Project System 2.0
JavaScript Project SystemMicrosoft Azure Mobile Services Tools 1.4
Microsoft Azure Mobile Services ToolsNuGet 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 ToolsTypeScript 1.8.31.0
TypeScript tools for Visual StudioMicrosoft 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
Description
Based on the current git master branch.
The project's t_generator.h want to use the header file version.h:
#include "thrift/version.h"
The file does not exist but version.h.in is there and looks to be expected by the CMake build's CMakeLists.txt:
configure_file(${CMAKE_CURRENT_SOURCE_DIR}/src/thrift/version.h.in ${CMAKE_CURRENT_BINARY_DIR}/thrift/version.h)
As a workaround I just copied version.h.in to version.h.
It would be nice to fix this.
Attachments
Issue Links
- Is contained by
-
THRIFT-3973 Remove MSVC C++ projects to improve maintainability; document building Thrift on Windows using CMake to generate project files
- Open
- is related to
-
THRIFT-3832 Thrift version 0.9.3 example on Windows, Visual Studio, linking errors during compiling
- Closed
-
THRIFT-3810 unresolved external symbol "public: virtual void __cdecl apache::thrift::server::TServerFramework::serve(void)" (?serve@TServerFramework@server@thrift@apache@@UEAAXXZ)
- Closed