Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-releng-dev] [eclipse-build]Build N20060917-0010 (Timestamp: 200609170010):Compile errors in build

Build N20060917-0010 (Timestamp: 200609170010):  Compile errors in build.  See attached compile logs.
Title: Compiler log for org.eclipse.swt.gtk.linux.ia64_3.2.0.N20060917-0010

Compiler log for org.eclipse.swt.gtk.linux.ia64_3.2.0.N20060917-0010 : @dot.bin.xml

TOTAL : ERRORS: 3, WARNINGS: 0

/src/Eclipse SWT/gtk/org/eclipse/swt/widgets/List.java : 1 error :

1. ERROR in /src/Eclipse SWT/gtk/org/eclipse/swt/widgets/List.java
 (at line 754)
int result = super.gtk_popup_menu (widget);
Type mismatch: cannot convert from long to int

/src/Eclipse SWT/gtk/org/eclipse/swt/widgets/Table.java : 1 error :

1. ERROR in /src/Eclipse SWT/gtk/org/eclipse/swt/widgets/Table.java
 (at line 1849)
int result = super.gtk_popup_menu (widget);
Type mismatch: cannot convert from long to int

/src/Eclipse SWT/gtk/org/eclipse/swt/widgets/Tree.java : 1 error :

1. ERROR in /src/Eclipse SWT/gtk/org/eclipse/swt/widgets/Tree.java
 (at line 1812)
int result = super.gtk_popup_menu (widget);
Type mismatch: cannot convert from long to int
Title: Compiler log for org.eclipse.swt.gtk.linux.x86_64_3.3.0.N20060917-0010

Compiler log for org.eclipse.swt.gtk.linux.x86_64_3.3.0.N20060917-0010 : @dot.bin.xml

TOTAL : ERRORS: 3, WARNINGS: 0

_64/src/Eclipse SWT/gtk/org/eclipse/swt/widgets/List.java : 1 error :

1. ERROR in _64/src/Eclipse SWT/gtk/org/eclipse/swt/widgets/List.java
 (at line 754)
int result = super.gtk_popup_menu (widget);
Type mismatch: cannot convert from long to int

_64/src/Eclipse SWT/gtk/org/eclipse/swt/widgets/Table.java : 1 error :

1. ERROR in _64/src/Eclipse SWT/gtk/org/eclipse/swt/widgets/Table.java
 (at line 1849)
int result = super.gtk_popup_menu (widget);
Type mismatch: cannot convert from long to int

_64/src/Eclipse SWT/gtk/org/eclipse/swt/widgets/Tree.java : 1 error :

1. ERROR in _64/src/Eclipse SWT/gtk/org/eclipse/swt/widgets/Tree.java
 (at line 1812)
int result = super.gtk_popup_menu (widget);
Type mismatch: cannot convert from long to int

Back to the top