Skip to main content

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

Build N20060719-0010 (Timestamp: 200607190010):  Compile errors in build.  See attached compile logs.
Title: Compiler log for org.eclipse.swt.gtk.linux.ia64_3.2.0.N20060719-0010

Compiler log for org.eclipse.swt.gtk.linux.ia64_3.2.0.N20060719-0010 : @dot.bin.xml

TOTAL : ERRORS: 5, WARNINGS: 0

/src/Eclipse SWT/gtk/org/eclipse/swt/graphics/GC.java : 5 errors :

1. ERROR in /src/Eclipse SWT/gtk/org/eclipse/swt/graphics/GC.java
 (at line 356)
return newRgn;
Type mismatch: cannot convert from long to int
2. ERROR in /src/Eclipse SWT/gtk/org/eclipse/swt/graphics/GC.java
 (at line 2137)
clipRgn = convertRgn(clipRgn, data.clippingTransform);
The method convertRgn(int, double[]) in the type GC is not applicable for the arguments (long, double[])
3. ERROR in /src/Eclipse SWT/gtk/org/eclipse/swt/graphics/GC.java
 (at line 2149)
clipRgn = convertRgn(rgn, matrix);
The method convertRgn(int, double[]) in the type GC is not applicable for the arguments (long, double[])
4. ERROR in /src/Eclipse SWT/gtk/org/eclipse/swt/graphics/GC.java
 (at line 2195)
int rgn = convertRgn(clipRgn, data.clippingTransform);
The method convertRgn(int, double[]) in the type GC is not applicable for the arguments (long, double[])
5. ERROR in /src/Eclipse SWT/gtk/org/eclipse/swt/graphics/GC.java
 (at line 2210)
int rgn = convertRgn(clipping, matrix);
The method convertRgn(int, double[]) in the type GC is not applicable for the arguments (long, double[])
Title: Compiler log for org.eclipse.swt.gtk.linux.x86_64_3.2.0.N20060719-0010

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

TOTAL : ERRORS: 5, WARNINGS: 0

_64/src/Eclipse SWT/gtk/org/eclipse/swt/graphics/GC.java : 5 errors :

1. ERROR in _64/src/Eclipse SWT/gtk/org/eclipse/swt/graphics/GC.java
 (at line 356)
return newRgn;
Type mismatch: cannot convert from long to int
2. ERROR in _64/src/Eclipse SWT/gtk/org/eclipse/swt/graphics/GC.java
 (at line 2137)
clipRgn = convertRgn(clipRgn, data.clippingTransform);
The method convertRgn(int, double[]) in the type GC is not applicable for the arguments (long, double[])
3. ERROR in _64/src/Eclipse SWT/gtk/org/eclipse/swt/graphics/GC.java
 (at line 2149)
clipRgn = convertRgn(rgn, matrix);
The method convertRgn(int, double[]) in the type GC is not applicable for the arguments (long, double[])
4. ERROR in _64/src/Eclipse SWT/gtk/org/eclipse/swt/graphics/GC.java
 (at line 2195)
int rgn = convertRgn(clipRgn, data.clippingTransform);
The method convertRgn(int, double[]) in the type GC is not applicable for the arguments (long, double[])
5. ERROR in _64/src/Eclipse SWT/gtk/org/eclipse/swt/graphics/GC.java
 (at line 2210)
int rgn = convertRgn(clipping, matrix);
The method convertRgn(int, double[]) in the type GC is not applicable for the arguments (long, double[])

Back to the top