[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] Ignore boilerplate logo from MSVC on stderr.
From: |
Ralf Wildenhues |
Subject: |
Re: [PATCH] Ignore boilerplate logo from MSVC on stderr. |
Date: |
Mon, 16 Aug 2010 21:41:41 +0200 |
User-agent: |
Mutt/1.5.20 (2010-04-22) |
* Peter Rosin wrote on Mon, Aug 16, 2010 at 09:26:57PM CEST:
> Den 2010-08-16 20:45 skrev Ralf Wildenhues:
> > * Peter Rosin wrote on Mon, Aug 16, 2010 at 08:14:50PM CEST:
> >> The logo of my version of MSVC is:
> > Without having looked at the patch or your post any further at all:
> > what about other versions of this compiler? What about localized
> > versions of it?
>
> Good catch, I knew they were very similar and assumed my matching was just
> about wide enough. But since I didn't check, Murphy made sure that it wasn't
> working for everybody, see below...
>
> Other versions:
[...]
> Don't know about localization, sorry... Someone else?
Let's turn the question around: Do you think it would be a more
maintainable approach to go with what Libtool uses in its compile/link
tests: namely, compare stderr output contents without and with the flag
to try out?
This is a tricky question! The linker that MSVC calls actually manages
to print its arguments; or it's cl doing that when calling the linker.
Seems on stdout though, judging from your recent "MSVC status" mail on
a libtool list.
Does cl have a -Werror sort of flag that causes its exit status to be
usable for setting other flags?
Thanks,
Ralf
- [PATCH] Ignore boilerplate logo from MSVC on stderr., Peter Rosin, 2010/08/16
- Re: [PATCH] Ignore boilerplate logo from MSVC on stderr., Ralf Wildenhues, 2010/08/16
- Re: [PATCH] Ignore boilerplate logo from MSVC on stderr., Peter Rosin, 2010/08/16
- Re: [PATCH] Ignore boilerplate logo from MSVC on stderr., Eric Blake, 2010/08/16
- Re: [PATCH] Ignore boilerplate logo from MSVC on stderr., Peter Rosin, 2010/08/16
- Re: [PATCH] Ignore boilerplate logo from MSVC on stderr., Peter Rosin, 2010/08/17
- Re: [PATCH] Ignore boilerplate logo from MSVC on stderr., Ralf Wildenhues, 2010/08/17
- Re: [PATCH] Ignore boilerplate logo from MSVC on stderr., Peter Rosin, 2010/08/18
- Re: [PATCH] Ignore boilerplate logo from MSVC on stderr.,
Ralf Wildenhues <=
- Re: [PATCH] Ignore boilerplate logo from MSVC on stderr., Peter Rosin, 2010/08/16
Re: [PATCH] Ignore boilerplate logo from MSVC on stderr., Paolo Bonzini, 2010/08/18