Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [pde-build-dev] Build a RCP for solaris motif


The solaris.motif.sparc platform is not one of the supported platforms, so it is not included in all the necessary places.  But the launcher binaries were compiled there so you just need to:

1) Get the org.eclipse.equinox.launcher.motif.solaris.sparc fragment out of cvs (dev.eclipse.org/cvsroot/eclipse/org.eclipse.equinox.launcher/fragments/org.eclipse.equinox.launcher.*).  You should probably get the version tagged R3_3

2) In the baseLocation, edit the features/org.eclipse.equinox.executable/feature.xml and add:
   <plugin
         id="org.eclipse.equinox.launcher.motif.solaris.sparc"
         os="solaris"
         ws="motif"
         arch="sparc"
         download-size="0"
         install-size="0"
         version="0.0.0"
           unpack="false"
         fragment="true"/>

Also, I don't see the org.eclipse.swt.motif.solaris.sparc fragment in the delta pack.  You may need to check out both org.eclipse.swt and org.eclipse.swt.motif.solaris.sparc from cvs and include those in your build as well.

-Andrew


Mark Russell <mark_russell@xxxxxxxxxxxxxxxxxx>
Sent by: pde-build-dev-bounces@xxxxxxxxxxx

09/25/2007 10:46 AM

Please respond to
"Eclipse PDE Build developers list." <pde-build-dev@xxxxxxxxxxx>

To
"Eclipse PDE Build developers list." <pde-build-dev@xxxxxxxxxxx>
cc
Subject
[pde-build-dev] Build a RCP for solaris motif





I'm trying to build a RCP application for several os/ws combination.  In build.properties I have the following
configs = linux, gtk, x86 & win32, win32, x86 & solaris, gtk, sparc & solaris, motif, sparc

Windows, Linux and Solaris,gtk work fine and generate an executable but the Solaris,motif does not.  What am I doing wrong.  I
have the Eclipse 3.3 classic download and the Eclipse 3.3 delta pack loaded.

However, I don't see a launcher for solaris, motif included in the delta pack.  should I?

Is there a launcher for Solaris motif?

--
Mark Russell
Instantiations, Inc.
724-368-3331 (land line)
http://www.instantiations.com
_______________________________________________
pde-build-dev mailing list
pde-build-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/pde-build-dev

Attachment: smime.p7s
Description: Binary data


Back to the top