Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-releng-dev] [eclipse-build]Build I20070925-0800 (Timestamp: 200709250800):Compile errors in build

Build I20070925-0800 (Timestamp: 200709250800):  Compile errors in build.  See attached compile logs.
Title: Compiler log for org.eclipse.swt.gtk.linux.ia64_3.4.0.HEAD

Compiler log for org.eclipse.swt.gtk.linux.ia64_3.4.0.HEAD : @dot.bin.xml

TOTAL : ERRORS: 3, WARNINGS: 0

errors others warnings forbidden warnings discouraged warnings

ERRORS

top others warnings forbidden warnings discouraged warnings

/src/Eclipse SWT/gtk/org/eclipse/swt/widgets/Canvas.java : 3 errors :

1. ERROR in /src/Eclipse SWT/gtk/org/eclipse/swt/widgets/Canvas.java
 (at line 137)
int result = ime.gtk_button_press_event (widget, event);
Type mismatch: cannot convert from long to int
2. ERROR in /src/Eclipse SWT/gtk/org/eclipse/swt/widgets/Canvas.java
 (at line 145)
int result = ime.gtk_commit (imcontext, text);
Type mismatch: cannot convert from long to int
3. ERROR in /src/Eclipse SWT/gtk/org/eclipse/swt/widgets/Canvas.java
 (at line 174)
int result = ime.gtk_preedit_changed (imcontext);
Type mismatch: cannot convert from long to int

OTHER WARNINGS

top errors forbidden warnings discouraged warnings

FORBIDDEN ACCESS WARNINGS

top errors others warnings discouraged warnings

DISCOURAGED ACCESS WARNINGS

top errors others warnings forbidden warnings
Title: Compiler log for org.eclipse.swt.gtk.linux.x86_64_3.4.0.v3410

Compiler log for org.eclipse.swt.gtk.linux.x86_64_3.4.0.v3410 : @dot.bin.xml

TOTAL : ERRORS: 3, WARNINGS: 0

errors others warnings forbidden warnings discouraged warnings

ERRORS

top others warnings forbidden warnings discouraged warnings

_64/src/Eclipse SWT/gtk/org/eclipse/swt/widgets/Canvas.java : 3 errors :

1. ERROR in _64/src/Eclipse SWT/gtk/org/eclipse/swt/widgets/Canvas.java
 (at line 137)
int result = ime.gtk_button_press_event (widget, event);
Type mismatch: cannot convert from long to int
2. ERROR in _64/src/Eclipse SWT/gtk/org/eclipse/swt/widgets/Canvas.java
 (at line 145)
int result = ime.gtk_commit (imcontext, text);
Type mismatch: cannot convert from long to int
3. ERROR in _64/src/Eclipse SWT/gtk/org/eclipse/swt/widgets/Canvas.java
 (at line 174)
int result = ime.gtk_preedit_changed (imcontext);
Type mismatch: cannot convert from long to int

OTHER WARNINGS

top errors forbidden warnings discouraged warnings

FORBIDDEN ACCESS WARNINGS

top errors others warnings discouraged warnings

DISCOURAGED ACCESS WARNINGS

top errors others warnings forbidden warnings

Back to the top