Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-releng-dev] [eclipse-build]Build N20101223-2000 (Timestamp: 201012232000):Compile errors in build

Build N20101223-2000 (Timestamp: 201012232000):  Compile errors in build.  See attached compile logs.
Title: Compiler log for org.eclipse.swt.win32.win32.x86_64_3.7.0.N20101223-2000

Compiler log for org.eclipse.swt.win32.win32.x86_64_3.7.0.N20101223-2000 : @dot.bin.xml

TOTAL : ERRORS: 5, WARNINGS: 0

errors others warnings forbidden warnings discouraged warnings

ERRORS

top others warnings forbidden warnings discouraged warnings

_64/temp.folder/@dot.src/org/eclipse/swt/widgets/MenuItem.java : 1 error :

1. ERROR in _64/temp.folder/@dot.src/org/eclipse/swt/widgets/MenuItem.java
 (at line 936)
int hMenu = parent.handle;
Type mismatch: cannot convert from long to int

_64/temp.folder/@dot.src/org/eclipse/swt/widgets/Scale.java : 1 error :

1. ERROR in _64/temp.folder/@dot.src/org/eclipse/swt/widgets/Scale.java
 (at line 477)
int code = callWindowProc (handle, OS.WM_KEYDOWN, wParam == OS.VK_RIGHT ? OS.VK_LEFT : OS.VK_RIGHT, lParam);
Type mismatch: cannot convert from long to int

_64/temp.folder/@dot.src/org/eclipse/swt/widgets/TabFolder.java : 1 error :

1. ERROR in _64/temp.folder/@dot.src/org/eclipse/swt/widgets/TabFolder.java
 (at line 869)
int code = callWindowProc (handle, OS.WM_KEYDOWN, wParam == OS.VK_RIGHT ? OS.VK_LEFT : OS.VK_RIGHT, lParam);
Type mismatch: cannot convert from long to int

_64/temp.folder/@dot.src/org/eclipse/swt/widgets/Table.java : 1 error :

1. ERROR in _64/temp.folder/@dot.src/org/eclipse/swt/widgets/Table.java
 (at line 5624)
int hwndHeader = OS.SendMessage (handle, OS.LVM_GETHEADER, 0, 0);
Type mismatch: cannot convert from long to int

_64/temp.folder/@dot.src/org/eclipse/swt/widgets/Tree.java : 1 error :

1. ERROR in _64/temp.folder/@dot.src/org/eclipse/swt/widgets/Tree.java
 (at line 6032)
int code = callWindowProc (handle, OS.WM_KEYDOWN, wParam == OS.VK_RIGHT ? OS.VK_LEFT : OS.VK_RIGHT, lParam);
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