Skip to main content

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

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


Back to the top