Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 262319 - dev-java/antlr fails to build with gcc 4.4
Summary: dev-java/antlr fails to build with gcc 4.4
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GCC Porting (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Java team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: gcc-4.4
  Show dependency tree
 
Reported: 2009-03-12 22:42 UTC by Paul Mulders
Modified: 2009-03-29 21:57 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
patch to make it build with gcc 4.4 (gcc-4.4.patch,257 bytes, patch)
2009-03-12 22:44 UTC, Paul Mulders
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Paul Mulders 2009-03-12 22:42:47 UTC
dev-java/antlr fails to build with gcc 4.4-svn due to missing header include

Reproducible: Always




fails with error "EOF" not declared in this scope. #include <cstdio> is missing. patch attached
Comment 1 Paul Mulders 2009-03-12 22:44:14 UTC
Created attachment 184851 [details, diff]
patch to make it build with gcc 4.4
Comment 2 Petteri Räty (RETIRED) gentoo-dev 2009-03-29 21:57:54 UTC
Fixed. Thanks for the patch.