Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 262319

Summary: dev-java/antlr fails to build with gcc 4.4
Product: Gentoo Linux Reporter: Paul Mulders <justinkb>
Component: [OLD] GCC PortingAssignee: Java team <java>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 249226    
Attachments: patch to make it build with gcc 4.4

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.