This is the mail archive of the rhug-rhats@sources.redhat.com mailing list for the RHUG 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]

more bugs


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


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