[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[List Home]
|
Re: [platform-swt-dev] SWT Cocoa for 64bit ?
|
- From: "Alex Blewitt" <alex.blewitt@xxxxxxxxx>
- Date: Tue, 1 Jul 2008 21:47:20 +0100
- Delivered-to: platform-swt-dev@eclipse.org
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=BuwoPeeScM2sIkrrmtEzF2hDNotFw6WDpFidBfKAt2U=; b=pgWrecwFcl9b2wJN/pD7x3mFA7RUjONfBdBeCWm1F1UbG2jCxLyLnblDBafIDvEe8s PgtWUlX1ZN9H+30GYXtdc/Htp9XLbpGI/IgE/kw28xfK9u+0k5JoqzYsP77ZBfCLCAYN O2qLPcbwoQX845/mImTPV3jyjDqphXYtJ/dtc=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=A9HiV79HnxDxVKba3DlTj4hUW+oSW8+GoeApagFfrgOWE4j0foeWYl385tuKjXbhDx Nai0n0fbB8BeFC5Yr4lvq4ms2u6yomUzxGrd4zLdmZ+e9teFo95VCTqFhU0rPDrUh58P kqe3jD0HNGOnWOXssAXExmwJtIvJRt2zRXr+4=
If you build with -arch x86 -arch x86_64, you should get an intel fat
binary that can run in either 64 or 32-bit mode. However, I don't know
if all the libraries that SWT depends on are 64 bit yet, so there may
be compile/link errors. Better still, stick -arch ppc and -arch ppc64
on there, and you'll build for everything :-)
You can use lipo -info libswt-... to find out what it contains now:
apple[tmp] lipo -info libswt-carbon-3436.jnilib
Architectures in the fat file: libswt-carbon-3436.jnilib are: i386 ppc
(this is from an old build of Eclipse)
Alex
On Tue, Jul 1, 2008 at 5:55 PM, String Larson <string01@xxxxxxxxx> wrote:
>
> I was going to try to run Andy's NatTable release on OSX.
> I see the libswt-* files are still 32 bit universal binaries.
>
> Has anyone converted those to 64bit ?
>
> I was looking at the FAQ for converting GTK Linux 32 to 64 for hints but
> could not find parallels for Cocoa.
>
> Thanks.
> -str
>
> _______________________________________________
> platform-swt-dev mailing list
> platform-swt-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/platform-swt-dev
>