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


User cl changed the following:

                What    |Old value                 |New value
================================================================================
                Priority|P3                        |P1
--------------------------------------------------------------------------------




------- Additional comments from c...@openoffice.org Wed Jan 19 10:01:36 +0000 
2011 -------
cl: The problem is definitly in file solenv/gbuild/platform/windows.mk in 

define gb_Helper_abbreviate_dirs_native

My source_root is e:/cws/cws_name

and cygpath -m gives "E:/cws/cws_name"

watch the capital E here.

So everywhere $(1) contains "e:/cws/cws_name" it will not be replaced by R since
gb_Helper_REPODIR_NATIVE is "E:/cws/cws_name" and subst works case sensitive.
But subst will find $(REPODIR) which is /cws/cws_name in "e:/cws/cws_name" and
replace it with $R so we get "e:$R/".

Raising priority as this makes the build system unusable on windows systems.

---------------------------------------------------------------------
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: issues-unsubscr...@tools.openoffice.org
For additional commands, e-mail: issues-h...@tools.openoffice.org


---------------------------------------------------------------------
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org

Reply via email to