From owner-freebsd-java Fri Nov 15 8: 8:23 2002 Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3B21137B401 for ; Fri, 15 Nov 2002 08:08:22 -0800 (PST) Received: from plato.webprogrammers.net (plato.webprogrammers.net [204.221.75.12]) by mx1.FreeBSD.org (Postfix) with ESMTP id 763BA43E75 for ; Fri, 15 Nov 2002 08:08:21 -0800 (PST) (envelope-from jstepka@webprogrammers.net) Received: from jstepkalaptop (heimdal.imaginet.com [206.146.4.1]) by plato.webprogrammers.net (8.12.6/8.12.6) with SMTP id gAFGAIcd062305; Fri, 15 Nov 2002 10:10:19 -0600 (CST) (envelope-from jstepka@webprogrammers.net) Message-ID: <003a01c28cc1$2cdc0a30$ed0310ac@mpls.imaginet.corp> From: "Justen Stepka" To: "Georg-W. Koltermann" , "Bill Huey (Hui)" Cc: , "Bill Huey (Hui)" References: <1037283323.18267.30.camel@hunter.muc.macsch.com> <20021115003621.GA3359@gnuppy.monkey.org> Subject: Re: Trying to compile HotSpot on 4.7-STABLE Date: Fri, 15 Nov 2002 10:07:56 -0600 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2720.3000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org bill_huey++; Justen Stepka ----- Original Message ----- From: "Bill Huey (Hui)" To: "Georg-W. Koltermann" Cc: ; "Bill Huey (Hui)" Sent: Thursday, November 14, 2002 6:36 PM Subject: Re: Trying to compile HotSpot on 4.7-STABLE > On Thu, Nov 14, 2002 at 03:15:21PM +0100, Georg-W. Koltermann wrote: > > #ifdef LINUX //-billh > > const int64_t min_jlong = 0x8000000000000000LL; > > const int64_t max_jlong = 0x7fffffffffffffffLL; > > #else > > const jlong min_jlong = 0x8000000000000000L; > > const jlong max_jlong = 0x7fffffffffffffffL; > > #endif > > Hmm, that's kind of wierd. Do what ever you need to do so that it'll > sensibly compile. > > > I can of course copy the 'LL' notation to the non-LINUX case to make it > > compile, but I'm getting a little nervous that something goes wrong > > here. The #ifdef is marked by Bill Huey and I assume he #ifdef'ed the > > lines carefully, the way they should be. > > > > Should I #define LINUX ? Would this be solved if I use GCC31? > > Well, you shouldn't. You should be using gcc 3.2 for your compiler. I'm > not sure if the port is still broken or not, but 3.1 will do too. > > We collectively need to propagate a newer set of patches to the public > and I wish this was automatic so that folks aren't completely out of > sync with our CVS. I'm about to do some major reworking here in 1.3.1, > so it'll push that need even more. > > bill > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-java" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message