Community
Participate
Working Groups
Build Identifier: M20100211-1343 eclipse-build wants to build eclipse from source. The source contains the precompiled external.xpt file. We want to remove it from the source tarball and it should be build. On Debian/Ubuntu it can be generated by running $(pkg-config --variable=sdkdir libxul | sed "s/-devel//")/xpidl -m typelib -I $(pkg-config --variable=idldir libxul)/unstable/ -e external.xpt external.idl Reproducible: Always
Created attachment 162264 [details] eclipse-swt-compile-xpt.patch Attached a patch that compiles the .xpt file if it does not exit. The code should work at least on Debian, Ubuntu, and Fedora.
Created attachment 162265 [details] eclipse-swt-compile-xpt.patch Updated patch (the previous had problems to find the correct file to patch).
This patch is not intended for eclipse-build so it seems like it will be missing eclipse-build Helios release.
The patch for eclipse-build is attached to bug #304112.
Removing blocker for eclipse-build since we've worked around it there.
Grant, can you look at this for 3.7 RC1? It's a small patch and prevents us from patching Eclipse locally.
Created attachment 196051 [details] revised patch
Comment on attachment 162265 [details] eclipse-swt-compile-xpt.patch adding iplog+ to original patch because final patch is largely based on it
fixed > 20110518
Thanks for taking care of this, Grant!
Created attachment 196124 [details] addition patch that's needed for compiling on Solaris SPARC