Community
Participate
Working Groups
Summary says it. Shouldn't it ship 64-bit C code? Fails like this: http://thread.gmane.org/gmane.comp.ide.eclipse.platform.swt.devel/253/focus=253
I checked recent swt zips for x86_64 and last version with 64-bit C code is 3.2M5a.
SWT build scripts (build.sources target) builds the right C source. Moving to Releng to see what is happening in the build process.
The problem was that the org.eclipse.swt.tools plug-in was not built prior to the org.eclipse.swt.gtk.linux.x86_64 fragment. I have modified our build scripts to ensure org.eclipse.swt.tools is built before-hand. I will run a test build with this change to verify.
Fixed and verified.