Task #3260

Mis à jour par Matthieu Decorde il y a environ 3 ans

Support a new MacOSX architecture, the Apple M1 (ARM)

Maange the arch for:
* RCP product
* CQP compilation
* JVM
* R
* TreeTagger (the ARM64 build ?)
* ... (more?)

The interface can't setup correctly and shows only parts of the UI.

A resulting Stacktrace indicates SWT is not well initialized:
<pre>
Opening CGU dialog...
Warning: NLS missing message: defaultReferences in: org.txm.rcp.messages.messages
Error: can't open CGU dialog: java.lang.NullPointerException
java.lang.NullPointerException
at org.eclipse.swt.widgets.Control.internal_new_GC(Control.java:2180)
at org.eclipse.swt.graphics.GC.<init>(GC.java:177)
at org.eclipse.swt.graphics.GC.<init>(GC.java:138)
at org.eclipse.jface.dialogs.Dialog.initializeDialogUnits(Dialog.java:937)
at org.eclipse.jface.dialogs.Dialog.createContents(Dialog.java:769)
at org.eclipse.jface.window.Window.create(Window.java:429)
at org.eclipse.jface.dialogs.Dialog.create(Dialog.java:1099)
at org.eclipse.jface.window.Window.open(Window.java:786)
at org.txm.rcp.Application.openCGU(Application.java:301)
at org.txm.rcp.Application.start(Application.java:105)
</pre>

Retour