Comment # 11
on bug 8609
from Guy Harris
(In reply to comment #9)
> Well, r49025 backed out the [v]printf_stderr changes, *and* adds
> console_create() calls on Win32 before printing the output of -D and -L, but
> that doesn't work when the standard output isn't redirected - which is odd,
> because it's not obvious, other than stdout vs. stderr, why the code path
> does things differently from the old [v]fprintf_stderr code path.
Perhaps it doesn't, because it *is* the old code path.
Tip for developers who work on multiple platforms, with different SVN trees for
different platforms; if you checked in a fix on one platform, it *really helps*
if, when testing on a different platform, you do an "svn update" before doing
the build on the new platform.
You are receiving this mail because:
- You are watching all bug changes.