Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cross-project-issues-dev] Galileo repository / different platforms

Title: Re: [cross-project-issues-dev] Galileo repository / different platforms
Right, we’ll need to add matching platform configs in Galileo for what you need in EPP.  I didn’t add all of them initially, as it takes a long time (and space) to build each additional config.

It looks like CDT has added the bundle you need in their build model already:
<bundles id="org.eclipse.cdt.core.linux.x86_64" version="5.1.0.200902031437" repo="//@repositories.1"/>

Is the only additional platform you need, or are there more?  I’ll need to add an x86_64 option to the build.ecore model, so best to add them all at once.

Thanks,
Rich


On 3/11/09 3:50 PM, "Markus Knauer" <mknauer@xxxxxxxxxxxxxxxxx> wrote:

Hi *,

while I am trying to build the Galileo C/C++ EPP package for linux/gtk/x86_64 I get the following error from p2 using the galileo/staging/ repo:

  !MESSAGE Unable to satisfy dependency from org.eclipse.cdt.platform.feature.group 5.1.0.200902031437 to org.eclipse.cdt.core.linux.x86_64 [5.1.0.200902031437].

The linux/gtk/x86 (not 64 bit) seems to be building without severe problems.

Is the above x86_64 error caused by the fact that the Galileo p2 repository is build for the combinations linux/gtk/ppc, linux/gtk/x86, win32/win32/x86, macosx/cocoa/x86 only? Or is this an error in the CDT contribution? And what about other platform combinations in Galileo?

Thanks and regards,
Markus




_______________________________________________
cross-project-issues-dev mailing list
cross-project-issues-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev

Back to the top