Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-swt-dev] Porting to new architecture

So why is the library source in the otherwise binary jar? I would expect 
it to be in the swtsrc.jar or some other place. Seems like it would just 
take up space when you ship a standalone SWT app. 
Should we change this?

Knut





"Veronika Irvine/OTT/OTI" <Veronika_Irvine@xxxxxxx>
Sent by: platform-swt-dev-admin@xxxxxxxxxxx
11/15/01 08:24 AM
Please respond to platform-swt-dev

 
        To:     platform-swt-dev@xxxxxxxxxxx
        cc:     platform-swt-dev@xxxxxxxxxxx
        Subject:        Re: [platform-swt-dev] Porting to new architecture


The source is also included in each download. 

See eclipse/plugins/org.eclipse.swt/ws/motif/swt.jar 




"Knut Radloff/RAL/OTI" <knut_radloff@xxxxxxx> 
Sent by: platform-swt-dev-admin@xxxxxxxxxxx 
14/11/2001 02:06 PM 
Please respond to platform-swt-dev 
        
        To:        platform-swt-dev@xxxxxxxxxxx 
        cc: 
        Subject:        Re: [platform-swt-dev] Porting to new architecture


You can get the swt library source from the CVS repository:
http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.swt/Eclipse%20SWT/motif/library/

Knut





"Colin R Devilbiss" <devilbis@xxxxxxxxxx>
Sent by: platform-swt-dev-admin@xxxxxxxxxxx
11/13/01 04:33 PM
Please respond to platform-swt-dev


       To:     platform-swt-dev@xxxxxxxxxxx
       cc: 
       Subject:        [platform-swt-dev] Porting to new architecture


I'm trying to port Eclipse to a non-Intel (PowerPC) Linux with OpenMotif
and have recompiled the launcher and found the correct JVM for it to run.

However, I get an error that I can't link to
org.eclipse.swt/ws/motif/libswt-linux-2012.so because it's a little-endian
i386 library and I am on a big-endian non-i386 architecture.  The obvious
thing to do is recompile said library (like I did with
org.eclipse.core.resources/os/linux/libcore_2_0_1.so).  However, I can't
find the source anywhere in the tar I pulled down
(eclipse-SDK-20011107-linux-motif.zip).

Where should I be looking? The swtsrc.zip has a lot of java source in it,
but no C-language files like the ones used to generate the other
platform-dependent code (launcher and libcore.so); where else can I look?

Thanks in advance.

Colin DeVilbiss
IBM eServer iSeries Linux Development


_______________________________________________
platform-swt-dev mailing list
platform-swt-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/platform-swt-dev



_______________________________________________
platform-swt-dev mailing list
platform-swt-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/platform-swt-dev






Back to the top