SWT 3.0 and gcj
Rutger Ovidius
ovid@mailandnews.com
Sun Feb 29 16:29:00 GMT 2004
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/
More information about the Java
mailing list