Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-releng-dev] [eclipse-build]Build N20090812-2000 (Timestamp: 200908122000):Compile errors in build

Build N20090812-2000 (Timestamp: 200908122000):  Compile errors in build.  See attached compile logs.
Title: Compiler log for org.eclipse.swt.win32.win32.x86_64_3.6.0.N20090812-2000

Compiler log for org.eclipse.swt.win32.win32.x86_64_3.6.0.N20090812-2000 : @dot.bin.xml

TOTAL : ERRORS: 5, WARNINGS: 0

errors others warnings forbidden warnings discouraged warnings

ERRORS

top others warnings forbidden warnings discouraged warnings

_64/temp.folder/@dot.src/org/eclipse/swt/ole/win32/OleAutomation.java : 5 errors :

1. ERROR in _64/temp.folder/@dot.src/org/eclipse/swt/ole/win32/OleAutomation.java
 (at line 155)
int result = COM.CoCreateInstance(appClsid, 0, COM.CLSCTX_INPROC_SERVER, COM.IIDIUnknown, ppvObject);
The method CoCreateInstance(GUID, long, int, GUID, long[]) in the type COM is not applicable for the arguments (GUID, int, int, GUID, int[])
2. ERROR in _64/temp.folder/@dot.src/org/eclipse/swt/ole/win32/OleAutomation.java
 (at line 163)
result = objIUnknown.QueryInterface(COM.IIDIDispatch, ppvObject);
The method QueryInterface(GUID, long[]) in the type IUnknown is not applicable for the arguments (GUID, int[])
3. ERROR in _64/temp.folder/@dot.src/org/eclipse/swt/ole/win32/OleAutomation.java
 (at line 168)
result = objIDispatch.GetTypeInfo(0, COM.LOCALE_USER_DEFAULT, ppvObject);
The method GetTypeInfo(int, int, long[]) in the type IDispatch is not applicable for the arguments (int, int, int[])
4. ERROR in _64/temp.folder/@dot.src/org/eclipse/swt/ole/win32/OleAutomation.java
 (at line 478)
int address1 = objIDispatch.getAddress();
Type mismatch: cannot convert from long to int
5. ERROR in _64/temp.folder/@dot.src/org/eclipse/swt/ole/win32/OleAutomation.java
 (at line 479)
int address2 = oleAutomation.objIDispatch.getAddress();
Type mismatch: cannot convert from long to int

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