zero-sys.net
Software Engineering, Administration, IT-Services & Consulting
SWT


This patch is for compiling SWT (see http://www.eclipse.org) to native using gcj.
It was testet with SWT 3.1, 3.1.1, 3.2 on Linux (gcj 3.3 and 3.4) and on Windows XP (gcj 3.4.2 mingw).
According to the developers from eclipse.org, this is in fact a bug in gcj/libgjc and has been fixed in 4.0. See bug 121334 on bugs.eclipse.org.
You can apply the patch in the src-dir of swt using
patch -p1 < path_to_patch/swt.patch
You can download the patch here

Here is a better patch I used to package and compile swt-3.1.2!
You can download the swt.v2.patch here
Erstellt: 15.10.2005 13:11
Letzte Änderung: 12.02.2006 13:04


If you use CompoundDirectedGraph containing Subgraphs, you may find out that the Layout from CompoundDirectedGraph is broken if you use
graph.setDirection(PositionConstants.EAST);
for your CompoundDirectedGraph.

This Patch (developed against version 3.2.0) fixes the Layout for Subgraphs.
Download the patch
Erstellt: 05.09.2007 15:41
Letzte Änderung: 05.09.2007 15:43