Skip to main content

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

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

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

TOTAL : ERRORS: 2, WARNINGS: 0

_64/src/Eclipse SWT/gtk/org/eclipse/swt/widgets/Combo.java : 2 errors :

1. ERROR in _64/src/Eclipse SWT/gtk/org/eclipse/swt/widgets/Combo.java
 (at line 339)
int str = OS.gtk_combo_box_get_active_text (handle);
Type mismatch: cannot convert from long to int
2. ERROR in _64/src/Eclipse SWT/gtk/org/eclipse/swt/widgets/Combo.java
 (at line 803)
length = OS.g_utf8_strlen (str, -1);
Type mismatch: cannot convert from long to int
Title: Compiler log for org.eclipse.swt.gtk.linux.ia64_3.2.0.N20060625-0010

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

TOTAL : ERRORS: 2, WARNINGS: 0

/src/Eclipse SWT/gtk/org/eclipse/swt/widgets/Combo.java : 2 errors :

1. ERROR in /src/Eclipse SWT/gtk/org/eclipse/swt/widgets/Combo.java
 (at line 339)
int str = OS.gtk_combo_box_get_active_text (handle);
Type mismatch: cannot convert from long to int
2. ERROR in /src/Eclipse SWT/gtk/org/eclipse/swt/widgets/Combo.java
 (at line 803)
length = OS.g_utf8_strlen (str, -1);
Type mismatch: cannot convert from long to int
Title: Compiler log for org.eclipse.jdt.ui_3.3.0.N20060625-0010

Compiler log for org.eclipse.jdt.ui_3.3.0.N20060625-0010 : @dot.bin.xml

TOTAL : ERRORS: 1, WARNINGS: 1

/ui/org/eclipse/jdt/internal/ui/dialogs/TypeInfoViewer.java : 1 error :

1. ERROR in /ui/org/eclipse/jdt/internal/ui/dialogs/TypeInfoViewer.java
 (at line 651)
fFilter.getPackageFlags(),
The method getPackageFlags() is undefined for the type TypeInfoFilter

/core extension/org/eclipse/jdt/internal/corext/template/java/JavaContext.java : 1 warning :

1. WARNING in /core extension/org/eclipse/jdt/internal/corext/template/java/JavaContext.java
 (at line 393)
private String[] suggestVariableName(LocalVariable iterable, String[] excludes) throws IllegalArgumentException {
The method suggestVariableName(CompilationUnitCompletion.LocalVariable, String[]) from the type JavaContext is never used locally

Back to the top