From owner-freebsd-java@FreeBSD.ORG Mon Mar 28 01:53:33 2005 Return-Path: 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 5755816A4CE for ; Mon, 28 Mar 2005 01:53:33 +0000 (GMT) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.195]) by mx1.FreeBSD.org (Postfix) with ESMTP id EBCDB43D31 for ; Mon, 28 Mar 2005 01:53:32 +0000 (GMT) (envelope-from leafy7382@gmail.com) Received: by rproxy.gmail.com with SMTP id a41so1283487rng for ; Sun, 27 Mar 2005 17:53:30 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=mgbwrYX1TJOlUAGH2fj4wH4e/EykoqV6La6m6TGdTGNZdSoPD/zL08UA6LNryTLWASicelA+bUD+PEESM7U+Qo5B93LASYn77ovMCUPhhZcuFdwsnd//Il02nfnfhbW5hh5apZdEWstuzq1TeLMm98W2tqiXY29XmE8NS9r9qjc= Received: by 10.38.74.18 with SMTP id w18mr1957829rna; Sun, 27 Mar 2005 17:53:30 -0800 (PST) Received: by 10.38.22.48 with HTTP; Sun, 27 Mar 2005 17:53:30 -0800 (PST) Message-ID: Date: Mon, 28 Mar 2005 09:53:30 +0800 From: Jiawei Ye To: Alex Varju In-Reply-To: <4246FE33.2090608@webct.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit References: <424490CD.9080203@chuckr.org> <4246D3C5.5060303@ebs.gr> <4246FE33.2090608@webct.com> cc: Chuck Robey cc: Panagiotis Astithas cc: java Subject: Re: eclipse X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Jiawei Ye List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Mar 2005 01:53:33 -0000 On Sun, 27 Mar 2005 10:40:51 -0800, Alex Varju wrote: > I've actually been fighting with getting Eclipse to compile for a few > days now, and haven't gotten there yet. Things seem to be going wrong > in the native extensions, but I can't seem to get a decent stack trace > out of it. > > Digging through the Eclipse code, it looks like they use different Java > files for the native extensions when building Linux x86_64. > > I'll try to post my experiences in more detail later today. > > Alex. Hi Alex, I believe you cannot compile 32bit code into 64bit binary for SWT at the moment. We need a direct port for SWT-3.0.x-linux-gtk-amd64 for this to work at all. FYI http://dev.eclipse.org/viewcvs/index.cgi/~checkout~/platform-swt-home/faq.html#gtk64 Best, Jiawei -- "Without the userland, the kernel is useless." --inspired by The Tao of Programming