You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "James E. King III (JIRA)" <ji...@apache.org> on 2019/07/01 18:08:00 UTC

[jira] [Resolved] (THRIFT-4896) cpp and c_glib include paths are added to source files when building

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

James E. King III resolved THRIFT-4896.
---------------------------------------
       Resolution: Fixed
         Assignee: James E. King III
    Fix Version/s: 0.13.0

> cpp and c_glib include paths are added to source files when building
> --------------------------------------------------------------------
>
>                 Key: THRIFT-4896
>                 URL: https://issues.apache.org/jira/browse/THRIFT-4896
>             Project: Thrift
>          Issue Type: Bug
>          Components: Build Process
>            Reporter: Kevin Wojniak
>            Assignee: James E. King III
>            Priority: Major
>             Fix For: 0.13.0
>
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> AM_CPPFLAGS is used by cpp and c_glib. They both add their include directories to AM_CPPFLAGS. However, since thrift header files names are generic (e.g. Processor.h) and can be reused per language, like with cpp and cocoa (as of 0.12), there is possibility for conflict due cpp and cocoa using same header file names. Automake supports target_CPPFLAGS instead which appears to limit the compile flags scope.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)