This is the mail archive of the java-prs@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug java/53817] New: The import antlr cannot be resolved


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]