From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1449 invoked by alias); 31 Oct 2002 02:21:45 -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 1386 invoked from network); 31 Oct 2002 02:21:44 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 31 Oct 2002 02:21:44 -0000 Received: from int-mx2.corp.redhat.com (nat-pool-rdu-dmz.redhat.com [172.16.52.200]) by mx1.redhat.com (8.11.6/8.11.6) with ESMTP id g9V1xhw12216 for ; Wed, 30 Oct 2002 20:59:43 -0500 Received: from potter.sfbay.redhat.com (potter.sfbay.redhat.com [172.16.27.15]) by int-mx2.corp.redhat.com (8.11.6/8.11.6) with ESMTP id g9V2Lgl16964; Wed, 30 Oct 2002 21:21:42 -0500 Received: from dhcp-172-16-25-144.sfbay.redhat.com (dhcp-172-16-25-144.sfbay.redhat.com [172.16.25.144]) by potter.sfbay.redhat.com (8.11.6/8.11.6) with ESMTP id g9V2LgD21891; Wed, 30 Oct 2002 18:21:42 -0800 Subject: Re: RHUG compile-time failure From: Anthony Green To: Nicholas Wourms Cc: rhug-rhats@sources.redhat.com In-Reply-To: <3DBEB42F.6030001@myrealbox.com> References: <3DBEB42F.6030001@myrealbox.com> Content-Type: text/plain Content-Transfer-Encoding: 7bit Date: Wed, 30 Oct 2002 18:21:00 -0000 Message-Id: <1036027288.1591.30.camel@dhcppc2> Mime-Version: 1.0 X-SW-Source: 2002-10/txt/msg00009.txt.bz2 On Tue, 2002-10-29 at 08:15, Nicholas Wourms wrote: > I get the following error during the build process: > make[1]: Entering directory `/usr/src/projects/rhug/rhug/rhino' > gcj -C --encoding=UTF-8 --classpath=./upstream/src -d > upstream/src upstream/src/org/mozilla/javascript/LineBuffer.java > upstream/src/org/mozilla/javascript/LineBuffer.java:455: > Incompatible type for `&&'. Can't convert `int' to boolean. > private static final boolean checkSelf = > Context.check && true; IIRC, this is a problem with that version of the compiler. Try using the latest development version. AG