Skip to main content

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

Build N20071019-0010 (Timestamp: 200710190010):  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: 5, 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/Control.java : 5 errors :

1. ERROR in /src/Eclipse SWT/gtk/org/eclipse/swt/widgets/Control.java
 (at line 291)
printWidget (gc.handle, data.drawable, OS.gdk_drawable_get_depth (data.drawable), 0, 0);
The method printWidget(int, int, int, int, int) in the type Control is not applicable for the arguments (long, long, int, int, int)
2. ERROR in /src/Eclipse SWT/gtk/org/eclipse/swt/widgets/Control.java
 (at line 300)
printWindow (this, gc, drawable, depth, window, x, y);
The method printWindow(Control, int, int, int, int, int, int) in the type Control is not applicable for the arguments (Control, int, int, int, long, int, int)
3. ERROR in /src/Eclipse SWT/gtk/org/eclipse/swt/widgets/Control.java
 (at line 315)
OS.gdk_window_get_internal_paint_info (window, real_drawable, x_offset, y_offset);
The method gdk_window_get_internal_paint_info(long, long[], int[], int[]) in the type OS is not applicable for the arguments (int, int[], int[], int[])
4. ERROR in /src/Eclipse SWT/gtk/org/eclipse/swt/widgets/Control.java
 (at line 325)
OS.gdk_window_get_user_data (child, data);
The method gdk_window_get_user_data(long, long[]) in the type OS is not applicable for the arguments (long, int[])
5. ERROR in /src/Eclipse SWT/gtk/org/eclipse/swt/widgets/Control.java
 (at line 331)
printWindow (control, gc, drawable, depth, child, x + x_pos [0], y + y_pos [0]);
The method printWindow(Control, int, int, int, int, int, int) in the type Control is not applicable for the arguments (Control, int, int, int, long, int, 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.N20071019-0010

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

TOTAL : ERRORS: 5, 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/Control.java : 5 errors :

1. ERROR in _64/src/Eclipse SWT/gtk/org/eclipse/swt/widgets/Control.java
 (at line 291)
printWidget (gc.handle, data.drawable, OS.gdk_drawable_get_depth (data.drawable), 0, 0);
The method printWidget(int, int, int, int, int) in the type Control is not applicable for the arguments (long, long, int, int, int)
2. ERROR in _64/src/Eclipse SWT/gtk/org/eclipse/swt/widgets/Control.java
 (at line 300)
printWindow (this, gc, drawable, depth, window, x, y);
The method printWindow(Control, int, int, int, int, int, int) in the type Control is not applicable for the arguments (Control, int, int, int, long, int, int)
3. ERROR in _64/src/Eclipse SWT/gtk/org/eclipse/swt/widgets/Control.java
 (at line 315)
OS.gdk_window_get_internal_paint_info (window, real_drawable, x_offset, y_offset);
The method gdk_window_get_internal_paint_info(long, long[], int[], int[]) in the type OS is not applicable for the arguments (int, int[], int[], int[])
4. ERROR in _64/src/Eclipse SWT/gtk/org/eclipse/swt/widgets/Control.java
 (at line 325)
OS.gdk_window_get_user_data (child, data);
The method gdk_window_get_user_data(long, long[]) in the type OS is not applicable for the arguments (long, int[])
5. ERROR in _64/src/Eclipse SWT/gtk/org/eclipse/swt/widgets/Control.java
 (at line 331)
printWindow (control, gc, drawable, depth, child, x + x_pos [0], y + y_pos [0]);
The method printWindow(Control, int, int, int, int, int, int) in the type Control is not applicable for the arguments (Control, int, int, int, long, int, 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