[Bug java/53817] New: The import antlr cannot be resolved
wbrana at gmail dot com
gcc-bugzilla@gcc.gnu.org
Sat Jun 30 11:29:00 GMT 2012
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53817
Bug #: 53817
Summary: The import antlr cannot be resolved
Classification: Unclassified
Product: gcc
Version: 4.7.1
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: java
AssignedTo: unassigned@gcc.gnu.org
ReportedBy: wbrana@gmail.com
Created attachment 27723
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=27723
log
build of stringtemplate with command
CLASSPATH=/usr/local/lib/libantlr.so gcj-4.7.1 -v -O3 -fPIC -shared -o test.so
`find src -type f -name '*.java'`
fails with error
src/org/antlr/stringtemplate/language/StringTemplateToken.java:30: error: The
import antlr cannot be resolved
import antlr.CommonToken;
see log
More information about the Gcc-bugs
mailing list