To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=71206
User pjanik changed the following:
What |Old value |New value
================================================================================
Ever confirmed| |1
--------------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
--------------------------------------------------------------------------------
Priority|P1 |P2
--------------------------------------------------------------------------------
------- Additional comments from [EMAIL PROTECTED] Sun Nov 5 10:56:09 -0800
2006 -------
The problem is that you include the missing file as:
#include <svx/svxids.hrc>
but you should use
#include <svxids.hrc>
instead. It works in HBG because you reuse previously delivered version of this
file where it is stored in svx/, but in the source it is stored in inc/ only,
not in inc/svx/. It is not possible to use previously built file if you build
from scratch.
---------------------------------------------------------------------
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]