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 N20070830-1040 (Timestamp: 200708301040):Compile errors in build


swt's 64-bit Windows compile error is fixed in HEAD



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

08/30/2007 12:32 PM

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 N20070830-1040        (Timestamp: 200708301040):Compile errors in build





Build N20070830-1040 (Timestamp: 200708301040):  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.N20070830-1040

Compiler log for org.eclipse.swt.win32.win32.x86_64_3.3.0.N20070830-1040 : @dot.bin.xml

TOTAL : ERRORS: 2, WARNINGS: 0

errors others warnings forbidden warnings discouraged warnings

ERRORS

top others warnings forbidden warnings discouraged warnings

_64/src/Eclipse SWT Drag and Drop/win32/org/eclipse/swt/dnd/DragSource.java : 2 errors :

1. ERROR in _64/src/Eclipse SWT Drag and Drop/win32/org/eclipse/swt/dnd/DragSource.java
 (at line 315)
hwndDrag = topControl.handle;
Type mismatch: cannot convert from long to int
2. ERROR in _64/src/Eclipse SWT Drag and Drop/win32/org/eclipse/swt/dnd/DragSource.java
 (at line 320)
hwndDrag = OS.CreateWindowEx ( OS.WS_EX_TRANSPARENT | OS.WS_EX_NOINHERITLAYOUT, WindowClass, null, OS.WS_CHILD | OS.WS_CLIPSIBLINGS, 0, 0, rect.right - rect.left, rect.bottom - rect.top, topControl.handle, 0, OS.GetModuleHandle (null), null);
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
Title: Compiler log for org.eclipse.ui.tests.views.properties.tabbed_3.4.0.N20070830-1040

Compiler log for org.eclipse.ui.tests.views.properties.tabbed_3.4.0.N20070830-1040 : uitptests.jar.bin.xml

TOTAL : ERRORS: 2, WARNINGS: 0

errors others warnings forbidden warnings discouraged warnings

ERRORS

top others warnings forbidden warnings discouraged warnings

/src/org/eclipse/ui/tests/views/properties/tabbed/dynamic/section/descriptors/DynamicTestsAdvancedSectionDescriptor.java : 1 error :

1. ERROR in /src/org/eclipse/ui/tests/views/properties/tabbed/dynamic/section/descriptors/DynamicTestsAdvancedSectionDescriptor.java
 (at line 50)
list.add(DynamicTestsElement.class.getCanonicalName());
The method getCanonicalName() is undefined for the type Class

/src/org/eclipse/ui/tests/views/properties/tabbed/dynamic/section/descriptors/DynamicTestsElementSectionDescriptor.java : 1 error :

1. ERROR in /src/org/eclipse/ui/tests/views/properties/tabbed/dynamic/section/descriptors/DynamicTestsElementSectionDescriptor.java
 (at line 46)
list.add(DynamicTestsElement.class.getCanonicalName());
The method getCanonicalName() is undefined for the type Class

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