[ 
https://issues.apache.org/jira/browse/THRIFT-3492?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Cristian Tarsoaga closed THRIFT-3492.
-------------------------------------
    Resolution: Duplicate

sorry for double posting this

> libthrift does not compile on windows, using visual studio
> ----------------------------------------------------------
>
>                 Key: THRIFT-3492
>                 URL: https://issues.apache.org/jira/browse/THRIFT-3492
>             Project: Thrift
>          Issue Type: Bug
>          Components: C++ - Library
>    Affects Versions: 0.9.3
>         Environment: windows
> visual studio
>            Reporter: Cristian Tarsoaga
>            Priority: Minor
>              Labels: build, patch, windows
>
> diff --git a/lib/cpp/libthrift.vcxproj b/lib/cpp/libthrift.vcxproj
> index b4f1c50..4feb1d7 100644
> --- a/lib/cpp/libthrift.vcxproj
> +++ b/lib/cpp/libthrift.vcxproj
> @@ -1,4 +1,4 @@
> -?<?xml version="1.0" encoding="utf-8"?>
> +<?xml version="1.0" encoding="utf-8"?>
>  <Project DefaultTargets="Build" ToolsVersion="4.0" 
> xmlns="http://schemas.microsoft.com/developer/msbuild/2003";>
>    <ItemGroup Label="ProjectConfigurations">
>      <ProjectConfiguration Include="Debug-mt|Win32">
> @@ -47,12 +47,13 @@
>      <ClCompile Include="src\thrift\protocol\TBase64Utils.cpp" />
>      <ClCompile Include="src\thrift\protocol\TDebugProtocol.cpp"/>
>      <ClCompile Include="src\thrift\protocol\TJSONProtocol.cpp"/>
> +    <ClCompile Include="src\thrift\protocol\TProtocol.cpp"/>
>      <ClCompile Include="src\thrift\protocol\TMultiplexedProtocol.cpp"/>
>      <ClCompile Include="src\thrift\server\TSimpleServer.cpp"/>
>      <ClCompile Include="src\thrift\server\TThreadPoolServer.cpp"/>
>      <ClCompile Include="src\thrift\server\TThreadedServer.cpp"/>
>      <ClCompile Include="src\thrift\TApplicationException.cpp"/>
> -    <ClCompile Include="src\thrift\Thrift.cpp"/>
> +    <ClCompile Include="src\thrift\TOutput.cpp"/>
>      <ClCompile Include="src\thrift\transport\TBufferTransports.cpp"/>
>      <ClCompile Include="src\thrift\transport\TFDTransport.cpp" />
>      <ClCompile Include="src\thrift\transport\THttpClient.cpp" />
> @@ -93,6 +94,7 @@
>      <ClInclude Include="src\thrift\server\TThreadedServer.h" />
>      <ClInclude Include="src\thrift\TApplicationException.h" />
>      <ClInclude Include="src\thrift\Thrift.h" />
> +    <ClInclude Include="src\thrift\TOutput.h" />
>      <ClInclude Include="src\thrift\TProcessor.h" />
>      <ClInclude Include="src\thrift\transport\TBufferTransports.h" />
>      <ClInclude Include="src\thrift\transport\TFDTransport.h" />



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

Reply via email to