This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: SWT 3.0 and gcj


Hi,

Compiling from source has two problems:

--
./org/eclipse/swt/custom/StyledText.java:78: error: Class
`org.eclipse.swt.custom.StyledText' already defined in
org/eclipse/swt/custom/Styl edText.java:78.

public class StyledText extends Canvas {
--
org/eclipse/swt/custom/TableCursor.java:426: error: Method
`org.eclipse.swt.widgets.Control.traverse(org.eclipse.swt.widgets.Event)'
was defined with return type `boolean' in class
`org.eclipse.swt.widgets.Control'.

void traverse(Event event) {
--

So, it unfortunately still requires some manual intervention.

Regards,
Rutger Ovidius
   

On Sunday, February 29, 2004, Mohan Embar wrote:

> Thanks Rutger,

>>On win32 there are 4 files that need to be compiled from .java.  The
>>rest work from .class.
>>
>>/org/eclipse/swt/dnd/RTFTransfer.java
>>/org/eclipse/swt/dnd/TextTransfer.java
>>/org/eclipse/swt/graphics/ImageLoader.java
>>/org/eclipse/swt/ole/win32/OleClientSite.java

> So are you saying that I can compile the entirety of SWT 3.0 from source
> without problems on MingW gcj 3.4?

> -- Mohan
> http://www.thisiscool.com/
> http://www.animalsong.org/







Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]