To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=100049
User rene changed the following:
What |Old value |New value
================================================================================
Status|NEW |RESOLVED
--------------------------------------------------------------------------------
Resolution| |FIXED
--------------------------------------------------------------------------------
------- Additional comments from [email protected] Sat Jul 25 13:09:09 +0000
2009 -------
> workaround/solution is to resolve the relative include path to an absolute one
> (that doesn't contain the linux anymore)
> /usr/lib/gcc/i586-manbo-linux-gnu/4.3.2/../../../../include/c++/4.3.2 →
> /usr/include/c++/4.3.2
The question is why this is used in the first place, here (Debian) it correctly
picks up /usr/include/c++/4.3.2 directly. Bug in the compiler packaging?
Anyway, workaround added:
+ if echo $with_gxx_include_path | grep -q linux; then
+ # workaround for Mandriva
+ with_gxx_include_path=`cd $with_gxx_include_path && pwd`
+ fi
-> FIXED
---------------------------------------------------------------------
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]