Skip to main content

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

Build N20061124-0010 (Timestamp: 200611240010):  Compile errors in build.  See attached compile logs.
Title: Compiler log for org.eclipse.swt.win32.wce_ppc.arm_3.3.0.N20061124-0010

Compiler log for org.eclipse.swt.win32.wce_ppc.arm_3.3.0.N20061124-0010 : @dot.bin.xml

TOTAL : ERRORS: 15, WARNINGS: 0

/builds/N200611240010/src/plugins/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/DateTime.java : 15 errors :

1. ERROR in /builds/N200611240010/src/plugins/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/DateTime.java
 (at line 78)
static final int[] MONTH_NAMES = new int[] {OS.LOCALE_SMONTHNAME1, OS.LOCALE_SMONTHNAME2, OS.LOCALE_SMONTHNAME3, OS.LOCALE_SMONTHNAME4, OS.LOCALE_SMONTHNAME5, OS.LOCALE_SMONTHNAME6, OS.LOCALE_SMONTHNAME7, OS.LOCALE_SMONTHNAME8, OS.LOCALE_SMONTHNAME9, OS.LOCALE_SMONTHNAME10, OS.LOCALE_SMONTHNAME11, OS.LOCALE_SMONTHNAME12};
OS.LOCALE_SMONTHNAME1 cannot be resolved
2. ERROR in /builds/N200611240010/src/plugins/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/DateTime.java
 (at line 199)
int size = OS.GetDateFormat(OS.LOCALE_USER_DEFAULT, OS.DATE_SHORTDATE, systime, null, buffer, buffer.length ());
OS.DATE_SHORTDATE cannot be resolved
3. ERROR in /builds/N200611240010/src/plugins/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/DateTime.java
 (at line 202)
OS.GetDateFormat(OS.LOCALE_USER_DEFAULT, OS.DATE_SHORTDATE, systime, null, buffer, buffer.length ());
OS.DATE_SHORTDATE cannot be resolved
4. ERROR in /builds/N200611240010/src/plugins/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/DateTime.java
 (at line 239)
int dwFlags = ((style & SWT.MEDIUM) != 0) ? OS.DATE_SHORTDATE : ((style & SWT.SHORT) != 0) ? OS.DATE_YEARMONTH : OS.DATE_LONGDATE;
OS.DATE_SHORTDATE cannot be resolved
5. ERROR in /builds/N200611240010/src/plugins/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/DateTime.java
 (at line 239)
int dwFlags = ((style & SWT.MEDIUM) != 0) ? OS.DATE_SHORTDATE : ((style & SWT.SHORT) != 0) ? OS.DATE_YEARMONTH : OS.DATE_LONGDATE;
OS.DATE_YEARMONTH cannot be resolved
6. ERROR in /builds/N200611240010/src/plugins/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/DateTime.java
 (at line 239)
int dwFlags = ((style & SWT.MEDIUM) != 0) ? OS.DATE_SHORTDATE : ((style & SWT.SHORT) != 0) ? OS.DATE_YEARMONTH : OS.DATE_LONGDATE;
OS.DATE_LONGDATE cannot be resolved
7. ERROR in /builds/N200611240010/src/plugins/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/DateTime.java
 (at line 243)
int size = OS.GetDateFormat(OS.LOCALE_USER_DEFAULT, dwFlags, systime, null, buffer, buffer.length ());
The method GetDateFormat(int, int, SYSTEMTIME, null, TCHAR, int) is undefined for the type OS
8. ERROR in /builds/N200611240010/src/plugins/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/DateTime.java
 (at line 246)
OS.GetDateFormat(OS.LOCALE_USER_DEFAULT, dwFlags, systime, null, buffer, buffer.length ());
The method GetDateFormat(int, int, SYSTEMTIME, null, TCHAR, int) is undefined for the type OS
9. ERROR in /builds/N200611240010/src/plugins/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/DateTime.java
 (at line 256)
int dwFlags = ((style & SWT.SHORT) != 0) ? OS.TIME_NOSECONDS : 0;
OS.TIME_NOSECONDS cannot be resolved
10. ERROR in /builds/N200611240010/src/plugins/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/DateTime.java
 (at line 261)
int size = OS.GetTimeFormat(OS.LOCALE_USER_DEFAULT, dwFlags, systime, null, buffer, buffer.length ());
The method GetTimeFormat(int, int, SYSTEMTIME, null, TCHAR, int) is undefined for the type OS
11. ERROR in /builds/N200611240010/src/plugins/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/DateTime.java
 (at line 264)
OS.GetTimeFormat(OS.LOCALE_USER_DEFAULT, dwFlags, systime, null, buffer, buffer.length ());
The method GetTimeFormat(int, int, SYSTEMTIME, null, TCHAR, int) is undefined for the type OS
12. ERROR in /builds/N200611240010/src/plugins/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/DateTime.java
 (at line 280)
int size = OS.GetTimeFormat(OS.LOCALE_USER_DEFAULT, dwFlags, systime, null, buffer, buffer.length ());
The method GetTimeFormat(int, int, SYSTEMTIME, null, TCHAR, int) is undefined for the type OS
13. ERROR in /builds/N200611240010/src/plugins/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/DateTime.java
 (at line 283)
OS.GetTimeFormat(OS.LOCALE_USER_DEFAULT, dwFlags, systime, null, buffer, buffer.length ());
The method GetTimeFormat(int, int, SYSTEMTIME, null, TCHAR, int) is undefined for the type OS
14. ERROR in /builds/N200611240010/src/plugins/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/DateTime.java
 (at line 297)
int size = OS.GetTimeFormat(OS.LOCALE_USER_DEFAULT, dwFlags, systime, null, buffer, buffer.length ());
The method GetTimeFormat(int, int, SYSTEMTIME, null, TCHAR, int) is undefined for the type OS
15. ERROR in /builds/N200611240010/src/plugins/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/DateTime.java
 (at line 300)
OS.GetTimeFormat(OS.LOCALE_USER_DEFAULT, dwFlags, systime, null, buffer, buffer.length ());
The method GetTimeFormat(int, int, SYSTEMTIME, null, TCHAR, int) is undefined for the type OS
Title: Compiler log for org.eclipse.swt.win32.win32.x86_3.3.0.N20061124-0010

Compiler log for org.eclipse.swt.win32.win32.x86_3.3.0.N20061124-0010 : @dot.bin.xml

TOTAL : ERRORS: 15, WARNINGS: 0

/builds/N200611240010/src/plugins/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/DateTime.java : 15 errors :

1. ERROR in /builds/N200611240010/src/plugins/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/DateTime.java
 (at line 78)
static final int[] MONTH_NAMES = new int[] {OS.LOCALE_SMONTHNAME1, OS.LOCALE_SMONTHNAME2, OS.LOCALE_SMONTHNAME3, OS.LOCALE_SMONTHNAME4, OS.LOCALE_SMONTHNAME5, OS.LOCALE_SMONTHNAME6, OS.LOCALE_SMONTHNAME7, OS.LOCALE_SMONTHNAME8, OS.LOCALE_SMONTHNAME9, OS.LOCALE_SMONTHNAME10, OS.LOCALE_SMONTHNAME11, OS.LOCALE_SMONTHNAME12};
OS.LOCALE_SMONTHNAME1 cannot be resolved
2. ERROR in /builds/N200611240010/src/plugins/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/DateTime.java
 (at line 199)
int size = OS.GetDateFormat(OS.LOCALE_USER_DEFAULT, OS.DATE_SHORTDATE, systime, null, buffer, buffer.length ());
OS.DATE_SHORTDATE cannot be resolved
3. ERROR in /builds/N200611240010/src/plugins/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/DateTime.java
 (at line 202)
OS.GetDateFormat(OS.LOCALE_USER_DEFAULT, OS.DATE_SHORTDATE, systime, null, buffer, buffer.length ());
OS.DATE_SHORTDATE cannot be resolved
4. ERROR in /builds/N200611240010/src/plugins/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/DateTime.java
 (at line 239)
int dwFlags = ((style & SWT.MEDIUM) != 0) ? OS.DATE_SHORTDATE : ((style & SWT.SHORT) != 0) ? OS.DATE_YEARMONTH : OS.DATE_LONGDATE;
OS.DATE_SHORTDATE cannot be resolved
5. ERROR in /builds/N200611240010/src/plugins/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/DateTime.java
 (at line 239)
int dwFlags = ((style & SWT.MEDIUM) != 0) ? OS.DATE_SHORTDATE : ((style & SWT.SHORT) != 0) ? OS.DATE_YEARMONTH : OS.DATE_LONGDATE;
OS.DATE_YEARMONTH cannot be resolved
6. ERROR in /builds/N200611240010/src/plugins/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/DateTime.java
 (at line 239)
int dwFlags = ((style & SWT.MEDIUM) != 0) ? OS.DATE_SHORTDATE : ((style & SWT.SHORT) != 0) ? OS.DATE_YEARMONTH : OS.DATE_LONGDATE;
OS.DATE_LONGDATE cannot be resolved
7. ERROR in /builds/N200611240010/src/plugins/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/DateTime.java
 (at line 243)
int size = OS.GetDateFormat(OS.LOCALE_USER_DEFAULT, dwFlags, systime, null, buffer, buffer.length ());
The method GetDateFormat(int, int, SYSTEMTIME, null, TCHAR, int) is undefined for the type OS
8. ERROR in /builds/N200611240010/src/plugins/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/DateTime.java
 (at line 246)
OS.GetDateFormat(OS.LOCALE_USER_DEFAULT, dwFlags, systime, null, buffer, buffer.length ());
The method GetDateFormat(int, int, SYSTEMTIME, null, TCHAR, int) is undefined for the type OS
9. ERROR in /builds/N200611240010/src/plugins/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/DateTime.java
 (at line 256)
int dwFlags = ((style & SWT.SHORT) != 0) ? OS.TIME_NOSECONDS : 0;
OS.TIME_NOSECONDS cannot be resolved
10. ERROR in /builds/N200611240010/src/plugins/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/DateTime.java
 (at line 261)
int size = OS.GetTimeFormat(OS.LOCALE_USER_DEFAULT, dwFlags, systime, null, buffer, buffer.length ());
The method GetTimeFormat(int, int, SYSTEMTIME, null, TCHAR, int) is undefined for the type OS
11. ERROR in /builds/N200611240010/src/plugins/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/DateTime.java
 (at line 264)
OS.GetTimeFormat(OS.LOCALE_USER_DEFAULT, dwFlags, systime, null, buffer, buffer.length ());
The method GetTimeFormat(int, int, SYSTEMTIME, null, TCHAR, int) is undefined for the type OS
12. ERROR in /builds/N200611240010/src/plugins/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/DateTime.java
 (at line 280)
int size = OS.GetTimeFormat(OS.LOCALE_USER_DEFAULT, dwFlags, systime, null, buffer, buffer.length ());
The method GetTimeFormat(int, int, SYSTEMTIME, null, TCHAR, int) is undefined for the type OS
13. ERROR in /builds/N200611240010/src/plugins/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/DateTime.java
 (at line 283)
OS.GetTimeFormat(OS.LOCALE_USER_DEFAULT, dwFlags, systime, null, buffer, buffer.length ());
The method GetTimeFormat(int, int, SYSTEMTIME, null, TCHAR, int) is undefined for the type OS
14. ERROR in /builds/N200611240010/src/plugins/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/DateTime.java
 (at line 297)
int size = OS.GetTimeFormat(OS.LOCALE_USER_DEFAULT, dwFlags, systime, null, buffer, buffer.length ());
The method GetTimeFormat(int, int, SYSTEMTIME, null, TCHAR, int) is undefined for the type OS
15. ERROR in /builds/N200611240010/src/plugins/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/DateTime.java
 (at line 300)
OS.GetTimeFormat(OS.LOCALE_USER_DEFAULT, dwFlags, systime, null, buffer, buffer.length ());
The method GetTimeFormat(int, int, SYSTEMTIME, null, TCHAR, int) is undefined for the type OS
Title: Compiler log for org.eclipse.swt.carbon.macosx_3.3.0.N20061124-0010

Compiler log for org.eclipse.swt.carbon.macosx_3.3.0.N20061124-0010 : @dot.bin.xml

TOTAL : ERRORS: 2, WARNINGS: 0

/builds/N200611240010/src/plugins/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/DateTime.java : 2 errors :

1. ERROR in /builds/N200611240010/src/plugins/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/DateTime.java
 (at line 173)
if ((style & SWT.TIME) != 0) clockType = (style & SWT.SHORT) != 0 ? OS.kControlClockTypeHourMinute : OS.kControlClockTypeHourMinuteSecond;
OS.kControlClockTypeHourMinute cannot be resolved
2. ERROR in /builds/N200611240010/src/plugins/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/DateTime.java
 (at line 174)
if ((style & SWT.DATE) != 0) clockType = (style & SWT.SHORT) != 0 ? OS.kControlClockTypeMonthYear : OS.kControlClockTypeMonthDayYear;
OS.kControlClockTypeMonthYear cannot be resolved

Back to the top