To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=43567
Issue #:|43567
Summary:|Native w32 processes called by cygwin processes might
|loose environment variable changes
Component:|tools
Version:|680m81
Platform:|PC
URL:|
OS/Version:|Windows 2000
Status:|NEW
Status whiteboard:|
Keywords:|
Resolution:|
Issue type:|DEFECT
Priority:|P3
Subcomponent:|code
Assigned to:|vq
Reported by:|vq
------- Additional comments from [EMAIL PROTECTED] Fri Feb 25 19:59:56 -0800
2005 -------
Sorry for the the loose description, but the real problem is still unclear, but
the resulting problem can be seen in issue 43225.
With the following attached files the problem can be reproduced like this:
First the failing example. (Cygwin perl calls dmake calls nmake.)
[4nt-shell]perl syscall.pl
echo C:\4NT401\4NT.EXE here
C:\4NT401\4NT.EXE here
set OS=egal && set GUI=gui && nmake /f f.mk
(nmake disclaimer removed)
echo %OS% %GUI
egal gui
echo WNT gui
WNT gui
Now the prove that it works when dmake is called directly and calls nmake:
[4nt-shell]dmake
echo C:\4NT401\4NT.EXE here
C:\4NT401\4NT.EXE here
set OS=egal && set GUI=gui && nmake /f f.mk
(nmake disclaimer removed)
echo %OS% %GUI
egal gui
echo egal gui
egal gui
It seems the problem does not arise for all variables, but at least OS and PWD
(see tg_ext.mk" line 112) seem to be affected.
---------------------------------------------------------------------
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]