Skip to main content

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


This is fixed in HEAD.



eclipse-releng@xxxxxxxxxxx
Sent by: platform-releng-dev-bounces@xxxxxxxxxxx

09/14/2007 02:35 AM

Please respond to
"Eclipse platform release engineering list."        <platform-releng-dev@xxxxxxxxxxx>

To
platform-releng-dev@xxxxxxxxxxx
cc
Subject
[platform-releng-dev] [eclipse-build]Build N20070914-0010        (Timestamp: 200709140010):Compile errors in build





Build N20070914-0010 (Timestamp: 200709140010):  Compile errors in build.  See attached compile logs._______________________________________________
platform-releng-dev mailing list
platform-releng-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/platform-releng-dev

Title: Compiler log for org.eclipse.swt.win32.win32.x86_64_3.3.0.N20070914-0010

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

1. ERROR in _64/src/Eclipse SWT/win32/org/eclipse/swt/widgets/Composite.java
 (at line 264)
int hDC = gc.handle;
Type mismatch: cannot convert from long to int
2. ERROR in _64/src/Eclipse SWT/win32/org/eclipse/swt/widgets/Composite.java
 (at line 270)
int hwndParent = OS.GetParent (handle);
Type mismatch: cannot convert from long to int
3. ERROR in _64/src/Eclipse SWT/win32/org/eclipse/swt/widgets/Composite.java
 (at line 1101)
int hwndShell = getShell ().handle;
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