my computer os is ubuntu 8.04,when i compile the openoffice 3.0,occured the
follow errors, please give me a help.
/usr/bin/javac -classpath
".:../unxlngi6.pro/class::/home/wenfeng/openoffice/office3.0/OOO300_m5/solver
/300/unxlngi6.pro/bin/ridl.jar:/home/wenfeng/openoffice/office3.0/OOO300_m5/s
olver/300/unxlngi6.pro/bin/unoil.jar:/home/wenfeng/openoffice/office3.0/OOO30
0_m5/solver/300/unxlngi6.pro/bin/jurt.jar:/home/wenfeng/openoffice/office3.0/
OOO300_m5/solver/300/unxlngi6.pro/bin/juh.jar:/home/wenfeng/openoffice/office
3.0/OOO300_m5/solver/300/unxlngi6.pro/bin/jut.jar:/home/wenfeng/openoffice/of
fice3.0/OOO300_m5/solver/300/unxlngi6.pro/bin/java_uno.jar:/home/wenfeng/open
office/office3.0/OOO300_m5/solver/300/unxlngi6.pro/bin/OOoRunner.jar:/home/we
nfeng/openoffice/office3.0/OOO300_m5/solver/300/unxlngi6.pro/bin/Connectivity
Tools.jar" -d ../unxlngi6.pro/class -source 1.5 -target 1.5 @/tmp/mkHqgwCN
----------
1. WARNING in org/openoffice/xforms/Model.java (at line 8)
import com.sun.star.beans.PropertyVetoException;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import com.sun.star.beans.PropertyVetoException is never used
----------
2. WARNING in org/openoffice/xforms/Model.java (at line 9)
import com.sun.star.beans.UnknownPropertyException;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import com.sun.star.beans.UnknownPropertyException is never used
----------
3. WARNING in org/openoffice/xforms/Model.java (at line 11)
import com.sun.star.lang.IllegalArgumentException;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import com.sun.star.lang.IllegalArgumentException is never used
----------
4. WARNING in org/openoffice/xforms/Model.java (at line 12)
import com.sun.star.lang.WrappedTargetException;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import com.sun.star.lang.WrappedTargetException is never used
----------
----------
5. ERROR in integration/forms/XMLFormSettings.java (at line 51)
public class XMLFormSettings extends complexlib.ComplexTestCase
^^^^^^^^^^
complexlib cannot be resolved to a type
----------
6. ERROR in integration/forms/XMLFormSettings.java (at line 84)
m_orb = (XMultiServiceFactory)param.getMSF();
^^^^^
param cannot be resolved
----------
7. ERROR in integration/forms/XMLFormSettings.java (at line 96)
assure( "booleanAttrib's parent is wrong",
^^^^^^
The method assure(String, boolean) is undefined for the type XMLFormSettings
----------
8. ERROR in integration/forms/XMLFormSettings.java (at line 98)
assure( "dateAttrib's parent is wrong",
^^^^^^
The method assure(String, boolean) is undefined for the type XMLFormSettings
----------
9. ERROR in integration/forms/XMLFormSettings.java (at line 116)
assure( "document still modified after saving it",
!m_document.isModified() );
^^^^^^
The method assure(String, boolean) is undefined for the type XMLFormSettings
----------
10. ERROR in integration/forms/XMLFormSettings.java (at line 170)
assure( "setting up the document to contain 'internal data' failed",
^^^^^^
The method assure(String, boolean) is undefined for the type XMLFormSettings
----------
11. ERROR in integration/forms/XMLFormSettings.java (at line 179)
assure( "model data changed, but document is not modified",
^^^^^^
The method assure(String, boolean) is undefined for the type XMLFormSettings
----------
12. ERROR in integration/forms/XMLFormSettings.java (at line 186)
assure( "setting up the document to contain 'internal data' failed",
^^^^^^
The method assure(String, boolean) is undefined for the type XMLFormSettings
----------
13. ERROR in integration/forms/XMLFormSettings.java (at line 193)
assure( "model data changed, but document is modified",
^^^^^^
The method assure(String, boolean) is undefined for the type XMLFormSettings
----------
14. ERROR in integration/forms/XMLFormSettings.java (at line 209)
assure( "setting up a model to contain 'internal data' did not
survive reloading",
^^^^^^
The method assure(String, boolean) is undefined for the type XMLFormSettings
----------
15. ERROR in integration/forms/XMLFormSettings.java (at line 211)
assure( "setting up a model to contain 'external data' did not
survive reloading",
^^^^^^
The method assure(String, boolean) is undefined for the type XMLFormSettings
----------
16. ERROR in integration/forms/XMLFormSettings.java (at line 224)
assure( "document still modified after saving it",
!m_document.isModified() );
^^^^^^
The method assure(String, boolean) is undefined for the type XMLFormSettings
----------
----------
17. ERROR in integration/forms/ControlValidation.java (at line 52)
public class ControlValidation extends complexlib.ComplexTestCase
implements com.sun.star.lang.XEventListener
^^^^^^^^^^
complexlib cannot be resolved to a type
----------
----------
18. ERROR in integration/forms/FormPropertyBags.java (at line 52)
public class FormPropertyBags extends complexlib.ComplexTestCase
implements XPropertyChangeListener
^^^^^^^^^^
complexlib cannot be resolved to a type
----------
----------
19. ERROR in integration/forms/TestSkeleton.java (at line 40)
public class TestSkeleton extends complexlib.ComplexTestCase
^^^^^^^^^^
complexlib cannot be resolved to a type
----------
----------
20. ERROR in integration/forms/RadioButtons.java (at line 52)
public class RadioButtons extends complexlib.ComplexTestCase
^^^^^^^^^^
complexlib cannot be resolved to a type
----------
----------
21. ERROR in integration/forms/TestCase.java (at line 39)
public abstract class TestCase extends complexlib.ComplexTestCase
implements com.sun.star.lang.XEventListener
^^^^^^^^^^
complexlib cannot be resolved to a type
----------
----------
22. WARNING in integration/forms/DocumentHelper.java (at line 136)
public Object query( Class aInterfaceClass )
^^^^^
Class is a raw type. References to generic type Class<T> should be
parameterized
----------
----------
23. ERROR in integration/forms/FormControlTest.java (at line 66)
public class FormControlTest extends complexlib.ComplexTestCase
^^^^^^^^^^
complexlib cannot be resolved to a type
----------
----------
24. ERROR in integration/forms/MasterDetailForms.java (at line 45)
public class MasterDetailForms extends complexlib.ComplexTestCase
implements com.sun.star.form.XLoadListener
^^^^^^^^^^
complexlib cannot be resolved to a type
----------
----------
25. ERROR in integration/forms/ListSelection.java (at line 56)
public class ListSelection extends integration.forms.TestCase
implements com.sun.star.awt.XItemListener
^^^^^^^^^^^^^
The hierarchy of the type ListSelection is inconsistent
----------
----------
26. ERROR in integration/forms/CellBinding.java (at line 27)
public class CellBinding extends complexlib.ComplexTestCase
^^^^^^^^^^
complexlib cannot be resolved to a type
----------
----------
27. ERROR in integration/forms/ValueBinding.java (at line 46)
public class ValueBinding extends integration.forms.TestCase
^^^^^^^^^^^^
The hierarchy of the type ValueBinding is inconsistent
----------
27 problems (22 errors, 5 warnings)dmake: Error code 255, while making
'../unxlngi6.pro/misc/FormIntegrationTest_dummy.java'
---* tg_merge.mk *---
ERROR: Error 65280 occurred while making
/home/wenfeng/openoffice/office3.0/OOO300_m5/forms/qa
rmdir /tmp/14351
dmake: Error code 1, while making 'build_instsetoo_native'
---* *---
================================================================================================================================================================
This message may contain information which is private, privileged or
confidential of Compal Electronics, Inc. If you are not the intended recipient
of this message, please notify the sender and destroy/delete the message. Any
review, retransmission, dissemination or other use of, or taking of any action
in reliance upon this information, by persons or entities other than the
intended recipient is prohibited.
================================================================================================================================================================