Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cbi-dev] Bug 372794 CBI build of platform native SWT code


----- Original Message -----
> From: "Thanh Ha" <thanh.ha@xxxxxxxxxxx>
> To: cbi-dev@xxxxxxxxxxx
> Sent: Thursday, July 26, 2012 5:37:02 PM
> Subject: Re: [cbi-dev] Bug 372794 CBI build of platform native SWT code
> 
> 
> Hi Everyone,
> 
> I'm working on adding in the remaining bundles for ws/os/arch that we
> do not yet build in CBI (aix, hpux, solaris, etc...) and noticed the
> natives format for them are typically in the form ws.os.arch but
> when we pass the option -Dnative= for Linux below it's in the format
> os.ws.arch while macosx and windows seem to be in the ws.os.arch
> format.
> 
> I'm thinking of switching the linux format to ws.os.arch format so
> that it's more consistent and was wondering if anyone had any issues
> if I made this change? or perhaps there's another format we should
> be using?

Please remember that -Dnative is used outside of swt  too - e.g. equinox launchers. We would better have everything use the same order.

Alex

> 
> Thanks,
> 
> 
> Thanh
> 
> On 06/14/2012 03:45 PM, Thanh Ha wrote:
> 
> Hi Everyone,
> 
> I merged Krzysztof's patches into CBI repos branch Juno_RC4_R4 for
> modifications to allow CBI to build the native SWT code.
> Specifically the following patches were merged in:
> 
> Bugs 381192, 382344, 382470, 384480, 382483
> 
> 
> You can still build as usual using the regular method to build.
> However if you would like to build the SWT bits without using
> natives you will need to pass an additional parameter:
> 
> -Dnative=linux.gtk.x86_64
> 
> Acceptable options include:
> 
> - cocoa.macosx.x86
> - cocoa.macosx.x86_64
> - linux.gtk.x86
> - linux.gtk.x86_64
> - win32.win32.x86
> - win32.win32.x86_64
> - win32.wce_ppc.arm
> 
> 
> Thanh
> _______________________________________________
> cbi-dev mailing list
> cbi-dev@xxxxxxxxxxx
> http://dev.eclipse.org/mailman/listinfo/cbi-dev
> 
> 
> 
> _______________________________________________
> cbi-dev mailing list
> cbi-dev@xxxxxxxxxxx
> http://dev.eclipse.org/mailman/listinfo/cbi-dev
> 


Back to the top