To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=69727
                 Issue #|69727
                 Summary|[RFE] idlc: implicitly include XInterface
               Component|api
                 Version|680m182
                Platform|All
                     URL|
              OS/Version|All
                  Status|NEW
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|ENHANCEMENT
                Priority|P4
            Subcomponent|documentation
             Assigned to|jsc
             Reported by|fs





------- Additional comments from [EMAIL PROTECTED] Thu Sep 21 05:21:17 -0700 
2006 -------
Every time I design a new UNO interface, which does extend another interface,
and does not include any other IDL files, I end up with the following error from
idlc, the IDL compiler:

<file>:: error in lookup of symbol, expected interface is not defined and no
forward exists: '::com::sun::star::uno::XInterface' in '<interface>'

That is, I forgot to include XInterface.idl. The error message here is
especially inconsistent, since I did not even *use* XInterface: My declaration
looks as follows:

module foo {
  interface XBar
  {
    [attribute] string FooBar;
  };
};

That is, idlc *automatically* assumes that XBar is derived from XInterface.
Well, that's certainly correct, but then please also *automatically* assume that
XInterface.idl has been included.

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to