[
https://issues.apache.org/jira/browse/THRIFT-3493?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jens Geyer updated THRIFT-3493:
-------------------------------
Description:
1. Thrift.cpp should be removed from the libthrift.vcxproj file, this is not
used anymore, causes compile time error.
2. Missing TProtocol.cpp and TOutput.cpp from libthrift.vcxproj results in
linker errors.
0.9.2 was ok, none of these problems were found there
----
GitHub user kcris opened a pull request:
https://github.com/apache/thrift/pull/745
[fix] libthrift.vcxproj was not compilable with Visual Studio
libthrift.vcxproj did not properly include TOutput.cpp and TProtocol.cpp
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/kcris/thrift fix]-compile-issue-with-MSVC
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/thrift/pull/745.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #745
----
commit 5ff420b3cb55deecd5b2e1b47c37322c82802024
Author: KCris <[email protected]>
Date: 2015-12-16T15:02:56Z
[fix] libthrift.vcxproj was not compilable with Visual Studio
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
was:
1. Thrift.cpp should be removed from the libthrift.vcxproj file, this is not
used anymore, causes compile time error.
2. Missing TProtocol.cpp and TOutput.cpp from libthrift.vcxproj results in
linker errors.
0.9.2 was ok, none of these problems were found there
see pull request on github
> libthrift does not compile on windows using visual studio
> ---------------------------------------------------------
>
> Key: THRIFT-3493
> URL: https://issues.apache.org/jira/browse/THRIFT-3493
> Project: Thrift
> Issue Type: Bug
> Components: C++ - Library
> Affects Versions: 0.9.3
> Environment: windows
> visual studio
> Reporter: Cristian Tarsoaga
> Priority: Minor
> Labels: build-failure, patch, windows,
> Fix For: 0.9.4
>
>
> 1. Thrift.cpp should be removed from the libthrift.vcxproj file, this is not
> used anymore, causes compile time error.
> 2. Missing TProtocol.cpp and TOutput.cpp from libthrift.vcxproj results in
> linker errors.
> 0.9.2 was ok, none of these problems were found there
> ----
> GitHub user kcris opened a pull request:
> https://github.com/apache/thrift/pull/745
> [fix] libthrift.vcxproj was not compilable with Visual Studio
> libthrift.vcxproj did not properly include TOutput.cpp and TProtocol.cpp
> You can merge this pull request into a Git repository by running:
> $ git pull https://github.com/kcris/thrift fix]-compile-issue-with-MSVC
> Alternatively you can review and apply these changes as the patch at:
> https://github.com/apache/thrift/pull/745.patch
> To close this pull request, make a commit to your master/trunk branch
> with (at least) the following in the commit message:
> This closes #745
>
> ----
> commit 5ff420b3cb55deecd5b2e1b47c37322c82802024
> Author: KCris <[email protected]>
> Date: 2015-12-16T15:02:56Z
> [fix] libthrift.vcxproj was not compilable with Visual Studio
> ----
> ---
> If your project is set up for it, you can reply to this email and have your
> reply appear on GitHub as well. If your project does not have this feature
> enabled and wishes so, or if the feature is enabled but not working, please
> contact infrastructure at [email protected] or file a JIRA ticket
> with INFRA.
> ---
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)