Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Equinox » Bundle-NativeCode & PDE build
Bundle-NativeCode & PDE build [message #723101] Wed, 07 September 2011 14:52
Cyril Jaquier is currently offline Cyril JaquierFriend
Messages: 80
Registered: July 2009
Member
Hi all,

We added 64-bit builds to our current Linux and Windows RCP project.
Here is the relevant part of the manifest for Linux 32-bit:

Bundle-NativeCode: lib/libmatrix32.so; osname=linux; processor=x86
Eclipse-PlatformFilter: (&(osgi.os=linux)(osgi.arch=x86))

I think those parameters are correct. Everything works fine within
Eclipse. However, our PDE builds fail with this kind of error (here when
building for Windows 32-bit):

Bundle com.xxx.yyy.common.linux.x86:
Host plug-in Bundle-NativeCode_0.0.0 has not been found.

Looking at Bugzilla, it seems that we just hit this one (which is not
fixed so far...):

https://bugs.eclipse.org/bugs/show_bug.cgi?id=285229

So how do you make PDE build and Bundle-NativeCode to like each other?
As someone a workaround for this bug?

Thank you.

Regards,
Cyril
Previous Topic:Alternative to -Xbootclasspath
Next Topic:Weired thread names in OSX Lion
Goto Forum:
  


Current Time: Thu Sep 19 17:06:38 GMT 2024

Powered by FUDForum. Page generated in 0.02906 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top