[
https://issues.apache.org/jira/browse/THRIFT-1614?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Krishna Guda updated THRIFT-1614:
---------------------------------
Comment: was deleted
(was: The above change will actually be a fix if the below change is done as
well. for windows .vcxproj needs to be set accordingly.
file: compiler/cpp/Makefile.am
lines can be changed from:
107 clean-local:
108 $(RM) thriftl.cc thrifty.cc thrifty.h version.h windows/version.h
to:
107 clean-local:
108 $(RM) thriftl.cc thrifty.cc thrifty.hh version.h windows/version.h
)
> Thrift build from svn repo sources fails with automake-1.12
> -----------------------------------------------------------
>
> Key: THRIFT-1614
> URL: https://issues.apache.org/jira/browse/THRIFT-1614
> Project: Thrift
> Issue Type: Bug
> Components: Build Process
> Affects Versions: 0.9
> Environment: Reproduced on OS X 10.7 with homebrew automake-1.12
> Reporter: Andrew Cox
>
> The yacc.am included in automake-1.12 creates the file "thrifty.hh" instead
> of "thrifty.h", but the generated file "thriftl.cc" includes "thrifty.h".
> Problem goes away when I downgrade automake to 1.11.5
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira