[jira] [Updated] (THRIFT-3129) Unexpected include behavior

2015-05-06 Thread David Ehrmann (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3129?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Ehrmann updated THRIFT-3129: -- Description: I have the following directory structure: {code} ./project0/wrapper.thrift

[jira] [Comment Edited] (THRIFT-3129) Unexpected include behavior

2015-05-06 Thread David Ehrmann (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3129?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14530239#comment-14530239 ] David Ehrmann edited comment on THRIFT-3129 at 5/6/15 9:40 AM

[jira] [Comment Edited] (THRIFT-3129) Unexpected include behavior

2015-05-06 Thread David Ehrmann (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3129?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14530239#comment-14530239 ] David Ehrmann edited comment on THRIFT-3129 at 5/6/15 9:40 AM

[jira] [Updated] (THRIFT-3129) Unexpected include behavior

2015-05-06 Thread David Ehrmann (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3129?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Ehrmann updated THRIFT-3129: -- Description: I have the following directory structure: {code} ./project0/wrapper.thrift

[jira] [Comment Edited] (THRIFT-3129) Unexpected include behavior

2015-05-06 Thread David Ehrmann (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3129?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14530239#comment-14530239 ] David Ehrmann edited comment on THRIFT-3129 at 5/6/15 9:37 AM

[jira] [Comment Edited] (THRIFT-3129) Unexpected include behavior

2015-05-06 Thread David Ehrmann (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3129?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14530239#comment-14530239 ] David Ehrmann edited comment on THRIFT-3129 at 5/6/15 9:35 AM

[jira] [Commented] (THRIFT-3129) Unexpected include behavior

2015-05-06 Thread David Ehrmann (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3129?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14530239#comment-14530239 ] David Ehrmann commented on THRIFT-3129: --- Using the file, not the path, was a copy

[jira] [Created] (THRIFT-3129) Unexpected include behavior

2015-05-06 Thread David Ehrmann (JIRA)
David Ehrmann created THRIFT-3129: - Summary: Unexpected include behavior Key: THRIFT-3129 URL: https://issues.apache.org/jira/browse/THRIFT-3129 Project: Thrift Issue Type: Bug Affects

[jira] [Commented] (THRIFT-3129) Unexpected include behavior

2015-05-06 Thread David Ehrmann (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3129?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14530331#comment-14530331 ] David Ehrmann commented on THRIFT-3129: --- Good catch. Thanks! Unexpected include

[jira] [Closed] (THRIFT-3129) Unexpected include behavior

2015-05-06 Thread David Ehrmann (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3129?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Ehrmann closed THRIFT-3129. - Resolution: Invalid Unexpected include behavior

[jira] [Created] (THRIFT-3123) Missing include in compiler/cpp/src/main.h breaks build in some environments

2015-05-04 Thread David Ehrmann (JIRA)
David Ehrmann created THRIFT-3123: - Summary: Missing include in compiler/cpp/src/main.h breaks build in some environments Key: THRIFT-3123 URL: https://issues.apache.org/jira/browse/THRIFT-3123

[GitHub] thrift pull request: THRIFT-3123: Include stdio.h to get a definit...

2015-05-04 Thread ehrmann
GitHub user ehrmann opened a pull request: https://github.com/apache/thrift/pull/477 THRIFT-3123: Include stdio.h to get a definition for FILE `FILE` is referenced on line 102 `extern FILE* yyin;`. I was cross compiling, and the definition for `FILE` not being included caused