To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=47004
Issue #:|47004
Summary:|[PATCH] Fix syntax errors in subst macros
Component:|tools
Version:|current
Platform:|PC
URL:|
OS/Version:|Windows XP
Status:|UNCONFIRMED
Status whiteboard:|
Keywords:|
Resolution:|
Issue type:|DEFECT
Priority:|P3
Subcomponent:|dmake
Assigned to:|hjs
Reported by:|shay
------- Additional comments from [EMAIL PROTECTED] Fri Apr 8 01:20:47 -0700
2005 -------
[Not sure if I filled in the "version" field correctly. This report relates to
the cws_src680_dmake43p01 branch of dmake.]
While testing that the committed version of issue 43241 works OK, I got the
following warning when using dmake.exe (renamed as dmake0.exe) to rebuild
itself:
dmake0.exe: Warning -- Syntax error in subst macro. Bracket found, but third
delimiter [,] missing in [$(TMPFILE:s,/,\)].
I believe that the warning relates to line 40 of startup/win95/macros.mk:
DIVFILE *= $(TMPFILE:s,/,\)
Shouldn't that be
DIVFILE *= $(TMPFILE:s,/,\,)
?
If so, then line 57 is similarly wrong:
DIVFILE *= $(TMPFILE:s,/,${__.DIVSEP-sh-${USESHELL}})
and so are other similar lines in some other makefiles.
The patch supplied in the attachment which follows corrects those errors that I
found when simply searching for "$(TMPFILE:s" when I was trying to locate the
source of the original warning above.
---------------------------------------------------------------------
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]