[ https://issues.apache.org/jira/browse/LUCENE-472?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12560501#action_12560501 ]
michele edited comment on LUCENE-472 at 1/18/08 11:09 AM: --------------------------------------------------------------- Updated version. It fixes three small problems. First, in the Makefile, a .jar name is wrong. Second, released gcj cannot resolve inner classes declared in a base class if they are not fully specified with the name of the base class. Third, gcj is not smart enough to allow full java final semantics. was (Author: michele): Updated version > Some fixes to let gcj 3.4.2 build lucene using ant gcj target > ------------------------------------------------------------- > > Key: LUCENE-472 > URL: https://issues.apache.org/jira/browse/LUCENE-472 > Project: Lucene - Java > Issue Type: Bug > Affects Versions: CVS Nightly - Specify date in submission > Reporter: Michele Bini > Priority: Minor > Fix For: 2.3 > > Attachments: gcj-build.diff, gcj-build.diff > > > I'm attaching a patch that fixes two problems with the gcj build. > First, some imports in lucene.search.FieldCacheImpl.java that gcj requires > but jdk doesn't were missing. > Second, the Makefile uses the wrong name for the lucene-core .jar file. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]