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 N20071028-0010 (Timestamp: 200710280010):Compile errors in build


The error in SWT for 64bit gtk has been fixed in HEAD.

- Bogdan



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

10/28/2007 02:12 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 N20071028-0010        (Timestamp: 200710280010):Compile errors in build





Build N20071028-0010 (Timestamp: 200710280010):  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.gtk.linux.x86_64_3.4.0.N20071028-0010

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

TOTAL : ERRORS: 1, WARNINGS: 10

errors others warnings forbidden warnings discouraged warnings

ERRORS

top others warnings forbidden warnings discouraged warnings

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

1. ERROR in _64/src/Eclipse SWT/gtk/org/eclipse/swt/widgets/Control.java
 (at line 345)
GC paintGC = event.gc = GC.gtk_new (gdkGC, data);
The method gtk_new(int, GCData) in the type GC is not applicable for the arguments (long, GCData)

OTHER WARNINGS

top errors forbidden warnings discouraged warnings

_64/src/Eclipse SWT Browser/common/org/eclipse/swt/browser/Browser.java : 1 warning :

OTHER WARNINGS
1. WARNING in _64/src/Eclipse SWT Browser/common/org/eclipse/swt/browser/Browser.java
 (at line 133)
static int checkStyle(int style) {
The method Browser.checkStyle(int) does not override the inherited method from Composite since it is private to a different package

_64/src/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/AnimatedProgress.java : 1 warning :

OTHER WARNINGS
1. WARNING in _64/src/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/AnimatedProgress.java
 (at line 90)
private static int checkStyle (int style) {
The method AnimatedProgress.checkStyle(int) does not override the inherited method from Composite since it is private to a different package

_64/src/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/CBanner.java : 1 warning :

OTHER WARNINGS
1. WARNING in _64/src/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/CBanner.java
 (at line 149)
static int checkStyle (int style) {
The method CBanner.checkStyle(int) does not override the inherited method from Composite since it is private to a different package

_64/src/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/CCombo.java : 1 warning :

OTHER WARNINGS
1. WARNING in _64/src/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/CCombo.java
 (at line 143)
static int checkStyle (int style) {
The method CCombo.checkStyle(int) does not override the inherited method from Composite since it is private to a different package

_64/src/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/CLabel.java : 1 warning :

OTHER WARNINGS
1. WARNING in _64/src/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/CLabel.java
 (at line 137)
private static int checkStyle (int style) {
The method CLabel.checkStyle(int) does not override the inherited method from Composite since it is private to a different package

_64/src/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/SashForm.java : 1 warning :

OTHER WARNINGS
1. WARNING in _64/src/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/SashForm.java
 (at line 87)
static int checkStyle (int style) {
The method SashForm.checkStyle(int) does not override the inherited method from Composite since it is private to a different package

_64/src/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/ScrolledComposite.java : 1 warning :

OTHER WARNINGS
1. WARNING in _64/src/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/ScrolledComposite.java
 (at line 169)
static int checkStyle (int style) {
The method ScrolledComposite.checkStyle(int) does not override the inherited method from Composite since it is private to a different package

_64/src/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/StyledText.java : 1 warning :

OTHER WARNINGS
1. WARNING in _64/src/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/StyledText.java
 (at line 1597)
static int checkStyle(int style) {
The method StyledText.checkStyle(int) does not override the inherited method from Composite since it is private to a different package

_64/src/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/TableTree.java : 1 warning :

OTHER WARNINGS
1. WARNING in _64/src/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/TableTree.java
 (at line 209)
private static int checkStyle (int style) {
The method TableTree.checkStyle(int) does not override the inherited method from Composite since it is private to a different package

_64/src/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/ViewForm.java : 1 warning :

OTHER WARNINGS
1. WARNING in _64/src/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/ViewForm.java
 (at line 171)
static int checkStyle (int style) {
The method ViewForm.checkStyle(int) does not override the inherited method from Composite since it is private to a different package

FORBIDDEN ACCESS WARNINGS

top errors others warnings discouraged warnings

DISCOURAGED ACCESS WARNINGS

top errors others warnings forbidden warnings
Title: Compiler log for org.eclipse.swt.gtk.linux.ia64_3.4.0.HEAD

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

TOTAL : ERRORS: 1, WARNINGS: 10

errors others warnings forbidden warnings discouraged warnings

ERRORS

top others warnings forbidden warnings discouraged warnings

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

1. ERROR in /src/Eclipse SWT/gtk/org/eclipse/swt/widgets/Control.java
 (at line 345)
GC paintGC = event.gc = GC.gtk_new (gdkGC, data);
The method gtk_new(int, GCData) in the type GC is not applicable for the arguments (long, GCData)

OTHER WARNINGS

top errors forbidden warnings discouraged warnings

/src/Eclipse SWT Browser/common/org/eclipse/swt/browser/Browser.java : 1 warning :

OTHER WARNINGS
1. WARNING in /src/Eclipse SWT Browser/common/org/eclipse/swt/browser/Browser.java
 (at line 133)
static int checkStyle(int style) {
The method Browser.checkStyle(int) does not override the inherited method from Composite since it is private to a different package

/src/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/AnimatedProgress.java : 1 warning :

OTHER WARNINGS
1. WARNING in /src/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/AnimatedProgress.java
 (at line 90)
private static int checkStyle (int style) {
The method AnimatedProgress.checkStyle(int) does not override the inherited method from Composite since it is private to a different package

/src/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/CBanner.java : 1 warning :

OTHER WARNINGS
1. WARNING in /src/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/CBanner.java
 (at line 149)
static int checkStyle (int style) {
The method CBanner.checkStyle(int) does not override the inherited method from Composite since it is private to a different package

/src/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/CCombo.java : 1 warning :

OTHER WARNINGS
1. WARNING in /src/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/CCombo.java
 (at line 143)
static int checkStyle (int style) {
The method CCombo.checkStyle(int) does not override the inherited method from Composite since it is private to a different package

/src/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/CLabel.java : 1 warning :

OTHER WARNINGS
1. WARNING in /src/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/CLabel.java
 (at line 137)
private static int checkStyle (int style) {
The method CLabel.checkStyle(int) does not override the inherited method from Composite since it is private to a different package

/src/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/SashForm.java : 1 warning :

OTHER WARNINGS
1. WARNING in /src/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/SashForm.java
 (at line 87)
static int checkStyle (int style) {
The method SashForm.checkStyle(int) does not override the inherited method from Composite since it is private to a different package

/src/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/ScrolledComposite.java : 1 warning :

OTHER WARNINGS
1. WARNING in /src/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/ScrolledComposite.java
 (at line 169)
static int checkStyle (int style) {
The method ScrolledComposite.checkStyle(int) does not override the inherited method from Composite since it is private to a different package

/src/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/StyledText.java : 1 warning :

OTHER WARNINGS
1. WARNING in /src/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/StyledText.java
 (at line 1597)
static int checkStyle(int style) {
The method StyledText.checkStyle(int) does not override the inherited method from Composite since it is private to a different package

/src/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/TableTree.java : 1 warning :

OTHER WARNINGS
1. WARNING in /src/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/TableTree.java
 (at line 209)
private static int checkStyle (int style) {
The method TableTree.checkStyle(int) does not override the inherited method from Composite since it is private to a different package

/src/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/ViewForm.java : 1 warning :

OTHER WARNINGS
1. WARNING in /src/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/ViewForm.java
 (at line 171)
static int checkStyle (int style) {
The method ViewForm.checkStyle(int) does not override the inherited method from Composite since it is private to a different package

FORBIDDEN ACCESS WARNINGS

top errors others warnings discouraged warnings

DISCOURAGED ACCESS WARNINGS

top errors others warnings forbidden warnings
Title: Compiler log for org.eclipse.swt.tests_3.4.0

Compiler log for org.eclipse.swt.tests_3.4.0 : swttests.jar.bin.xml

TOTAL : ERRORS: 1, WARNINGS: 0

errors others warnings forbidden warnings discouraged warnings

ERRORS

top others warnings forbidden warnings discouraged warnings

/JUnit Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_custom_StyledText.java : 1 error :

1. ERROR in /JUnit Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_custom_StyledText.java
 (at line 1896)
text.print(null);
The method print(Printer) is ambiguous for the type StyledText

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