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





------- Additional comments from [EMAIL PROTECTED] Thu Apr 12 16:12:00 +0000 
2007 -------
Pavel, even if you would find that switching the parameters to build can turn
of the problem, that would only mean cygwin (or it's perl) has a problem.

Can you try if this patch removes the problem:

--- dmake/dag.c 17 Mar 2007 19:00:36 -0000      1.8.2.3
+++ dmake/dag.c 12 Apr 2007 16:07:27 -0000
@@ -686,8 +686,10 @@
    if( !(Verbose & V_FORCEECHO) && atcount-- ) {
       flag |= A_SILENT;
       /* hide output if more than one @ are encountered. */
+      /*
       if( atcount )
         flag |= A_MUTE;
+       */
    }
 
    return(flag);


I didn't find a problem in the implementation, but lets try to find out if the
redirection is causing the problems. (The patch disables the '@@' feature.)

---------------------------------------------------------------------
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]

Reply via email to