Skip to main content

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

Build N20070103-0010 (Timestamp: 200701030010):  Compile errors in build.  See attached compile logs.
Title: Compiler log for org.eclipse.swt.gtk.linux.x86_64_3.3.0.N20070103-0010

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

TOTAL : ERRORS: 2, WARNINGS: 0

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

1. ERROR in _64/src/Eclipse SWT/gtk/org/eclipse/swt/widgets/Display.java
 (at line 2186)
lastHandle = handle;
Type mismatch: cannot convert from long to int

_64/src/Eclipse SWT Mozilla/gtk/org/eclipse/swt/browser/Browser.java : 1 error :

1. ERROR in _64/src/Eclipse SWT Mozilla/gtk/org/eclipse/swt/browser/Browser.java
 (at line 2479)
shell.setSize(shell.computeSize(aCX, aCY));
The method computeSize(int, int) in the type Control is not applicable for the arguments (long, long)
Title: Compiler log for org.eclipse.swt.gtk.linux.ia64_3.3.0.HEAD

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

TOTAL : ERRORS: 2, WARNINGS: 0

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

1. ERROR in /src/Eclipse SWT/gtk/org/eclipse/swt/widgets/Display.java
 (at line 2186)
lastHandle = handle;
Type mismatch: cannot convert from long to int

/src/Eclipse SWT Mozilla/gtk/org/eclipse/swt/browser/Browser.java : 1 error :

1. ERROR in /src/Eclipse SWT Mozilla/gtk/org/eclipse/swt/browser/Browser.java
 (at line 2479)
shell.setSize(shell.computeSize(aCX, aCY));
The method computeSize(int, int) in the type Control is not applicable for the arguments (long, long)

Back to the top