From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9600 invoked by alias); 29 Oct 2002 16:16:07 -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 9552 invoked from network); 29 Oct 2002 16:16:06 -0000 Received: from unknown (HELO smtp-send.myrealbox.com) (192.108.102.143) by sources.redhat.com with SMTP; 29 Oct 2002 16:16:06 -0000 Received: from myrealbox.com nwourms@smtp-send.myrealbox.com [130.127.122.186] by smtp-send.myrealbox.com with NetMail SMTP Agent $Revision: 3.14 $ on Novell NetWare via secured & encrypted transport (TLS); Tue, 29 Oct 2002 09:16:07 -0700 Message-ID: <3DBEB42F.6030001@myrealbox.com> Date: Tue, 29 Oct 2002 08:16:00 -0000 From: Nicholas Wourms User-Agent: Mozilla/5.0 (Windows; U; Win 9x 4.90; en-US; rv:1.0.1) Gecko/20020823 Netscape/7.0 X-Accept-Language: en-us, en MIME-Version: 1.0 To: rhug-rhats@sources.redhat.com Subject: RHUG compile-time failure Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2002-10/txt/msg00006.txt.bz2 Hi, I'm not sure if this is a gcj problem or something with the sources, but using: gcc version 3.2.1 20021025 (prerelease) 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; ^ 1 error make[1]: *** [upstream/src/org/mozilla/javascript/LineBuffer.class] Error 1 make[1]: Leaving directory `/usr/src/projects/rhug/rhug/rhino' make: *** [all-recursive] Error 1 This is on a kernel-2.4.19 system (generic) running the latest in the various packages required to compile RHUG. Let me know if you need anymore information. Cheers, Nicholas