To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=96912


User kohei changed the following:

                What    |Old value                 |New value
================================================================================
                      CC|''                        |'kohei'
--------------------------------------------------------------------------------




------- Additional comments from [EMAIL PROTECTED] Fri Dec  5 01:12:45 +0000 
2008 -------
Ultimately this is caused by the configure script getting the location of
mozilla include directory location by running 

  pkg-config --variable=includedir libxul

which returns /usr/include/xulrunner-1.9.0.4 but in fact the headers are in
/usr/include/xulrunner-1.9.0.4/stable.

I've talked to our mozilla packager about this.[1]  And based on the info he's
given me, we could either

  1) run 'pkg-config --variable=include libxul' which returns 'stable', and
combine it with the output of the earlier command, or

  2) run 'pkg-config --cflags libxul' which returns a complete compiler flags
for libxul, which for me is 

    -fshort-wchar -I/usr/include/xulrunner-1.9.0.4/stable -I/usr/include/nspr4

and use it instead.

[1] https://bugzilla.novell.com/show_bug.cgi?id=456581

---------------------------------------------------------------------
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