public inbox for rhug-rhats@sourceware.org
 help / color / mirror / Atom feed
* more bugs
@ 2002-12-18 16:41 Tom Tromey
  2002-12-18 17:18 ` Anthony Green
  0 siblings, 1 reply; 5+ messages in thread
From: Tom Tromey @ 2002-12-18 16:41 UTC (permalink / raw)
  To: rhug-rhats

I got BCEL to build by changing the top-level build order.
Also I had to change the top-level configure to know that
jakarta-regexp now has its own configure script.

Now I get the appended.

There doesn't appear to be a `de' directory anywhere in rhug.

I'm hoping someone out there can volunteer to make rhug build cleanly
with the latest cvs gcj.  The gcj 3.3 release is coming up, and
unfortunately at this point it looks like I'll barely be able to keep
up with it -- I probably won't have time to fix the rhug problems I
keep hitting.  I'd really like to have building rhug be a release
requirement for gcj, but I can only do that if rhug is in fact
buildable...

Tom

Making all in xalan
make[1]: Entering directory `/home/tromey/gnu/rhug/build/xalan'
gcj -C --encoding=8859_1 --classpath=upstream/src:../../rhug/xalan/../xerces/upstream/src:../../rhug/xalan/../BCEL/upstream:../../rhug/xalan/../cup/upstream:../../rhug/xalan/../gnu.regexp/upstream/src:../../rhug/xalan/upstream/src -O2 -d upstream/src ../../rhug/xalan/upstream/src/org/apache/xalan/xsltc/cmdline/Compile.java
../../rhug/xalan/upstream/src/org/apache/xalan/xsltc/compiler/Constants.java:66: error: Class or interface `de.fub.bytecode.generic.InstructionConstants' not found in import.
   import de.fub.bytecode.generic.InstructionConstants;
          ^
../../rhug/xalan/upstream/src/org/apache/xalan/xsltc/compiler/Constants.java:68: error: Superinterface `InstructionConstants' of interface `org.apache.xalan.xsltc.compiler.Constants' not found.
   public interface Constants extends InstructionConstants {
                                      ^
../../rhug/xalan/upstream/src/org/apache/xalan/xsltc/compiler/XSLTC.java:89: error: Class or interface `de.fub.bytecode.classfile.JavaClass' not found in import.
   import de.fub.bytecode.classfile.JavaClass;
          ^
../../rhug/xalan/upstream/src/org/apache/xalan/xsltc/compiler/FlowList.java:76: error: Type `InstructionHandle' not found in the declaration of the argument `bh' of method `<init>'.
       public FlowList(InstructionHandle bh) {
                       ^
../../rhug/xalan/upstream/src/org/apache/xalan/xsltc/compiler/FlowList.java:85: error: Type `InstructionHandle' not found in the declaration of the argument `bh' of method `add'.
       public FlowList add(InstructionHandle bh) {
                           ^
../../rhug/xalan/upstream/src/org/apache/xalan/xsltc/compiler/FlowList.java:112: error: Type `InstructionHandle' not found in the declaration of the argument `target' of method `backPatch'.
       public void backPatch(InstructionHandle target) {
                             ^
../../rhug/xalan/upstream/src/org/apache/xalan/xsltc/compiler/FlowList.java:116: error: Type `BranchHandle' not found in the declaration of the local variable `bh'.
   		BranchHandle bh = (BranchHandle)_elements.elementAt(i);
                   ^
../../rhug/xalan/upstream/src/org/apache/xalan/xsltc/compiler/util/Type.java:290: confused by earlier errors, bailing out
make[1]: *** [upstream/src/org/apache/xalan/xsltc/cmdline/Compile.class] Error 1
make[1]: Leaving directory `/home/tromey/gnu/rhug/build/xalan'
make: *** [all-recursive] Error 1

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2002-12-19  2:28 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-12-18 16:41 more bugs Tom Tromey
2002-12-18 17:18 ` Anthony Green
2002-12-18 17:23   ` Tom Tromey
2002-12-18 18:28     ` Anthony Green
2002-12-18 17:52   ` Dhek Bhun Kho

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).