Skip to main content

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

Build N20070823-0010 (Timestamp: 200708230010):  Compile errors in build.  See attached compile logs.
Title: Compiler log for org.eclipse.swt.win32.win32.x86_64_3.3.0.N20070823-0010

Compiler log for org.eclipse.swt.win32.win32.x86_64_3.3.0.N20070823-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/win32/org/eclipse/swt/widgets/Canvas.java : 3 errors :

1. ERROR in _64/src/Eclipse SWT/win32/org/eclipse/swt/widgets/Canvas.java
 (at line 547)
int hIMC = OS.ImmGetContext (handle);
Type mismatch: cannot convert from long to int
2. ERROR in _64/src/Eclipse SWT/win32/org/eclipse/swt/widgets/Canvas.java
 (at line 562)
int hIMC = OS.ImmGetContext (handle);
Type mismatch: cannot convert from long to int
3. ERROR in _64/src/Eclipse SWT/win32/org/eclipse/swt/widgets/Canvas.java
 (at line 573)
int imeWnd = OS.ImmGetDefaultIMEWnd (handle);
Type mismatch: cannot convert from long to int

_64/src/Eclipse SWT PI/win32/org/eclipse/swt/internal/ole/win32/COM.java : 1 error :

1. ERROR in _64/src/Eclipse SWT PI/win32/org/eclipse/swt/internal/ole/win32/COM.java
 (at line 472)
public static final native int VtblCall(int fnNumber, long /*int*/ ppVtbl, long[] arg0);
Cannot override the final method from OS

_64/src/Eclipse SWT PI/win32/org/eclipse/swt/internal/ole/win32/IDispatch.java : 1 error :

1. ERROR in _64/src/Eclipse SWT PI/win32/org/eclipse/swt/internal/ole/win32/IDispatch.java
 (at line 61)
return COM.VtblCall(3, address, pctinfo);
The method VtblCall(int, long, char[]) in the type COM is not applicable for the arguments (int, long, 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