[
https://issues.apache.org/jira/browse/THRIFT-3414?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14998788#comment-14998788
]
Hudson commented on THRIFT-3414:
--------------------------------
SUCCESS: Integrated in Thrift #1719 (See
[https://builds.apache.org/job/Thrift/1719/])
THRIFT-3414 #include <pwd.h> in THeaderTransport.h breaks windows build (nsuke:
rev 317d515428eed7a821d81c49e080c9aefeb39d35)
* lib/cpp/src/thrift/transport/THeaderTransport.h
> #include <pwd.h> in THeaderTransport.h breaks windows build
> -----------------------------------------------------------
>
> Key: THRIFT-3414
> URL: https://issues.apache.org/jira/browse/THRIFT-3414
> Project: Thrift
> Issue Type: Bug
> Components: C++ - Library
> Affects Versions: 0.9.4
> Environment: Visual Studio 2013
> Reporter: Pascal Bach
> Attachments: remove_pwd_h.patch
>
>
> The #include <pwd.h> in THeaderTransport.h breaks windows build, because it
> doesn't have a pwd.h.
> When removing the header I don't see any errors neither on Windows nor on
> Linux (GCC).
> I think the file is not needed at all. The attached patch removes it.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)