[
https://issues.apache.org/jira/browse/THRIFT-4896?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16870499#comment-16870499
]
Kevin Wojniak commented on THRIFT-4896:
---------------------------------------
So this was my original theory, but after poking around some more, I think it
might be related to DEFAULT_INCLUDES which is getting inserted automatically
for cpp and c_glib Makefiles.
> cpp and c_glib include paths are added to source files
> ------------------------------------------------------
>
> Key: THRIFT-4896
> URL: https://issues.apache.org/jira/browse/THRIFT-4896
> Project: Thrift
> Issue Type: Bug
> Components: Build Process
> Reporter: Kevin Wojniak
> Priority: Major
>
> 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)