Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [platform-swt-dev] SWT for AIX port - any plans?

To recompile the launcher for AIX, you cannot run make_aix.mak directly since it requires some environment variables to be set. The proper way to recompile the launcher is to use the build.csh script (e.g., csh build.csh).
 
The same goes for building the SWT libraries. There is a build.csh script which determines the operating system, sets some environment variables and then invokes the appropriate make_???.mak file.
-----Original Message-----
From: Veronika Irvine/OTT/OTI [mailto:Veronika_Irvine@xxxxxxx]
Sent: Thursday, November 29, 2001 1:17 PM
To: platform-swt-dev@xxxxxxxxxxx
Subject: Re: [platform-swt-dev] SWT for AIX port - any plans?


http://www.eclipse.org/platform/index.html - see Port status:
aix/motif
The current shared library has been built, but we have not tried running on this platform recently. It should not take much more than building the launcher to make it work, but this has not been done. If someone in the community wants to try this, it would be great.



Download the motif version for linux and 1) recompile the launcher 2) recompile the SWT libraries 3) make sure you have JDK 1.3.0 installed 4) make sure you have Motif 2.1 installed.

To recompile the launcher: Extract launchersrc.zip from the root of the eclipse install and run make_aix.mak.

To recompile the SWT libraries: Get the org.eclipse.swt project from the CVS and recompile the swt library using org.eclipse.swt/Eclipse SWT/motif/library/make_aix.mak



Vladyslav Kosulin <kosulin@xxxxxxxxx>
Sent by: platform-swt-dev-admin@xxxxxxxxxxx

29/11/2001 12:10 PM
Please respond to platform-swt-dev

       
        To:        platform-swt-dev@xxxxxxxxxxx
        cc:        
        Subject:        [platform-swt-dev] SWT for AIX port - any plans?


Subj.
--
Sincerely,
Vladyslav Kosulin


_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com

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



Back to the top