From owner-freebsd-java@FreeBSD.ORG Tue Aug 9 21:32:30 2005 Return-Path: X-Original-To: java@freebsd.org 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 7146B16A41F for ; Tue, 9 Aug 2005 21:32:30 +0000 (GMT) (envelope-from Mikhail.Teterin@murex.com) Received: from mail25.sea5.speakeasy.net (mail25.sea5.speakeasy.net [69.17.117.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0A369444A1 for ; Tue, 9 Aug 2005 21:32:26 +0000 (GMT) (envelope-from Mikhail.Teterin@murex.com) Received: (qmail 17131 invoked from network); 9 Aug 2005 21:32:25 -0000 Received: from aldan.algebra.com ([216.254.65.224]) (envelope-sender ) by mail25.sea5.speakeasy.net (qmail-ldap-1.03) with AES256-SHA encrypted SMTP for ; 9 Aug 2005 21:32:24 -0000 Received: from corbulon.video-collage.com (static-151-204-231-237.bos.east.verizon.net [151.204.231.237]) by aldan.algebra.com (8.13.1/8.13.1) with ESMTP id j79LWKkS082697 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Tue, 9 Aug 2005 17:32:22 -0400 (EDT) (envelope-from Mikhail.Teterin@murex.com) Received: from mteterin.us.murex.com (195-11.customer.cloud9.net [168.100.195.11]) by corbulon.video-collage.com (8.13.4/8.13.1) with ESMTP id j79LWDre022964 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 9 Aug 2005 17:32:14 -0400 (EDT) (envelope-from Mikhail.Teterin@murex.com) Received: from mteterin.us.murex.com (mteterin@localhost [127.0.0.1]) by mteterin.us.murex.com (8.13.3/8.13.3) with ESMTP id j79LW7vP001668; Tue, 9 Aug 2005 17:32:07 -0400 (EDT) (envelope-from Mikhail.Teterin@murex.com) Received: from localhost (localhost [[UNIX: localhost]]) by mteterin.us.murex.com (8.13.3/8.13.3/Submit) id j79LW5bF001667; Tue, 9 Aug 2005 17:32:05 -0400 (EDT) (envelope-from Mikhail.Teterin@murex.com) X-Authentication-Warning: mteterin.us.murex.com: mteterin set sender to Mikhail.Teterin@murex.com using -f From: Mikhail Teterin Organization: Murex North America To: Greg Lewis Date: Tue, 9 Aug 2005 17:32:04 -0400 User-Agent: KMail/1.8.1 References: <200508060505.j7655frX045444@blue.virtual-estates.net> <20050809052027.GA43606@misty.eyesbeyond.com> <20050809210751.GA88416@misty.eyesbeyond.com> In-Reply-To: <20050809210751.GA88416@misty.eyesbeyond.com> MIME-Version: 1.0 Content-Type: text/plain; charset="koi8-u" Content-Transfer-Encoding: 8bit Content-Disposition: inline Message-Id: <200508091732.05435.Mikhail.Teterin@murex.com> X-Virus-Scanned: ClamAV devel-20050525/1011/Tue Aug 9 05:20:28 2005 on corbulon.video-collage.com X-Virus-Status: Clean X-Scanned-By: MIMEDefang 2.43 Cc: gnome@freebsd.org, java@freebsd.org, glewis@freebsd.org, "Mikhail T." , phantom@freebsd.org Subject: Re: should not jint be as wide as void* ? X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Aug 2005 21:32:30 -0000 > As it turns out, the plugin and javaws build is specifically disabled on > non-32 bit architectures at the moment. šProbably mostly to do with the > issues we've talked about. šI played around a bit and got it to build, but > there are numerous warnings about casting between pointers and integers > of different sizes. šNot surprisingly the resultant plugin blows up when > you try and use it. > > I think this is going to take a bit of work to get sorted out. Maybe, it -- the plugin -- should be made into a separate port of its own, depending on libjvm? -mi