To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=87533
------- Additional comments from [EMAIL PROTECTED] Fri Mar 28 14:16:28 +0000
2008 -------
hitting one of the dark corners of the env. that suddenly is in public use :(
the scrip itself is no magic, consisting of just
s/\(\.\.\\\)\{2,4\}/..\\/g
which obviously won't work with cygwin. it also assumes that linking is alway
done one level below the module root...
so hacking a cygwin version (two backslashes to slash):
s/\(\.\.\/\)\{2,4\}/..\//g
placing it in solenv/bin and changing its usage ([_]tg_app.mk and [_]tg_shl.mk)
from
$(COMMON_ENV_TOOLS)$/chrel.sed
to
$(SOLARENV)$/bin$/chrel.sed
could be a hacky workaround...
---------------------------------------------------------------------
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]