Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-releng-dev] [eclipse-build]Build N20061203-2300 (Timestamp: 200612032300):Compile errors in build

Build N20061203-2300 (Timestamp: 200612032300):  Compile errors in build.  See attached compile logs.
Title: Compiler log for org.eclipse.swt.gtk.linux.x86_64_3.3.0.N20061203-2300

Compiler log for org.eclipse.swt.gtk.linux.x86_64_3.3.0.N20061203-2300 : @dot.bin.xml

TOTAL : ERRORS: 1, WARNINGS: 0

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

1. ERROR in _64/src/Eclipse SWT/gtk/org/eclipse/swt/widgets/Shell.java
 (at line 604)
int children = OS.gtk_container_get_children (vboxHandle);
Type mismatch: cannot convert from long to int
Title: Compiler log for org.eclipse.swt.gtk.linux.ia64_3.2.0.N20061203-2300

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

TOTAL : ERRORS: 1, WARNINGS: 0

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

1. ERROR in /src/Eclipse SWT/gtk/org/eclipse/swt/widgets/Shell.java
 (at line 604)
int children = OS.gtk_container_get_children (vboxHandle);
Type mismatch: cannot convert from long to int

Back to the top