From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19202 invoked by alias); 19 Dec 2002 00:41:17 -0000 Mailing-List: contact rhug-rhats-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Post: List-Help: , Sender: rhug-rhats-owner@sources.redhat.com Received: (qmail 19190 invoked from network); 19 Dec 2002 00:41:15 -0000 Received: from unknown (HELO gash2.peakpeak.com) (207.174.178.17) by 209.249.29.67 with SMTP; 19 Dec 2002 00:41:15 -0000 Received: from fleche.redhat.com (tz0181.peakpeak.com [207.174.69.181]) by gash2.peakpeak.com (8.9.3/8.9.3) with ESMTP id RAA30871; Wed, 18 Dec 2002 17:40:59 -0700 Received: by fleche.redhat.com (Postfix, from userid 1000) id AB52B4F8087; Wed, 18 Dec 2002 17:41:57 -0700 (MST) To: rhug-rhats@sources.redhat.com Subject: more bugs From: Tom Tromey Reply-To: tromey@redhat.com X-Attribution: Tom X-Zippy: This TOPS OFF my partygoing experience! Someone I DON'T LIKE is talking to me about a HEART-WARMING European film.. Date: Wed, 18 Dec 2002 16:41:00 -0000 Message-ID: <87wum6zvoq.fsf@fleche.redhat.com> User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2002-12/txt/msg00017.txt.bz2 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 `'. 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