Re: [classpath-0.98 merge branch] update and status
Matthias Klose <[email protected]>
| Newsgroups | gmane.comp.gcc.java.devel |
|---|---|
| Message-ID | <[email protected]> |
Andrew John Hughes schrieb: > On 21:56 Sun 14 Sep , Matthias Klose wrote: >> Merged trunk into the classpath merge branch. >> >> Imported new classpath snapshot into the merge branch: >> >> - Reverted the Thread optimization (does require gcj local changes, >> and I did run out of time). >> >> - Don't explicitely configure with --disable-gjdoc. This needs >> configuration with --with-antlr-jar as well. >> >> - For ANTLR, the classpath configury wants a JAVA runtime (which >> currently is not configured/set). I added a check for the binary >> runantlr, which may be Debian/Ubuntu specific). Did not yet check, >> what is needed to run the installed gjdoc. >> > > At present, the build fails for me because I don't have a 'runantlr'. > How do we handle other such dependencies like gjavah? in maintainer mode, you are expected to have them. That's the case for gjavah and ecj1. But we need an antlr binary for a normal build as well if we do configure with --enable-gjdoc. Or we have to check for any "JAVA" interpreter and disable gjdoc if we cannot find one. Matthias