Re: src/tools/msvc usage instructions

Поиск
Список
Период
Сортировка
От Jeremy Drake
Тема Re: src/tools/msvc usage instructions
Дата
Msg-id Pine.BSO.4.64.0610030024040.7684@resin.csoft.net
обсуждение исходный текст
Ответ на Re: src/tools/msvc usage instructions  ("Magnus Hagander" <mha@sollentuna.net>)
Ответы Re: src/tools/msvc usage instructions  (Joachim Wieland <joe@mcknight.de>)
Список pgsql-hackers
On Tue, 3 Oct 2006, Magnus Hagander wrote:

> Funky.
> Can you try having it run the dumpbin command into a tempfile, and then
> open-and-read that tempfile, to see if that makes a difference?
> (Assuming you know enough perl to do that, of course)

Doing it as
system("dumpbin /symbols $_ > $tmpfn")
still output to the console.

But, I got it to work with the attached patch to the script.  Note the use
of the handy /out:FILE parameter to dumpbin for redirecting the output ;)

Also, I changed the file glob to *.obj from * since I got an error trying
to run dumpbin on BuildLog.htm which is obviously not an object file.
Hopefully this is correct?

-- 
Q:  Why do mountain climbers rope themselves together?
A:  To prevent the sensible ones from going home.

В списке pgsql-hackers по дате отправления:

Предыдущее
От: "Magnus Hagander"
Дата:
Сообщение: Re: src/tools/msvc usage instructions
Следующее
От: "Zeugswetter Andreas DCP SD"
Дата:
Сообщение: Re: [PATCHES] Bad bug in fopen() wrapper code